pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/42922 CVS commit: pkgsrc/security/netpgp
The following reply was made to PR pkg/42922; it has been noted by GNATS.
From: "Alistair G. Crooks" <agc%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/42922 CVS commit: pkgsrc/security/netpgp
Date: Fri, 5 Mar 2010 16:20:05 +0000
Module Name: pkgsrc
Committed By: agc
Date: Fri Mar 5 16:20:05 UTC 2010
Modified Files:
pkgsrc/security/netpgp: DESCR Makefile distinfo
Log Message:
Update netpgp to version 1.99.20/20100304 - portability improvements, and bug
fixes:
Changes to 1.99.20/20100304
+ move args to some functions around to be consistent
+ use uint*_t where appropriate
+ fix bug in verify memory
+ add documentation to manual pages to show how to do combined
signing/encryption and decryption/verification
+ make verification of ascii-armoured memory work the same as binary
+ eliminate use of strdup(3), strcasecmp(3), and strptime(3).
NetBSD/pkgsrc PR 42922 applies - need to define
_XOPEN_SOURCE and _BSD_SOURCE for newer linux platforms with
glibc 2.10.1. solved a bit differently, by implementing
strdup(3) and strcasecmp(3) independently, and using regexps
to avoid calling strptime(3).
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/security/netpgp/DESCR
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/netpgp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/netpgp/distinfo
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