1444 Commits

Author SHA1 Message Date
bket
67913c66df Update to zstd-1.3.8.
Bump major of SHARED_LIBS as symbols have been removed. Consumers have
been build tested. Run tested in combination with libarchive and
borgbackup.

OK sthen@
2018-12-28 19:28:37 +00:00
pascal
36f87642ae Update brotli to 1.0.7. 2018-12-25 14:50:27 +00:00
bentley
c3299b9f8d Update license marker. Move homepage/master_sites to https. 2018-12-21 07:38:35 +00:00
juanfra
6bc87ded28 Update to tarlz 0.8. From Sascha Paunovic. 2018-12-20 18:50:04 +00:00
danj
403f85fc5d Fix HOMEPAGE
The www. domain has an IP as a CNAME and it doesn't work
2018-12-19 03:00:28 +00:00
juanfra
57ed8f743a Update to tarlz 0.7. From Sascha Paunovic. 2018-12-16 00:10:43 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
kn
ae1f077f54 update to p5-Archive-Zip-1.64
Fixes CVE-2018-10860 (directory traversal), from Charlene Wendling, thanks!
2018-12-11 21:29:30 +00:00
sthen
dcdd36f49d move @pkgpath markers for pecl extensions so that versions compiled against
the old "ports default" versions of php are autoupdated to the current one
2018-12-11 12:33:26 +00:00
sthen
305fd3d250 drop ports/flavours requiring php 5.6 which is about to stop receiving
security fixes.
2018-12-11 12:07:47 +00:00
kn
6bc8811346 Avoid redundancy in post-install, clarify on gmake workaround
post-install is pretty much a do-install, so simply pass the proper MANDIR
and just uncompress the manual.

The make symlink is only needed for tests/Makefile since $(MAKE) is already
used elsewhere, so turn do-configure into do-test.

OK bket
2018-12-10 16:28:54 +00:00
ajacoutot
9f8439b2c3 Update to gcab-1.2. 2018-12-10 08:49:32 +00:00
bket
41256ee866 Update to fuse-zip-0.5.0
OK kn@
2018-12-07 13:20:31 +00:00
jsg
1eedf5bddf update to unshield 1.4.3 2018-11-24 08:00:26 +00:00
bentley
9d71ca0d3e Drop wcobb@ from maintainership at his request. 2018-11-12 08:53:45 +00:00
naddy
efa8073d73 fetch missing prototype, noticed by gcc 4.9 2018-11-11 17:30:58 +00:00
naddy
210cac92fa Disable non-PIC assembly code on i386 and use the same code as other archs. 2018-11-09 16:23:02 +00:00
bentley
4c4c50b3cc Include cstddef for ptrdiff_t. 2018-10-28 07:48:25 +00:00
sthen
813d2e28fc drop php 7.0 and scaffolding, the default has already been switched to 7.1 2018-10-26 21:22:01 +00:00
sthen
6cb8d5005a update to cabextract-1.8, fixes CVE-2018-18584 "A CAB file with a
Quantum-compressed block of exactly 38912 bytes will write one byte
beyond the end of the input buffer", also improves the --fix option.

ok jasper@ and "Steve" (maintainer) "OK'd my update earlier this week
which was the same as your diff below except for the HOMEPAGE change."
2018-10-26 20:09:45 +00:00
bentley
16e67a19c1 Update to tarlz-0.6.
Release announcement:
https://lists.nongnu.org/archive/html/lzip-bug/2018-10/msg00002.html
2018-10-26 06:17:23 +00:00
sthen
b4b6d4c48b update to libmspack 0.8alpha, fixes for a 1-byte out-of-buffer write
if a CAB file has a Quantum-compressed datablock with exactly 38912
compresswed bytes, also rejects blank CHM filenames that are blank
because they have embedded null bytes, and chmextract now protects
against absolute/relative pathnames in CHM files.
2018-10-25 20:12:51 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
bket
23a747e00a Update to zstd-1.3.7.
Minor fix release, which fixes a compression ratio regression. List of
man pages has been completed with documentation for zstdless and
zstdgrep.
2018-10-24 04:58:20 +00:00
naddy
4109a05f37 update to 5.61 2018-10-18 13:56:48 +00:00
bket
bf63ad11c4 Update to zstd-1.3.6.
Bump minor of shared lib as symbols have been added. Drop patch as it
has been committed upstream. Switch from GitHub auto-generated tarballs
to MASTER_SITES.

OK sthen@
2018-10-16 14:56:34 +00:00
sthen
2fb1e0ac8d update to libmspack-0.7.1alpha 2018-10-03 20:28:54 +00:00
juanfra
327f2833a1 Update to tarlz 0.5.
Drop maintainership, I'm using zip+lzma and zstd nowadays.
2018-10-01 21:33:46 +00:00
landry
75d4247a85 Prefer ports-gcc over ports-clang after base-clang.
been in my tree on sparc64 since two or three months, probably because
ports-clang was failing there. Since it's probably the same for macppc..
2018-09-30 08:47:42 +00:00
sthen
9a798e665c add php71/72 flavours for pecl-* ports 2018-09-28 22:24:24 +00:00
sthen
001a01c514 fix "test_install.sh" test to use gmake where required 2018-09-24 21:01:34 +00:00
sthen
e0eb152cea update to lz4-1.8.3 2018-09-24 20:37:46 +00:00
bentley
32a777dccf Switch homepage to https. 2018-09-18 02:31:02 +00:00
bentley
1ccea20d1b Restore homepage, inadvertently lost after dropping GH_*. 2018-09-18 02:30:43 +00:00
visa
a64f6f94e0 Fix a cyclic dependency. The devel/llvm port depends indirectly on
archivers/zstd (devel/llvm -> devel/cmake -> archivers/libarchive ->
archivers/zstd), so ports-clang should not be used in zstd's COMPILER.
Otherwise, zstd build is blocked if clang is not readily available,
as is the case with bulk builds on gcc architectures.

The dependency archivers/libarchive -> archivers/zstd was added
recently.

OK bket@ sthen@
2018-09-15 17:38:16 +00:00
bcallah
98e2f0a36a Bugfix update to deutex-5.1.2 -- fixes a segfault when using --help
ok rsadowski@
2018-09-13 19:20:04 +00:00
sthen
5dbf823bb7 set -D_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR in archivers/innoextract
to unbreak with new libc++, newer boost is likely to fix this so add a
comment in devel/boost/Makefile
2018-09-11 19:26:14 +00:00
bcallah
e3a937fb35 Update to makeself-2.4.0 -- add a patch to use the correct name of our
SHA256 utility.
ok sthen@
2018-09-10 01:15:31 +00:00
espie
e77649c6c3 fix old flags, actually obey prefix 2018-09-08 10:31:14 +00:00
naddy
af84161ede Update to 3.3.3:
* Avoid super-linear slowdown on malformed mtree files
* NO_OVERWRITE doesn't change existing directory attributes
* New support for Zstandard read and write filters
... plus unmentioned bug fixes.
2018-09-07 13:25:02 +00:00
sthen
af9c202b7e add missing dep on libiconv 2018-08-26 20:46:21 +00:00
sthen
425bba4339 mirror and drop HOMEPAGE; domain expired 2018-08-24 19:06:12 +00:00
jasper
be6a55ba72 update to cabextract-1.7 addressing several memory mishandling issues
ok Steve Shockley (MAINTAINER)
2018-08-23 18:50:55 +00:00
espie
bb921d2165 use AUTOCONF_ENV and add correct env variables, so that those ports work
even if /usr/local is not part of the builder's path.
2018-08-10 10:19:18 +00:00
espie
2f7d34d915 enforce PATH when running autoreconf 2018-08-03 07:07:44 +00:00
naddy
3e50c8bff2 update to 5.60 2018-08-02 10:43:01 +00:00
jasper
8cc90215cb switch homepage and master sites to https
note that the libmspack-0.7alpha tarball still isn't available yet
2018-08-01 07:32:11 +00:00
gonzalo
c15ef27aaf Update for Brotli to 1.0.5:
https://github.com/google/brotli/releases

Maintainer timeout

OK bcallah@
2018-07-16 06:42:56 +00:00
kn
38b18b1d77 Add pledge
While here, clean up whitespace and install punigz as hardlink.

Take maintainer as discussed with Thomas Pfaff.

OK jca
2018-07-10 13:32:44 +00:00
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