1727 Commits

Author SHA1 Message Date
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
kili
1389a6ec13 Update to hs-zip-archive-0.3.2.5.
Joined work with Greg Steuck.
2019-09-30 11:47:09 +00:00
sebastia
075ed90036 Update 0.8 -> 0.9 2019-09-26 06:41:33 +00:00
bcallah
52a1d11705 Update to libzip-1.5.2
Changelog: https://libzip.org/news/release-1.5.2.html

Explicitly disable all crypto backends other than in-base LibreSSL.

ok rsadowski@
2019-09-21 15:56:20 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
naddy
7da62bd4c9 Update to 1.0.8:
* relaxes the fix for CVE-2019-12900
* cleanup of bzdiff and bzgrep scripts so they don't use bash extensions
There's also a homepage again.

ok kmos@ cwen@
2019-08-21 21:39:38 +00:00
sthen
b56ee1dab6 update to lz4-1.9.2 2019-08-21 10:55:41 +00:00
bket
77d9e3755f Update to zstd-1.4.3.
Fixes an issue, which can degrade the effectiveness of dictionary
compression. Overview of changes can be found at
https://github.com/facebook/zstd/releases/tag/v1.4.3
2019-08-20 15:41:37 +00:00
bket
6e3c9036c8 Update to zstd-1.4.2.
zstd-1.4.1 included a bug in decompressing v0.5 legacy frames, which is
fixed in 1.4.2.
2019-07-26 11:14:42 +00:00
bket
53df28cdbf Update to zstd-1.4.1.
Maintenance release, which includes a few bug fixes, including a fix for
a rare data corruption bug, which could only be triggered in a niche use
case.

List of changes can be found at
https://github.com/facebook/zstd/releases/tag/v1.4.1
2019-07-20 07:54:25 +00:00
sthen
e8a3ed4a98 Some ports using gnulib previously detected a broken realpath and switched to an
internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
2019-07-16 21:29:41 +00:00
kmos
c97e58309c FreeBSD removed this port in June with the reasoning that the distfile was
only available in the directory of one of their committers who's been
inactive since 2001. It's not licensed such that it can be packaged.

Time to delete it.

OK rsadowski@ jca@
2019-07-14 20:00:38 +00:00
naddy
ae1cb22cb2 Switch to PERMIT_(DISTFILES|PACKAGE).
CDROM restrictions are no longer applicable.
2019-07-14 02:16:50 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
naddy
02a818f26a Switch remaining multi-package port to PERMIT_PACKAGE.
CDROM restrictions are no longer applicable.
2019-07-13 23:05:21 +00:00
sthen
6abcfb470b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:05:06 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
tj
fb0f863edb switch more homepage and master_sites links to https 2019-07-11 17:16:59 +00:00
tj
b78c82b5f8 switch some more homepage and master_sites links to https. input/ok sthen 2019-07-10 21:01:26 +00:00
tj
c059236938 update to bzip 1.0.7
ok kn, probably ok sthen
2019-06-28 23:48:51 +00:00
sthen
91e77bcfed fix out of bounds access in BZ2_decompress(), CVE-2019-12900
set HOMEPAGE while there

based on a diff from Henry Jensen
2019-06-24 14:46:36 +00:00
naddy
bd17a1654f Update to 3.4.0:
* Fixes for reading Android APK and JAR archives
* Support for non-recursive list and extract
* New tar option: --exclude-vcs
* Important fixes for storing file attributes and flags
* Support for xz, lzma, ppmd8 and bzip2 decompression in ZIP files
* RAR 5.0 reader
2019-06-18 20:30:01 +00:00
kirby
6439f03e09 update HOMEPAGE 2019-06-17 09:39:44 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
fc52b6f35f update to libmspack-0.10.1alpha
bump to EPOCH=1 because "alpha" isn't treated specially by packages-specs(7)
i.e. 0.10.1alphav0 is treated as older than 0.9alphav0
2019-05-29 13:32:21 +00:00