Commit Graph

1552 Commits

Author SHA1 Message Date
sthen
4797d5f7dc build PHP 7.4 versions of the pecl-* ports 2020-04-21 20:42:00 +00:00
martin
25d6bd814f Update blosc to 1.18.1. 2020-04-07 12:47:39 +00:00
naddy
91ab7cf5b0 maintenance update to 5.90 2020-04-06 16:10:11 +00:00
sthen
41dde5ced1 update to snappy-1.1.8 2020-03-30 20:43:50 +00:00
naddy
219b83082e Maintenance update to 5.2.5, which has some minor bug fixes.
Additional sparc64 testing by jca@
2020-03-26 20:44:51 +00:00
jca
7e6a45e6eb Bump EPOCH after introducing support for alpha[N] package versions
I highly suspect this is not needed but it's too tempting to just bump
three ports and forget about it.
No objection from tb@ (py-tlslite-ng maintainer)
2020-03-26 19:55:08 +00:00
ajacoutot
95b34e9a4f Fix after removal of misc/rpm. 2020-03-23 19:17:38 +00:00
landry
446c3d0dc2 +laszip 2020-03-23 13:17:03 +00:00
landry
050656e90d Import laszip 3.4.3.
LASzip quickly turns bulky LAS files into compact LAZ files without
information loss and is the de-facto standard for LiDAR compression.

LASzip compression can be many times smaller and many times faster than
generic compressors like bz2, gzip, and rar because it knows what the
different bytes in a LAS file represent.

with tweaks from & ok sthen@ jca@
2020-03-23 13:15:22 +00:00
naddy
caf1a0257d Security fixes for:
CVE-2018-1000035 (heap overflow in processing password-protected archives)
CVE-2019-13232 (mishandles the overlapping of files inside a ZIP container)
From Moritz Buhl
2020-03-11 21:57:31 +00:00
thfr
8be0367167 trivial update to innoextract 1.8
revert to using MASTER_SITES again
successfully extracts a few test archives from GOG.com
While here, add comments with reason for COMPILER=base-clang ports-gcc
(C++17), and reason for WANTLIBs boost_system-mt and pthread which
portcheck lists as "Extra"
Changelog: https://constexpr.org/innoextract/changelog
2020-03-07 17:48:59 +00:00
sthen
441f56ffbb xz: change from sysctl hw.ncpu to sysconf(_SC_NPROCESSORS_ONLN), ok naddy@
This is used for -T0 which auto-detects the number of cores for parallel
compression. xz prefers sysctl over sysconf (see m4/tuklib_cpucores.m4
and src/common/tuklib_cpucores.c for reasons) but this doesn't work for
us; just set an autoconf cache variable to force sysconf which works
better for us.
2020-02-27 12:31:10 +00:00
naddy
c4ba9282a9 maintenance update to 3.4.2 2020-02-21 22:18:44 +00:00
bket
1aa6099cef Fix for \# backward-incompatibility in gmake 4.3 2020-02-15 12:38:15 +00:00
sthen
9356d2ac79 remove some extraneous DISTNAME setting from GH_TAGNAME ports,
move GH_* up in a few cases where it's halfway through the Makefile
2020-02-14 11:11:32 +00:00
bket
3138c48827 Update to fuse-zip-0.6.2
Changelog:
d59ec91ee1/changelog

OK benoit@
2020-02-09 15:31:02 +00:00
benoit
11e1fc1aba Update to deutex-5.2.1. 2020-02-09 13:28:00 +00:00
bcallah
510d003d5c Update to libzip-1.6.1
Fixes a double-free in zipcmp(1) during cleanup. Also adds an extra manual
page link. No library changes.
2020-02-04 01:44:05 +00:00
sthen
a3e5de8f53 drop maintainer 2020-02-03 20:40:37 +00:00
bcallah
60ef61e7c8 Update to libzip-1.6.0
Changelog: https://libzip.org/news/release-1.6.0.html
ok bket@ cwen@
2020-02-02 00:11:34 +00:00
jasper
c0d71858db update MASTER_SITES where distfiles.nl was used 2020-01-26 11:14:29 +00:00
bcallah
61a1b882b3 Update to quazip-0.8.1
Remove the qt5 FLAVOR; qt5 is the only supported/used version these days.
Disable the tests; they've not been updated for qt5 and aren't accessible
from the standard cmake build system.
Update all dependent ports to cope with the FLAVOR removal.
Requested by rsadowski@; improvements by sthen@
2020-01-25 22:57:56 +00:00
ajacoutot
2c7946bc29 Unbreak: needs archivers/xz and actual WANTLIBs. 2020-01-20 05:55:49 +00:00
ajacoutot
a71dde3f39 Update to gcab-1.4. 2020-01-07 21:17:26 +00:00
naddy
d7dd84b019 maintenance update to 3.4.1 2020-01-03 21:53:19 +00:00
sthen
f46640c3a2 update to p5-Archive-Extract 0.86, from wen heping 2019-12-30 12:19:46 +00:00
naddy
61d1a052b4 update to 5.80 2019-12-29 11:52:10 +00:00
sthen
e514026e26 update to p5-Archive-Zip-1.67. one test now fails because
archivers/unzip is not built with bzip2 support; add a comment
to explain why.
2019-12-28 17:26:52 +00:00
jasper
663f8dc4bf hookup jefferson and its dependencies 2019-12-21 14:17:59 +00:00
jasper
fa1e6db033 import py-backports-lzma 0.0.14
Python 3.3 onwards includes module lzma in the standard library,
providing support for working with LZMA and XZ compressed files via the
XZ Utils C library (XZ Utils is in a sense LZMA v2).

ok sthen@
2019-12-21 14:14:10 +00:00
feinerer
3741692dcb +blosc 2019-12-19 07:03:55 +00:00
feinerer
5f3d820a3e Import Blosc 1.17.1
Blosc is a high performance compressor optimized for binary data. It has been
designed to transmit data to the processor cache faster than the traditional,
non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.

It uses the blocking technique so as to reduce activity in the memory bus as
much as possible. In short, this technique works by dividing datasets in blocks
that are small enough to fit in caches of modern processors and perform
compression/decompression there. It also leverages, if available, SIMD
instructions (SSE2, AVX2) and multi-threading capabilities of CPUs, in order to
accelerate the compression/decompression process to a maximum.

From martin@; input and OK from bcallah@, feinerer@, and sthen@
2019-12-19 07:00:24 +00:00
sthen
bce949ff98 more php71 cleanup 2019-12-11 16:08:29 +00:00
sthen
d0ce11bc87 remove php71 builds of pecl modules, and pecl-libsodium which is rolled
into php core as of 7.2
2019-12-11 15:59:26 +00:00
bket
b685631232 Add debug package for zstd. 2019-12-08 18:41:48 +00:00
sthen
d3dc2aca50 update to zopfli-1.0.3 (adds zopflipng) 2019-11-28 14:36:32 +00:00
jca
acbf4c142b ftp(1) speaks HTTP/1.1 now, switch back to upstream MASTER_SITES
Thanks to kmos@ for hosting those distfiles in the meantime.
2019-11-26 15:22:07 +00:00
kmos
8e55ef71b3 Make tests actually run by switching to MODPY_PYTEST and adding
py-mock to the TEST_DEPENDS
2019-11-23 17:54:19 +00:00
bcallah
b033bfa6bc Update to py-libarchive-c-2.9
Changelog: https://github.com/Changaco/python-libarchive-c/releases/tag/2.9
Its one consumer (diffoscope) is happy.
2019-11-23 16:22:46 +00:00
espie
94ac4af802 add DEBUG_PACKAGES, okay naddy@ (maintainer) 2019-11-19 13:27:44 +00:00
naddy
b35e162a3f Fix copy out to ustar archives in cases where st_rdev for a non-device file
accidentally decodes to a minor device number >= 2^21.  From upstream.
2019-11-15 21:44:39 +00:00
naddy
88696794a0 Security update to 2.13:
* Fix CVE-2015-1197
* Fix CVE-2016-2037
* Fix CVE-2019-14866
* Remove --extract-over-symlinks option again, which was part of an earlier
non-upstream fix for CVE-2015-1197.
2019-11-10 10:23:02 +00:00
ajacoutot
eee3cb176a Remove PORTROACH; not sure why but this doesn't work.
That stuff is getting more broken by the minute...
2019-11-09 12:19:15 +00:00
ajacoutot
ab8dd8abe1 Add PORTROACH marker. 2019-11-08 21:37:35 +00:00
kmos
face704637 Hook py-rarfile and py-rarfile,python up to the build 2019-11-07 21:47:11 +00:00
kmos
6dba602bec archivers/py-rarfile
Version 3.1

DESCR:
rarfile is a Python module for RAR archive reading. The interface
is made as zipfile like as possible.

Supports both RAR3 and RAR5 format archives, multi volume archives,
Unicode filenames, password-protected archives, archive and file
comments, and archive parsing and non-compressed files handled with
pure Python code, Compressed files are extracted by executing either
unrar from RARLAB or bsdtar from libarchive.  Works with both Python
2.7 and 3.x.

ok landry
2019-11-07 21:45:52 +00:00
bket
b2a6bdf922 Update to zstd-1.4.4.
Changelog: https://github.com/facebook/zstd/blob/v1.4.4/CHANGELOG

Bumped minor of SHARED_LIBS as symbols have been added.
2019-11-06 10:19:14 +00:00
ajacoutot
f6e1ab9679 Update to gcab-1.3. 2019-10-19 09:29:09 +00:00
jca
9418035520 Also mirror the rzip distfile
Initially hosted on samba.org which now rejects HTTP/1.0 requests.

Thanks to kmos@ for hosting the distfile, ok lteo@ (maintainer)
2019-10-07 18:26:07 +00:00
kili
5fdef2f4f2 Update to hs-zlib-0.6.2.1.
Joined work with Greg Steuck.
2019-09-30 11:48:41 +00:00