Package: lua-json Version: 1.3.4-2 Hi!
I'm using a LUA script [1] in combination with dovecot-auth-lua that uses lua-socket and lua-json to do HTTP requests against an external application. Debian >= bookworm upgraded LUA to 5.4, however the lua-json package never received the files for LUA 5.4, so loading the module fails. The module's only dependency, lua-lpeg, does support LUA 5.4 and lua- json itself does not contain native components, so copying the files over from 5.3 to 5.4 works just fine as a workaround [2]. [1]: https://github.com/pschichtel/dovecot-docker/blob/0c331429edd6d5f91a2eed34640a41947ea6ed71/auth-mailmanager.lua [2]: https://github.com/pschichtel/dovecot-docker/blob/0c331429edd6d5f91a2eed34640a41947ea6ed71/Dockerfile#L13 ~ Phillip Schichtel