[packages] curl: refresh patches
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 23:03:29 +0000 (23:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Dec 2010 23:03:29 +0000 (23:03 +0000)
SVN-Revision: 24459

libs/curl/patches/200-no_docs_tests.patch
libs/curl/patches/510-no_sslv2.patch

index 6e900eb9b6cbacfbe4328031b1b3ef37a198036a..038483e0394b638fed36fe86590d68f5fa26797d 100644 (file)
@@ -1,6 +1,6 @@
 --- a/Makefile.am
 +++ b/Makefile.am
-@@ -38,7 +38,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
+@@ -37,7 +37,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
  bin_SCRIPTS = curl-config
  
  SUBDIRS = lib src
@@ -11,7 +11,7 @@
  pkgconfig_DATA = libcurl.pc
 --- a/Makefile.in
 +++ b/Makefile.in
-@@ -298,7 +298,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
+@@ -312,7 +312,7 @@ EXTRA_DIST = CHANGES COPYING maketgz Mak
  
  bin_SCRIPTS = curl-config
  SUBDIRS = lib src
index 063826e3da10f3414e04f2fe61f4f1be4f421dc8..3a7ef4d8a3f19ea62fd8ce977e3f0292b8ddb23b 100644 (file)
@@ -25,7 +25,7 @@
      " -3/--sslv3         Use SSLv3 (SSL)",
      "    --stderr <file> Where to redirect stderr. - means stdout",
      "    --tcp-nodelay   Use the TCP_NODELAY option",
-@@ -2445,10 +2447,12 @@ static ParameterError getparameter(char
+@@ -2445,10 +2447,12 @@ static ParameterError getparameter(char 
        /* TLS version 1 */
        config->ssl_version = CURL_SSLVERSION_TLSv1;
        break;