pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/netpgpverify/files Update netpgpverify to 201...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f33d3b9b1a12
branches: trunk
changeset: 347918:f33d3b9b1a12
user: agc <agc%pkgsrc.org@localhost>
date: Fri Jun 03 00:11:10 2016 +0000
description:
Update netpgpverify to 20160313
+ minor cosmetic change to bn.h to also define BN_mod_sub, missed in
previous
diffstat:
security/netpgpverify/files/bn.h | 1 +
security/netpgpverify/files/verify.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 9cbd3766faa4 -r f33d3b9b1a12 security/netpgpverify/files/bn.h
--- a/security/netpgpverify/files/bn.h Thu Jun 02 16:01:12 2016 +0000
+++ b/security/netpgpverify/files/bn.h Fri Jun 03 00:11:10 2016 +0000
@@ -87,6 +87,7 @@
#define BN_mod_exp PGPV_BN_mod_exp
#define BN_mod_inverse PGPV_BN_mod_inverse
#define BN_mod_mul PGPV_BN_mod_mul
+#define BN_mod_sub PGPV_BN_mod_sub
#define BN_raise PGPV_BN_raise
#define BN_factorial PGPV_BN_factorial
#define BN_CTX_new PGPV_BN_CTX_new
diff -r 9cbd3766faa4 -r f33d3b9b1a12 security/netpgpverify/files/verify.h
--- a/security/netpgpverify/files/verify.h Thu Jun 02 16:01:12 2016 +0000
+++ b/security/netpgpverify/files/verify.h Fri Jun 03 00:11:10 2016 +0000
@@ -23,9 +23,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef NETPGP_VERIFY_H_
-#define NETPGP_VERIFY_H_ 20160214
+#define NETPGP_VERIFY_H_ 20160313
-#define NETPGPVERIFY_VERSION "netpgpverify portable 20160214"
+#define NETPGPVERIFY_VERSION "netpgpverify portable 20160313"
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index