From owner-svn-ports-branches@freebsd.org Fri Jun 24 17:08:44 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 7A25AB80B22; Fri, 24 Jun 2016 17:08:44 +0000 (UTC) (envelope-from vd@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 265D92A06; Fri, 24 Jun 2016 17:08:44 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5OH8hFR092047; Fri, 24 Jun 2016 17:08:43 GMT (envelope-from vd@FreeBSD.org) Received: (from vd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5OH8hoe092044; Fri, 24 Jun 2016 17:08:43 GMT (envelope-from vd@FreeBSD.org) Message-Id: <201606241708.u5OH8hoe092044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vd set sender to vd@FreeBSD.org using -f From: Vasil Dimov Date: Fri, 24 Jun 2016 17:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r417438 - in branches/2016Q2: . ftp/wget 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.22 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: Fri, 24 Jun 2016 17:08:44 -0000 Author: vd Date: Fri Jun 24 17:08:42 2016 New Revision: 417438 URL: https://svnweb.freebsd.org/changeset/ports/417438 Log: MFH: r417188 r417282 r417417 ftp/wget: Upgrade from 1.16.3_1 to 1.18 PR: 210421 [1], 210512 Submitted by: Vladimir Krstulja [1] Security: CVE-2016-4971 ftp/wget: fix compilation when IDN and NLS are disabled PR: 210441 Submitted by: Helge Oldach Change AUTHOR: entry in UPDATING to committer Suggested by: koobs@ Approved by: ports-secteam Modified: branches/2016Q2/UPDATING branches/2016Q2/ftp/wget/Makefile branches/2016Q2/ftp/wget/distinfo Directory Properties: branches/2016Q2/ (props changed) Modified: branches/2016Q2/UPDATING ============================================================================== --- branches/2016Q2/UPDATING Fri Jun 24 16:02:30 2016 (r417437) +++ branches/2016Q2/UPDATING Fri Jun 24 17:08:42 2016 (r417438) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160621: + AFFECTS: users of ftp/wget + AUTHOR: vd@FreeBSD.org + + Wget 1.18 fixes a security vulnerability (CVE-2016-4971) and the fix + introduces a backward-incompatibility for HTTP->FTP redirects. Any script that + relies on the old behaviour must use --trust-server-names in order to trust + the HTTP response and redirect to the new filename. + 20160412: AFFECTS: Users of net/samba42 and net/samba/43 AUTHOR: timur@FreeBSD.org Modified: branches/2016Q2/ftp/wget/Makefile ============================================================================== --- branches/2016Q2/ftp/wget/Makefile Fri Jun 24 16:02:30 2016 (r417437) +++ branches/2016Q2/ftp/wget/Makefile Fri Jun 24 17:08:42 2016 (r417438) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= wget -DISTVERSION= 1.16.3 -PORTREVISION= 1 +DISTVERSION= 1.18 CATEGORIES= ftp www ipv6 MASTER_SITES= GNU @@ -13,7 +12,7 @@ COMMENT= Retrieve files from the Net via LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= charsetfix cpe gmake makeinfo perl5 tar:xz +USES= charsetfix cpe gmake iconv makeinfo perl5 tar:xz USE_PERL5= build CPE_VENDOR= gnu GNU_CONFIGURE= yes Modified: branches/2016Q2/ftp/wget/distinfo ============================================================================== --- branches/2016Q2/ftp/wget/distinfo Fri Jun 24 16:02:30 2016 (r417437) +++ branches/2016Q2/ftp/wget/distinfo Fri Jun 24 17:08:42 2016 (r417438) @@ -1,2 +1,3 @@ -SHA256 (wget-1.16.3.tar.xz) = 67f7b7b0f5c14db633e3b18f53172786c001e153d545cfc85d82759c5c2ffb37 -SIZE (wget-1.16.3.tar.xz) = 1794148 +TIMESTAMP = 1466495244 +SHA256 (wget-1.18.tar.xz) = b5b55b75726c04c06fe253daec9329a6f1a3c0c1878e3ea76ebfebc139ea9cc1 +SIZE (wget-1.18.tar.xz) = 1922376