Subject: CVS commit: pkgsrc/devel/bglibs
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2006 02:59:52
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Feb 20 02:59:52 UTC 2006
Modified Files:
pkgsrc/devel/bglibs: Makefile PLIST buildlink3.mk distinfo
Log Message:
Update to 1.040 and fix pkglint warnings. From the changelog:
- Added cli-generate, a program to produce C header and source from
command-line interface description files.
- Modified the crypto HMAC code to do precalculation of the intermediate
hash results.
- Fixed base64 decoding on systems where char is unsigned by default.
Thanks Gerrit Pape.
- Tweaked the ghash_add function to return a pointer to the newly
created entry (since some uses will want to use it immediately).
- Stop blocking SIGSEGV with the sig_all_* functions, as this has
resulted in bugs causing endless signal loops.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/devel/bglibs/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/devel/bglibs/PLIST \
pkgsrc/devel/bglibs/buildlink3.mk
cvs rdiff -r1.11 -r1.12 pkgsrc/devel/bglibs/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.