summaryrefslogtreecommitdiff
path: root/archivers
AgeCommit message (Collapse)AuthorFilesLines
2021-09-30zip: Support MKPIE on i386. Move compiler bug hacks to hacks.mk.nia2-4/+20
2021-09-29revbump for boost-libsadam8-14/+16
2021-09-29*: recursive bump for vala 0.54wiz1-1/+2
2021-09-19archivers/php-pecl-zip: update to 1.19.4taca2-8/+7
1.19.4 (2021-09-01) * Fix #80833 ZipArchive::getStream doesn't use setPassword
2021-09-18archivers/ruby-ffi-libarchive: update to 1.1.3taca2-7/+7
1.1.3 (2021-09-16) * Update chefstyle requirement from 1.6.2 to 1.7.1 #52 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.1 to 1.7.2 #53 (dependabot-preview[bot]) * Update chefstyle requirement from 1.7.2 to 1.7.5 #55 (dependabot-preview[bot]) * Upgrade to GitHub-native Dependabot #56 (dependabot-preview[bot]) * Remove support for EOL Ruby 2.4 #59 (tas50) * Update chefstyle requirement from 1.7.5 to 2.0.8 #60 (dependabot[bot]) * Update chefstyle requirement from 2.0.8 to 2.0.9 #61 (dependabot[bot]) * Add strip components support #58 (jasonwbarnett)
2021-09-18Actually make this MAKE_JOBS safe (hint from Joerg)martin2-1/+32
2021-08-30(archivers/R-zip) Updated 2.1.1 to 2.2.0mef2-7/+7
# 2.2.0 * Header values (of version made by and external attributes) are now correctly read and written on big-endian systems (#68). * `zip_list()` now also returns `crc32` and `offset` (#74, @jefferis).
2021-08-12archivers/ruby-zip: update to 2.3.2taca2-7/+7
2.3.2 (2021-07-05) * A "dummy" release to warn about breaking changes coming in version 3.0. This updated version uses the Gem post_install_message instead of printing to STDERR. * 2.3.1 (2021-07-03) A "dummy" release to warn about breaking changes coming in version 3.0.
2021-08-06archivers/start: Update to 1.6.1nb15micha2-8/+8
Changelog from AN-2021-07-29: - star: A single Linux xattr entry with a zero length value did disable all Linux xattrs for the related file. This is now handled correctly. Note that setfattr(1) on some Linux versions does not support to set empty xattr entries, but star on the same system can extract files with empty xattr entries. Thanks to a report from Dennis Katsonis - star: star -version now prints a new version date
2021-08-06Fix potential memory corruption with negative memmove() sizekim3-2/+24
Addresses CVE-2021-3520 Ref: https://github.com/lz4/lz4/pull/972
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-2/+2
2021-07-20engrampa: update to 1.24.2gutteridge3-10/+9
Change log: engrampa 1.24.2 * Translations update * ar: fix filename in file list * rar 6.00: fix listing archive content with encrypted file list * fr-archive: Fix memory leak engrampa 1.24.1 * Translations update * Avoid memory leak in java utils * build: silent build warnings for distcheck * engrampa.appdata.xml: recursive acronyms for .iso, .rpm filetypes * Update authors * autoconf: get zstd mime type using libmagic if enabled
2021-07-11archivers/arqiver: update to 0.8.0pin2-8/+8
Main changes: -Now it's possible to drag all selected items, including directories. -Added an option for only expanding top level directories when loading archives. -Whether the option "Fit first column into available width" is checked or not, the first header column is expanded to fill the available width. -Added a workaround for Qt's problem with scrolling to deep non-expanded tree items. -Don't show the header without content. -Resize columns appropriately on expanding/collapsing a directory item. -Added application/x-xz, application/x-bzip and application/zstd to the supported extractions by using 7z. -Show the compressed size prefixed by ≥ if the file size is missing. -Added cmake support (in addition to qmake).
2021-07-07unrar: updated to 6.0.7adam2-7/+7
6.0.7: Unknown changes
2021-06-25archivers/tartest: Add version 1.23micha5-1/+55
Tartest reads a tar archive from stdin and checks this archive for compliance with POSIX.1-1990.
2021-06-24libzip: update to 1.8.0.wiz5-15/+32
Add one post-release patch. 1.8.0 [2021-06-18] ================== * Add support for zstd (Zstandard) compression. * Add support for lzma (ID 14) compression. * Add `zip_source_window_create()`. * Add `zip_source_zip_create()` variant to `zip_source_zip()`. * Allow method specific `comp_flags` in `zip_set_file_compression()`. * Allow `zip_source_tell()` on sources that don't support seeking and `zip_ftell()` on compressed data. * Provide more details for consistency check errors. * Improve output of `zipcmp`. * In `zipcmp`, don’t ignore empty directories when comparing directory listing. * Treat empty string as no password given in `zip_file_set_encryption()`, `zip_fopen_encrypted()`, and `zip_set_default_password()`.
2021-06-13Rename sysutils/xfce4-xarchiver to archivers/xarchivernia6-4/+140
xarchiver is no longer part of xfce (for years), and the package name and location makes it difficult to find. match other package managers.
2021-06-12go-xz: remove; deprecated go-package, no users in pkgsrcnia6-161/+1
this version is vulnerable to CVE-2021-29482
2021-06-06Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-06-03Document workarounds.nia2-2/+4
2021-06-03zstd: needs librt on SunOS, PR pkg/56225nia1-1/+3
2021-06-02lz4: fix build on Solaris 10, PR pkg/56226nia1-1/+3
2021-06-01gnome-autoar: Update archivers/gnome-autoar to 0.3.2cirnatdan2-8/+7
Major changes in 0.3.2: * compressor: Fix hardlink handling for new cpio format (Ondrej Holy) * compressor: Fix hardlink detection for remote files (Ondrej Holy) * extractor: Fix extraction of readonly folders (Ondrej Holy)
2021-05-30py-zipstream: update to version 1.1.8khorben3-24/+17
Changes made after forking v1.1.4: v1.1.5 (2019-03-18) * Support Zip64 when compressing iterables and strings (https://github.com/allanlei/python-zipstream/pull/25) v1.1.6 (2019-06-06) * Add partial flushing of ZipStreams (https://github.com/arjan-s/python-zipstream/pull/1) v1.1.7 (2019-10-22) * Stream data in the order it was received (https://github.com/arjan-s/python-zipstream/pull/4) v1.1.8 (2020-09-14) * New datetime parameter in write_iter (https://github.com/arjan-s/python-zipstream/pull/8)
2021-05-24*: recursive bump for perl 5.34wiz14-25/+28
2021-05-21unrar: updated to 6.0.6adam2-7/+7
6.0.6: Unknown changes
2021-05-20zstd: update to 1.5.0.wiz4-31/+21
v1.5.0 (May 11, 2021) api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) `ZSTD_defaultCLevel()` `ZSTD_getDictID_fromCDict()` api: Several experimental functions have been deprecated and will emit a compiler warning (#2582, @senhuang42) `ZSTD_compress_advanced()` `ZSTD_compress_usingCDict_advanced()` `ZSTD_compressBegin_advanced()` `ZSTD_compressBegin_usingCDict_advanced()` `ZSTD_initCStream_srcSize()` `ZSTD_initCStream_usingDict()` `ZSTD_initCStream_usingCDict()` `ZSTD_initCStream_advanced()` `ZSTD_initCStream_usingCDict_advanced()` `ZSTD_resetCStream()` api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973) perf: Significant speed improvements for middle compression levels (#2494, @senhuang42 @terrelln) perf: Block splitter to improve compression ratio, enabled by default for high compression levels (#2447, @senhuang42) perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #2630, @Cyan4973) perf: Reduced stack usage during compression and decompression entropy stage (#2522 #2524, @terrelln) bug: Improve setting permissions of created files (#2525, @felixhandte) bug: Fix large dictionary non-determinism (#2607, @terrelln) bug: Fix non-determinism test failures on Linux i686 (#2606, @terrelln) bug: Fix various dedicated dictionary search bugs (#2540 #2586, @senhuang42 @felixhandte) bug: Ensure `ZSTD_estimateCCtxSize*() `monotonically increases with compression level (#2538, @senhuang42) bug: Fix --patch-from mode parameter bound bug with small files (#2637, @occivink) bug: Fix UBSAN error in decompression (#2625, @terrelln) bug: Fix superblock compression divide by zero bug (#2592, @senhuang42) bug: Make the number of physical CPU cores detection more robust (#2517, @PaulBone) doc: Improve `zdict.h` dictionary training API documentation (#2622, @terrelln) doc: Note that public `ZSTD_free*()` functions accept NULL pointers (#2521, @animalize) doc: Add style guide docs for open source contributors (#2626, @Cyan4973) tests: Better regression test coverage for different dictionary modes (#2559, @senhuang42) tests: Better test coverage of index reduction (#2603, @terrelln) tests: OSS-Fuzz coverage for seekable format (#2617, @senhuang42) tests: Test coverage for ZSTD threadpool API (#2604, @senhuang42) build: Dynamic library built multithreaded by default (#2584, @senhuang42) build: Move `zstd_errors.h` and `zdict.h` to `lib/` root (#2597, @terrelln) build: Allow `ZSTDMT_JOBSIZE_MIN` to be configured at compile-time, reduce default to 512KB (#2611, @Cyan4973) build: Single file library build script moved to `build/` directory (#2618, @felixhandte) build: `ZBUFF_*()` is no longer built by default (#2583, @senhuang42) build: Fixed Meson build (#2548, @SupervisedThinking @kloczek) build: Fix excessive compiler warnings with clang-cl and CMake (#2600, @nickhutchinson) build: Detect presence of `md5` on Darwin (#2609, @felixhandte) build: Avoid SIGBUS on armv6 (#2633, @bmwiedmann) cli: `--progress` flag added to always display progress bar (#2595, @senhuang42) cli: Allow reading from block devices with `--force` (#2613, @felixhandte) cli: Fix CLI filesize display bug (#2550, @Cyan4973) cli: Fix windows CLI `--filelist` end-of-line bug (#2620, @Cyan4973) contrib: Various fixes for linux kernel patch (#2539, @terrelln) contrib: Seekable format - Decompression hanging edge case fix (#2516, @senhuang42) contrib: Seekable format - New seek table-only API (#2113 #2518, @mdittmer @Cyan4973) contrib: Seekable format - Fix seek table descriptor check when loading (#2534, @foxeng) contrib: Seekable format - Decompression fix for large offsets, (#2594, @azat) misc: Automatically published release tarballs available on Github (#2535, @felixhandte)
2021-05-15upx: remove trailing whitespacenia2-4/+4
2021-05-08Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-05-04py-zstandard: fix building with newer zstdadam2-1/+27
2021-05-03*: Bump PKGREVISION for ghc-9.0.1pho6-9/+12
2021-05-02*: Use the tools framework for itstoolnia1-4/+2
Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
2021-04-23Update PLISTpho3-105/+105
2021-04-23Update to zlib-0.6.2.3pho4-11/+13
0.6.2.3 Emily Pillmore <emilypi@cohomolo.gy> February 2021 * Add support for bytestring-0.11.0.0 0.6.2.2 Julian Ospald <hasufell@posteo.de> August 2020 * Bump bundled zlib to 1.2.11, fixes #26 * New build flag to force use of the bundled zlib C sources, #31 * Simpler build support for ghcjs, #25 * Add support for GHC 8.10 / base-4.14, #29
2021-04-23Fix build with GHC 9pho3-3/+19
2021-04-21*: add updated download linkwiz1-2/+2
2021-04-21revbump for boost-libsadam8-15/+16
2021-04-21revbump for textproc/icuadam7-10/+14
2021-04-21freeze: remove dead download locationwiz1-2/+2
2021-04-21macutil: remove dead download locationwiz1-2/+2
2021-04-21*: remove dead download locationswiz1-3/+2
2021-04-20archivers/lxqt-archiver: update to 0.4.0pin3-12/+16
lxqt-archiver-0.4.0 / 2021-04-15 =================================== - Support opening and extracting of disk images. - Also, support xz-compressed disk images. - Added "application/vnd.debian.binary-package" to mimetypes list. - Made directory view horizontally scrollable. - Remember window settings.
2021-04-16archivers: Enable pxzryoon1-1/+2
2021-04-16archivers/pxz: import pxz-4.999.9betaryoon5-0/+89
Parallel XZ is a compression utility that takes advantage of running LZMA compression of different parts of an input file on multiple cores and processors simultaneously. Its primary goal is to utilize all resources to speed up compression time with minimal possible influence on compression ratio. Packaged by ISIHARA Takanori and me in pkgsrc-wip/pxz.
2021-04-16unrar: updated to 6.0.5adam2-7/+7
6.0.5: Unknown changes
2021-04-14*: bump for vala 0.52wiz1-1/+2
2021-04-13archivers: Enable pixzryoon1-1/+2
2021-04-13archivers/pixz: import pixz-1.0.7ryoon4-0/+44
Pixz (pronounced 'pixie') is a parallel, indexing version of XZ. The existing XZ Utils provide great compression in the .xz file format, but they produce just one big block of compressed data. Pixz instead produces a collection of smaller blocks which makes random access to the original data possible. This is especially useful for large tarballs. Originaly packaged by ISIHARA Takanori as pkgsrc-wip/pixz and updated to 1.0.7 by me.
2021-04-12archivers: be more descriptive in COMMENTnia1-2/+2
2021-04-12zziplib: set PYTHON_FOR_BUILD_ONLYnia1-1/+3