Skip to content

Commit

Permalink
security/lua-resty-openidc: switch to lua-resty-session3
Browse files Browse the repository at this point in the history
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
    zmartzone/lua-resty-openidc#480

Additionally:
 - give up maintainership

PR:		281143, 281142, 281079
  • Loading branch information
netchild committed Sep 18, 2024
1 parent dfd76d0 commit 11c3e44
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/lua-resty-openidc/Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 11c3e44

Please sign in to comment.