OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 05-Jan-2004 12:21:12
Branch: HEAD Handle: 2004010511211002
Modified files:
openpkg-src/pgpdump pgpdump.spec
openpkg-web news.txt
Log:
always provide description text for non-JUNK packages, and correct URL
in RPM header
Summary:
Revision Changes Path
1.2 +7 -3 openpkg-src/pgpdump/pgpdump.spec
1.7977 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/pgpdump/pgpdump.spec
============================================================================
$ cvs diff -u -r1.1 -r1.2 pgpdump.spec
--- openpkg-src/pgpdump/pgpdump.spec 3 Jan 2004 18:39:26 -0000 1.1
+++ openpkg-src/pgpdump/pgpdump.spec 5 Jan 2004 11:21:12 -0000 1.2
@@ -26,14 +26,14 @@
# package information
Name: pgpdump
Summary: OpenPGP Packet Dumper
-URL: http://www.pgpdump.net/
+URL: http://pgp.iijlab.net/pgpdump.html
Vendor: Kazu Yamamoto
Packager: The OpenPKG Project
Distribution: OpenPKG [EVAL]
Group: Cryptography
License: GPL
Version: 0.20
-Release: 20040103
+Release: 20040105
# list of sources
Source0: ftp://pgp.iijlab.net/pub/pgp/tools/pgpdump-%{version}.tar.gz
@@ -47,7 +47,11 @@
AutoReqProv: no
%description
- pgpdump is the most badly packaged program in the OpenPKG world.
+ pgpdump is a PGP packet visualizer which displays the packet format of
+ OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). Its goal is to
+ ease understanding of an otherwise very difficult to read data structure
+ (ASCII armored PGP encoded text). A good example of how pgpdump can be
+ used is found at http://www.pgpdump.net/
%prep
%setup -q
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7976 -r1.7977 news.txt
--- openpkg-web/news.txt 5 Jan 2004 11:05:29 -0000 1.7976
+++ openpkg-web/news.txt 5 Jan 2004 11:21:10 -0000 1.7977
@@ -1,3 +1,4 @@
+05-Jan-2004: Upgraded package: P<pgpdump-0.20-20040105>
05-Jan-2004: New package: P<meta-ldap-20040105-20040105>
05-Jan-2004: Upgraded package: P<autogen-5.5.7-20040105>
05-Jan-2004: Upgraded package: P<rrdtool-1.0.46-20040105>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]