[tex-live] md5.sumhexa unavailable in luatex from the pretest TL2017

Akira Kakuto kakuto at fuk.kindai.ac.jp
Thu May 4 00:20:58 CEST 2017


Dear Vít,

> The `md5.sumhexa` method is a part of the md5 library interface [1] and
> the luatex manual makes no mention about modifying the library. I can
> easily work around the missing method in my package, but this seems as a bug.

Fixed in r44176 in TeX Live SVN:

--- luastuff.w.orig    Sat Mar 11 09:31:06 2017
+++ luastuff.w    Thu May 04 07:07:47 2017
@@ -293,6 +293,8 @@
     lua_pushcfunction(L,luatex_loadfile);
     lua_setglobal(L, "loadfile");

+    luatex_md5_lua_open(L);
+
     open_oslibext(L);
     open_strlibext(L);
     open_lfslibext(L);

Thanks for the report.

Akira



More information about the tex-live mailing list