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 "OAuth2Verify jwk <key>"
see #23

Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
  • Loading branch information
zandbelt committed Jul 27, 2022
1 parent f488f64 commit cc73e27
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 "OAuth2Verify jwk <key>"
- release 3.2.3

07/01/2021
- change configure.ac to find Apache flags correctly

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([mod_oauth2],[3.2.2],[hans.zandbelt@zmartzone.eu])
AC_INIT([mod_oauth2],[3.2.3],[hans.zandbelt@zmartzone.eu])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
AC_CONFIG_MACRO_DIRS([m4])
Expand Down Expand Up @@ -27,11 +27,11 @@ AC_SUBST(APR_LIBS)
AC_SUBST(APACHE_CFLAGS)
AC_ARG_VAR(APXS_OPTS, [additional command line options to pass to apxs])

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_APACHE, [liboauth2_apache >= 1.4.2.1])
PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 1.4.5])
AC_SUBST(OAUTH2_APACHE_CFLAGS)
AC_SUBST(OAUTH2_APACHE_LIBS)

Expand Down

0 comments on commit cc73e27

Please sign in to comment.