diff options
author | agc <agc@pkgsrc.org> | 2010-02-13 00:18:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2010-02-13 00:18:47 +0000 |
commit | 2a039a07320f221ad7121e572dde5b9aff653653 (patch) | |
tree | b9612b75725bee56bcd69c16e2fe3e6f7a9e5bfb /security/netpgp | |
parent | e4b723e4da9ba0b4fbd89b26a2c7974c7910d2e7 (diff) | |
download | pkgsrc-2a039a07320f221ad7121e572dde5b9aff653653.tar.gz |
Update the netpgp package to version 20100212/1.99.19
Changes to 1.99.19/20100212
+ plug some memory leaks, from cppcheck via Thomas Klausner (thanks!)
+ make the singular of time units read correctly
+ print decryption key info properly when prompting for passphrase
Changes to 1.99.18/20100211
small steps, but lots of them - this is the first one.
+ print out the correct key information when signing files and memory.
what used to be printed out was the copy of the public key which is
stored as part of the private key. does not address the info shown
when decrypting, since that is done in a different way, by callback.
this whole part needs to be re-written, but will have to wait for two
good hands.
Changes to 1.99.17/20100206
+ get rid of last 2 static variables - use the __ops_printstate_t struct
passed down
+ get rid of 3 occurrences in reader.c where an automatic buffer was
addressed (as part of a subsequent callback) by a struct field from
a calling scope, and only valid within the callback. Found by
Flexelint and phk - many thanks.
+ print filename/"memory" when time problems occur when validating signatures
Changes to 1.99.16/20100205
+ minor simplifications to netpgp(1) internally
+ fix a bug in netpgp_verify_file where a non-existent file while listing
packets would cause a SIGSEGV
+ add duration arg to netpgp(1), and check for validity when verifying
signatures
+ add birthtime arg to netpgp(1), and check for validity when verifying
signatures
+ add netpgp commands to print pubkey, if desired
+ allow the passphrase for the signature to be taken from --pass-fd
+ get rid of static indent value when printing packet contents
+ print signature validity times when verifying a file's signature
Diffstat (limited to 'security/netpgp')
-rw-r--r-- | security/netpgp/Makefile | 5 | ||||
-rw-r--r-- | security/netpgp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile index fcf30d73404..9c54a5c796c 100644 --- a/security/netpgp/Makefile +++ b/security/netpgp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:42 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/13 00:18:47 agc Exp $ -DISTNAME= netpgp-20091210 -PKGREVISION= 1 +DISTNAME= netpgp-20100212 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo index dedbcea363d..5ab8680d141 100644 --- a/security/netpgp/distinfo +++ b/security/netpgp/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/12/15 00:06:15 agc Exp $ +$NetBSD: distinfo,v 1.6 2010/02/13 00:18:47 agc Exp $ -SHA1 (netpgp-20091210.tar.gz) = 96b7184800b22cfa20be1709ed7cfbfa930494c3 -RMD160 (netpgp-20091210.tar.gz) = 214a146e0d70a412e49ed78954e3daa95f59d0df -Size (netpgp-20091210.tar.gz) = 1558692 bytes +SHA1 (netpgp-20100212.tar.gz) = dca04a902f1e5390e3927315ca592137aaebf5f9 +RMD160 (netpgp-20100212.tar.gz) = b22a11185a6d118b55f9a9abf90885f741b8e24a +Size (netpgp-20100212.tar.gz) = 1477865 bytes |