diff options
author | Alex Legler <a3li@gentoo.org> | 2012-01-10 15:18:24 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2012-01-10 15:18:24 +0000 |
commit | a12713f55993abe951c6a902fbdfbec434ecb136 (patch) | |
tree | ddd27d7eb75c5d9c618674538d9afbe84982d032 | |
parent | Add warning if target version was not found; misc other fixes. (diff) | |
download | security-a12713f55993abe951c6a902fbdfbec434ecb136.tar.gz security-a12713f55993abe951c6a902fbdfbec434ecb136.tar.bz2 security-a12713f55993abe951c6a902fbdfbec434ecb136.zip |
Mark CVE tracker as deprecated
svn path=/; revision=2231
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | bin/liaisons.py | 2 | ||||
-rw-r--r-- | bin/liaisons.rb | 16 | ||||
-rw-r--r-- | data/README | 2 |
4 files changed, 15 insertions, 9 deletions
@@ -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: |