Bug 150293

Summary: [PATCH] ftp/wget: Security fix for CVE-2010-2252
Product: Ports & Packages Reporter: joehorn
Component: Individual Port(s)Assignee: Vasil Dimov <vd>
Status: Closed FIXED    
Severity: Affects Only Me CC: vd
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
wget-1.12_2.patch none

Description joehorn 2010-09-05 03:00:11 UTC
* Security fix for CVE-2010-2252

  Ref: http://lists.gnu.org/archive/html/bug-wget/2010-07/msg00076.html

* Bump PORTREVISION

* Added file(s):
  - files/patch-NEWS
  - files/patch-doc_wget.texi
  - files/patch-src__ChangeLog
  - files/patch-src__http.c
  - files/patch-src__http.h
  - files/patch-src__init.c
  - files/patch-src__main.c
  - files/patch-src__options.h
  - files/patch-src__retr.c

Port maintainer (vd@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-09-05 03:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-06 17:54:32 UTC
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 <joehorn@gmail.com>
  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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Vasil Dimov freebsd_committer freebsd_triage 2010-09-06 18:15:49 UTC
State Changed
From-To: open->closed

Committed, thanks!