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

Vít Novotný witiko at mail.muni.cz
Thu May 4 09:50:58 CEST 2017


On Thu, May 04, 2017 at 07:20:58AM +0900, Akira Kakuto wrote:
> 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.

Hello Akira,

thank you for the response. Is the binary going to be rebuild prior to
the TL 2017 release, or should I assume that this bug may appear in the
release version and update my packages accordingly?

Best Regards,
Vít

> 
> Akira


More information about the tex-live mailing list