./security/netpgpverify, Standalone PGP and ssh signature verification utility

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 20190117, Package name: netpgpverify-20190117, Maintainer: agc

netpgpverify is a standalone program to verify a PGP signature
on a file or document. Both RSA and DSA signatures are supported,
as are binary and document signatures.

netpgpverify is compliant with RFC 4880.


Version history: (Expand)


CVS history: (Expand)


   2019-10-07 10:56:28 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6067 - requested by agc
security/netpgpverify: build fix

Revisions pulled up:
- security/netpgpverify/files/bignum.c                          1.11
- security/netpgpverify/files/verify.h                          1.41

---
   Module Name:    pkgsrc
   Committed By:   agc
   Date:           Thu Oct  3 20:18:13 UTC 2019

   Modified Files:
           pkgsrc/security/netpgpverify/files: bignum.c verify.h

   Log message:
   Bump netpgpverify and libnetpgpverify to 20191003 - fix problem
   pointed out by mrg and gcc8:

   + don't read an automatic array element we haven't already written