From owner-cvs-all@FreeBSD.ORG Mon Sep 6 16:54:23 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB28010656B8; Mon, 6 Sep 2010 16:54:23 +0000 (UTC) (envelope-from vd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8E9A8FC0A; Mon, 6 Sep 2010 16:54:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o86GsNHg012737; Mon, 6 Sep 2010 16:54:23 GMT (envelope-from vd@repoman.freebsd.org) Received: (from vd@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o86GsNPu012736; Mon, 6 Sep 2010 16:54:23 GMT (envelope-from vd) Message-Id: <201009061654.o86GsNPu012736@repoman.freebsd.org> From: Vasil Dimov Date: Mon, 6 Sep 2010 16:54:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/wget Makefile ports/ftp/wget/files patch-NEWS patch-doc__wget.texi patch-src__ChangeLog patch-src__http.c patch-src__http.h patch-src__init.c patch-src__main.c patch-src__options.h patch-src__retr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 16:54:23 -0000 vd 2010-09-06 16:54:23 UTC FreeBSD ports repository Modified files: ftp/wget Makefile Added files: ftp/wget/files patch-NEWS patch-doc__wget.texi patch-src__ChangeLog patch-src__http.c patch-src__http.h patch-src__init.c patch-src__main.c patch-src__options.h patch-src__retr.c Log: Apply patch from upstream for CVE-2010-2252. This is revision-id:gscrivano@gnu.org-20100728192222-sy6rf3fgeydgvl1k from http://bzr.savannah.gnu.org/r/wget/trunk/ without the change to src/ftp.c because it is a whitespace only change. PR: ports/150293 Submitted by: Joe Horn Security: CVE-2010-2252 Revision Changes Path 1.95 +1 -1 ports/ftp/wget/Makefile 1.1 +14 -0 ports/ftp/wget/files/patch-NEWS (new) 1.1 +29 -0 ports/ftp/wget/files/patch-doc__wget.texi (new) 1.1 +23 -0 ports/ftp/wget/files/patch-src__ChangeLog (new) 1.1 +59 -0 ports/ftp/wget/files/patch-src__http.c (new) 1.1 +15 -0 ports/ftp/wget/files/patch-src__http.h (new) 1.1 +12 -0 ports/ftp/wget/files/patch-src__init.c (new) 1.1 +21 -0 ports/ftp/wget/files/patch-src__main.c (new) 1.1 +12 -0 ports/ftp/wget/files/patch-src__options.h (new) 1.1 +13 -0 ports/ftp/wget/files/patch-src__retr.c (new)