diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-07-05 11:32:32 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-07-05 11:32:32 +0000 |
commit | 64d64af2724c46c72e62ce5eca4be431abbf60e2 (patch) | |
tree | 77499217ebd79492355615500b65d262359fb76d /www/libwww/files/patch-configure | |
parent | security/vuxml: Document expat vulnerabilities (diff) |
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
Notes
Notes:
svn path=/head/; revision=473964
Diffstat (limited to 'www/libwww/files/patch-configure')
-rw-r--r-- | www/libwww/files/patch-configure | 10 |
1 files changed, 5 insertions, 5 deletions
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 <<EOF - #line 7619 "configure" - #include "confdefs.h" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + |