Skip to content

Commit

Permalink
depend on liboauth2 1.1.1 with log encapsulation changes
Browse files Browse the repository at this point in the history
bump to 3.0.2

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jul 4, 2019
1 parent 5a1d28e commit d566243
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/04/2019
- depend on liboauth2 1.1.1 with log encapsulation changes
- bump to 3.0.2

05/20/2019
- add Apache Require claim authorization functions
- bump to 3.0.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([mod_oauth2],[3.0.1],[[email protected]])
AC_INIT([mod_oauth2],[3.0.2],[[email protected]])
AC_CONFIG_HEADERS([src/config.h])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
Expand Down Expand Up @@ -33,11 +33,11 @@ PKG_CHECK_MODULES(APR, [apr-1, apr-util-1])
AC_SUBST(APR_CFLAGS)
AC_SUBST(APR_LIBS)

PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.0.1])
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.1.1])
AC_SUBST(OAUTH2_CFLAGS)
AC_SUBST(OAUTH2_LIBS)

PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 1.0.1])
PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 1.1.1])
AC_SUBST(OAUTH2_APACHE_CFLAGS)
AC_SUBST(OAUTH2_APACHE_LIBS)

Expand Down

0 comments on commit d566243

Please sign in to comment.