Subject: CVS commit: pkgsrc/archivers/nulib2
To: None <pkgsrc-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: pkgsrc-changes
Date: 07/15/2003 09:36:47
Module Name: pkgsrc
Committed By: agc
Date: Tue Jul 15 09:36:46 UTC 2003
Modified Files:
pkgsrc/archivers/nulib2: Makefile distinfo
pkgsrc/archivers/nulib2/patches: patch-aa patch-ab patch-ac
Log Message:
Update nulib2 from version 1.0.1 to version 2.0.0, mandated by the
version-less distfile changing. Found during recent bulk build.
Changes since previous version:
2003/02/18 fadden
- When extracting with "-ee", disk images now have ".PO" appended.
- Resurrected HandleAddNotFound().
- Switched to case-sensitive filename comparisons.
2003/02/08 fadden
- Upped version to v2.0.0.
- Many fixes to pathname handling:
- Correctly handle '%' when preservation is OFF.
- Accept 4-char extensions in '-ee' without risk of buffer overflow.
- Fixed broken assert when converting long %xx names.
- Store "AUX" as "%00AUX" when preserving Win32 names (vs. "_AUX").
- Always store files with ':' as path separator.
- Recognize that some Win32 variants (Win2K and later at the least)
will accept both '/' and '\' as pathname separators.
- Correctly convert ".//foo" to "foo" instead of "/foo".
- Tracked changes to NufxLib DataSource API.
2003/01/10 fadden
- Check NufxLib "compiled" version against "linked" version.
2002/12/06 fadden
- Made minor changes to allow linking NufxLib in as a DLL.
2002/10/20 ***** v1.1.0 shipped *****
2002/10/10 fadden
- added fancy help text (-h)
2002/10/09 fadden
- added "-zz" flag to specify libbz2's "bzip2" compression
2002/10/08 fadden
- added Binary II support
2002/09/30 fadden
- added "-z" flag to specify zlib's "deflate" compression (the
"secret" debug dump command is now -g)
2002/09/26 fadden
- progress updater now shows "analyzing" for scan pass of SQ
2002/09/23 fadden
- ran the code through valgrind; found and fixed some minor bugs
2002/09/20 fadden
- pulled the sources out and started fiddling with them again
- changed hard tabs to spaces
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/archivers/nulib2/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/archivers/nulib2/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/archivers/nulib2/patches/patch-aa
cvs rdiff -r1.3 -r1.4 pkgsrc/archivers/nulib2/patches/patch-ab
cvs rdiff -r1.2 -r1.3 pkgsrc/archivers/nulib2/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.