Marcos Bjoerkelund
Marcos Bjoerkelund
Hi luasocket developers! While trying to build this library on [Open Build Service](https://build.opensuse.org/), I received a warning: ``` binary-or-shlib-calls-gethostbyname /usr/local/lib/lua/5.1/socket/core.so binary-or-shlib-calls-gethostbyname /usr/local/lib/lua/5.1/socket/serial.so binary-or-shlib-calls-gethostbyname /usr/local/lib/lua/5.1/socket/unix.so binary-or-shlib-calls-gethostbyname /usr/local/lib/lua/5.1/ssl.so The binary calls gethostbyname()....
--------------- **Describe the bug** The FRR library is making use of the obsolete gethostbyname and gethostbyaddr functions. These functions are obsolete and have been marked as deprecated in favor of...
### Is your feature request related to a problem? Please describe (👍 if you like this request) A big part of the Helm charts have standardized on using `global.imageRegistry` as...