From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1127671-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 2C88D138334
	for <garchives@archives.gentoo.org>; Thu,  5 Dec 2019 15:07:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 73B06E088B;
	Thu,  5 Dec 2019 15:07:47 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 58827E088B
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2019 15:07:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id C412B34D799
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2019 15:07:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8D52A5
	for <gentoo-commits@lists.gentoo.org>; Thu,  5 Dec 2019 15:07:43 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1575558192.7f3d219fe983d71ff3f025d933c3a6ab37f6d07e.ulm@gentoo>
Subject: [gentoo-commits] data/glep:master commit in: /
X-VCS-Repository: data/glep
X-VCS-Files: glep-0014.rst
X-VCS-Directories: /
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 7f3d219fe983d71ff3f025d933c3a6ab37f6d07e
X-VCS-Branch: master
Date: Thu,  5 Dec 2019 15:07:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 0a24136c-f0f0-4763-a59e-7e91765230cd
X-Archives-Hash: bce8e68aa6af4d0c06a7e741fa224aa2

commit:     7f3d219fe983d71ff3f025d933c3a6ab37f6d07e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  5 15:03:12 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec  5 15:03:12 2019 +0000
URL:        https://gitweb.gentoo.org/data/glep.git/commit/?id=7f3d219f

glep-0014: Mark as Deferred.

Acked-by: Michał Górny <mgorny <AT> gentoo.org>
Acked-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Bug: https://bugs.gentoo.org/637328
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 glep-0014.rst | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/glep-0014.rst b/glep-0014.rst
index bcdd3d3..f9fc6b7 100644
--- a/glep-0014.rst
+++ b/glep-0014.rst
@@ -3,15 +3,25 @@ GLEP: 14
 Title: security updates based on GLSA
 Author: Marius Mauch <genone@genone.de>
 Type: Standards Track
-Status: Accepted
+Status: Deferred
 Version: 1
 Created: 2003-08-18
-Last-Modified: 2014-01-17
+Last-Modified: 2019-12-05
 Post-History: 2003-08-22, 2003-08-24, 2003-11-10, 2004-10-25
 Content-Type: text/x-rst
 Requires: 21
 ---
 
+Status
+======
+
+Preliminary implementation ``glsa-check`` in gentoolkit, now moved to
+sys-apps/portage.
+
+The implemented procedures differ from what is described in this GLEP.
+Therefore, this GLEP (in its current version) has been marked as deferred.
+
+
 Abstract
 ========
 
@@ -19,12 +29,6 @@ There is currently no automatic way to check a Gentoo system for identified
 security holes or auto-apply security fixes. This GLEP proposes a way to deal
 with this issue
 
-Status Update
-=============
-
-Preliminary implementation ``glsa-check`` in gentoolkit, final implementation 
-pending set support in portage (GLEP 21).
-
 
 Motivation
 ==========