From ead0beb6e48da37adead8feab0539e69eb8a6f03 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Tue, 7 Mar 2023 11:25:40 +0100 Subject: [PATCH] release 1.5.0 Signed-off-by: Hans Zandbelt --- ChangeLog | 3 +++ configure.ac | 2 +- liboauth2.pc.in | 2 +- liboauth2_apache.pc.in | 2 +- liboauth2_nginx.pc.in | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c942957..f4f60b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +03/07/2023 +- release 1.5.0 + 03/03/2023 - add support for regular expressions in Require statements; see https://github.com/zmartzone/mod_oauth2/discussions/39 - depend on libpcre2 diff --git a/configure.ac b/configure.ac index 065d727..fe3c62b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([liboauth2],[1.5.0dev],[hans.zandbelt@openidc.com]) +AC_INIT([liboauth2],[1.5.0],[hans.zandbelt@openidc.com]) AM_INIT_AUTOMAKE([foreign no-define subdir-objects]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/liboauth2.pc.in b/liboauth2.pc.in index aee8f4d..0bd92cd 100644 --- a/liboauth2.pc.in +++ b/liboauth2.pc.in @@ -11,6 +11,6 @@ Name: liboauth2 URL: https://github.com/zmartzone/liboauth2 Description: OAuth 2.0 / OpenID Connect implementation for C Version: @VERSION@ -Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@ +Requires: cjose >= 0.5.1, jansson >= 2.3, libcurl, libpcre2-8, libssl, libcrypto >= 1.0.1@MEMCACHE_PC@@HIREDIS_PC@ Cflags: -I${includedir} Libs: -L${libdir} -loauth2 diff --git a/liboauth2_apache.pc.in b/liboauth2_apache.pc.in index f584543..5f55f59 100644 --- a/liboauth2_apache.pc.in +++ b/liboauth2_apache.pc.in @@ -11,6 +11,6 @@ Name: liboauth2_apache URL: https://github.com/zmartzone/liboauth2 Description: Apache C bindings for liboauth2 Version: @VERSION@ -Requires: liboauth2 >= 1.4.0, apr-1, apr-util-1 +Requires: liboauth2 >= 1.5.0, apr-1, apr-util-1 Cflags: -I${includedir} Libs: -L${libdir} -loauth2_apache diff --git a/liboauth2_nginx.pc.in b/liboauth2_nginx.pc.in index 7bf1196..d8fbf95 100644 --- a/liboauth2_nginx.pc.in +++ b/liboauth2_nginx.pc.in @@ -11,6 +11,6 @@ Name: liboauth2_nginx URL: https://github.com/zmartzone/liboauth2 Description: NGINX C bindings for liboauth2 Version: @VERSION@ -Requires: liboauth2 >= 1.4.0 +Requires: liboauth2 >= 1.5.0 Cflags: -I${includedir} Libs: -L${libdir} -loauth2_nginx