summaryrefslogtreecommitdiff
path: root/www/libwww/files/patch-libwww-config.in
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-07-05 11:32:32 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-07-05 11:32:32 +0000
commit64d64af2724c46c72e62ce5eca4be431abbf60e2 (patch)
tree77499217ebd79492355615500b65d262359fb76d /www/libwww/files/patch-libwww-config.in
parentsecurity/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
Diffstat (limited to 'www/libwww/files/patch-libwww-config.in')
-rw-r--r--www/libwww/files/patch-libwww-config.in11
1 files changed, 0 insertions, 11 deletions
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