Date: Wed, 18 Sep 2024 16:02:51 GMT From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11c3e44bb172 - main - security/lua-resty-openidc: switch to lua-resty-session3 Message-ID: <202409181602.48IG2pu8056596@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=11c3e44bb1726a898e991f8b023fa1298d2ddbd1 commit 11c3e44bb1726a898e991f8b023fa1298d2ddbd1 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-09-18 16:00:01 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-09-18 16:02:46 +0000 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 --- security/lua-resty-openidc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/lua-resty-openidc/Makefile b/security/lua-resty-openidc/Makefile index 6cfed497e478..9e4be95231ec 100644 --- a/security/lua-resty-openidc/Makefile +++ b/security/lua-resty-openidc/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409181602.48IG2pu8056596>