OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-web Date: 08-Jan-2004 16:35:24
Branch: HEAD Handle: 2004010815352400
Modified files:
openpkg-web/security release.pl
Log:
replace TTY review with more reasonable WEB review
Summary:
Revision Changes Path
1.3 +7 -1 openpkg-web/security/release.pl
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-web/security/release.pl
============================================================================
$ cvs diff -u -r1.2 -r1.3 release.pl
--- openpkg-web/security/release.pl 8 Jan 2004 15:22:04 -0000 1.2
+++ openpkg-web/security/release.pl 8 Jan 2004 15:35:24 -0000 1.3
@@ -91,9 +91,15 @@
system("gpg --verify $sa >/dev/null 2>&1") == 0
or die "failed to verify security advisory signature";
+# update website
+print STDERR "++ updating website pages\n";
+system("$^X page.pl >/dev/null 2>&1");
+
# final human sanity check
print STDERR "++ sanity checking signed security advisory text file\n";
-system("more $sa");
+print STDERR " PLEASE REVIEW NOW THE FOLLOWING PAGES:\n";
+print STDERR " http://www.openpkg.org/security/OpenPKG-SA-$id-$pkg.html\n";
+print STDERR " http://www.openpkg.org/security/OpenPKG-SA-$id-$pkg.txt\n";
# determine subject line
my $subject = "[OpenPKG-SA-$id] OpenPKG Security Advisory ($pkg)";
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]