Skip to content

Commit eca5cdb

Browse files
committed
release 3.5.0: depend on liboauth >= 1.6.2
compile with NGINX >= 1.26.0 Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 89d00bd commit eca5cdb

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

.cproject

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</extensions>
1919
</storageModule>
2020
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
21-
<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.linuxtools.cdt.autotools.core.buildArtefactType.autotools" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.linuxtools.cdt.autotools.core.buildArtefactType.autotools,org.eclipse.cdt.build.core.buildType=org.eclipse.linuxtools.cdt.autotools.core.buildType.default" cleanCommand="rm -rf" description="" errorParsers="org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719" name="Build (GNU)" optionalBuildProperties="org.eclipse.cdt.docker.launcher.containerbuild.property.selectedvolumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.volumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.connection=unix:///var/run/docker.sock" parent="org.eclipse.linuxtools.cdt.autotools.core.configuration.build">
21+
<configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.linuxtools.cdt.autotools.core.buildArtefactType.autotools" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.linuxtools.cdt.autotools.core.buildArtefactType.autotools,org.eclipse.cdt.build.core.buildType=org.eclipse.linuxtools.cdt.autotools.core.buildType.default" cleanCommand="rm -rf" description="" errorParsers="org.eclipse.cdt.core.CWDLocator;org.eclipse.cdt.core.GmakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser" id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719" name="Build (GNU)" optionalBuildProperties="org.eclipse.cdt.docker.launcher.containerbuild.property.volumes=,org.eclipse.cdt.docker.launcher.containerbuild.property.connection=unix:///var/run/docker.sock,org.eclipse.cdt.docker.launcher.containerbuild.property.selectedvolumes=" parent="org.eclipse.linuxtools.cdt.autotools.core.configuration.build">
2222
<folderInfo id="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719." name="/" resourcePath="">
2323
<toolChain id="org.eclipse.linuxtools.cdt.autotools.core.toolChain.617277945" name="GNU Autotools Toolchain" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolChain">
2424
<targetPlatform id="org.eclipse.linuxtools.cdt.autotools.core.toolchain.targetPlatform.359991688" isAbstract="false" name="GNU Autotools Target Platform" superClass="org.eclipse.linuxtools.cdt.autotools.core.toolchain.targetPlatform"/>
@@ -115,6 +115,21 @@
115115
<pathentry kind="out" path=""/>
116116
<pathentry kind="src" path="include"/>
117117
</storageModule>
118+
<storageModule moduleId="scannerConfiguration">
119+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
120+
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.548331172;cdt.managedbuild.tool.gnu.c.compiler.input.1754841162">
121+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
122+
</scannerConfigBuildInfo>
123+
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gpp.1890200658;cdt.managedbuild.tool.gnu.cpp.compiler.input.1378665586">
124+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
125+
</scannerConfigBuildInfo>
126+
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gpp.debug.1365041530;cdt.managedbuild.tool.gnu.cpp.compiler.input.1683804805">
127+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
128+
</scannerConfigBuildInfo>
129+
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.debug.397973033;cdt.managedbuild.tool.gnu.c.compiler.input.814681391">
130+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
131+
</scannerConfigBuildInfo>
132+
</storageModule>
118133
<storageModule moduleId="org.eclipse.cdt.make.core.buildtargets">
119134
<buildTargets>
120135
<target name="all" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
@@ -123,38 +138,24 @@
123138
<buildTarget>all</buildTarget>
124139
<stopOnError>true</stopOnError>
125140
<useDefaultCommand>true</useDefaultCommand>
126-
<runAllBuilders>true</runAllBuilders>
141+
<runAllBuilders>false</runAllBuilders>
127142
</target>
128143
<target name="clean" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
129144
<buildCommand>make</buildCommand>
130145
<buildArguments/>
131146
<buildTarget>clean</buildTarget>
132147
<stopOnError>true</stopOnError>
133148
<useDefaultCommand>true</useDefaultCommand>
134-
<runAllBuilders>true</runAllBuilders>
149+
<runAllBuilders>false</runAllBuilders>
135150
</target>
136151
<target name="clang-format" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
137152
<buildCommand>make</buildCommand>
153+
<buildArguments/>
138154
<buildTarget>clang-format</buildTarget>
139155
<stopOnError>true</stopOnError>
140156
<useDefaultCommand>true</useDefaultCommand>
141-
<runAllBuilders>true</runAllBuilders>
157+
<runAllBuilders>false</runAllBuilders>
142158
</target>
143159
</buildTargets>
144160
</storageModule>
145-
<storageModule moduleId="scannerConfiguration">
146-
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
147-
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.548331172;cdt.managedbuild.tool.gnu.c.compiler.input.1754841162">
148-
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
149-
</scannerConfigBuildInfo>
150-
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.1562680719.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gpp.1890200658;cdt.managedbuild.tool.gnu.cpp.compiler.input.1378665586">
151-
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
152-
</scannerConfigBuildInfo>
153-
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gpp.debug.1365041530;cdt.managedbuild.tool.gnu.cpp.compiler.input.1683804805">
154-
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
155-
</scannerConfigBuildInfo>
156-
<scannerConfigBuildInfo instanceId="org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597;org.eclipse.linuxtools.cdt.autotools.core.configuration.build.debug.1551656597.;org.eclipse.linuxtools.cdt.autotools.core.toolchain.tool.gcc.debug.397973033;cdt.managedbuild.tool.gnu.c.compiler.input.814681391">
157-
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId=""/>
158-
</scannerConfigBuildInfo>
159-
</storageModule>
160161
</cproject>

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
06/05/2024
2+
- depend on liboauth2 >= 1.6.2
3+
- release 3.5.0
4+
15
06/02/2024
26
- don't include standard headers before NGINX headers; closes #2 ; thanks @anpin
37
avoid compilation error with NGINX 1.26.0: field 'pkt6' has incomplete type

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([ngx_sts_module],[3.4.0],[[email protected]])
1+
AC_INIT([ngx_sts_module],[3.5.0],[[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.6.0])
28+
PKG_CHECK_MODULES(OAUTH2, [liboauth2 >= 1.6.2])
2929
AC_SUBST(OAUTH2_CFLAGS)
3030
AC_SUBST(OAUTH2_LIBS)
3131

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

0 commit comments

Comments
 (0)