diff options
Diffstat (limited to 'net/wget/patches/patch-ab')
-rw-r--r-- | net/wget/patches/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/wget/patches/patch-ab b/net/wget/patches/patch-ab deleted file mode 100644 index 9e7aa959d28..00000000000 --- a/net/wget/patches/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ab,v 1.9 2010/11/23 08:22:47 tron Exp $ - -Back port of patch for CVE-2010-2252 for to version 1.12 of "wget" taken -from Debian: - -http://packages.debian.org/sid/wget -http://ftp.de.debian.org/debian/pool/main/w/wget/wget_1.12-2.1.debian.tar.gz - ---- src/http.h.orig 2009-09-04 17:31:54.000000000 +0100 -+++ src/http.h 2010-11-22 18:53:25.000000000 +0000 -@@ -33,8 +33,8 @@ - - struct url; - --uerr_t http_loop (struct url *, char **, char **, const char *, int *, -- struct url *, struct iri *); -+uerr_t http_loop (struct url *, struct url *, char **, char **, const char *, -+ int *, struct url *, struct iri *); - void save_cookies (void); - void http_cleanup (void); - time_t http_atotm (const char *); |