1654 Commits

Author SHA1 Message Date
fcambus
d9f0673c9c Update lziprecover to 1.22. 2021-02-20 13:18:07 +00:00
fcambus
01d7be67e0 Update lunzip to 1.12. 2021-02-20 13:17:16 +00:00
ajacoutot
16d1415048 Update to py3-lz4-3.1.3. 2021-02-19 21:05:10 +00:00
naddy
62a10a1433 archivers/gtar: update to bugfix release 1.34 2021-02-16 21:20:07 +00:00
kn
e9619e6835 Update to pigz 2.6
- Add --huffman/-H and --rle/U strategy options
- Fix issue when compiling for no threads
- Fail silently on a broken pip
2021-02-08 20:21:31 +00:00
naddy
b779695ef4 archivers/gshar+gunshar: enable NLS and install message catalogs
Disabling NLS is buggy, the build already picked up libintl.
Tweak the -fno-common fix.
2021-02-01 17:17:28 +00:00
kn
d174f94dc4 Fix "-fno-common" build, from FreeBSD 2021-02-01 16:51:22 +00:00
kn
cd7163e60e Fix build with "-fno-common" 2021-02-01 16:43:29 +00:00
kn
8b3d75845f Update to pigz 2.5
Feedback daniel millert
2021-01-31 02:49:36 +00:00
naddy
9cfccf2a27 archivers/gcpio: fix for -fno-common; from upstream (unreleased) 2021-01-28 13:35:02 +00:00
naddy
9c375a115c archivers/gtar: fix memory corruption when parsing TAR_OPTIONS 2021-01-17 19:11:49 +00:00
naddy
1df6500a17 Update to 1.33:
* POSIX extended format headers do not include PID by default
* --delay-directory-restore works for archives with reversed member ordering
* Fix extraction of a symbolic link hardlinked to another symbolic link
* Wildcards in exclude-vcs-ignore mode don't match slash
* Fix the --no-overwrite-dir option
* Fix handling of chained renames in incremental backups
* Link counting works for file names supplied with -T
* Accept only position-sensitive (file-selection) options in file list files

Stefan Hagen provided analysis of a regression that has been fixed
by upstream (cherrypicked).
2021-01-16 18:52:19 +00:00
naddy
5222c850d5 maintenance update to 6.00 (minor incremental changes only) 2021-01-15 20:56:49 +00:00
sthen
d80c418015 regen PLISTs for python ports with .so files that end up renamed due to
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
martin
114bf52bc2 Update blosc to 1.21.0. 2021-01-04 09:34:36 +00:00
bket
2ac86d1574 Update to zstd-1.4.8
Note the major bump to the shared lib due to a removed symbol.
Changelogs:
https://github.com/facebook/zstd/releases/tag/v1.4.7
https://github.com/facebook/zstd/releases/tag/v1.4.8


OK sthen@
2020-12-29 20:40:31 +00:00
naddy
181bf3e6c4 update to libarchive-3.5.1 2020-12-27 19:09:02 +00:00
cwen
24a5f1e94e innoextract: unbreak on powerpc
The -Wl,--as-needed linker flag causes the std::unique_ptr configure
test to fail due to undefined reference errors. A fallback exists, using
std::auto_ptr, but it has been removed from the C++17 standard, used by
upstream.
Remove the use of -Wl,--as-needed on powerpc, so we use the same code on
all archs, instead of reenabling std::auto_ptr by force.

OK thfr@ (maintainer)
2020-12-15 19:38:22 +00:00
naddy
bc1d9ea680 maintenance update to 3.5.0 2020-12-03 16:51:56 +00:00
benoit
32142b92fa Update to py-lz4-3.1.1. 2020-11-22 10:19:33 +00:00
sthen
04e960872d update to pecl-rar-4.1.0, enable for PHP 7.3 and 7.4 2020-11-21 16:30:25 +00:00
bket
d16d838e52 Update to lz4-1.9.3
Changes: https://github.com/lz4/lz4/releases/tag/v1.9.3

Minor of shared lib has been bumped because of the addition of a symbol.
While here update HOMEPAGE and take MAINTAINER.

OK sthen@
2020-11-16 15:52:37 +00:00
jcs
68f39bf9dd Backport an upstream patch to fix erroneous "zip bomb" detection
ok naddy
2020-11-14 17:45:17 +00:00
ajacoutot
d6e91a92bc Build DEBUG_PACKAGES. 2020-11-11 12:43:58 +00:00
jasper
cb004561d4 update to p5-Archive-Zip-1.68 2020-11-06 19:45:59 +00:00
sthen
8f592cc37f adjust for boost 1.70, from Brad (i think) 2020-11-05 11:23:30 +00:00
naddy
09d99de2e1 Stop using -fno-strength-reduce. It is ignored by gcc4 and triggers
a warning by clang.

Add debug package.
2020-10-30 16:21:12 +00:00
sthen
790c0d78e4 update to pecl-LZF 1.6.8, from maintainer Johan Huldtgren 2020-10-28 11:59:54 +00:00
landry
9ce5462794 Oops, forgotten in previous: bump minor and update PLIST again 2020-10-23 16:22:32 +00:00
landry
364a0c6d46 Update to minizip 2.10.1.
- remove patch from upstream fixing build failure with gcc
- patch CMakeLists.txt to use pkg-config to find system zstd (instead of
  trying to fetch zstd source from github..)
- enable zstd support
2020-10-23 16:20:20 +00:00
daniel
3055e49e48 update brotli to v1.0.9 which fixes CVE-2020-8927
ok pascal@ (MAINTAINER)
2020-10-18 18:37:19 +00:00
landry
64d4f280e2 link minizip to the build now that all potential consumers are tweaked 2020-10-06 16:53:33 +00:00
landry
8153852632 Import minizip 2.10.
Minizip was originally developed in 1998. It was first included in the zlib
distribution as an additional code contribution starting in zlib 1.1.2. Since
that time, it has been continually improved upon and contributed to by many
people.

+ Creating and extracting zip archives.
+ Adding and removing entries from zip archives.
+ Read and write raw zip entry data.
+ Reading and writing zip archives from memory.
+ Zlib, BZIP2, LZMA, and ZSTD compression methods.
+ Password protection through Traditional PKWARE and WinZIP AES encryption.
+ Buffered streaming for improved I/O performance.

with fixes and tweaks from cwen@:
- add patch to fix build on gcc
- disable -Os
- build & enable tests

some ports bundle it, some ports allow building against a systemwide
one, some ports bundle/rely on an incompatible version - all those will be
fixed in following commits.

required by an upcoming geo/spatialite/libspatialite update.

ok bentley@ cwen@
2020-10-06 16:48:54 +00:00
martin
bccd4bce15 Update blosc to 1.20.1. Keep building with external snappy. 2020-10-06 08:38:45 +00:00
kmos
0c6b072810 Hook py-brotli up to build 2020-09-12 20:39:31 +00:00
kmos
0cbba5f6f5 python bindings for Brotli, a generic-purpose lossless compression
algorithm that compresses data using a combination of a modern
variant of the LZ77 algorithm, Huffman coding and 2nd order context
modeling, with a compression ratio comparable to the best currently
available general-purpose compression methods. It is similar in
speed with deflate but offers more dense compression.

Original version by thfr. Moved to current python port standards by
me. Typo fix pointed out by sthen.

ok sthen
2020-09-12 20:38:14 +00:00
kmos
dc67d68183 Hook py-lz4 up to build 2020-09-12 20:35:56 +00:00
kmos
32851efa4c This package provides python bindings for the LZ4 compression library.
The bindings provided in this package cover the frame format, the
block format, and the streaming format specifications. The frame
format bindings are the recommended ones to use, as this guarantees
interoperability with other implementations and language bindings.

Needed for thfr's pending py-unitypy port and another port I have in progress

Some details picked up from thfr's version. Tweak from sthen.

ok sthen
2020-09-12 20:35:13 +00:00
thfr
078a7cf656 update to innoextract 1.9; tested with GOG archives for Lands of Lore and Dead Cells 2020-09-04 05:07:08 +00:00
bket
fb52e064c1 Update Makefile for archivers/zstd
- 'COMPILER=base-clang ports-gcc' is needed because of -Wvla in a couple
  of Makefiles, which is easily patched out
- switch ALL_TARGET to 'default' as 'allmost' builds stuff that we do
  not package. This saves a couple of seconds while building, plus the
  build is C-only
- No need for WANTLIB+=atomic/LDFLAGS+=-latomic (hppa only). There is
  nothing related to atomics in the stuff that is build (related to
  ALL_TARGET)
- No need to set CXX* in MAKE_ENV as the build is C-only
- No need to set CFLAGS. Upstream's (GNU)Makefile properly amends CFLAGS
  on a per-target basis. We already provide CFLAGS through MAKE_ENV, let
  the Makefile do its job
- Update CPPFLAGS

OK sthen@
2020-09-03 17:11:10 +00:00
martin
75235a431b Update blosc to 1.20.0. 2020-07-31 19:35:58 +00:00
kmos
3107799270 Update archivers/rarfile from 3.1 to 3.2 and drop python2 FLAVOR
(Only consumer is audio/beets, which uses python3)

Also put a rename in quirks for dropping the python2 flavor

ok sthen
2020-07-25 21:45:51 +00:00
benoit
82cafd4fdb Update to p5-Compress-Bzip2-2.28, from wen heping 2020-07-24 13:34:56 +00:00
naddy
a9e06ebad1 update to 5.91 2020-07-11 18:39:42 +00:00
bcallah
9221bd6e8d Do not install upstream's new cmake packaging code, which is broken and
has been shown to break some existing ports (emulators/mgba).
Spotted by naddy@ in his latest bulk.
Bump.
2020-07-11 00:42:29 +00:00
bcallah
531d3c68a8 Update to libzip-1.7.1 -- note the minor bump
Changelog: https://libzip.org/news/
ok kn@
2020-07-09 03:18:10 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
martin
8dbe7f5534 Update c-blosc to 1.19.0. 2020-06-07 11:26:07 +00:00
naddy
6ff3a59ebb update to 3.4.3 2020-05-30 15:50:38 +00:00