Commit graph

3149 commits

Author SHA1 Message Date
gutteridge
74d296741a engrampa: update to 1.24.2
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-20 23:51:33 +00:00
pin
92a7e4f4a0 archivers/arqiver: update to 0.8.0
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-11 05:21:18 +00:00
adam
a60369ee19 unrar: updated to 6.0.7
6.0.7:
Unknown changes
2021-07-07 08:50:07 +00:00
micha
0aa3e8035e archivers/tartest: Add version 1.23
Tartest reads a tar archive from stdin and checks this archive for
compliance with POSIX.1-1990.
2021-06-25 13:41:48 +00:00
wiz
b6b8e3e9c2 libzip: update to 1.8.0.
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-24 21:40:06 +00:00
nia
d96a5958ee Rename sysutils/xfce4-xarchiver to archivers/xarchiver
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-13 08:15:50 +00:00
nia
84c12610c3 go-xz: remove; deprecated go-package, no users in pkgsrc
this version is vulnerable to CVE-2021-29482
2021-06-12 06:03:56 +00:00
bsiegert
de0d02561a Revbump all Go packages after go116 update 2021-06-06 12:18:40 +00:00
nia
5ba5bb88f2 Document workarounds. 2021-06-03 06:54:59 +00:00
nia
cebdd8527c zstd: needs librt on SunOS, PR pkg/56225 2021-06-03 06:43:42 +00:00
nia
38f7da1e64 lz4: fix build on Solaris 10, PR pkg/56226 2021-06-02 20:01:42 +00:00
cirnatdan
b8b521311e gnome-autoar: Update archivers/gnome-autoar to 0.3.2
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-06-01 11:27:02 +00:00
khorben
dbc4ec3295 py-zipstream: update to version 1.1.8
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-30 21:48:19 +00:00
wiz
6eae1297d5 *: recursive bump for perl 5.34 2021-05-24 19:49:01 +00:00
adam
86bf9fb28a unrar: updated to 6.0.6
6.0.6:
Unknown changes
2021-05-21 06:59:36 +00:00
wiz
29a134a945 zstd: update to 1.5.0.
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-20 12:23:24 +00:00
nia
f5c2a253c7 upx: remove trailing whitespace 2021-05-15 08:08:28 +00:00
bsiegert
2af0bedf36 Revbump all Go packages after go116 update 2021-05-08 15:02:22 +00:00
adam
5bdf72a9be py-zstandard: fix building with newer zstd 2021-05-04 12:24:33 +00:00
pho
4d74cf7192 *: Bump PKGREVISION for ghc-9.0.1 2021-05-03 19:00:52 +00:00
nia
773cde7da8 *: Use the tools framework for itstool
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-05-02 10:24:47 +00:00
pho
335a312279 Update PLIST 2021-04-23 03:59:26 +00:00
pho
4d17967c8b Update to zlib-0.6.2.3
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-23 00:28:26 +00:00
pho
a522b008a0 Fix build with GHC 9 2021-04-23 00:21:47 +00:00
wiz
b8b27d8381 *: add updated download link 2021-04-21 22:23:53 +00:00
adam
da0a125726 revbump for boost-libs 2021-04-21 13:24:06 +00:00
adam
9d0e79c401 revbump for textproc/icu 2021-04-21 11:40:12 +00:00
wiz
9e6e15c648 freeze: remove dead download location 2021-04-21 09:22:00 +00:00
wiz
84d2c11578 macutil: remove dead download location 2021-04-21 09:21:25 +00:00
wiz
0317115dd2 *: remove dead download locations 2021-04-21 09:19:08 +00:00
pin
f751bde231 archivers/lxqt-archiver: update to 0.4.0
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-20 18:38:16 +00:00
ryoon
6e2910a7b6 archivers: Enable pxz 2021-04-16 16:20:47 +00:00
ryoon
baeef4d574 archivers/pxz: import pxz-4.999.9beta
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-16 16:16:05 +00:00
adam
dbbe4dc47c unrar: updated to 6.0.5
6.0.5:
Unknown changes
2021-04-16 07:11:41 +00:00
wiz
ae12fea0c1 *: bump for vala 0.52 2021-04-14 07:28:16 +00:00
ryoon
bcf4dbf953 archivers: Enable pixz 2021-04-13 03:11:35 +00:00
ryoon
d83aad1121 archivers/pixz: import pixz-1.0.7
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-13 03:09:01 +00:00
nia
5e0ed48377 archivers: be more descriptive in COMMENT 2021-04-12 14:17:43 +00:00
nia
291d17092e zziplib: set PYTHON_FOR_BUILD_ONLY 2021-04-12 11:20:27 +00:00
markd
9f17ade459 kde applications release: update to 20.12.3
10 months worth of updates.
2021-04-07 12:28:14 +00:00
ryoon
a962c71ab1 zstd: Update to 1.4.9
Changelog:
    bug: Use umask() to Constrain Created File Permissions (#2495, @felixhandte)
    bug: Make Simple Single-Pass Functions Ignore Advanced Parameters (#2498, @terrelln)
    api: Add (De)Compression Tracing Functionality (#2482, @terrelln)
    api: Support References to Multiple DDicts (#2446, @senhuang42)
    api: Add Function to Generate Skippable Frame (#2439, @senhuang42)
    perf: New Algorithms for the Long Distance Matcher (#2483, @mpu)
    perf: Performance Improvements for Long Distance Matcher (#2464, @mpu)
    perf: Don't Shrink Window Log when Streaming with a Dictionary (#2451, @terrelln)
    cli: Fix --output-dir-mirror's Rejection of ..-Containing Paths (#2512, @felixhandte)
    cli: Allow Input From Console When -f/--force is Passed (#2466, @felixhandte)
    cli: Improve Help Message (#2500, @senhuang42)
    tests: Avoid Using stat -c on NetBSD (#2513, @felixhandte)
    tests: Correctly Invoke md5 Utility on NetBSD (#2492, @niacat)
    tests: Remove Flaky Tests (#2455, #2486, #2445, @Cyan4973)
    build: Zstd CLI Can Now be Linked to Dynamic libzstd (#2457, #2454 @Cyan4973)
    build: Avoid Using Static-Only Symbols (#2504, @skitt)
    build: Fix Fuzzer Compiler Detection & Update UBSAN Flags (#2503, @terrelln)
    build: Explicitly Hide Static Symbols (#2501, @skitt)
    build: CMake: Enable Only C for lib/ and programs/ Projects (#2498, @concatime)
    build: CMake: Use configure_file() to Create the .pc File (#2462, @lazka)
    build: Add Guards for _LARGEFILE_SOURCE and _LARGEFILE64_SOURCE (#2444, @indygreg)
    build: Improve zlibwrapper Makefile (#2437, @Cyan4973)
    contrib: Add recover_directory Program (#2473, @terrelln)
    doc: Change License Year to 2021 (#2452 & #2465, @terrelln & @senhuang42)
    doc: Fix Typos (#2459, @ThomasWaldmann)
2021-04-05 10:12:38 +00:00
nros
e5c2ec6264 zstd: get rid of coreutils dependency
Set BUILD_DIR, with this HASH is unused and there is no need to
depend on coreutils to get gmd5sum. Eases dependency load on all
platforms.
2021-03-31 13:26:06 +00:00
markd
ba58b08846 kf5: KDE Frameworks update to 5.80.0
10 months of patches/updates.
2021-03-30 10:58:21 +00:00
nros
c5e30eec1c Fix rpath arguments in brotli pkgconfig files
The pkgconfig files for brotli had a direct -R missing -Wl, this breaks
the linking step when used. Remove them and use PKGCONFIG_OVERRIDE instead.
2021-03-21 19:24:24 +00:00
bsiegert
f6095694fd Revbump all Go packages after go115 update 2021-03-19 17:36:46 +00:00
ryoon
90702fa301 bzip2: Rever previous
Avoiding hardlink on Haiku is done in mk/platform/Haiku.mk.
2021-03-15 16:18:32 +00:00
cirnatdan
7fdfe00f81 gnome-autoar: update to 3.0.1
Major changes in 0.3.1:
* Disallow symlinks in parents completely when extracting (Ondrej Holy)
* Make AutoarExtractor documentation clearer (Ondrej Holy)
* Drop recursive delete on failure to prevent data loss (Ondrej Holy)
* Add back RAR support (Matthias)

Major changes in 0.3.0:
* Recognize MIME type aliases of extractable archives (Hernawan Fa'iz Abdillah)
* Add extraction support for password-protected archives (Felipe Borges)
* CVE-2020-36241: Prevent extraction outside the destination dir (Ondrej Holy)
2021-03-15 14:52:10 +00:00
ryoon
9459308d2f bzip2: Do not use hardlink for Haiku
Haiku R1/beta2 does not support hardlink.
2021-03-15 14:21:14 +00:00
ryoon
e83d2c5602 libarchive: Fix bootstrap build under Haiku OS/x86_64 R1/beta2
Haiku OS R1/beta2 provides readpassphrase.h header file and
readpassphrase function in libbsd library.
And libarchive's configure script detects readpassphrase.h
and does not detect readpassphrase function.
In this case, libarchive try to use readpassphrase.h and
build and use internal readpassphrase inplementation.
readpassphrase.h defines readpassphrase function as non-static
and the internal implemantation is static.
This inconsistency breaks bootstrap pkgsrc under Haiku OS/x86_64 R1/beta2.

Add -lbsd to LIBS in Haiku OS case to fix the build and bootstrap.
2021-03-13 19:34:11 +00:00
micha
39ecf0f7eb archivers/star: Update to 1.6.1nb14
Symlink "ustar" is no longer installed by this package.

Bump PKGREVISION.
2021-03-12 09:57:24 +00:00