Subject: CVS commit: pkgsrc/security
From: Alistair G. Crooks
Date: 2013-12-20 18:16:48
Message id: 20131220171648.D2AA996@cvs.netbsd.org

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

Files:
RevisionActionfile
1.2modifypkgsrc/security/libnetpgpverify/files/src/libbn/bignum.c
1.2modifypkgsrc/security/libnetpgpverify/files/src/libverify/verify.h
1.4modifypkgsrc/security/netpgpverify/Makefile
1.2modifypkgsrc/security/netpgpverify/files/bignum.c
1.3modifypkgsrc/security/netpgpverify/files/verify.h