Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2016 08:02:57 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417188 - in head: . ftp/wget
Message-ID:  <201606210802.u5L82vMc053424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vd
Date: Tue Jun 21 08:02:57 2016
New Revision: 417188
URL: https://svnweb.freebsd.org/changeset/ports/417188

Log:
  ftp/wget: Upgrade from 1.16.3_1 to 1.18
  
  PR:		210421
  Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
  Security:	CVE-2016-4971

Modified:
  head/UPDATING
  head/ftp/wget/Makefile
  head/ftp/wget/distinfo

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Tue Jun 21 06:14:41 2016	(r417187)
+++ head/UPDATING	Tue Jun 21 08:02:57 2016	(r417188)
@@ -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: vlad-fbsd@acheronmedia.com
+
+  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.
+
 20160619
   AFFECTS: users of databases/py-apsw
   AUTHOR: rm@FreeBSD.org

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Tue Jun 21 06:14:41 2016	(r417187)
+++ head/ftp/wget/Makefile	Tue Jun 21 08:02:57 2016	(r417188)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	wget
-DISTVERSION=	1.16.3
-PORTREVISION=	1
+DISTVERSION=	1.18
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	GNU
 

Modified: head/ftp/wget/distinfo
==============================================================================
--- head/ftp/wget/distinfo	Tue Jun 21 06:14:41 2016	(r417187)
+++ head/ftp/wget/distinfo	Tue Jun 21 08:02:57 2016	(r417188)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606210802.u5L82vMc053424>