Sun May 31 23:38:21 2009 UTC ()
Update netpgp package from version 20090525 to 20090531.

CHANGES 1.99.7 -> 1.99.8

+ get rid of __ops_malloc_passphrase() - strdup() works just as well
+ generalise __ops_seckey_forget() to become __ops_forget(), give it a size
  parameter, and make it work on things other than secret keys (passphrases
  for instance)
+ minor struct field enum renaming
+ minor function call renaming
+ add ops_io_t struct to hold pointers to IO streams, and pass it down
  where necessary

CHANGES 1.99.6 -> 1.99.7

+ added to the regression tests
+ get rid of some magic constants, replace with more obvious names
+ zero out the memory used for a passphrase before freeing it in one place

CHANGES 1.99.5 -> 1.99.6

+ made --homedir=d consistent with POLS. Default is $HOME/.gnupg, and
  if a directory is specified with --homedir=d, the directory containing
  conf file and keyrings is taken to be "d".

CHANGES 1.99.4 -> 1.99.5

+ Luke Mewburn completely overhauled the auto tools infrastructure
+ changed signature (hah!) of some netpgp file management prototypes to
  use const char * for file names and user ids, not char * - suggested by
  christos
+ change some of the openpgpsdk display functions to return integer values,
  and send those values back from the netpgp functions - suggested by
  christos
+ rather than passing a shedload of variables to netpgp_init(), get rid
  of them, and set variables using the netpgp_[gs]etvar() interface
+ replace some magic constants with descriptive names
+ use a netpgp variable to skip userid checks if necessary
+ add ability to allow coredumps via --coredumps if (a) you have taken
  leave of your sanity, and (b) you have some magical persistent
  storage which doesn't spare sectors, and (c) you know how to remove
  a file securely
+ bumped library version on NetBSD to 1.0 for interface changes


(agc)
diff -r1.2 -r1.3 pkgsrc/security/netpgp/Makefile
diff -r1.2 -r1.3 pkgsrc/security/netpgp/distinfo

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

--- pkgsrc/security/netpgp/Makefile 2009/05/25 06:50:53 1.2
+++ pkgsrc/security/netpgp/Makefile 2009/05/31 23:38:21 1.3
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2009/05/25 06:50:53 agc Exp $ 1# $NetBSD: Makefile,v 1.3 2009/05/31 23:38:21 agc Exp $
2 2
3DISTNAME= netpgp-20090525 3DISTNAME= netpgp-20090531
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.2 -r1.3 pkgsrc/security/netpgp/distinfo (expand / switch to unified diff)

--- pkgsrc/security/netpgp/distinfo 2009/05/25 06:50:53 1.2
+++ pkgsrc/security/netpgp/distinfo 2009/05/31 23:38:21 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2009/05/25 06:50:53 agc Exp $ 1$NetBSD: distinfo,v 1.3 2009/05/31 23:38:21 agc Exp $
2 2
3SHA1 (netpgp-20090525.tar.gz) = ad685335d2fd4bbce01926633c45999b421c282a 3SHA1 (netpgp-20090531.tar.gz) = e231f512497837b8b422b2d8e63c9d673a3ec2ee
4RMD160 (netpgp-20090525.tar.gz) = ef3f3f34059acc0c57d441feb5a1cab248d63e2d 4RMD160 (netpgp-20090531.tar.gz) = 1697bd1794f9de0670a1ba0f50f5303c6b8149d9
5Size (netpgp-20090525.tar.gz) = 1103952 bytes 5Size (netpgp-20090531.tar.gz) = 1431647 bytes