svn commit: r429626 - head/devel/upnp

Pawel Pekala pawel at FreeBSD.org
Tue Dec 27 15:34:56 UTC 2016


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


More information about the svn-ports-head mailing list