./archivers/ancient, Decompression routines for ancient formats

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


Branch: CURRENT, Version: 2.2.0, Package name: ancient-2.2.0, Maintainer: pkgsrc-users

This is a collection of decompression routines for old formats popular in
the Amiga, Atari computers and some other systems from 80's and 90's as
well as some that are currently used which were used in a some specific
way in these old systems.


Master sites:

Filesize: 116.786 KB

Version history: (Expand)


CVS history: (Expand)


   2024-06-09 15:59:19 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message: ancient: update to 2.2.0. Fixed a potential security issue where a malicious file can lead to \ undefined behavior and double free (fuzzing, thanks Sagamusix) Fixed cases where malicious files could take a long time to fail (fuzzing) Added more sanity checking and operations through index-checked containers \ instead of raw pointers Added support for RNC2 old bitstream Added support for VIC2 and Vice formats (Amiga) Added support for clone-formats (changed ids) Formatting the code to be more modern-C++ like Refactored SHR3 and SHRI to be a single implementation More test files 
   2024-04-28 11:45:13 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message: ancient: update to 2.1.1. 2.1.1 Small hotfix release: Removing test-files from dist Removing VS2022 compiler warnings Making builds/prs gated on warnings. Added VS2022 to the gate 2.1.0 Added new decompressors: Compact (Unix) Compress (Unix) Freeze (Unix) LOB Compressor a.k.a. multipac. all 6 modes (Atari) Pack (Unix) Quasijarus Strong compression (FreeBSD) PX20 support - fast bypass of passwords (Amiga) DMS improvements for broken files - auto fixup (Amiga) XPK PPMQ (This concludes XPK, yay!) (Amiga) SCO Compress LZH (Unix) Other improvements: XPK Unimplemented for detecting missing-formats Test Framework incl. test files Memory safety fixes Improved commandline Zip & Lzh cleanup (they are not part of the build anymore) 
   2024-03-17 17:42:28 by Nia Alarie | Files touched by this commit (1)
Log message: ancient: Create a buildlink3.mk for software linking against the library 
   2023-07-20 23:09:00 by Nia Alarie | Files touched by this commit (1)
Log message: ancient: Requires a C++17 compiler. 
   2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319)
Log message: Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html 
   2023-02-10 23:09:10 by Frederic Cambus | Files touched by this commit (4)
Log message: archivers/ancient: import ancient-2.0.0. This is a collection of decompression routines for old formats popular in the Amiga, Atari computers and some other systems from 80's and 90's as well as some that are currently used which were used in a some specific way in these old systems.