pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/netpgpverify



Module Name:    pkgsrc
Committed By:   agc
Date:           Thu Oct  1 01:14:07 UTC 2015

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

Log Message:
Update netpgpverify to 20150930.

Changes since 20150919:

+ fixed minor bug in BN_rand() function - used field wasn't set

+ added BN_gcd() function

+ added translation layer in header file, so that library
can be called as a BIGNUM/BN_* replacement if USE_BN_INTERFACE
is defined at compile-time


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/netpgpverify/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/netpgpverify/files/bignum.c
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/netpgpverify/files/bn.h
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/netpgpverify/files/verify.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index