2017-01-25 22:15 GMT+01:00 Michael Meskes <mes...@debian.org>: > Control: reassign -1 lua-socket > > I don't think this is the way to go. There is no grave bug in prosody-modules, > it's lua-socket that changed its API during freeze. The way I understand our > freeze policy this is a no-go, but feel free to check with the release team.
The way you want will make prosody-modules break when someone start to use lua-socket from stretch-backports. The unix socket API is not stable nor documented yet [1], being tied to an API that we know will change on buster is not very solid either. As for the freeze definition, the updated lua-socket was uploaded during soft freeze. I agree that this could be seen as a "transition" as the API was changed. Will look at a fix inside lua-socket (preserving both compatibilities), but please relax your rules to help find a fix for all cases. [1]: https://github.com/diegonehab/luasocket/pull/199#issuecomment-275220892 Regards -- Mathieu