diff options
author | taca <taca@pkgsrc.org> | 2004-01-23 14:49:35 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-01-23 14:49:35 +0000 |
commit | f2b4d11a7f337c337e5d340c4ccd1bc1333478cc (patch) | |
tree | 058e9dbedf69a31127582c04724b7f3594e30cce /security | |
parent | b23e17e0acab4fcb2bb455fd2cb053f191c04af1 (diff) | |
download | pkgsrc-f2b4d11a7f337c337e5d340c4ccd1bc1333478cc.tar.gz |
Update pgpdump pacakge to 0.22.
0.22 2004/01/23
* parse_subpacket() are split into parse_signature_subpacket() and
parse_userattr_subpacket(). A bug of length calculation is fixed.
* The critical bit of the signature subpackets are supported.
Peter Palfrader <peter@palfrader.org>
0.21 2004/01/13
* Removing compiler warnings.
* Using getopt().
* Supporting RISC OS.
Stefan Bellon <sbellon@sbellon.de>
* Correct casting for Bzip2.
Stefan Bellon <sbellon@sbellon.de>
* Prepared os/riscos/{config.h,Makefile} since "sh" does not exist on
RISC OS.
Stefan Bellon <sbellon@sbellon.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/pgpdump/Makefile | 4 | ||||
-rw-r--r-- | security/pgpdump/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 4d0b18e02e4..db684e7c99d 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2003/12/08 17:33:41 taca Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/23 14:49:35 taca Exp $ # -DISTNAME= pgpdump-0.20 +DISTNAME= pgpdump-0.22 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ diff --git a/security/pgpdump/distinfo b/security/pgpdump/distinfo index cb6d0806a99..074d5ca058b 100644 --- a/security/pgpdump/distinfo +++ b/security/pgpdump/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2003/12/08 17:33:41 taca Exp $ +$NetBSD: distinfo,v 1.12 2004/01/23 14:49:35 taca Exp $ -SHA1 (pgpdump-0.20.tar.gz) = 3fec9eaeda21a3055b09fc6f5e6ccd88755939cf -Size (pgpdump-0.20.tar.gz) = 52292 bytes +SHA1 (pgpdump-0.22.tar.gz) = 233fd4d63ea847c04736a5421a3dda35ba798b24 +Size (pgpdump-0.22.tar.gz) = 53764 bytes SHA1 (patch-aa) = 094442e84f26ce018e9baa7b7aeba2306a0f6281 |