summaryrefslogtreecommitdiff
path: root/ftp/wget-devel/files/patch-src_recur.c
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2002-01-05 10:41:15 +0000
commit3c235f227d9a373c6ab467bd8f0a6a19590ea821 (patch)
treefb9301319ee9d7ae0eacd64d64b6ea36b6e10ae1 /ftp/wget-devel/files/patch-src_recur.c
parentUpdate to 0.9.11 which fixes security hole (diff)
o update to 1.8.1.
o autoconf is no longer required. o update ja.po. PR: 33570 Submitted by: Alan Eldridge <ports@geeksrus.net> (for update)
Notes
Notes: svn path=/head/; revision=52607
Diffstat (limited to 'ftp/wget-devel/files/patch-src_recur.c')
-rw-r--r--ftp/wget-devel/files/patch-src_recur.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/ftp/wget-devel/files/patch-src_recur.c b/ftp/wget-devel/files/patch-src_recur.c
deleted file mode 100644
index a7cfd8800b0c..000000000000
--- a/ftp/wget-devel/files/patch-src_recur.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: src/recur.c
-===================================================================
-RCS file: /pack/anoncvs/wget/src/recur.c,v
-retrieving revision 1.37
-retrieving revision 1.38
-diff -u -r1.37 -r1.38
---- src/recur.c 2001/12/13 19:18:31 1.37
-+++ src/recur.c 2001/12/18 15:22:03 1.38
-@@ -237,7 +237,7 @@
- int oldrec = opt.recursive;
-
- opt.recursive = 0;
-- status = retrieve_url (url, &file, &redirected, NULL, &dt);
-+ status = retrieve_url (url, &file, &redirected, referer, &dt);
- opt.recursive = oldrec;
-
- if (file && status == RETROK