From 2c2f2d9db5ac8c94c37fa8379b4b0021dd602210 Mon Sep 17 00:00:00 2001 From: GĂ©rard Milmeister Date: Oct 24 2007 21:22:55 +0000 Subject: new release 7.8 --- diff --git a/q-7.5-curlopt.patch b/q-7.5-curlopt.patch deleted file mode 100644 index 196fa58..0000000 --- a/q-7.5-curlopt.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- q-7.5/modules/curl/curl.c.curlopt 2006-10-31 19:19:44.000000000 +0100 -+++ q-7.5/modules/curl/curl.c 2006-10-31 19:24:10.000000000 +0100 -@@ -313,9 +313,9 @@ - #if LIBCURL_VERSION_NUM < 0x070a00 - #define CURLOPT_NOSIGNAL (-1) - #endif --#if LIBCURL_VERSION_NUM < 0x070402 -+ - #define CURLOPT_PASSWDFUNCTION (-1) --#endif -+ - #if LIBCURL_VERSION_NUM < 0x070702 - #define CURLOPT_HEADERFUNCTION (-1) - #endif -@@ -1006,10 +1006,6 @@ - cb = (int(*)())progress_cb; - dataopt = CURLOPT_PROGRESSDATA; - break; -- case CURLOPT_PASSWDFUNCTION: -- cb = (int(*)())passwd_cb; -- dataopt = CURLOPT_PASSWDDATA; -- break; - case CURLOPT_HEADERFUNCTION: - cb = (int(*)())header_cb; - dataopt = CURLOPT_WRITEHEADER;