Subject: CVS commit: pkgsrc/security/netpgpverify
From: Alistair G. Crooks
Date: 2016-02-19 23:41:50
Message id: 20160219224150.A0842FBB7@cvs.NetBSD.org

Log Message:
Remove an item from the netpgpverify/libnetpgpverify TODO list:

+ get rid of calls to snprintf which simply add the returned value to
the number of characters used so far. This practice is unsafe. Instead,
use a dynamic buffer and grow its size to accommodate the contents.

+ add USE_ARG definition to some files which use it but don't check to
see that it's been defined

pkgsrc changes:

+ Bump version number to 20160214

+ Use the same method as libnetpgpverify for finding the version number
from the sources.

Files:
RevisionActionfile
1.20modifypkgsrc/security/netpgpverify/Makefile
1.5modifypkgsrc/security/netpgpverify/files/bzlib.c
1.6modifypkgsrc/security/netpgpverify/files/digest.c
1.13modifypkgsrc/security/netpgpverify/files/libverify.c
1.19modifypkgsrc/security/netpgpverify/files/verify.h