From owner-svn-ports-all@freebsd.org Tue Dec 27 15:34:56 2016 Return-Path: Delivered-To: svn-ports-all@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 A49EFC929BB; Tue, 27 Dec 2016 15:34:56 +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 74491112F; Tue, 27 Dec 2016 15:34:56 +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 uBRFYtOU058511; Tue, 27 Dec 2016 15:34:55 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBRFYthX058509; Tue, 27 Dec 2016 15:34:55 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201612271534.uBRFYthX058509@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Tue, 27 Dec 2016 15:34:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429626 - head/devel/upnp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2016 15:34:56 -0000 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