summaryrefslogtreecommitdiff
path: root/security/netpgp/Makefile
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 /security/netpgp/Makefile
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)
Diffstat (limited to 'security/netpgp/Makefile')
-rw-r--r--security/netpgp/Makefile4
1 files changed, 2 insertions, 2 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}