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-libwww-config.in | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/libwww/files/patch-libwww-config.in (limited to 'www/libwww/files/patch-libwww-config.in') diff --git a/www/libwww/files/patch-libwww-config.in b/www/libwww/files/patch-libwww-config.in deleted file mode 100644 index 5ab0aa41d5bf..000000000000 --- a/www/libwww/files/patch-libwww-config.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libwww-config.in.orig 1999-06-23 18:05:01 UTC -+++ libwww-config.in -@@ -48,7 +48,7 @@ while test $# -gt 0; do - echo -I@includedir@ -I@includedir@/@PACKAGE@ @DEFS@ - ;; - --libs) -- echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@ -+ echo -L@libdir@ @LWWWXML@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ @LWWWSSL@ -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LIBS@ - ;; - *) - echo "${usage}" 1>&2 -- cgit v1.2.3