-
-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating "lua-resty-jwt" and "lua-resty-hmac" for OpenSSL 1.1 #162
Comments
Just saw that y'all are already using |
Why are y'all using two different package dependencies for OPM and LuaRocks? Looks like for OPM it's |
I believe |
check out https://github.com/cdbattags/lua-resty-jwt for a working OpenSSL 1.1.x implementation latest update can be found at https://opm.openresty.org/ with v0.1.14 |
I had an error like
To resolve it I did the following:
@zandbelt got any idea why? and can we use a different one? |
@cdbattags could you remove the |
@Lawri-van-Buel Thank you, that worked for us, too! @zandbelt Could you please update your OPM-dependency to the jwt module by @cdbattags ? The module by SkyLothar seems to be abandoned. A simple "yum update" just broke our production system just because it updated OpenResty, while the module by SkyLothar became incompatible. |
Hola folks, sorry for the delay on this! So I realized this after the fact but OPM doesn't allow deletions from their registry. I figured the best scenario is to keep all tags up until when I took it over and go ahead and bump the versioning to v0.2.0 and move on from there. Would this satisfy y'all? @zandbelt, could respond on this asap as to how we want to proceed? Again, I can't currently remove anything from OPM registry at this time (per openresty/opm#62). Meanwhile, I can be sure that LuaRocks is an exact mirror of the tags in the repo easily through any deletions. I'm also updating |
Ok! So we are all set with v0.2.0 on http://luarocks.org/modules/cdbattags/lua-resty-jwt/0.2.0-0 and at https://opm.openresty.org/! We should be all set to update this package! |
@agentzh hopefully will be removing everything else shortly! |
More updates: my fork of this package has now been removed from OPM. Shall I submit a PR for this one-liner? |
Please see #165 |
refer to updated lua-resty-jwt that supports OpenSSL 1.1.x; see: #162; thanks @cdbattags Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
Follow along as we get updated package added to root manifest: luarocks/luarocks-site#133
Hopefully HMAC is close behind: jkeys089/lua-resty-hmac#9
But until then can we get something temporary added on here to depend on @jkeys089 instead?
The text was updated successfully, but these errors were encountered: