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 /devel/liboop | |
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
Diffstat (limited to 'devel/liboop')
-rw-r--r-- | devel/liboop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/liboop/Makefile b/devel/liboop/Makefile index cb2629e8a857..f002cb17cc3a 100644 --- a/devel/liboop/Makefile +++ b/devel/liboop/Makefile @@ -3,7 +3,7 @@ PORTNAME= liboop PORTVERSION= 1.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= devel MASTER_SITES= GENTOO \ http://download.ofb.net/liboop/ |