diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-07-05 19:32:32 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-07-05 19:32:32 +0800 |
commit | b8e84038f21d0a711f33b2dbeea33f52c1dd76ee (patch) | |
tree | 77499217ebd79492355615500b65d262359fb76d /net-im | |
parent | d5553cd518ae446d1f5feef20c08a89e2a26699a (diff) | |
download | freebsd-ports-gnome-b8e84038f21d0a711f33b2dbeea33f52c1dd76ee.tar.gz freebsd-ports-gnome-b8e84038f21d0a711f33b2dbeea33f52c1dd76ee.tar.zst freebsd-ports-gnome-b8e84038f21d0a711f33b2dbeea33f52c1dd76ee.zip |
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 'net-im')
-rw-r--r-- | net-im/gale/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index aa21de4d8052..0b501bc8bc52 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -3,7 +3,7 @@ PORTNAME= gale PORTVERSION= 0.99f -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-im MASTER_SITES= http://download.ofb.net/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit |