File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ 08/08/2025
2+ - release 4.1.0
3+
1409/16/2024
25- add JWT handler wih optional JQ filtering in liboauth2-sts 4.1.0dev
36- depend on liboauth2 >= 2.1.0
Original file line number Diff line number Diff line change 1- AC_INIT ( [ ngx_sts_module] ,[ 4.1.0dev ] ,[ hans.zandbelt@openidc.com] )
1+ AC_INIT ( [ ngx_sts_module] ,[ 4.1.0 ] ,[ hans.zandbelt@openidc.com] )
22
33AM_INIT_AUTOMAKE ( [ foreign no-define subdir-objects] )
44AC_CONFIG_MACRO_DIRS([ m4] )
@@ -13,7 +13,7 @@ if test x"$have_nginx" = "xyes" ; then
1313 if test ! -d "$withval"; then
1414 AC_MSG_ERROR ( [ Could not find NGINX. Please specify the path to the NGINX sources using the --with-nginx=/full/path/to/nginx-<version> option.] )
1515 else
16- NGINX_CFLAGS="-I$withval/src/core -I$withval/src/event -I$withval/src/event/modules -I$withval/src/os/unix -I$withval/objs -I$withval/src/http -I$withval/src/http/v2 -I$withval/src/http/modules"
16+ NGINX_CFLAGS="-I$withval/src/core -I$withval/src/event -I$withval/src/event/modules -I$withval/src/event/quic -I$withval/src/ os/unix -I$withval/objs -I$withval/src/http -I$withval/src/http/v2 -I$withval/src/http/v3 -I$withval/src/http/modules"
1717 NGINX_LIBS=
1818 CPPFLAGS_SAVE="$CPPFLAGS"
1919 CPPFLAGS="$NGINX_CFLAGS $CPPFLAGS"
You can’t perform that action at this time.
0 commit comments