diff options
author | agc <agc@pkgsrc.org> | 2015-02-03 21:36:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2015-02-03 21:36:48 +0000 |
commit | 9b1029b9d9bc4015cc44b801c78473dfb0f87aa7 (patch) | |
tree | 960215b788e17ffd4fdf552c47bf111141898a0e /security/netpgpverify | |
parent | 2a71edc1ac4e35696dd099a574ad674b3c79357c (diff) | |
download | pkgsrc-9b1029b9d9bc4015cc44b801c78473dfb0f87aa7.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.h | 4 |
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> |