Skip to content

Commit

Permalink
release 1.6.2
Browse files Browse the repository at this point in the history
for the NGINX >= 1.27.0 port detection/interface change

Signed-off-by: Hans Zandbelt <[email protected]>
  • Loading branch information
zandbelt committed Jun 5, 2024
1 parent 8de5f9c commit 87829cc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@
<tool id="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.548331172" name="GCC C Compiler" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc">
<option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.811285626" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath">
<listOptionValue builtIn="false" value="&quot;${ProjDirPath}/include&quot;"/>
<listOptionValue builtIn="false" value="/opt/local/include/apache2"/>
<listOptionValue builtIn="false" value="/opt/local/include"/>
<listOptionValue builtIn="false" value="/opt/local/include/apr-1"/>
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr/1.7.4/include/apr-1"/>
<listOptionValue builtIn="false" value="/opt/homebrew/Cellar/apr-util/1.6.3_1/include/apr-1"/>
<listOptionValue builtIn="false" value="/opt/homebrew/include"/>
<listOptionValue builtIn="false" value="/opt/homebrew/include/httpd"/>
<listOptionValue builtIn="false" value="/usr/local/include"/>
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx/src/core"/>
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx/src/http"/>
<listOptionValue builtIn="false" value="/Users/hzandbelt/projects/nginx/src/os/unix"/>
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
06/05/2024
- release 1.6.2

05/31/2024
- refactor NGINX port extraction so it works with NGINX >= 1.27.0; closes #49; thanks @anpin
- add PCRE2_CFLAGS to cache/server object linking
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([liboauth2],[1.6.2dev],[[email protected]])
AC_INIT([liboauth2],[1.6.2],[[email protected]])

AM_INIT_AUTOMAKE([foreign no-define subdir-objects])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion liboauth2_apache.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Name: liboauth2_apache
URL: https://github.com/OpenIDC/liboauth2
Description: Apache C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.6.1, apr-1, apr-util-1
Requires: liboauth2 >= 1.6.2, apr-1, apr-util-1
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_apache
2 changes: 1 addition & 1 deletion liboauth2_nginx.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Name: liboauth2_nginx
URL: https://github.com/OpenIDC/liboauth2
Description: NGINX C bindings for liboauth2
Version: @VERSION@
Requires: liboauth2 >= 1.6.1
Requires: liboauth2 >= 1.6.2
Cflags: -I${includedir}
Libs: -L${libdir} -loauth2_nginx

0 comments on commit 87829cc

Please sign in to comment.