2023-05-14 18:11:22 by Izumi Tsutsui | Files touched by this commit (4) | |
Log message:
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).
|
2022-01-23 22:50:02 by Frederic Cambus | Files touched by this commit (1) |
Log message:
lhasa: fix HOMEPAGE.
|
2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and SHA512
hashes.
|
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message:
archivers: Remove SHA1 distfiles hashes
|
2020-11-16 16:48:44 by Izumi Tsutsui | Files touched by this commit (3) |
Log message:
lhasa: avoid SIGSEGV on decoding 8bit char filenames on NetBSD/amd64.
Bump PKGREVISION.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
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.
|
2019-09-21 13:14:23 by Nia Alarie | Files touched by this commit (1) |
Log message:
lhasa: Create buildlink3.mk
|
2016-06-22 12:30:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
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.
|
2015-11-03 01:56:27 by Alistair G. Crooks | Files touched by this commit (93) |
Log message:
Add SHA512 digests for distfiles for archivers category
Problems found with existing distfile for eagle:
distfiles/bicom101.zip
distfiles/szip-2.1nb3/szip-2.1.tar.gz
distfiles/xmill-0.9.1.tar.gz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-08-26 23:25:31 by Sergey Svishchev | Files touched by this commit (2) |
Log message:
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.
|