pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/dirb Make build with curl-7.16.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f134fe7fd2a
branches:  trunk
changeset: 521732:3f134fe7fd2a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Nov 19 08:15:17 2006 +0000

description:
Make build with curl-7.16.0.

diffstat:

 security/dirb/distinfo         |   3 ++-
 security/dirb/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 7ec7f67d5e5d -r 3f134fe7fd2a security/dirb/distinfo
--- a/security/dirb/distinfo    Sun Nov 19 08:03:05 2006 +0000
+++ b/security/dirb/distinfo    Sun Nov 19 08:15:17 2006 +0000
@@ -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 -r 7ec7f67d5e5d -r 3f134fe7fd2a security/dirb/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/dirb/patches/patch-aa    Sun Nov 19 08:15:17 2006 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index