summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2010-06-01 06:15:00 +0000
committeragc <agc@pkgsrc.org>2010-06-01 06:15:00 +0000
commitbd43bee05e8c0111accd837b139380bb1c2c990b (patch)
treeff45574554685fb593029b38148949aae9addcaa
parent5ba461004f45ab13b462044b085e6c3303c1bd61 (diff)
downloadpkgsrc-bd43bee05e8c0111accd837b139380bb1c2c990b.tar.gz
Update netpgp to version 3.99.4/20100601
+ avoid possible free() of new value passed to netpgp_setvar(), with thanks to Anon Ymous. + netpgpkeys(1): print keys to stdout, not stderr - reported by Anon Ymous. + fix DSA signatures and verification + simplify and shorten the internals of packet processing by getting rid of the intermediate pseudo-abstraction layer, which detracted from understanding and had no benefit whatsoever. Rename some enums and some definitions. + add some checking to new key generation, and don't try to read in the keys after writing them - reported by Tyler Retzlaff + netpgpverify - avoid the separate codebase, and just use libnetpgp(3)
-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 d2829767e3d..7f463790aae 100644
--- a/security/netpgp/Makefile
+++ b/security/netpgp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2010/05/08 03:45:58 agc Exp $
+# $NetBSD: Makefile,v 1.12 2010/06/01 06:15:00 agc Exp $
-DISTNAME= netpgp-20100507
+DISTNAME= netpgp-20100601
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo
index 4a0bef093df..c2cd9afb746 100644
--- a/security/netpgp/distinfo
+++ b/security/netpgp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2010/05/08 03:45:58 agc Exp $
+$NetBSD: distinfo,v 1.11 2010/06/01 06:15:00 agc Exp $
-SHA1 (netpgp-20100507.tar.gz) = 3696075b8124ede5e31d2f18560f0587c4c41273
-RMD160 (netpgp-20100507.tar.gz) = 3ce4e94073b81ac525809939c0477dce8754da99
-Size (netpgp-20100507.tar.gz) = 1585401 bytes
+SHA1 (netpgp-20100601.tar.gz) = e4074e89d8e2280b5f88cdd2a56265b0ef3252a6
+RMD160 (netpgp-20100601.tar.gz) = 8350fec1db8c9bdd1d5ca313a6c8d0ea5e82d0ad
+Size (netpgp-20100601.tar.gz) = 1525450 bytes