diff options
author | jun <jun@pkgsrc.org> | 2001-05-21 03:27:32 +0000 |
---|---|---|
committer | jun <jun@pkgsrc.org> | 2001-05-21 03:27:32 +0000 |
commit | 4525a8cd8d7b5e9c07a2c6fe0a632d60ef5f7db6 (patch) | |
tree | 5703fb4b5d9abb7ff3a4947253549859f92a41df /security/pgpdump/Makefile | |
parent | 834ef0f06b7f780cb25ddfccc4b6c417fab94cca (diff) | |
download | pkgsrc-4525a8cd8d7b5e9c07a2c6fe0a632d60ef5f7db6.tar.gz |
Update pgpdump to 0.08 -> 0.11 .
0.11 2001/05/20
* Defining line_not_blank().
Stefan H. Holek <stefan@epy.co.at>
* Enhancing Public_Key_Encrypted_Session_Key_Packet().
Stefan H. Holek <stefan@epy.co.at>
Brian M. Carlson <karlsson@hal-pc.org>
0.10 2001/05/08
* Fixing key_server_preferences().
* Fixing signature_multi_precision_integer().
0.09 2001/05/05
* Implementing additional_decryption_key() like revocation_key().
Stefan H. Holek <stefan@epy.co.at>
Diffstat (limited to 'security/pgpdump/Makefile')
-rw-r--r-- | security/pgpdump/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index e4af009b254..d5155beb632 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/04/12 05:30:14 jun Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/21 03:27:32 jun Exp $ # -DISTNAME= pgpdump-0.08 +DISTNAME= pgpdump-0.11 CATEGORIES= security MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/ |