[svn] GnuPG - r4975 - branches/STABLE-BRANCH-1-4/keyserver

svn author dshaw cvs at cvs.gnupg.org
Thu Apr 2 05:50:50 CEST 2009


Author: dshaw
Date: 2009-04-02 05:50:50 +0200 (Thu, 02 Apr 2009)
New Revision: 4975

Modified:
   branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
   branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c
Log:
* gpgkeys_hkp.c (main): Switch default port for SSLized HKP to 443
(i.e. the regular https port).


Modified: branches/STABLE-BRANCH-1-4/keyserver/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/ChangeLog	2009-04-01 14:38:22 UTC (rev 4974)
+++ branches/STABLE-BRANCH-1-4/keyserver/ChangeLog	2009-04-02 03:50:50 UTC (rev 4975)
@@ -1,3 +1,8 @@
+2009-04-01  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgkeys_hkp.c (main): Switch default port for SSLized HKP to
+	443 (i.e. the regular https port).
+
 2009-02-03  David Shaw  <dshaw at jabberwocky.com>
 
 	* gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main):

Modified: branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c
===================================================================
--- branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c	2009-04-01 14:38:22 UTC (rev 4974)
+++ branches/STABLE-BRANCH-1-4/keyserver/gpgkeys_hkp.c	2009-04-02 03:50:50 UTC (rev 4975)
@@ -633,7 +633,7 @@
   if(ascii_strcasecmp(opt->scheme,"hkps")==0)
     {
       proto="https://";
-      port="11372";
+      port="443";
     }
   else
     {




More information about the Gnupg-commits mailing list