Commit Graph

1687 Commits

Author SHA1 Message Date
bket
d514b175de +libdeflate 2022-03-16 10:56:08 +00:00
bket
22daba39ea Import libdeflate-1.10
DESCR:
libdeflate is a library for fast, whole-buffer DEFLATE-based compression and
decompression.

With help from sthen@.

"looks ok to me" landry@, OK sthen@
2022-03-16 10:54:43 +00:00
naddy
b2eabd8823 drop RCS Ids 2022-03-11 18:16:02 +00:00
op
b32d4a3d14 remove rcs IDs in ports where I'm listed as MAINTAINER 2022-03-10 15:21:48 +00:00
naddy
1853d7191d archivers/unrar: update to 6.11 2022-03-10 13:59:58 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
sthen
385739a94f drop rcs id in category Makefiles 2022-03-09 16:18:03 +00:00
naddy
69de5bdc39 drop RCS Id from all ports where I'm listed as MAINTAINER 2022-03-08 14:27:46 +00:00
bket
34a8a25e31 remove rcs IDs in ports maintained by me 2022-03-08 08:53:49 +00:00
naddy
3bd33cd41f archivers/unrar: update to 6.10 2022-03-05 21:37:59 +00:00
kmos
b969b5752e snappy won't build with gcc because of the always_inline attribute
This patch only allows that attribute when using clang

input from sthen and kn

ok kn sthen
2022-03-04 18:56:13 +00:00
sthen
1cb3c6c44a update to snappy-1.1.9 2022-02-26 12:14:14 +00:00
naddy
4cb1261acd archivers/libarchive: update to 3.6.0
New features:
* tar: new option "--no-read-sparse"
* tar: threads support for zstd
* RAR reader: filter support
* RAR5 reader: self-extracting archive support
* ZIP reader: zstd decompression support
2022-02-24 22:54:43 +00:00
kn
4c38cb2d1e Fix ENODATA usage on non-clang arches
ENODATA from /usr/include/c++/v1/errno.h is only defined with base-clang
(I didn't follow the header maze) and a few other ports already replace
ENOADATA with ENOENT or ENOATTR, so do the same except just pass it along as
flags to avoid further patching.

ENOENT is used in fuse-zip, ENOATTR is not, so pick the latter.

OK kmos
2022-02-21 16:27:15 +00:00
fcambus
ea86f92262 Update tarlz to 0.22. 2022-02-09 11:03:58 +00:00
fcambus
0a05f17e67 Update plzip to 1.10. 2022-02-09 11:03:05 +00:00
fcambus
69b1e1cdf7 Update pdlzip to 1.12. 2022-02-09 10:57:35 +00:00
fcambus
2015ed3171 Update lziprecover to 1.23. 2022-02-09 10:52:04 +00:00
fcambus
d46fe209c1 Update lzip to 1.23. 2022-02-09 10:48:17 +00:00
fcambus
caa8cb65ac Update lunzip to 1.13. 2022-02-09 10:46:41 +00:00
fcambus
3e82b8aa18 Update clzip to 1.13. 2022-02-09 10:44:28 +00:00
fcambus
7669a6e03c Update lzlib to 1.13. 2022-02-09 10:43:27 +00:00
bket
b8ac37e6b0 Update to zstd-1.5.2
Buf-fix release. Changes:
https://github.com/facebook/zstd/releases/tag/v1.5.2

OK sthen@
2022-01-23 15:05:55 +00:00
jsg
8af306c548 update to unshield 1.5.1 2022-01-23 09:14:46 +00:00
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