From 7c54dc5f22fcd7508d5db458c850c904c50a049f Mon Sep 17 00:00:00 2001 From: agc Date: Sun, 14 Mar 2010 01:21:03 +0000 Subject: Update pkgsrc/security/netpgp to 2.99.1/20100313 Changes to 2.99.1/20100313 + add functionality to parse basic signature subkeys + in doing so, add expiration of keys + at the same time, add revocation of keys + recognise the primary user id, and use it when displaying user ids + recognise self signed keys and subkeys + rework the indentation of output + add the --list-sigs [userid] option to netpgpkeys(1) + use memcmp(3) rather than strcmp(3) when checking binary user ids to be exported + add expiration display to subkey signature output + update libnetpgp library version major number to 3 --- security/netpgp/Makefile | 4 ++-- security/netpgp/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'security') diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index 3e81b2acc3b..cf51ac9ac5b 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2010/03/05 19:59:37 agc Exp $ +# $NetBSD: Makefile,v 1.10 2010/03/14 01:21:03 agc Exp $ -DISTNAME= netpgp-20100305 +DISTNAME= netpgp-20100313 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo index 2b1f7d4eb8a..0678bb5b776 100644 --- a/security/netpgp/distinfo +++ b/security/netpgp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/03/05 19:59:37 agc Exp $ +$NetBSD: distinfo,v 1.9 2010/03/14 01:21:03 agc Exp $ -SHA1 (netpgp-20100305.tar.gz) = 1ba4d95db3fb2f6b9a5e59e84a83821f74828b15 -RMD160 (netpgp-20100305.tar.gz) = de002b1af0cd1c8ff99c6cc4630b9acd62c58ebf -Size (netpgp-20100305.tar.gz) = 1582225 bytes +SHA1 (netpgp-20100313.tar.gz) = 568ef1a9210703ecff0069512e570b60e9c996cb +RMD160 (netpgp-20100313.tar.gz) = 31854cbb6f81c508b3006dff4a3b0cdf4cc49306 +Size (netpgp-20100313.tar.gz) = 1584392 bytes -- cgit v1.2.3