./archivers/lhasa, Freely licensed lha archiving tool (for .lzh and .lha files)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.4.0, Package name: lhasa-0.4.0, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 3421.839 KB

Version history: (Expand)


CVS history: (Expand)


   2023-05-14 18:11:22 by Izumi Tsutsui | Files touched by this commit (4) | Package updated
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) | Package updated
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.