On Oct 29, 2010, at 10:38 PM, Doug Currie wrote:

> The culprit seems to be function get_md5 in fs/unix/tools.lua (in my case 
> openssl is used)


e$ openssl md5 lxp.so
MD5(lxp.so)= 44c58b3c6960b18ec1d635f321a2bf4a
e$

Maybe instead of 

    computed = computed:sub(-32)

we could use

    computed = 
computed:match("(%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x)")

e


_______________________________________________
Luarocks-developers mailing list
[email protected]
http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers

Reply via email to