OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Project Master
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 30-Sep-2003 15:34:26
Branch: HEAD Handle: 2003093014342600
Modified files:
openpkg-web/security OpenPKG-SA-2003.044-openssl.txt page.pl
Log:
uprev script limit; sign and finalize openssl SA
Summary:
Revision Changes Path
1.2 +10 -0 openpkg-web/security/OpenPKG-SA-2003.044-openssl.txt
1.28 +1 -1 openpkg-web/security/page.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security/OpenPKG-SA-2003.044-openssl.txt
============================================================================
$ cvs diff -u -r1.1 -r1.2 OpenPKG-SA-2003.044-openssl.txt
--- openpkg-web/security/OpenPKG-SA-2003.044-openssl.txt 30 Sep 2003 12:47:11
-0000 1.1
+++ openpkg-web/security/OpenPKG-SA-2003.044-openssl.txt 30 Sep 2003 13:34:26
-0000 1.2
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
________________________________________________________________________
OpenPKG Security Advisory The OpenPKG Project
@@ -156,3 +159,10 @@
for details on how to verify the integrity of this advisory.
________________________________________________________________________
+-----BEGIN PGP SIGNATURE-----
+Comment: OpenPKG <[EMAIL PROTECTED]>
+
+iD8DBQE/eX0UgHWT4GPEy58RAplhAJ0c+GMqHgDjrgIYdcCkgKi/jzgWtgCeLc5T
+B84GXRZS675YJYwrEc5Audk=
+=+vWe
+-----END PGP SIGNATURE-----
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/security/page.pl
============================================================================
$ cvs diff -u -r1.27 -r1.28 page.pl
--- openpkg-web/security/page.pl 24 Sep 2003 11:28:49 -0000 1.27
+++ openpkg-web/security/page.pl 30 Sep 2003 13:34:26 -0000 1.28
@@ -13,7 +13,7 @@
foreach my $sa (reverse sort @SA) {
my ($base, $name, $year) = ($sa =~ m|^(OpenPKG-SA-((\d+)\..+))\.txt$|);
next if ($name =~ m|^0000|);
- next if ($name =~ m|^2003\.04[4-9]|);
+ next if ($name =~ m|^2003\.04[5-9]|);
if ($this_year ne $year) {
$sidebar .= "<br>\n";
$this_year = $year;
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]