Up to [cvs.NetBSD.org] / pkgsrc / archivers / lhasa
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
lhasa: update to 0.4.0. Upstream changes: https://github.com/fragglet/lhasa/blob/v0.4.0/NEWS v0.4.0 (2023-05-14): * The manpage was expanded, with more information about different compression formats, example commands, a BUGS section and some additional references in the SEE ALSO section. * A verbose mode was added to the list output that shows the full file timestamp (thanks Dan Fandrich). * Support for archives generated by the DOS LHARK tool was added; big thanks go to Jason Summers for his tool DEARK and his comprehensive writeup on the LHARK format. * Some changes were made for compatibility with old versions of autotools (thanks Ozkan Sezer). * Some tweaks were made to tests to make them work on BSD systems. * Segmentation fault on NetBSD/amd64 was fixed when decoding 8-bit character filenames (thanks Izumi Tsutsui). * Some minor tweaks and fixes were made to the help text and manpage (thanks Stefan) * Some spelling mistakes were fixed, excess whitespace was trimmed, and the website link in the RPC spec file was fixed (thanks a1346054 and Jakub Wilk). * A potential integer overflow in the lha_decode_*uint32 functions was fixed (thanks Jacub Wilk).
lhasa: fix HOMEPAGE.
lhasa: avoid SIGSEGV on decoding 8bit char filenames on NetBSD/amd64. Bump PKGREVISION.
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Updated lhasa to 0.3.1. Security update. v0.3.1 (2016-03-29): * This release fixes an integer underflow vulnerability in the code for doing LZH level 3 header decodes (TALOS-CAN-0095). Thanks go to Marcin Noga and Regina Wilson of Cisco TALOS for reporting this vulnerability.
Update to 0.3.0. Changes: * PMarc -pm1- archives that contain truncated compressed data (the decompressed length is longer than what can be read from the compressed data) now decompress as intended. Certain archives in the wild make the assumption that this can be done. * LArc -lz5- archives that make use of the initial history buffer now decompress correctly.
Changes 0.2.0: * Decompression of archives using the -lhx- file format supported by unlha32.dll is now supported (thanks Multi for the patch). * The -p (print to stdout) command line option is now supported. * The test suite should now run correctly on Windows. Bugs fixed: * Bug where archives read from pipes (eg. stdin) were not extracted beyond the first file in the archive. * Output when using the -w (extract directory) option now correctly matches the output of Unix lha.
Update to 0.1.0. Changes: Directory paths containing '..' as a directory name are now sanitized, to prevent malicious archives being able to overwrite arbitrary files on the filesystem. Symbolic links are now extracted in a safer way, being created as dummy files in O_EXCL mode that are overwritten with proper symbolic links at the end of extraction. Processing of archives read from IPC pipes (including stdin) has been fixed.
"user-destdir" is default these days
Update to 0.0.7: v0.0.7 (2012-06-02): * Extraction and listing of Unix symbolic links is now supported. * Decompression code for the "old" PMarc archive algorithm (-pm1-) has been added. * Support has been added for Unix LHA level 0 header extended areas (so level 0 archives with Unix metadata are now listed and extracted correctly). * The Unix permissions field in the list output for directory entries has been fixed. * The library header files have been fixed so that they can be included in C++ code. * The LHADecoder interface, for extracting raw compressed data, has been added to the public header files. * The Unix LHA test archives have been regenerated and improved. * A "ghost testing" tool has been added for testing ghost compression algorithms such as -pm1-. * The list output tests have been fixed to be repeatable regardless of the current date. * Build of the fuzzer tool has been fixed. v0.0.6 (2012-05-17): * When the -w option is used during extraction, the path specified is now first created if it does not already exist. * The command line tool now exits with a failure return code if an error occurs during extraction. * A "catch-all" header file (lhasa.h) has been added. * The public header files installed with the library can now be included and used externally. * A pkgconfig file is now installed as part of the library (thanks Jan Engelhardt). * Make targets have been added for building Doxygen documentation and including them as part of the distribution.
Update to 0.0.5: v0.0.5 (2012-05-08): * Architecture-specific functions for running on Windows have now been fully implemented, and the command line tool passes all tests in the test suite on Windows (thanks roytam1 for bug reports). * Bug fixed where the command line tool would enter an infinite loop when extracting a truncated archive (thanks Jon Dowland). * Support added for archives with level 0 headers and Unix path separators (thanks roytam1). * The test suite now runs correctly outside of the Europe/London time zone (thanks Thomas Klausner). * A .spec file is now included for building rpm packages.
Initial import of lhasa-0.0.4, an ISC licensed lha uncompressor. Lhasa is a library for parsing LHA (.lzh) archives and a free replacement for the Unix LHA tool. Currently it is only possible to read from (i.e., decompress) archives; generating (compressing) LHA archives may be an enhancement for future versions. The aim is to be compatible with as many different variants of the LHA file format as possible, including LArc (.lzs) and PMarc (.pma). The command line tool aims to be interface-compatible with the non-free Unix LHA tool (command line syntax and output), for backwards compatibility with tools that expect particular output.
Initial revision