commit:     a12713f55993abe951c6a902fbdfbec434ecb136
Author:     Alex Legler <a3li <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 10 15:18:24 2012 +0000
Commit:     Pavlos Ratis <dastergon <AT> gentoo <DOT> org>
CommitDate: Tue Jan 10 15:18:24 2012 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/security.git;a=commit;h=a12713f5

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:

Reply via email to