Skip to content

Commit 20b440b

Browse files
committed
release 3.2.1: depend on liboauth 1.4.2 so it works on SPARC64
see OpenIDC/ngx_oauth2_module#2 Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 1d88628 commit 20b440b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
06/07/2021
2+
- depend on liboauth 1.4.2 so it works on SPARC64; see https://github.com/zmartzone/ngx_oauth2_module/issues/2
3+
- release 3.2.1
4+
15
06/03/2021
26
- use ngx_pcalloc instead of ngx_pnalloc to align memory access
37

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ngx_openidc_module],[3.2.0],[[email protected]])
1+
AC_INIT([ngx_openidc_module],[3.2.1],[[email protected]])
22

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

28-
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.4.0])
28+
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.4.2])
2929
AC_SUBST(OAUTH2_CFLAGS)
3030
AC_SUBST(OAUTH2_LIBS)
3131

32-
PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.4.0])
32+
PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.4.2])
3333
AC_SUBST(OAUTH2_NGINX_CFLAGS)
3434
AC_SUBST(OAUTH2_NGINX_LIBS)
3535

0 commit comments

Comments
 (0)