Kong / openresty-patches

Moved to https://github.com/Kong/kong-build-tools
Apache License 2.0
14 stars 6 forks source link

feat(nginx) add patch to remove old glibc crypt_r() bug workaround #37

Closed dndx closed 5 years ago

dndx commented 5 years ago

This code causes older NGINX core fail to compile correctly on O/S such as Fedora 28. The workaround only applied to very old Glibc (< 2.3.2) and has already been removed from upstream NGINX since 1.15.0.

See: nginx/nginx@1ef5c9c for more background information.