Skip to content

Commit b302ccb

Browse files
committed
update to 4.2.0 depending on liboauth2.so.1 >= 2.2.1
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
1 parent b2e7eb5 commit b302ccb

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
05/23/2026
2+
- depend on liboauth2 >= 2.2.1 with updated so.1 link
3+
- release 4.2.0
4+
15
08/08/2025
26
- release 4.1.0
37

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([mod_sts],[4.1.0],[hans.zandbelt@openidc.com])
1+
AC_INIT([mod_sts],[4.2.0],[hans.zandbelt@openidc.com])
22

33
AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
44
AC_CONFIG_MACRO_DIRS([m4])
@@ -27,11 +27,11 @@ AC_SUBST(APR_LIBS)
2727
AC_SUBST(APACHE_CFLAGS)
2828
AC_ARG_VAR(APXS_OPTS, [additional command line options to pass to apxs])
2929

30-
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 2.1.0])
30+
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 2.2.1])
3131
AC_SUBST(OAUTH2_CFLAGS)
3232
AC_SUBST(OAUTH2_LIBS)
3333

34-
PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 2.1.0])
34+
PKG_CHECK_MODULES(OAUTH2_APACHE, [liboauth2_apache >= 2.2.1])
3535
AC_SUBST(OAUTH2_APACHE_CFLAGS)
3636
AC_SUBST(OAUTH2_APACHE_LIBS)
3737

0 commit comments

Comments
 (0)