Skip to content

Commit

Permalink
release 3.2.3: depend on liboauth2 1.4.5
Browse files Browse the repository at this point in the history
with multi-treading fix for "OAuth2TokenVerify jwk <key>"

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jul 27, 2022
1 parent 0c54db8 commit b683b25
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
07/27/2022
- depend on liboauth2 1.4.5 with multi-treading fix for "OAuth2TokenVerify jwk <key>"
- release 3.2.3

06/07/2021
- depend on liboauth2 1.4.2.1 with fixed iat slack validation defaults
- release 3.2.1
Expand Down
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([ngx_oauth2_module],[3.2.1],[[email protected]])
AC_INIT([ngx_oauth2_module],[3.2.3],[[email protected]])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
AC_CONFIG_MACRO_DIRS([m4])
Expand All @@ -25,11 +25,11 @@ AM_CONDITIONAL(HAVE_NGINX, [test x"$have_nginx" = "xyes"])
AC_SUBST(NGINX_CFLAGS)
AC_SUBST(NGINX_LIBS)

PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.4.2.1])
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.4.5])
AC_SUBST(OAUTH2_CFLAGS)
AC_SUBST(OAUTH2_LIBS)

PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.4.2.1])
PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.4.5])
AC_SUBST(OAUTH2_NGINX_CFLAGS)
AC_SUBST(OAUTH2_NGINX_LIBS)

Expand Down

0 comments on commit b683b25

Please sign in to comment.