Tue Jun 1 06:15:00 2010 UTC ()
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)


(agc)
diff -r1.11 -r1.12 pkgsrc/security/netpgp/Makefile
diff -r1.10 -r1.11 pkgsrc/security/netpgp/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/security/netpgp/Makefile (expand / switch to unified diff)

--- pkgsrc/security/netpgp/Makefile 2010/05/08 03:45:58 1.11
+++ pkgsrc/security/netpgp/Makefile 2010/06/01 06:15:00 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2010/05/08 03:45:58 agc Exp $ 1# $NetBSD: Makefile,v 1.12 2010/06/01 06:15:00 agc Exp $
2 2
3DISTNAME= netpgp-20100507 3DISTNAME= netpgp-20100601
4CATEGORIES= security 4CATEGORIES= security
5MASTER_SITES= ${MASTER_SITE_LOCAL} 5MASTER_SITES= ${MASTER_SITE_LOCAL}
6 6
7MAINTAINER= agc@NetBSD.org 7MAINTAINER= agc@NetBSD.org
8HOMEPAGE= http://www.NetBSD.org/ 8HOMEPAGE= http://www.NetBSD.org/
9COMMENT= PGP signing, verification, encryption and decryption program 9COMMENT= PGP signing, verification, encryption and decryption program
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.10 -r1.11 pkgsrc/security/netpgp/distinfo (expand / switch to unified diff)

--- pkgsrc/security/netpgp/distinfo 2010/05/08 03:45:58 1.10
+++ pkgsrc/security/netpgp/distinfo 2010/06/01 06:15:00 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2010/05/08 03:45:58 agc Exp $ 1$NetBSD: distinfo,v 1.11 2010/06/01 06:15:00 agc Exp $
2 2
3SHA1 (netpgp-20100507.tar.gz) = 3696075b8124ede5e31d2f18560f0587c4c41273 3SHA1 (netpgp-20100601.tar.gz) = e4074e89d8e2280b5f88cdd2a56265b0ef3252a6
4RMD160 (netpgp-20100507.tar.gz) = 3ce4e94073b81ac525809939c0477dce8754da99 4RMD160 (netpgp-20100601.tar.gz) = 8350fec1db8c9bdd1d5ca313a6c8d0ea5e82d0ad
5Size (netpgp-20100507.tar.gz) = 1585401 bytes 5Size (netpgp-20100601.tar.gz) = 1525450 bytes