- Remove uncomment likes in Makefile. "make test" works quite well.
- Patch out the hardcoded version in the include path. For example:
Instead of include/QuaZip-Qt5-1.3/quazip/ we use include/QuaZip-Qt5/quazip/.
This safe use from updating ports that don't use the CMake module.
OK bcallah@ (maintainer)
Maintenance release, which is a drop-in replacement for existing
features. Changelog can be found at
ttps://github.com/lz4/lz4/releases/tag/v1.9.4.
Minor of liblz4 has been bumped because a symbol has been added.
OK sthen@
zpaq is a free and open source incremental, journaling command-line
archiver, designed and first implemented by Matt Mahoney. zpaq is
faster and compresses better than most other popular archivers and
backup programs, especially for realistic backups that have a lot of
duplicate files and a lot of already compressed files.
port from tux0r (tux0r at rosaelefanten [dot] org), who is also taking
maintainership, thanks!
ok sthen@
LRZIP (Long Range ZIP) is a file compression program designed to
do particularly well on very large files containing long distance
redundancy. The larger the file and the more memory you have, the better
the compression advantage this will provide. A variety of compression
options allow optimizing for size and speed.
From Ruben Llorente (porting at use.startmail com) who is also taking
maintainership, thanks!
some tweaks/suggestions by me and sthen@, ok sthen@
The fix for CVE-2022-1271 doesn't work with pdksh: an apostrophe in
a comment trips up the lexer and all uses of xzgrep result in the same
/usr/local/bin/xzgrep[221]: no closing quote
Work around this by spelling out "don't" as "do not". This also fixes
the regress tests.
ok naddy (maintainer)
In zipgrep, prevent arbitrary-file-write vulnerability if an archive
member name contains shell wild cards that expand to an existing
pathname with an exploit pattern.
ok sthen@ tb@
ISO reader: fix possible heap buffer overflow in read_children()
RAR reader: fix heap-use-after-free in RAR (v4) filter code
RAR reader: fix null-dereference in RAR (v4) filter code
RAR reader: fix heap-use-after-free in run_filters()
ok naddy