summaryrefslogtreecommitdiff
path: root/devel/bglibs/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-03-23Update to 1.041. From the changelog:schmonz1-4/+4
- Modified cli-generate to add man page and HTML output options, and more formatting commands. - Tweaked the hmac_finish prototype to properly indicate that the midstate is const and unmodified by the function.
2006-02-24Correctly depend on perl and embedded the right location intojoerg1-1/+2
cli-generate. Bump revision.
2006-02-22Correct checksum after warning.joerg1-2/+2
2006-02-22GNU patch seems to be too stupid to deal with the unified diff versionjoerg1-2/+2
of patch-aa, so convert it into a context diff. Found on OS X by schmonz@.
2006-02-20Update to 1.040 and fix pkglint warnings. From the changelog:schmonz1-4/+4
- 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.
2006-02-06Add missing CVS ID to manual patch.joerg1-2/+2
2006-01-24When checking for CLOCK_REALTIME and friends, include sys/time.h forjoerg1-1/+2
DragonFly as well.
2005-12-02Update to 1.031. From the changelog:schmonz1-4/+4
- Added a RFC 2104 generic HMAC (keyed hashing for message authentication) routine to the crypto section, with control blocks for MD5, SHA1, SHA256, SHA384, and SHA512. - Added support for UID and GID names (instead of just numbers) in bg-installer.
2005-11-21Update to 1.028. From the changelog:schmonz1-5/+4
- Added sysdep for dynamic linker functions (dlopen etc). - Fixed bug in self test for unix/selfpipe.c that caused problems with running make. - Switched from standard GPL to LGPL-2.1 license.
2005-11-21Add patch from author to fix the selfpipe test under some makesschmonz1-1/+2
(at least the one in SuSE Linux 9.2). Bump PKGREVISION.
2005-08-23Update to 1.027. From the changelog:schmonz1-4/+4
- Fixed numberic export glitch in vpwentry_export. - Fixed dependancies to let "make -j" work properly. - Added some pre-computed .lib files (such as socket.lib).
2005-08-19Update to 1.026. From the changelog:schmonz1-4/+4
- Fixed negative indexing bugs in str_findprev* and ibuf_getstr_crlf functions. Thanks Gerrit Pape. - Added the capability to bg-installer to optionally run commands based on the existance of the source (or another) file. - Fixed bg-installer to not create directories in "dry-run" mode.
2005-08-18Update to 1.025. From the changelog:schmonz1-5/+4
- Added the capability to bg-installer to handle multiple destinations within the same source list. - Renamed the "setmode" function in bg-installer that was causing compile problems on *BSD systems. - Added a sysdep for struct timespec and clock_gettime, which are defined if not present.
2005-07-15Update to 1.024. From the changelog:schmonz1-5/+5
- Fixed (again) glob patterns to allow both "!" (like modern glob) or "^" (like existing shells) for negating character sets. - Tweaked str_alloc to use realloc when appropriate. - Fixed glob pattern matches to use "!" instead of "~" for negating character sets like all other globs use. - Fixed the installer libraries to include all the necessary object files for producing the installer/instcheck/instshow programs. - Added a generic installer program, similar to the "install" program included with ezmlm. - Fixed the instshow library to use and dispaly the install prefix just like the other instlib programs. - The installers now automatically create missing directories, and installs into temporary files that get renamed. - Added path_mkdirs function. - Fixed typo bug in str_catfv and str_copyfv that caused failures on (at least) PPC and S390 architectures. Thanks Gerrit Pape. - Fixed 32-to-64 bit sign extension bug in fmt_multi on some 64-bit platforms. Thanks Gerrit Pape. - installer/instcheck program libraries now optionally install into a prefix directory specified on the command line or with $install_prefix (which can be set on the make command line). - Installation is now done under seperate include/lib directories. - Added sysdep for "extern int daylight" (replaced by a macro if not present). - Fixed a couple of length counting bugs in the fmt number code. - Added multiple-item formatting functions fmt_multi (similar to printf, but safer), fmt_multiv, obuf_putf, str_catf, and str_copyf, as well as a set of formatted message functions.
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-21Initial import of bglibs, a collection of miscellaneous librariesschmonz1-0/+5
by Bruce Guenter. Required for the latest qmail-qfilter.