From owner-svn-ports-branches@freebsd.org Wed Dec 28 11:25:03 2016 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6CFFDC94364; Wed, 28 Dec 2016 11:25:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 319C11F41; Wed, 28 Dec 2016 11:25:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBSBP22T061488; Wed, 28 Dec 2016 11:25:02 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBSBP24e061486; Wed, 28 Dec 2016 11:25:02 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201612281125.uBSBP24e061486@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Wed, 28 Dec 2016 11:25:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r429738 - branches/2016Q4/devel/upnp X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2016 11:25:03 -0000 Author: pawel Date: Wed Dec 28 11:25:02 2016 New Revision: 429738 URL: https://svnweb.freebsd.org/changeset/ports/429738 Log: MFH: r429626 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 Approved by: ports-secteam (junovitch) Modified: branches/2016Q4/devel/upnp/Makefile branches/2016Q4/devel/upnp/distinfo Directory Properties: branches/2016Q4/ (props changed) Modified: branches/2016Q4/devel/upnp/Makefile ============================================================================== --- branches/2016Q4/devel/upnp/Makefile Wed Dec 28 11:10:33 2016 (r429737) +++ branches/2016Q4/devel/upnp/Makefile Wed Dec 28 11:25:02 2016 (r429738) @@ -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: branches/2016Q4/devel/upnp/distinfo ============================================================================== --- branches/2016Q4/devel/upnp/distinfo Wed Dec 28 11:10:33 2016 (r429737) +++ branches/2016Q4/devel/upnp/distinfo Wed Dec 28 11:25:02 2016 (r429738) @@ -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