summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc>2010-03-14 01:21:03 +0000
committeragc <agc>2010-03-14 01:21:03 +0000
commit7c54dc5f22fcd7508d5db458c850c904c50a049f (patch)
tree85878da832e68944c15d5621731f4adb27f4f25e /security
parent9601e984af0d7d26219df3549a049fd923638d46 (diff)
downloadpkgsrc-7c54dc5f22fcd7508d5db458c850c904c50a049f.tar.gz
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
Diffstat (limited to 'security')
-rw-r--r--security/netpgp/Makefile4
-rw-r--r--security/netpgp/distinfo8
2 files changed, 6 insertions, 6 deletions
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