1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/lua-resty-openidc: switch to lua-resty-session3

There is apparently currently no clear plan on when/if lua-resty-openidc
will be updated to include changes for lua-resty-session 4.X, see
discussions on
    https://github.com/zmartzone/lua-resty-openidc/issues/480

Additionally:
 - give up maintainership

PR:		281143, 281142, 281079
This commit is contained in:
Alexander Leidinger 2024-09-18 18:00:01 +02:00
parent dfd76d0001
commit 11c3e44bb1

View File

@ -1,9 +1,10 @@
PORTNAME= lua-resty-openidc
PORTREVISION= 1
DISTVERSIONPREFIX=v
DISTVERSION= 1.7.6
CATEGORIES= security
MAINTAINER= netchild@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenID Connect and/or OAuth 2.0 functionality for OpenResty / ngx_lua
WWW= https://github.com/zmartzone/lua-resty-openidc
@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= luajit-openresty>=2.1:lang/luajit-openresty \
lua51-cjson>0:devel/lua-cjson@lua51 \
${LUA_MODSHAREDIR}/resty/http.lua:www/lua-resty-http \
${LUA_MODSHAREDIR}/resty/session.lua:www/lua-resty-session \
${LUA_MODSHAREDIR}/resty/session.lua:www/lua-resty-session3 \
${LUA_MODSHAREDIR}/resty/jwt.lua:security/lua-resty-jwt \
USE_GITHUB= yes