-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: 11523f9e86ad3c6e02d6be2bbd95f1e8dd56ba51:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 11523f9e86ad3c6e02d6be2bbd95f1e8dd56ba51
Author: root <root@ip-10-56-75-16.(none)>
Date:   Sat Sep 28 04:50:54 2013 +0000

    [urcd] bugfix

diff --git a/src/urcd.pyx b/src/urcd.pyx

index 09f1e1e6147b195df0081dc4ea1e9a1038291eab..

index ..e4f4303be6cff95ca8b59b264a9c4099a57d720b 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -94,7 +94,7 @@ if URCSIGNPUBKEYDIR:
   for dst in os.listdir(URCSIGNPUBKEYDIR):
     dst = dst.lower()
     urcsignpubkeydb[dst] = dict()
-    for src in os.listdir(URCSIGNPUBKEYDIR+'/'+dst): urcsignpubkeydb[dst][src.lower()] = open(URCSIGNPUBKEYDIR+'/'+dst+'/'+src,'rb').read(128).decode('hex')
+    for src in os.listdir(URCSIGNPUBKEYDIR+'/'+dst): urcsignpubkeydb[dst][src.lower()] = open(URCSIGNPUBKEYDIR+'/'+dst+'/'+src,'rb').read(64).decode('hex')
 if URCSIGNSECKEYDIR:
   urcsignseckeydb = dict()
   for dst in os.listdir(URCSIGNSECKEYDIR): urcsignseckeydb[dst.lower()] = open(URCSIGNSECKEYDIR+'/'+dst,'rb').read(128).decode('hex')

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:47:10 2024