1326 Commits

Author SHA1 Message Date
bcallah
8e8af2aba4 Update libzip to 1.3.0
Security:
* CVE-2017-12858: Fix double free().
* CVE-2017-14107: Improve EOCD64 parsing.

Other fixes:
* Improve file progress callback code
* Fix zip_fdopen()

ok sthen@
2017-09-08 13:05:30 +00:00
sthen
0f7d8a78de honour CXX, it's used for a program to generate the manual, and somehow
was defaulting to g++, breaking aarch64 build.
2017-09-07 13:41:11 +00:00
naddy
aacb9c3ae2 Security update to 5.50 for directory traversal and memory safety bugs.
Prodded by Bryan Linton
2017-09-04 15:18:08 +00:00
sthen
480ab7042f lz4 has several methods to handle unaligned access,
method 0: memcpy, "safe and portable"
method 1: __packed, "safe if your compiler supports it", used by default on most arches.
method 2: direct access. "portable but violate C standard" (er, so not really portable...)
"It can generate buggy code on targets which assembly generation depends on alignment.
But in some circumstances, it's the only known way to get the most performance (ie
GCC + ARMv6)".

The recent update to the port switched to method 2 if __ARM_ARCH_6K__ is defined,
but this causes a bus error on armv7. Change to forcing __packed instead (method 1)
to avoid the issue.

All worked out by, and diff from, Markus Hennecke.
2017-08-24 12:28:52 +00:00
sthen
9f15ac1c92 missing return in program used in tests; from Markus Hennecke 2017-08-24 12:20:59 +00:00
fcambus
af7a84d3ae Update lzop to 1.04.
Notable changes:

- Switch HOMEPAGE and MASTER_SITES to HTTPS
- Update license marker to specify GPLv2+

OK jca@
2017-08-23 09:04:06 +00:00
sthen
c38bd22e31 update to lz4-1.8.0 2017-08-22 10:14:04 +00:00
jasper
cb35bad158 - update to fuse-zip-0.4.2
- switch to bitbucket
2017-08-21 17:58:12 +00:00
naddy
d5f117ea6c actually bump 2017-07-28 11:23:44 +00:00
sthen
40d4fc8f94 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:34:37 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
jasper
f5dc1efb8a update to snappy-1.1.6 2017-07-26 19:20:12 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
juanfra
bc2f7b17f2 Update to zstd 1.3.0. Drop MAINTAINER. 2017-07-19 22:16:30 +00:00
zhuk
4d6ef80f0e Unbreak after recent Qt 5.9 update. 2017-07-17 22:45:19 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
naddy
2d618326f6 Maintenance update to 3.3.2.
libarchive no longer builds with lzo2 support.  This was already lost
accidentally in the previous update.
2017-07-13 19:31:14 +00:00
naddy
7e667b1403 update to 5.50 beta 5 (5.5.6) 2017-07-06 20:42:17 +00:00
sthen
5f9edb138b update to pecl-lzf-1.6.6, from maintainer Johan Huldtgren 2017-07-06 11:08:41 +00:00
bcallah
6ca11fd9c9 Update to 1.2.0 -- take maintainer
Major bump to SHARED_LIB due to symbols being removed from the library.
Changelog: https://nih.at/libzip/NEWS.html
ok kirby@
2017-07-06 07:57:33 +00:00
jca
592830dc30 Detect endianness thru endian.h
Fixes build on at least mips64el, and might fix a problem on powerpc.
From Donovan Watteau, ok Josh Grosse (maintainer) bcallah@
2017-07-02 18:38:24 +00:00
fcambus
3453ddd1f5 Drop maintainership, I no longer use snappy. 2017-07-02 13:45:36 +00:00
bcallah
c71b98db20 Bugfix update to quazip, also this release tweaks the license.
Take maintainer.
ok rsadowski@
2017-06-30 22:11:09 +00:00
sthen
baaaedb999 update to lz4-1.7.5 + upstream patch for https://github.com/lz4/lz4/issues/369
which reads a byte from invalid memory, crashing tests on OpenBSD. Info at
6ad3a983db
2017-06-27 01:35:20 +00:00
phessler
11b6726b53 +geteltorito 2017-06-25 18:10:39 +00:00
phessler
01b5a52889 import geteltorito, which extracts the initial boot image from a cd
Helpful for extracting Thinkpad BIOS updates so you can put them on a
usb stick to install......

OK stsp@
2017-06-25 18:09:51 +00:00
naddy
54be5b61ab Security update to 5.50 beta 4 to fix the VMSF_DELTA filter signedness
error and unspecified other issues.
2017-06-21 21:19:05 +00:00
sthen
d78ac9ca97 LANGS -> COMPILER_LANGS 2017-06-01 12:06:29 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
sthen
8e5ac992a6 extend PORTROACH to skip 5.5.1 as well 2017-05-24 13:52:34 +00:00
espie
49adfb9570 okay, this is C, but still does not need gcc4 on clang 2017-05-22 13:47:39 +00:00
schwarze
8aa10a0647 groff is actually unused, drop USE_GROFF, no package change, no bump:
man/mann/lha.n is commented out in the PLIST
man/ja_JP.EUC/man1/lha.1 is installed unformatted even with USE_GROFF
2017-05-14 17:41:27 +00:00
danj
4360c2ff71 regen 2017-05-14 15:46:10 +00:00
espie
a92d9fbc01 tls without threads -> no tls 2017-05-10 23:51:19 +00:00
espie
8d860230fd adjust distinfo post DISTFILES change 2017-05-06 15:10:17 +00:00
juanfra
307dedbb12 Update to zstd 1.2.0. 2017-05-05 18:16:53 +00:00
espie
24fb336554 missing include, get pthread types 2017-05-04 12:13:58 +00:00
rpe
f73e33a45e Update archivers/makeself to 2.3.0 and change HOMEPAGE.
OK aja@
2017-05-01 21:13:36 +00:00
sthen
c6ab9e398b switch to MODGCC4_ARCHS=${GCC3_ARCHS} ${GCC4_ARCHS}, C only. ok juanfra@ 2017-05-01 15:14:18 +00:00
juanfra
b0a27634bf Update to clzip 1.9. 2017-05-01 12:22:26 +00:00
juanfra
c2963d1550 Update to lzip 1.19. 2017-05-01 12:21:57 +00:00
ajacoutot
9ca3c37508 Update to p5-POE-Filter-Zlib-2.04. 2017-04-28 22:16:53 +00:00
juanfra
f2942fb236 Update to plzip 1.6. 2017-04-28 20:40:46 +00:00
juanfra
2c5eb1af80 Update to lzlib 1.9. 2017-04-28 20:40:04 +00:00
naddy
8c0ba4ae6d switch home page and master site to https 2017-04-25 15:09:53 +00:00
juanfra
4383221bdb Update to lunzip 1.9. 2017-04-24 20:51:24 +00:00
espie
f279fc44d8 -Werror considered harmful. You're going to do unsigned < 0, it can warn. 2017-04-23 10:09:22 +00:00
juanfra
0f2333fdde Update to pdlzip 1.8. 2017-04-22 10:49:46 +00:00
juanfra
d469a6f052 Update to lziprecover 1.19. 2017-04-22 10:34:45 +00:00
espie
54d5dc9e82 C99 inline semantics 2017-04-19 22:12:19 +00:00