pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   agc
Date:           Fri Dec 20 17:16:48 UTC 2013

Modified Files:
        pkgsrc/security/libnetpgpverify/files/src/libbn: bignum.c
        pkgsrc/security/libnetpgpverify/files/src/libverify: verify.h
        pkgsrc/security/netpgpverify: Makefile
        pkgsrc/security/netpgpverify/files: bignum.c verify.h

Log Message:
Update netpgpverify and libnetpgpverify to version 20131219

Fix a call to mp_radix_size to use a pointer to the BIGNUM, not the
address of the pointer, when accessing.  Fixes a problem observed in
other software when using the same code.  The problem was obscured
from the compiler because of the use of __UNCONST().  This makes the
BN_dec2bn() and BN_hex2bn() functions (in libnetpgpverify) work
properly.

OK: wiz


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/security/libnetpgpverify/files/src/libbn/bignum.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
    pkgsrc/security/libnetpgpverify/files/src/libverify/verify.h
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/netpgpverify/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/netpgpverify/files/bignum.c
cvs rdiff -u -r1.2 -r1.3 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