summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-11-19 08:15:17 +0000
committerwiz <wiz@pkgsrc.org>2006-11-19 08:15:17 +0000
commitb19269fab273387deecdb50b4d5dca2b144507d3 (patch)
tree74d4500bd42789eaf6fd45c8d4c2cd7b5a751ad1 /security
parentcc036fd69e21bca852020d46f81fa95ea43183f3 (diff)
downloadpkgsrc-b19269fab273387deecdb50b4d5dca2b144507d3.tar.gz
Make build with curl-7.16.0.
Diffstat (limited to 'security')
-rw-r--r--security/dirb/distinfo3
-rw-r--r--security/dirb/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/security/dirb/distinfo b/security/dirb/distinfo
index 8e9d1c1d64a..c5e1619b3b7 100644
--- a/security/dirb/distinfo
+++ b/security/dirb/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2006/01/23 07:51:47 recht Exp $
+$NetBSD: distinfo,v 1.3 2006/11/19 08:15:17 wiz Exp $
SHA1 (dirb19.tar.gz) = 5b80f6700805ba02226d1cf0cf0505693762ca89
RMD160 (dirb19.tar.gz) = 0b4a7f7efced1057b58f7a314dc43c7d89d60810
Size (dirb19.tar.gz) = 223149 bytes
+SHA1 (patch-aa) = 90a54b6c81278e58220616759a05504f33e3af5b
diff --git a/security/dirb/patches/patch-aa b/security/dirb/patches/patch-aa
new file mode 100644
index 00000000000..099cdbdc7af
--- /dev/null
+++ b/security/dirb/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/11/19 08:15:44 wiz Exp $
+
+--- src/get_url.c.orig 2005-11-23 11:19:33.000000000 +0000
++++ src/get_url.c
+@@ -52,7 +52,6 @@ retry:
+
+ curl_easy_setopt(curl, CURLOPT_URL, resp_url);
+ curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
+- curl_easy_setopt(curl, CURLOPT_MUTE, 1);
+ curl_easy_setopt(curl, CURLOPT_TIMEOUT, TIMEOUT);
+ curl_easy_setopt(curl, CURLOPT_USERAGENT, options.agente);
+ curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, get_header);