From a12713f55993abe951c6a902fbdfbec434ecb136 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Tue, 10 Jan 2012 15:18:24 +0000 Subject: Mark CVE tracker as deprecated svn path=/; revision=2231 --- README | 4 ++++ bin/liaisons.py | 2 +- bin/liaisons.rb | 16 ++++++++-------- data/README | 2 ++ 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README b/README index e88f449..59f628a 100644 --- a/README +++ b/README @@ -2,6 +2,10 @@ This overlays contains scripts and data that support Developers and Padawans of the Gentoo Security project [1] with their work. It does not currently contain any ebuilds. +IMPORTANT: As of October 2011, the CVE data in data/ and the bin/update and +bin/check-todo-issues utilities are deprecated. They have been replaced by +functionality in GLSAMaker 2. + [1] http://www.gentoo.org/proj/en/security/ diff --git a/bin/liaisons.py b/bin/liaisons.py index a6a3c26..b801159 100644 --- a/bin/liaisons.py +++ b/bin/liaisons.py @@ -8,7 +8,7 @@ liaisons = { 'ppc' : ['josejx', 'ranger', ], 'ppc64' : ['josejx', 'ranger', ], 'sparc' : ['armin76', 'tcunha', ], - 'x86' : ['fauli', 'maekke', ], + 'x86' : ['maekke', ], 'release': ['pva', ] } diff --git a/bin/liaisons.rb b/bin/liaisons.rb index 0d49ee3..1e581fd 100644 --- a/bin/liaisons.rb +++ b/bin/liaisons.rb @@ -1,12 +1,12 @@ # this file is used by target @liaisons = { - 'alpha' => ['armin76', 'klausman', ], - 'amd64' => ['keytoaster', 'chainsaw', ], - 'hppa' => ['jer', ], - 'ppc' => ['josejx', 'ranger', ], - 'ppc64' => ['josejx', 'ranger', ], - 'sparc' => ['armin76', 'tcunha', ], - 'x86' => ['fauli', 'maekke', ], - 'release'=> ['pva', ] + 'alpha' => ['armin76', 'klausman'], + 'amd64' => ['keytoaster', 'chainsaw'], + 'hppa' => ['jer'], + 'ppc' => ['josejx', 'ranger'], + 'ppc64' => ['josejx', 'ranger'], + 'sparc' => ['armin76'], + 'x86' => ['maekke'], + 'release'=> ['pva'] } diff --git a/data/README b/data/README index 69dfa9e..c3a9c2f 100644 --- a/data/README +++ b/data/README @@ -1,3 +1,5 @@ +DEPRECATED (October 2011) + We currently use a subset of the format used by Debian. Each entry looks like this: -- cgit v1.2.3-65-gdbad