summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2009-12-15 00:06:15 +0000
committeragc <agc@pkgsrc.org>2009-12-15 00:06:15 +0000
commitcae0b0c1a65fb9f3502cb8d4ed4a76edc8cc6b90 (patch)
treea49d52ddcf627619c0d3d7ef40fb7e19b4cd639e /security
parent279e2cd056cbec786dcecaf629a8e3c9619dd724 (diff)
downloadpkgsrc-cae0b0c1a65fb9f3502cb8d4ed4a76edc8cc6b90.tar.gz
Update netpgp to version 20091210.
Apart from infrastructure changes, there are the following functional ones: + Update to version 1.99.14/20091210 + provide a new netpgp_match_list_keys(3) function to perform a regular-expression based search of all the keys in the keyring. If no pattern is specified to match, then all keys are returned. + provide a new netpgp_set_homedir(3) function, and use it to set the home directory from the library, rather than individually in all the programs which use the library + provide a new netpgp_incvar(3) function which will add a constant increment (which may be negative) to the value of an internal variable. This is primarily used for the verbosity level within the library, and is again a movement of the function into the library from the individual programs which use the library + move to the specification of an ssh key file by internal variable, rather than the directory holding an ssh key file + autoconf infrastructure changes + take a hammer to the _GNU_SOURCE definitions problems + don't rely on strnlen(3) being present everywhere + add rudimentary support for ssh keys + add a netpgp library function - netpgp_get_key(3) - to print a specific key + add functionality to call this function in netpgpkeys(1) + add test for netpgp_get_key + add a verbose switch to the tst script + add netpgp functions to expose the memory signing and verification functions - netpgp_sign_memory(3) and netpgp_verify_memory(3) + coalesced signing and verification ops file functions
Diffstat (limited to 'security')
-rw-r--r--security/netpgp/Makefile4
-rw-r--r--security/netpgp/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/security/netpgp/Makefile b/security/netpgp/Makefile
index 2b998c75115..015360238fd 100644
--- a/security/netpgp/Makefile
+++ b/security/netpgp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/06/11 17:02:17 agc Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/15 00:06:15 agc Exp $
-DISTNAME= netpgp-20090611
+DISTNAME= netpgp-20091210
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
diff --git a/security/netpgp/distinfo b/security/netpgp/distinfo
index f7345f69fe5..dedbcea363d 100644
--- a/security/netpgp/distinfo
+++ b/security/netpgp/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/06/11 17:02:17 agc Exp $
+$NetBSD: distinfo,v 1.5 2009/12/15 00:06:15 agc Exp $
-SHA1 (netpgp-20090611.tar.gz) = e27ec76d280178486ac2a532b03bd6078e494b6d
-RMD160 (netpgp-20090611.tar.gz) = f12aa6918787a99476e673a15703b19237f8c2e2
-Size (netpgp-20090611.tar.gz) = 1597624 bytes
+SHA1 (netpgp-20091210.tar.gz) = 96b7184800b22cfa20be1709ed7cfbfa930494c3
+RMD160 (netpgp-20091210.tar.gz) = 214a146e0d70a412e49ed78954e3daa95f59d0df
+Size (netpgp-20091210.tar.gz) = 1558692 bytes