Commit Graph

1511 Commits

Author SHA1 Message Date
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
sthen
e1d6a05e5b update to cabextract-1.9
switch to libmspack from ports rather than the bundled one
2019-05-29 13:25:38 +00:00
danj
9ce82c1742 Remove maintainer per their request 2019-05-28 00:49:12 +00:00
thfr
82f7ef1b5c update innoextract to most recent git commit. This is a temporary
solution to fix incompatibility with some downloads from GOG.com made
with Inno Setup version that is incompatible with innoextract 1.7
release. Confirmed to fix extraction of Ultimate Doom, no regression on
testing with about a dozen random GOG.com Inno archives.
Take MAINTAINER while here.

hint to use pl versioning and ok bentley@
ok jca@
2019-05-27 19:41:13 +00:00
cwen
5e3e5e74a8 p5-Compress-LZO: update to 1.09
Please note that upstream moved to lzo2.

Changelog:
https://metacpan.org/source/PEPL/Compress-LZO-1.09/Changes

OK afresh1@
2019-05-27 11:45:38 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
792b694c0a switch to CONFIGURE_STYLE=autoreconf 2019-05-19 19:13:45 +00:00
danj
1cea8d071d Remove maintainers per their requests 2019-05-05 22:34:40 +00:00
naddy
07f590766d update to 5.71 2019-05-05 00:13:41 +00:00
danj
05a7ec7904 Remove giovanni@ as maintainer per his request 2019-05-02 14:51:49 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
14e8237879 update to lz4-1.9.1 2019-04-24 10:12:54 +00:00
bket
d94739e721 Update to zstd-1.4.0.
Changelog: https://github.com/facebook/zstd/blob/master/CHANGELOG

Bump major of SHARED_LIBS as symbols have been removed.

OK sthen@
2019-04-17 08:01:01 +00:00
sthen
fe2bf64aec drop Donovan Watteau as maintainer as requested
(plus a little COMPILER tidying while there)
2019-04-16 20:19:01 +00:00
bcallah
4594ae41ba Link with -latomic on hppa. Doesn't affect any other archs.
ok bket@
2019-04-16 03:52:47 +00:00
naddy
5f30cf3f2d update to 5.70 2019-03-09 22:57:53 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00