-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- if > 500 (504 = gateway timeout) - bump liboauth2 dependency to 1.1.1 - version 3.0.1 Signed-off-by: Hans Zandbelt <[email protected]>
- Loading branch information
Showing
6 changed files
with
314 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
07/03/2019 | ||
- return status code from STS call: if > 500 (504 = gateway timeout) | ||
- bump liboauth2 dependency to 1.1.1 | ||
- version 3.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT([ngx_sts_module],[3.0.0],[[email protected]]) | ||
AC_INIT([ngx_sts_module],[3.0.1],[[email protected]]) | ||
|
||
AM_INIT_AUTOMAKE([foreign no-define subdir-objects]) | ||
AC_CONFIG_MACRO_DIRS([m4]) | ||
|
@@ -25,11 +25,11 @@ AM_CONDITIONAL(HAVE_NGINX, [test x"$have_nginx" = "xyes"]) | |
AC_SUBST(NGINX_CFLAGS) | ||
AC_SUBST(NGINX_LIBS) | ||
|
||
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.0.0]) | ||
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.1.1]) | ||
AC_SUBST(OAUTH2_CFLAGS) | ||
AC_SUBST(OAUTH2_LIBS) | ||
|
||
PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.0.0]) | ||
PKG_CHECK_MODULES(OAUTH2_NGINX, [liboauth2_nginx >= 1.1.1]) | ||
AC_SUBST(OAUTH2_NGINX_CFLAGS) | ||
AC_SUBST(OAUTH2_NGINX_LIBS) | ||
|
||
|
Submodule liboauth2-sts
updated
from 831c4a to a68a77
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters