diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 21:23:38 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-14 21:23:38 +0200 |
commit | c7614c60a4c2fc7a621b8bb58609eeab4a1efa62 (patch) | |
tree | 49bda2be92880ea9ad9843dc96afdaac8d09f693 /extra/gnupg1/buildfix.patch | |
parent | 3e9ce36058646beafce874420268d8191742d6f7 (diff) | |
download | nutyx-pakxe-c7614c60a4c2fc7a621b8bb58609eeab4a1efa62.tar.gz nutyx-pakxe-c7614c60a4c2fc7a621b8bb58609eeab4a1efa62.tar.bz2 nutyx-pakxe-c7614c60a4c2fc7a621b8bb58609eeab4a1efa62.tar.xz nutyx-pakxe-c7614c60a4c2fc7a621b8bb58609eeab4a1efa62.zip |
gnupg1, port nettoyé
Diffstat (limited to 'extra/gnupg1/buildfix.patch')
-rw-r--r-- | extra/gnupg1/buildfix.patch | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/extra/gnupg1/buildfix.patch b/extra/gnupg1/buildfix.patch deleted file mode 100644 index bf165d09c..000000000 --- a/extra/gnupg1/buildfix.patch +++ /dev/null @@ -1,51 +0,0 @@ -Index: gpgkeys_curl.c -=================================================================== ---- keyserver/gpgkeys_curl.c (revision 4741) -+++ keyserver/gpgkeys_curl.c (working copy) -@@ -286,7 +286,7 @@ - - if(follow_redirects) - { -- curl_easy_setopt(curl,CURLOPT_FOLLOWLOCATION,1); -+ curl_easy_setopt(curl,CURLOPT_FOLLOWLOCATION,1L); - if(follow_redirects>0) - curl_easy_setopt(curl,CURLOPT_MAXREDIRS,follow_redirects); - } -@@ -298,10 +298,10 @@ - { - fprintf(console,"gpgkeys: curl version = %s\n",curl_version()); - curl_easy_setopt(curl,CURLOPT_STDERR,console); -- curl_easy_setopt(curl,CURLOPT_VERBOSE,1); -+ curl_easy_setopt(curl,CURLOPT_VERBOSE,1L); - } - -- curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,opt->flags.check_cert); -+ curl_easy_setopt(curl,CURLOPT_SSL_VERIFYPEER,(long)opt->flags.check_cert); - curl_easy_setopt(curl,CURLOPT_CAINFO,opt->ca_cert_file); - - if(proxy) -Index: gpgkeys_hkp.c -=================================================================== ---- keyserver/gpgkeys_hkp.c (revision 4741) -+++ keyserver/gpgkeys_hkp.c (working copy) -@@ -202,9 +202,9 @@ - fprintf(console,"gpgkeys: HTTP URL is `%s'\n",request); - - curl_easy_setopt(curl,CURLOPT_URL,request); -- curl_easy_setopt(curl,CURLOPT_POST,1); -+ curl_easy_setopt(curl,CURLOPT_POST,1L); - curl_easy_setopt(curl,CURLOPT_POSTFIELDS,key); -- curl_easy_setopt(curl,CURLOPT_FAILONERROR,1); -+ curl_easy_setopt(curl,CURLOPT_FAILONERROR,1L); - - res=curl_easy_perform(curl); - if(res!=0) -@@ -661,7 +661,7 @@ - { - fprintf(console,"gpgkeys: curl version = %s\n",curl_version()); - curl_easy_setopt(curl,CURLOPT_STDERR,console); -- curl_easy_setopt(curl,CURLOPT_VERBOSE,1); -+ curl_easy_setopt(curl,CURLOPT_VERBOSE,1L); - } - - if(proxy)
\ No newline at end of file |