From 64d64af2724c46c72e62ce5eca4be431abbf60e2 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Thu, 5 Jul 2018 11:32:32 +0000 Subject: www/libwww: Update to 5.4.2, Fix security vulnerabilities This a security release for libwww to take into account security advisories CVE-2016-9063 and CVE-2017-9233. In order to take into account current and future expat security advisories, the expat source code was removed from the libwww tree. The makefiles were modified so that libwww dynamically links against the system's expat library. Patches removed were incorporated upstream. Bump PORTREVISION of dependent ports due shlib change. Changes: https://raw.githubusercontent.com/w3c/libwww/5.4.2/ChangeLog MFH: 2018Q3 Security: e375ff3f-7fec-11e8-8088-28d244aee256 --- www/libwww/files/patch-configure | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/libwww/files/patch-configure') diff --git a/www/libwww/files/patch-configure b/www/libwww/files/patch-configure index 4c7cef922d95..f7d3daa1b12c 100644 --- a/www/libwww/files/patch-configure +++ b/www/libwww/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2002-06-12 09:31:31 UTC +--- configure.orig 2018-07-04 23:24:12 UTC +++ configure -@@ -7612,8 +7612,11 @@ if test "${with_ssl+set}" = set; then +@@ -16416,8 +16416,11 @@ $as_echo "no" >&6; } if test "x$withval" = "xyes"; then withval=$ssllib SSLINC=$sslinc @@ -10,6 +10,6 @@ + LIBS="$LIBS -L$withval/lib -lssl -lcrypto" fi - LIBS="$LIBS $withval" - cat > conftest.$ac_ext <conftest.$ac_ext + /* end confdefs.h. */ + -- cgit v1.2.3