[Winpt-commits] r289 - in trunk: . Src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Mar 10 12:10:45 CET 2007


Author: twoaday
Date: 2007-03-10 12:10:45 +0100 (Sat, 10 Mar 2007)
New Revision: 289

Modified:
   trunk/NEXT-RELEASE
   trunk/Src/wptRegistry.cpp
Log:


Modified: trunk/NEXT-RELEASE
===================================================================
--- trunk/NEXT-RELEASE	2007-03-10 11:02:33 UTC (rev 288)
+++ trunk/NEXT-RELEASE	2007-03-10 11:10:45 UTC (rev 289)
@@ -4,3 +4,20 @@
 - verify does not detect version 3 (RSA-MD5) keys and thus
   it shows a wronlgy key ID which was derrived from the fingerprint.
   Because this is not possible for v3 keys, a workaround is needed.
+
+- keyserver problem: text from the kgpg bug tracker
+
+ Add pgpkeys.tuwien.ac.at as Keyserver to KGpg.
+ Search on this keyserver for "norbert kusolitsch"
+ A wrong id "9CC57F28" is shown, and the key can't be imported
+
+ You can view the key with the url
+ http://pgpkeys.tuwien.ac.at/pks/lookup?op=get&search=Norbert+Kusolitsch&op=index
+ 
+ The request generated by KPgp is
+ "GET /pks/lookup?op=index&options=mr&search=norbert%20kusolitsch HTTP/1.1"
+ 
+ The response:
+ info:1:1
+ pub:9CC57F2884DE3E03DC9B4F5DE41D1546051CD301:17:1024:1166554756::
+ uid:Norbert Kusolitsch <kusolitsch at ci.tuwien.ac.at>

Modified: trunk/Src/wptRegistry.cpp
===================================================================
--- trunk/Src/wptRegistry.cpp	2007-03-10 11:02:33 UTC (rev 288)
+++ trunk/Src/wptRegistry.cpp	2007-03-10 11:10:45 UTC (rev 289)
@@ -713,4 +713,4 @@
 {
     return set_reg_entry (HKEY_CURRENT_USER, WINPT_REG"\\Keyserver", name, val);
 }
-#endif
\ No newline at end of file
+#endif



More information about the Winpt-commits mailing list