Hi, Let me add some more details, I hope it helps
* Big part of the debdiff is connected to docker branch merge, but please consider that it is not included in the package so nothing changed regarding this. * As you can see from source the TTL is only issue in Sparc64 and fixed only for that __sparc9__ architecture and has no consequence to any other arcitetcures. See: https://github.com/coturn/coturn/commit/7f201e86a6de85c980297e66357e7af908556742 * The pwd check is just this one line change: See: https://github.com/coturn/coturn/commit/2d59a5de2b7c99fe2ab4556c299119eba53ec582 All other code changes are connected to the 64 bit mem alignment fix, or simple doc, tidy, etc.. All in all the main change is that equivalent code, works from now on the less tolerant 64 bit architectures. (and avoids crash with sigbus). Misi