summaryrefslogtreecommitdiff
path: root/security/netpgp/PLIST
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2009-06-11 17:02:17 +0000
committeragc <agc@pkgsrc.org>2009-06-11 17:02:17 +0000
commit06a78c6d90fb9366a5d5a740128971966af810d6 (patch)
treea90069c665c0f858af6fe1cd5286c1f2ea60346c /security/netpgp/PLIST
parent3815b07b198f8bbcf9c7e7f9d87f88d355375ad5 (diff)
downloadpkgsrc-06a78c6d90fb9366a5d5a740128971966af810d6.tar.gz
Update netpgp to version 20090611.
Changes since 20090531: + only prompt for a passphrase on the secret key if there is a passphrase on the secret key CHANGES 1.99.10 -> 1.99.11 + address keys array from 0 with unsigned indices + print results to io->res stream - default to stderr, and set using netpgp_setvar(..., "results", filename) + __ops_keyid()'s third arg was always the size of the keyid array - no need to pass it + get rid of the excessive type-checking in packet-show-cast.h, which wasn't necessary, and fold all the show routines into packet-show.c + introduce a generic __ops_new() and use it for some structure allocation CHANGES 1.99.9 -> 1.99.10 + fix a bug in decryption whereby a bad passphrase would cause a segmentation violation + fix some regressions in key searching in the underlying find keys routines + add C++ declaration protection to the external interface in netpgp.h + split out the key management parts of netpgp(1) into netpgpkeys(1) CHANGES 1.99.8 -> 1.99.9 + make more use of __ops_io_t structure + addition of standalone, stripped-down netpgpverify utility + addition of test for --list-packets on an empty file + bring forward some simplifications from netpgpverify + some name changes + get rid of the increment and then decrement keycount around accumulated data ("it's to do with counting") + then use unsigned integers for the size and counts for the dynamic array of keys, and use the common dynamic array macros for keys in a keyring + if it's a union, let's use it as a union, not a struct + modified documentation to correct the --list-packets command (sorry, ver) + add a new directory structure for both the distribution and the reachover Makefiles. The autotest framework has been partially overhauled but more TLC is needed here. + add a --pass-fd=n option so that external programs can provide the passphrase on a file descriptor without going through the callback, requested by joerg
Diffstat (limited to 'security/netpgp/PLIST')
-rw-r--r--security/netpgp/PLIST6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/netpgp/PLIST b/security/netpgp/PLIST
index 5d5a8b58e65..dab4768519b 100644
--- a/security/netpgp/PLIST
+++ b/security/netpgp/PLIST
@@ -1,6 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/29 04:54:34 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/06/11 17:02:17 agc Exp $
bin/netpgp
+bin/netpgpkeys
+bin/netpgpverify
include/netpgp.h
lib/libnetpgp.la
man/man1/netpgp.1
+man/man1/netpgpkeys.1
+man/man1/netpgpverify.1
man/man3/libnetpgp.3