Date: Tue, 27 Dec 2016 15:34:55 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429626 - head/devel/upnp Message-ID: <201612271534.uBRFYthX058509@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Tue Dec 27 15:34:55 2016 New Revision: 429626 URL: https://svnweb.freebsd.org/changeset/ports/429626 Log: Update to version 1.6.21 Changelog: - Fix out-of-bound access in create_url_list() (CVE-2016-8863) - SF Bug Tracker #132 CVE-2016-6255: write files via POST - If the error or info log files can not be created, use stderr and stdout instead - miniserver: fix binding to ipv6 link-local addresses MFH: 2016Q4 Modified: head/devel/upnp/Makefile head/devel/upnp/distinfo Modified: head/devel/upnp/Makefile ============================================================================== --- head/devel/upnp/Makefile Tue Dec 27 15:33:33 2016 (r429625) +++ head/devel/upnp/Makefile Tue Dec 27 15:34:55 2016 (r429626) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= upnp -PORTVERSION= 1.6.20 +PORTVERSION= 1.6.21 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SF/p${PORTNAME}/p${PORTNAME}/libUPnP%20${PORTVERSION} Modified: head/devel/upnp/distinfo ============================================================================== --- head/devel/upnp/distinfo Tue Dec 27 15:33:33 2016 (r429625) +++ head/devel/upnp/distinfo Tue Dec 27 15:34:55 2016 (r429626) @@ -1,3 +1,3 @@ -TIMESTAMP = 1467990222 -SHA256 (libupnp-1.6.20.tar.bz2) = ee3537081e3ea56f66ada10387486823989210bc98002f098305551c966e3a63 -SIZE (libupnp-1.6.20.tar.bz2) = 1243637 +TIMESTAMP = 1482438898 +SHA256 (libupnp-1.6.21.tar.bz2) = af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b +SIZE (libupnp-1.6.21.tar.bz2) = 1245353
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612271534.uBRFYthX058509>