Commit Graph

1663 Commits

Author SHA1 Message Date
kn
a8dbab4cf4 Update to pigz 2.7
- Improved display of multiple-member gzip files
- Better gzip compatibility
- Bug fixes
2022-01-16 14:43:49 +00:00
sthen
05a000128e libzip: stop @comment'ing the cmake files. Dependent ports are now
happy with these, and with the last update a new cmake file was added
while the directories were @comment'ed, so pkg_delete * complained
about the extra dir. ok bcallah@
2022-01-07 10:03:42 +00:00
bket
31ac88fc89 Update to zstd-1.5.1
Maintenance release, changelog can be found at
https://github.com/facebook/zstd/blob/v1.5.1/CHANGELOG.

Bump minor of libzstd because of some additions.

Feedback and OK from kn@
2021-12-25 13:28:13 +00:00
sthen
db786474ef build pecl extensions for php 8.1 where possible 2021-12-19 00:40:42 +00:00
sthen
3babb3d9ce update to py3-lz4-3.1.10 2021-11-27 08:51:23 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
tb
e3aa90c3a5 archivers/unrar: change AES encryption patches to use EVP_CIPHER_CTX
on the heap instead of the stack.

tested by and looks correct to naddy (maintainer)
2021-11-20 13:40:18 +00:00
tb
ebc3fa12cb archivers/libzip: update to 1.8.0.
Changelog: https://libzip.org/news/release-1.8.0.html

ok bcallah (maintainer)
2021-11-17 06:52:06 +00:00
tb
c976290568 archivers/libzip: prepare for upcoming libcrypto bump and remove
definition of USE_OPENSSL_1_0_API for LibreSSL. This will result
in the use of HMAC_CTX_{new,free}() which have been available since
LibreSSL 2.7.

ok bcallah (maintainer)
2021-11-16 18:30:13 +00:00
martin
9ee4b8297a Update blosc to bugfix release 1.21.1. 2021-11-07 12:24:50 +00:00
mestre
94ef46b55e update to 1.14i.ac20210926
originally from maintainer, some tweaks needed with cluebat stick provided by
both sthen and espie@

ok sthen@
2021-11-04 12:29:11 +00:00
bluhm
5d33bb2328 On OpenBSD fchown(2) may deny changing the group of a file even if
the new group is the same as the old one.  Test of devel/p5-Alien-Base
fails due to xz failure.  Not calling fchown(2) in cases where the
group would not change anyway, fixes both.  Patch discussed with
upstream and cerry-picked from there.
OK naddy@
2021-11-02 15:47:53 +00:00
sthen
8ad2bb9a3a bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:12 +00:00
sthen
03a0711f4b remove some MODPY_VERSION=${MODPY_VERSION_2} py-* (non-standalone) ports
which aren't used as dependencies in ports. many are either old stuff,
or things used to provide backports of functionality from newer Python
base versions which were used in ports that have already been converted
to py3-only.
2021-10-26 19:52:41 +00:00
fcambus
14a10bd25d Update cabextract to 1.9.1. 2021-10-25 16:56:27 +00:00
sthen
f611d84e40 drop php 7.3 from -current, although it is still officially in
security support it appears this is not really the case any more
https://bugs.php.net/bug.php?id=81026

add @pkgpaths to merge pecl-* etc across
mark www/syweb broken, it was marked 7.3-only so looks like it needs more work
other php-ish ports have a RDEP on either 7.4 (default version) or 8.0
2021-10-25 12:33:18 +00:00
sdk
8276fde418 Remove accidently committed .orig file 2021-10-16 19:22:26 +00:00
sdk
77d0d94a08 Update to fuse-zip-0.7.2 and fix test suite
OK bket@ and solene@
2021-10-13 08:49:03 +00:00
rsadowski
ea2fc913be Update minizip to 3.0.3
- Switch Git repository from nmoinvaz/minizip (dead) to zlib-ng/minizip-ng.
- Enable LZMA support

Feedback and/or tests from Mark Patruck, landry@, sthen@, bket@.

OK landry@, sthen@
2021-10-12 04:11:25 +00:00
rsadowski
0de194c3f7 Remove boost version checks and bump after boost rollback 2021-09-19 05:24:30 +00:00
rsadowski
17ad90e0f6 Update makeself to 2.4.5
Update diff from Stefan Hagen
2021-09-11 18:02:15 +00:00
naddy
610ff872b0 archivers/libarchive: use upstream patch 2021-08-30 13:21:24 +00:00
naddy
38507792b1 archivers/libarchive: update to 3.5.2
New features:
* CPIO: Support for PWB and v7 binary cpio formats
* ZIP reader: Support of deflate algorithm in symbolic link decompression
2021-08-27 14:37:59 +00:00
sthen
c46a76b6a4 ucl: drop i386 BDEP on nasm, not used since 2003. from brad. 2021-08-26 22:20:05 +00:00
cwen
de0889a5ad innoextract: unbreak on clang+ld.bfd archs
Innoextract used to fail to build on these archs due to undefined references at
linking time, because of the `--as-needed' linker flag. There was a powerpc
specific fix, but since then mips64 can also build innoextract.

Extend the fix by disabling optimizations on all clang+ld.bfd archs. This only
impacts mips64 now that macppc moved to ld.lld, but may be useful to sparc64
in the future if it moves to clang.

Build tested on mips64 by Yifei Zhan < openbsd () zhan ! science >, and macppc
by me (with ld.lld). There is no impact on other archs.

No objection from thfr@ (maintainer)
2021-08-24 20:32:52 +00:00
benoit
52df1ab0cf Update to p5-Archive-Extract-0.88. 2021-08-13 07:45:00 +00:00
kmos
c14fd080ac Fix build of archivers/unarr on sparc64 by specifying COMPILER
as "base-clang ports-gcc".

ok sthen
2021-07-29 22:13:18 +00:00
rsadowski
79ec029974 Link unarr 2021-07-26 04:08:45 +00:00
rsadowski
68b3ebe4e0 Import unarr 1.0.1
Comment:
decompression library for rar, tar, zip and 7z archives

Description:
(lib)unarr is a decompression library for rar, tar, zip and 7z*
archives.

It was forked from unarr to provide a proper cmake based build system
suitable for packaging and cross-platform development, but its focus has
now been extended to provide code maintenance and to continue the
development of unarr, which is no longer mantained.

Maintainer: Omar Polo <op AT omarpolo DDD com>

WWW: https://github.com/selmf/unarr/

Port from Omar Polo, ok sthen@
2021-07-26 04:07:03 +00:00
sebastia
700bedfd44 update 2.3.0 -> 2.3.2 2021-07-10 17:56:47 +00:00
fcambus
90fa1b6a01 Update tarlz to 0.21. 2021-06-30 16:19:04 +00:00
sthen
b0643d323f has no tests -> NO_TEST=Yes 2021-06-28 17:00:20 +00:00
sebastia
1cc5a6e849 hook up ruby-rubyzip 2021-06-20 09:46:49 +00:00
sebastia
ac9fc51321 import rubyzip
Rubyzip is a ruby library for reading and writing zip files.

OK kmos@
2021-06-20 09:45:43 +00:00
naddy
12da0f5790 archivers/unrar: Update to 6.02 2021-06-17 18:33:50 +00:00
daniel
ad963fede5 -py-libarchive-c 2021-06-12 05:31:18 +00:00
daniel
f23dfe8878 make py-libarchive-c python3-only
ok bcallah@ (MAINTAINER)
2021-06-12 05:30:37 +00:00
bket
e108702357 Update to zstd-1.5.0
Major release featuring large performance improvements as well as API
changes. Changelog:
https://github.com/facebook/zstd/blob/v1.5.0/CHANGELOG.

This adds and removes some symbols in libzstd, so bump major.

OK danj@
2021-06-06 16:11:29 +00:00
kmos
2795ba2341 Bump the REVISION on all ports that use the python2 version of
py-setuptools.

Also change the lang/python module to use the new
devel/py2-setuptools for python2 ports

ok sthen@
2021-05-21 19:50:21 +00:00
tj
22defc7b43 add upstream patch for CVE-2021-3520
ok bket
2021-05-21 17:06:23 +00:00
naddy
75de062e4d archivers/unrar: update to 6.01 2021-05-06 15:52:04 +00:00
sthen
a95e1032dd set @pkgpath to update php 7.2 pecl packages to the default version 2021-04-30 16:52:59 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
daniel
565c1ce9cd remove subdirs for ports that are python3 only now 2021-03-20 15:57:03 +00:00
kmos
bb59b02f6a Update py-rarfile to 4.0
Changes can be seen at https://github.com/markokr/rarfile/releases

ok gnezdo@
2021-03-14 05:45:48 +00:00
sthen
ed443c19bd bsd.port.mk knows about zstd now, no need for extra EXTRACT_CASES 2021-03-09 17:11:49 +00:00
sthen
7fd075c6af update to deutex-5.2.2, based on a diff from Ashton Fagg 2021-03-09 13:04:14 +00:00
bket
a570369957 Update to zstd-1.4.9
Changelog: https://github.com/facebook/zstd/blob/v1.4.9/CHANGELOG

Visibility of symbols in shared lib has been fixed resulting in
check_sym reporting removal of several symbols. Bump shared lib
accordingly.

OK sthen@
2021-03-06 19:31:22 +00:00
gnezdo
d651346823 Remove unused archivers/hs-zlib 2021-03-04 06:05:51 +00:00
gnezdo
9df88603ae Remove unused archivers/hs-zip-archive 2021-03-04 06:05:50 +00:00