diff options
author | jun <jun> | 2001-04-05 10:29:33 +0000 |
---|---|---|
committer | jun <jun> | 2001-04-05 10:29:33 +0000 |
commit | 762cc0091ac5bc91f1037185e01b0276d4ac4f1b (patch) | |
tree | 9eab6cb52583b4830ea7b4cc4dedc32d91c86556 | |
parent | 18994aed94576d749230a241bd88cbf17b3e7c4b (diff) | |
download | pkgsrc-762cc0091ac5bc91f1037185e01b0276d4ac4f1b.tar.gz |
Update:
0.07 2001/04/05
* New scheme to handle partial bodies.
* Sophisticated buffering mechanism. No temporary files are created.
* Creating pgpdump.1.
Stefan H. Holek <stefan@epy.co.at> kindly contributes the followings:
* Fixed keyserver preferences (can be >1 octet)
* Changed display of time fields to include timezone information
* Added -u flag to display time fields in UTC instead of the local
timezone (PGP time fields == seconds since 00:00:00, January 1,
1970, UTC)
* Fixed key and signature expiration time calculations
(expiration time == seconds since creation time)
* Added capability to read from stdin when no file is specifed on the
commandline
* Implemented missing subpackets
- revocation_key
- reason_for_revocation
- key_flags
- signer_user_id (not tested)
- notation_data (not tested)
-rw-r--r-- | security/pgpdump/Makefile | 4 | ||||
-rw-r--r-- | security/pgpdump/files/md5 | 4 | ||||
-rw-r--r-- | security/pgpdump/pkg/PLIST | 3 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 2de8cd400b9..518b3586cc5 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2001/03/30 03:42:33 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/05 10:29:33 jun Exp $ # -DISTNAME= pgpdump-0.06 +DISTNAME= pgpdump-0.07 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ diff --git a/security/pgpdump/files/md5 b/security/pgpdump/files/md5 index fe1dfc71126..6e384327e68 100644 --- a/security/pgpdump/files/md5 +++ b/security/pgpdump/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.2 2001/03/30 03:42:33 itojun Exp $ +$NetBSD: md5,v 1.3 2001/04/05 10:29:34 jun Exp $ -SHA1 (pgpdump-0.06.tar.gz) = edd84a4fc478ac98e1b72b33043bb594b47870f9 +SHA1 (pgpdump-0.07.tar.gz) = 8f5a9ee4f260f057def38b2ced3ddfd31f858ab8 diff --git a/security/pgpdump/pkg/PLIST b/security/pgpdump/pkg/PLIST index 5c50923b705..4bdd573797a 100644 --- a/security/pgpdump/pkg/PLIST +++ b/security/pgpdump/pkg/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/28 09:04:21 jun Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/04/05 10:29:34 jun Exp $ bin/pgpdump +man/man1/pgpdump.1 share/doc/pgpdump/COPYRIGHT share/doc/pgpdump/README @dirrm share/doc/pgpdump |