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: Fri Feb 19 22:41:50 UTC 2016
Modified Files:
pkgsrc/security/netpgpverify: Makefile
pkgsrc/security/netpgpverify/files: bzlib.c digest.c libverify.c
verify.h
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/netpgpverify/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/netpgpverify/files/bzlib.c
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/netpgpverify/files/digest.c
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/netpgpverify/files/libverify.c
cvs rdiff -u -r1.18 -r1.19 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