1395 Commits

Author SHA1 Message Date
bcallah
f30fb4ddc8 Was missing a ${MODPY_COMMENT} in the PLIST so this didn't package when
building the python2 version. Report from naddy@, thanks.
2018-06-30 15:22:36 +00:00
bket
1e0614c8dc Update to zstd-1.3.5.
Several patches have been merged upstream. Minor of shared lib has been
bumped as symbols have been added.

While here change mail address of maintainer.

OK sthen@
2018-06-29 19:02:07 +00:00
bcallah
ff97f2677e +py-libarchive-c
+py-libarchive-c,python3
2018-06-28 14:32:04 +00:00
bcallah
53a8562203 Import archivers/py-libarchive-c, a Python interface to libarchive.
tweaks and ok sthen@

libarchive-c is a Python interface to libarchive. It uses the standard
ctypes module to dynamically load and access the C library.
2018-06-28 14:31:28 +00:00
jca
6be5346a61 Update to innoextract-1.7
from Donovan Watteau (maintainer)
2018-06-24 08:56:16 +00:00
bket
197b2f9bc1 Update to zopfli-1.0.2.
This version should build, and work on m88k.

jca@ gave it a try on sparc64, where it crashes (SIGBUS), and fixed the
issue. Thanks!

OK jca@
2018-06-09 18:38:18 +00:00
juanfra
fc2ed491ca +tarlz 2018-05-20 12:36:33 +00:00
juanfra
0a58224d95 Tested by Ljuba Nedeljkovic. OK fcambus@.
Comment:
archiver based on tar and lzip multimembers

Description:
Tarlz is a small and simple implementation of the tar archiver. By default
tarlz creates, lists and extracts archives in the ustar format compressed with
lzip on a per file basis. Tarlz can append files to the end of such compressed
archives.

Each tar member is compressed in its own lzip member, as well as the
end-of-file blocks. This same method works for any tar format (gnu, ustar,
posix) and is fully backward compatible with standard tar tools, which treat
the resulting multimember tar.lz archive like any other tar.lz archive.

Tarlz can create tar archives with four levels of compression granularity; per
file, per directory, appendable solid, and solid.

Maintainer: Juan Francisco Cantero Hurtado <juanfra@openbsd.org>

WWW: http://lzip.nongnu.org/tarlz.html
2018-05-20 12:35:32 +00:00
jca
b823362c61 Needs a c++11 compiler, spotted on powerpc 2018-05-12 14:49:01 +00:00
espie
63dbe9bd67 add missing bin markers, reduce gratuitous diff between update-plist
output and my stuff
2018-05-12 09:22:27 +00:00
sthen
1b828631a9 update to lz4-1.8.2
"LZ4 v1.8.2 is a performance focused release, featuring important
improvements for small inputs, especially when coupled with dictionary
compression."
2018-05-09 14:09:43 +00:00
espie
ea989764ca -static flavor should need to own its msg directories.
okay naddy@
2018-05-06 15:35:47 +00:00
sthen
7f6f842b3a regen PLIST, a pkgconfig file was added in 2.10 2018-05-05 10:45:01 +00:00
naddy
afb7269ffe maintenance update to 5.2.4 2018-05-01 10:30:25 +00:00
bket
cfbd78d1ea Update to brotli-1.0.4.
Bump minors of brotlicommon and brotlidec as 2 symbols have been added
to the first that are used by the latter.

OK kn@, pascal@ (maintainer), jca@
2018-04-27 16:30:57 +00:00
naddy
2433fadc63 Update to 1.30. Noteworthy changes:
* Member names containing '..' components are now skipped when extracting.
* Report erroneous use of position-sensitive options.
* --numeric-owner now affects private headers too.
* Fixed the --delay-directory-restore option
* The --warnings=failed-read option
* The --warnings=none option now suppresses all warnings
* Fix reporting of hardlink mismatches during compare
2018-04-27 13:08:28 +00:00
sthen
384af9db11 move pecl to multi-version; packages are now named pecl56-foo and pecl70-foo
for the relevant PHP versions.

ports which are 5.6-only remain in pecl-foo port directories, set to only
build 5.6 packages

ports which have separate versions for 5.6 and 7.0 are split; the port
directories are named pecl56-foo for the 5.6-compatible version and
pecl-foo for the 7+-version

normal ports are in pecl-foo port directories with flavours for 5.6 and 7.0
2018-04-26 15:08:56 +00:00
sthen
f6ab6b5fa4 update to pecl-rar-4.0.0 2018-04-24 17:47:48 +00:00
bcallah
23204591f9 Update to libzip-1.5.1 -- biggest change is the use of libcrypto instead of
a custom AES implementation.
ok sthen@
2018-04-23 21:48:07 +00:00
bket
1800f8017e Unbreak build - fix for clang 6.0.
rsadowski significantly simplified the initial fix. Thanks!

Maintainer (Josh Grosse) ok.

OK rsadowski@
2018-04-09 15:58:26 +00:00
bket
22880ecbe7 Update to zstd-1.3.4.
Bumped major number of shared lib as symbols have been removed, and
added.

OK juanfra@, sthen@, kn@
2018-04-04 16:10:02 +00:00
jasper
cf247d94df Security fix for CVE-2018-1000097
sharutils: heap-buffer-overflow in find_archive in unshar.c
2018-04-02 08:41:50 +00:00
sthen
3e9ebaa783 we have HMAC_CTX_free, *HMAC_CTX_new now 2018-02-18 14:57:47 +00:00
jsing
25cc3e86e3 Use the LibreSSL provided EVP_MD_CTX_*() functions.
ok sthen@
2018-02-18 11:24:57 +00:00
juanfra
10015e353b Update to lzip 1.20. 2018-02-17 17:29:06 +00:00
juanfra
4b44235412 Update to lziprecover 1.20. 2018-02-17 17:28:53 +00:00
juanfra
7df1517501 Update to plzip 1.7. 2018-02-14 16:44:20 +00:00
juanfra
a8a8a153e8 Update to lzlib 1.10. 2018-02-14 16:43:32 +00:00
juanfra
be3e334681 Update to clzip 1.10. 2018-02-10 20:34:42 +00:00
juanfra
50d2d8c4ed Update to lunzip 1.10. 2018-02-09 20:57:35 +00:00
juanfra
a9da505ea7 Update to pdlzip 1.9. 2018-02-07 21:30:11 +00:00
sthen
c1b1feaec8 update to fuse-zip-0.4.5, from Björn Ketelaars 2018-02-06 11:16:26 +00:00
fcambus
71acedc61d Update pigz to 2.4.
Notable changes:

- GNU make is not required anymore
- Switch HOMEPAGE to HTTPS

From Klemens Nanni, thanks!

Maintainer timeout.
2018-01-25 10:34:49 +00:00
ajacoutot
8867f4127a Update to gcab-1.0. 2018-01-23 16:59:16 +00:00
kili
9c59b0ba4a Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:36:14 +00:00
sthen
2a658e4598 update to lz4-1.8.1.2 2018-01-16 14:03:45 +00:00
bentley
02eab636fc Update to deutex-5.1.1.
Release notes:
https://github.com/Doom-Utils/deutex/releases/tag/v5.1.1

From Bjorn Ketelaars. Thanks!
2018-01-16 08:51:34 +00:00
sthen
1232bc2b8d strip high-bit crap from lz4's installed header. fixes with borgbackup's crappy
version detection which causes python to vomit a "UnicodeDecodeError: 'ascii'
codec can't decode byte 0xc2 in position 13333" error. reported by aja, thanks!
2018-01-14 12:27:14 +00:00
juanfra
760e24da48 Remove the patents comment. rsadowski@ wanted to remove the comment in
a previous update but I objected because I thought there was still a
PATENT file in the repo.
2018-01-14 10:30:28 +00:00
sthen
2e5a58bb8b update to lz4-1.8.1 2018-01-13 14:38:59 +00:00
juanfra
c213be1b7f Bjorn Ketelaars takes the maintainership. 2018-01-11 00:13:49 +00:00
bcallah
b01beb866e Update libzip to 1.4.0 -- now using CMake and enabling bzip2
ok sthen@
2018-01-09 23:10:43 +00:00
sthen
b28dfa4707 update to zstd-1.3.3, enable building libraries, enable tests
from Björn Ketelaars
2018-01-04 14:47:20 +00:00
jca
7ad6e621d5 Update to par2cmdline-0.7.4
And delete a bunch of patches while here.  Note that the meaning of
the -N option has been inverted upstream.

From Mikolaj Kucharski (maintainer)
2017-12-12 01:10:50 +00:00
helg
4f7ad0e758 Update from 0.4.2 => 0.4.4
Adds FUSE mknod operation, which is now mandatory on OpenBSD.
Re-enabled TEST_TARGET.

ok jca@
2017-12-05 23:58:01 +00:00
pascal
51a3b382da Update to brotli 1.0.2; install brotli.1 manpage. 2017-12-05 21:04:07 +00:00
jca
b8ff4f6cdf Needs a C++11 compiler
ok ajacoutot@ (maintainer)
2017-11-30 15:50:16 +00:00
espie
178d9e13a9 restore sensible permissions to a few wrkdirs. 2017-11-25 13:27:48 +00:00
bcallah
4c7bbfa002 Update to libzip 1.3.2 -- adds a new function, so minor bump.
All consumers are happy with this.
2017-11-20 19:13:23 +00:00
kili
44202a517d Remove 47 now unused hs-ports from the build.
jasper@ agrees to the list (and to the general idea of gc'ing
hs-ports).
2017-11-19 01:10:51 +00:00