Author: richard Date: 2005-09-05 03:54:27 -0600 (Mon, 05 Sep 2005) New Revision: 1094
Added: trunk/gnupg/gnupg-1.4.2-curl_LDAP-1.patch Log: added gnupg-1.4.2-curl_LDAP-1.patch Added: trunk/gnupg/gnupg-1.4.2-curl_LDAP-1.patch =================================================================== --- trunk/gnupg/gnupg-1.4.2-curl_LDAP-1.patch 2005-09-04 11:37:16 UTC (rev 1093) +++ trunk/gnupg/gnupg-1.4.2-curl_LDAP-1.patch 2005-09-05 09:54:27 UTC (rev 1094) @@ -0,0 +1,22 @@ +Submitted By: Richard A Downing <richard at linuxfromscratch dot org> +Date: 2005-09-05 +Initial Package Version: 1.4.2 +Upstream Status: In CVS +Origin: http://lists.gnupg.org/pipermail/gnupg-announce/2005q3/000200.html +Description: Required patch if --with-libcurl is applied to configure. + +diff -Naur gnupg-1.4.2/g10/keyserver.c gnupg-1.4.2/g10/keyserver.c +--- gnupg-1.4.2/g10/keyserver.c 2005-07-22 15:55:11.000000000 +0000 ++++ gnupg-1.4.2/g10/keyserver.c 2005-09-05 09:22:23.000000000 +0000 +@@ -860,7 +860,9 @@ + static const char * + keyserver_typemap(const char *type) + { +- if(strcmp(type,"ldaps")==0) ++ if(strcmp(type,"ldap")==0) ++ return "ldap"; ++ else if(strcmp(type,"ldaps")==0) + return "ldap"; + else if(curl_can_handle(type)) + return "curl"; + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
