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
This commit is contained in:
parent
e4b723e4da
commit
2a039a0732
2 changed files with 6 additions and 7 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue