summaryrefslogtreecommitdiff
path: root/security/netpgpverify
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2015-02-03 21:36:48 +0000
committeragc <agc@pkgsrc.org>2015-02-03 21:36:48 +0000
commit2ffcf0581bde033647a7ed51dd45cd8217306780 (patch)
tree960215b788e17ffd4fdf552c47bf111141898a0e /security/netpgpverify
parent2acc563555eb0dbcaf7e160e728355cda3307a69 (diff)
downloadpkgsrc-2ffcf0581bde033647a7ed51dd45cd8217306780.tar.gz
Update netpgpverify, and libnetpgpverify, to 20150204
+ dump the huge output to /dev/null so that we can see what's happening with the other tests in testit.sh + fix from jperkin@, don't try to be clever when selecting the only key id in a keyring + add a test for single key (non-ssh) pubring
Diffstat (limited to 'security/netpgpverify')
-rw-r--r--security/netpgpverify/files/verify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/netpgpverify/files/verify.h b/security/netpgpverify/files/verify.h
index dbf7959140c..bcde24579e2 100644
--- a/security/netpgpverify/files/verify.h
+++ b/security/netpgpverify/files/verify.h
@@ -23,9 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NETPGP_VERIFY_H_
-#define NETPGP_VERIFY_H_ 20150203
+#define NETPGP_VERIFY_H_ 20150204
-#define NETPGPVERIFY_VERSION "netpgpverify portable 20150203"
+#define NETPGPVERIFY_VERSION "netpgpverify portable 20150204"
#include <sys/types.h>