head	1.2;
access;
symbols
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.09.20.06.17.40;	author vd;	state dead;
branches;
next	1.1;

1.1
date	2010.09.06.16.54.23;	author vd;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade ftp/wget from 1.12 to 1.13.4
@
text
@--- src/ChangeLog	2010-07-20 17:42:13 +0000
+++ src/ChangeLog	2010-07-28 19:22:22 +0000
@@@@ -1,3 +1,18 @@@@
+2010-07-28  Giuseppe Scrivano  <gscrivano@@gnu.org>
+
+	* http.h (http_loop): Add new argument `original_url'
+	* http.c (http_loop): Add new argument `original_url'.  Use
+	`original_url' to get a filename if `trustservernames' is false.
+
+	* init.c (commands): Add "trustservernames".
+
+	* options.h (library): Add variable `trustservernames'.
+
+	* main.c (option_data): Add trust-server-names.
+	(print_help): Describe --trust-server-names.
+
+	* retr.c (retrieve_url): Pass new argument to `http_loop'.
+
 2010-07-20  Alan Jenkins <alan-jenkins@@tuffmail.co.uk> (tiny change)
 
 	* http.c (gethttp): Check content-length was set before trying to

=== modified file 'src/http.c'
@


1.1
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
@
text
@@

