Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2005 18:04:49 -0600 (MDT)
From:      Phil Oleson <oz@nixil.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87592: [patch] update wget to 1.10.2 - security fix
Message-ID:  <200510180004.j9I04nx6076342@nixil.net>
Resent-Message-ID: <200510180010.j9I0AIS8042717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87592
>Category:       ports
>Synopsis:       [patch] update wget to 1.10.2 - security fix
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 18 00:10:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Phil Oleson
>Release:        FreeBSD 4.7-RELEASE-p28 i386
>Organization:
N/A
>Environment:
System: FreeBSD nixil.net 4.7-RELEASE-p28 FreeBSD 4.7-RELEASE-p28 #42: Tue Jun 21 10:33:20 MDT 2005 root@nixil:/usr/src/sys/compile/nixil i386


>Description:
	 The latest stable version of Wget is 1.10.2. This release contains fixes for a major 
         security problem: a remotely exploitable buffer overflow vulnerability in the NTLM 
         authentication code.
>How-To-Repeat:
	 N/A
>Fix:

	Patch to update to 1.10.2

--- wget.patch begins here ---
diff -ru wget.orig/Makefile wget/Makefile
--- wget.orig/Makefile	Sun Aug 28 10:31:10 2005
+++ wget/Makefile	Mon Oct 17 17:56:20 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	wget
-DISTVERSION=	1.10.1
+DISTVERSION=	1.10.2
 CATEGORIES=	ftp www ipv6
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	wget
diff -ru wget.orig/distinfo wget/distinfo
--- wget.orig/distinfo	Sun Aug 28 10:31:10 2005
+++ wget/distinfo	Mon Oct 17 17:56:38 2005
@@ -1,2 +1,2 @@
-MD5 (wget-1.10.1.tar.gz) = 879a15cc9093796b8a5035ff0d0d25ad
-SIZE (wget-1.10.1.tar.gz) = 1212784
+MD5 (wget-1.10.2.tar.gz) = 795fefbb7099f93e2d346b026785c4b8
+SIZE (wget-1.10.2.tar.gz) = 1213056
--- wget.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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