Skip to content

Commit

Permalink
release 3.4.0: depend on liboauth2 >= 1.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 5, 2024
1 parent f1dba0c commit 855d780
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@
/test-suite.log
/.cproject
/.project
/install-sh~
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
06/05/2024
- depend on liboauth2 >= 1.6.2
- release 3.4.0

12/06/2022
- change Makefile install procedure
- depend on liboauth 1.4.5.2
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_auth_openidc],[3.3.0],[[email protected]])
AC_INIT([mod_auth_openidc],[3.4.0],[[email protected]])

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.5.2])
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.6.2])
AC_SUBST(OAUTH2_CFLAGS)
AC_SUBST(OAUTH2_LIBS)

PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 1.4.5.2])
PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 1.6.2])
AC_SUBST(OAUTH2_APACHE_CFLAGS)
AC_SUBST(OAUTH2_APACHE_LIBS)

Expand Down

0 comments on commit 855d780

Please sign in to comment.