pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/zziplib zziplib: Update to 0.13.69.
details: https://anonhg.NetBSD.org/pkgsrc/rev/12cb172a27c2
branches: trunk
changeset: 311228:12cb172a27c2
user: snj <snj%pkgsrc.org@localhost>
date: Mon Aug 06 12:55:38 2018 +0000
description:
zziplib: Update to 0.13.69.
Changes:
2018-03-15 guidod <guidod%gmx.de@localhost>
* fix a number of CVEs reported with special *.zip PoC files
* man-pages are generated with new dbk2man.py - docbook xmlto is optional now
* completing some doc strings while checking the new man-pages to look good
* allow the zziptests.py testsuite to run with an installed /bin path
* try to fix some issues on testing with non-installed binaries on non-linux platfors
* update autotools to allow compiling on some newer Mac / Win machines
* a zip-program is still required for testing, but some errors are gone when not there
* complete the approximation of fnmatch for the test binaries (on platforms without)
* allow windows __mmap.h to be simpler, helping with some problems on MingW
* integrate 'fopen("wb")' from TexLive to be more portable across
* more portability as well for helpers like strnlen being used in the sources
* update doc refs to point to github instead of sf.net
* update the sf.net pages to have a prominent hint on newer github.com location
* release v0.13.69
diffstat:
archivers/zziplib/Makefile | 4 ++--
archivers/zziplib/distinfo | 14 +++++++-------
archivers/zziplib/patches/patch-ba | 12 ++++++------
archivers/zziplib/patches/patch-bc | 18 +++++++++---------
4 files changed, 24 insertions(+), 24 deletions(-)
diffs (96 lines):
diff -r f231144394da -r 12cb172a27c2 archivers/zziplib/Makefile
--- a/archivers/zziplib/Makefile Mon Aug 06 11:12:27 2018 +0000
+++ b/archivers/zziplib/Makefile Mon Aug 06 12:55:38 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2018/02/21 10:43:45 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2018/08/06 12:55:38 snj Exp $
-DISTNAME= zziplib-0.13.68
+DISTNAME= zziplib-0.13.69
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=gdraheim/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r f231144394da -r 12cb172a27c2 archivers/zziplib/distinfo
--- a/archivers/zziplib/distinfo Mon Aug 06 11:12:27 2018 +0000
+++ b/archivers/zziplib/distinfo Mon Aug 06 12:55:38 2018 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.16 2018/02/21 10:43:45 ryoon Exp $
+$NetBSD: distinfo,v 1.17 2018/08/06 12:55:38 snj Exp $
-SHA1 (zziplib-0.13.68.tar.gz) = bf62bf6138a7a5bddbad41d6c5dbb169e1528110
-RMD160 (zziplib-0.13.68.tar.gz) = d6f1da838686413dd37c05bd34c5eb8edd6492be
-SHA512 (zziplib-0.13.68.tar.gz) = e8a9976242acc04064ec239b9b929228370a946e5bd37092adcc1bda14605710a3850d39795d1937b609d1ab9a9a1998152f8c88b2dccc387ac6ec774d9cfce9
-Size (zziplib-0.13.68.tar.gz) = 1077386 bytes
+SHA1 (zziplib-0.13.69.tar.gz) = 1644c03fbc95f33decaaa04b5fb1e83d6bea2dfc
+RMD160 (zziplib-0.13.69.tar.gz) = da63871e7da37cdee4236c7c4a781275ea34ed2c
+SHA512 (zziplib-0.13.69.tar.gz) = ade026289737f43ca92a8746818d87dd7618d473dbce159546ce9071c9e4cbe164a6b1c9efff16efb7aa0327b2ec6b34f3256c6bda19cd6e325703fffc810ef0
+Size (zziplib-0.13.69.tar.gz) = 1132204 bytes
SHA1 (patch-aa) = 0dd9535effc69940bfc0853b85685e7ba5f4fb30
-SHA1 (patch-ba) = 84f36580cabf321dc6e58366e8bd07fac9fe277f
+SHA1 (patch-ba) = 1293a1d7bc942c87ae1ab97408380b39f3ccc35e
SHA1 (patch-bb) = aeedbec78e30e7d28c02509c934947e6f0d50693
-SHA1 (patch-bc) = 897a79994d90124972afdb9fa803e82520e6ae0e
+SHA1 (patch-bc) = b9f364ab66c218dafd176c0c5c33e74c208a634e
diff -r f231144394da -r 12cb172a27c2 archivers/zziplib/patches/patch-ba
--- a/archivers/zziplib/patches/patch-ba Mon Aug 06 11:12:27 2018 +0000
+++ b/archivers/zziplib/patches/patch-ba Mon Aug 06 12:55:38 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.5 2017/05/15 08:40:21 spz Exp $
+$NetBSD: patch-ba,v 1.6 2018/08/06 12:55:38 snj Exp $
---- configure.orig 2017-04-23 23:46:28.000000000 +0000
-+++ configure
-@@ -13830,13 +13830,14 @@ case "$host_os" in mingw*)
+--- configure.orig 2018-08-06 05:46:47.061995747 -0700
++++ configure 2018-08-06 05:46:54.374358963 -0700
+@@ -15430,13 +15430,14 @@ case "$host_os" in mingw*)
;; *)
if test ".$can_build_shared" != ".no" ; then
ZZIPLIB_LDFLAGS="-export-dynamic"
@@ -18,7 +18,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ZZIPLIB_LDFLAGS $RESOLVES" >&5
$as_echo "$ZZIPLIB_LDFLAGS $RESOLVES" >&6; }
-@@ -17539,24 +17542,24 @@ else
+@@ -19076,24 +19077,24 @@ else
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5
$as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;}
if test -f $ac_prefix_conf_INP ; then
@@ -58,7 +58,7 @@
if cmp -s $ac_prefix_conf_OUT $tmp/pconfig.h 2>/dev/null; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_prefix_conf_OUT is unchanged" >&5
$as_echo "$as_me: $ac_prefix_conf_OUT is unchanged" >&6;}
-@@ -17629,24 +17632,24 @@ else
+@@ -19166,24 +19167,24 @@ else
{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&5
$as_echo "$as_me: creating $ac_prefix_conf_OUT - prefix $ac_prefix_conf_UPP for $ac_prefix_conf_INP defines" >&6;}
if test -f $ac_prefix_conf_INP ; then
diff -r f231144394da -r 12cb172a27c2 archivers/zziplib/patches/patch-bc
--- a/archivers/zziplib/patches/patch-bc Mon Aug 06 11:12:27 2018 +0000
+++ b/archivers/zziplib/patches/patch-bc Mon Aug 06 12:55:38 2018 +0000
@@ -1,16 +1,16 @@
-$NetBSD: patch-bc,v 1.3 2015/12/08 11:13:04 jperkin Exp $
+$NetBSD: patch-bc,v 1.4 2018/08/06 12:55:38 snj Exp $
replacing explicit --export-dynamic by ${EXPORT_SYMBOLS_LDFLAGS}
for xlc
---- m4/libtool.m4.orig 2009-08-23 11:38:19.000000000 +0000
-+++ m4/libtool.m4
-@@ -5947,7 +5947,7 @@ if test "$_lt_caught_CXX_error" != yes;
- xl*)
+--- m4/libtool.m4.orig 2018-03-17 05:46:45.000000000 -0700
++++ m4/libtool.m4 2018-08-06 05:48:51.960497787 -0700
+@@ -7032,7 +7032,7 @@ if test yes != "$_lt_caught_CXX_error";
+ xl* | mpixl* | bgxl*)
# IBM XL 8.0 on PPC, with GNU ld
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
-- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
+ _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
+- _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
+ _LT_TAGVAR(export_dynamic_flag_spec, $1)='${EXPORT_SYMBOLS_LDFLAGS}'
- _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
- if test "x$supports_anon_versioning" = xyes; then
+ _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
+ if test yes = "$supports_anon_versioning"; then
_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
Home |
Main Index |
Thread Index |
Old Index