From 475440db83a69edc46d12bb155a353d58c8cfd3a Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Mon, 17 Aug 2026 15:33:11 +0545 Subject: [PATCH 1/2] feat: release v0.2.6 --- rockspec/lua-resty-saml-0.2.6-0.rockspec | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 rockspec/lua-resty-saml-0.2.6-0.rockspec diff --git a/rockspec/lua-resty-saml-0.2.6-0.rockspec b/rockspec/lua-resty-saml-0.2.6-0.rockspec new file mode 100644 index 0000000..d0431e1 --- /dev/null +++ b/rockspec/lua-resty-saml-0.2.6-0.rockspec @@ -0,0 +1,38 @@ +package = "lua-resty-saml" +version = "0.2.6-0" +source = { + url = "git://github.com/api7/lua-resty-saml", + tag = "v0.2.6" +} + +description = { + summary = "SAML 2.0 auth lib for Nginx + Lua", + homepage = "https://github.com/api7/lua-resty-saml", + license = "Apache License 2.0", +} + +dependencies = { + "api7-lua-resty-http = 0.2.0", + "lua-resty-jit-uuid = 0.0.7", + "lua-resty-session = 4.1.5-1", +} + +build = { + type = "make", + build_variables = { + CFLAGS="$(CFLAGS)", + LIBFLAG="$(LIBFLAG)", + LUA_LIBDIR="$(LUA_LIBDIR)", + LUA_BINDIR="$(LUA_BINDIR)", + LUA_INCDIR="$(LUA_INCDIR)", + LUA="$(LUA)", + OPENSSL_DIR="$(OPENSSL_DIR)", + }, + install_variables = { + INST_PREFIX="$(PREFIX)", + INST_BINDIR="$(BINDIR)", + INST_LIBDIR="$(LIBDIR)", + INST_LUADIR="$(LUADIR)", + INST_CONFDIR="$(CONFDIR)", + }, +} From d3ccb363ceea74f89db287123baf9c992be1ae70 Mon Sep 17 00:00:00 2001 From: Abhishek Choudhary Date: Wed, 16 Sep 2026 23:06:53 +0545 Subject: [PATCH 2/2] fix: relax lua-resty-session constraint --- rockspec/lua-resty-saml-0.2.6-0.rockspec | 2 +- rockspec/lua-resty-saml-main-0-0.rockspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rockspec/lua-resty-saml-0.2.6-0.rockspec b/rockspec/lua-resty-saml-0.2.6-0.rockspec index d0431e1..75ca1d4 100644 --- a/rockspec/lua-resty-saml-0.2.6-0.rockspec +++ b/rockspec/lua-resty-saml-0.2.6-0.rockspec @@ -14,7 +14,7 @@ description = { dependencies = { "api7-lua-resty-http = 0.2.0", "lua-resty-jit-uuid = 0.0.7", - "lua-resty-session = 4.1.5-1", + "lua-resty-session >= 4.1.5", } build = { diff --git a/rockspec/lua-resty-saml-main-0-0.rockspec b/rockspec/lua-resty-saml-main-0-0.rockspec index af8926f..1963b3c 100644 --- a/rockspec/lua-resty-saml-main-0-0.rockspec +++ b/rockspec/lua-resty-saml-main-0-0.rockspec @@ -14,7 +14,7 @@ description = { dependencies = { "api7-lua-resty-http = 0.2.0", "lua-resty-jit-uuid = 0.0.7", - "lua-resty-session = 4.1.5-1", + "lua-resty-session >= 4.1.5", } build = {