Kong / lua-resty-dns-client

Lua DNS client, load balancer, and utility library
http://kong.github.io/lua-resty-dns-client/topics/README.md.html
Apache License 2.0
152 stars 52 forks source link

luarocks package 5.1.1 installs penlight 1.0.0-1 which does not work in Openresty (it nukes the whole Global context) #101

Closed Unigoge closed 4 years ago

Unigoge commented 4 years ago

I think it was caused by changing "penlight > 1.1, < 2.0" to "penlight ~> 1.0" in rockspec file

to reproduce:

Tieske commented 4 years ago

thx! fixed in https://github.com/Kong/lua-resty-dns-client/commit/63752d7128eee1e47708fb366d3cfe31887566c9

rock uploaded.