Skip to content

Commit

Permalink
Updated nginx to 1.27.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Oct 2, 2024
1 parent d36a585 commit 69b8537
Show file tree
Hide file tree
Showing 34 changed files with 254 additions and 13 deletions.
2 changes: 1 addition & 1 deletion alpine/Makefile.module-geoip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= geoip
MODULE_SUMMARY_geoip= GeoIP dynamic modules

MODULE_VERSION_geoip= $(TARGET_VERSION)
MODULE_RELEASE_geoip= 2
MODULE_RELEASE_geoip= 1

MODULE_CONFARGS_geoip= --with-http_geoip_module=dynamic \
--with-stream_geoip_module=dynamic
Expand Down
2 changes: 1 addition & 1 deletion alpine/Makefile.module-image-filter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= image-filter
MODULE_SUMMARY_image_filter= image filter dynamic module

MODULE_VERSION_image_filter= $(TARGET_VERSION)
MODULE_RELEASE_image_filter= 2
MODULE_RELEASE_image_filter= 1

MODULE_CONFARGS_image_filter= --with-http_image_filter_module=dynamic

Expand Down
2 changes: 1 addition & 1 deletion alpine/Makefile.module-perl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= perl
MODULE_SUMMARY_perl= Perl dynamic module

MODULE_VERSION_perl= $(TARGET_VERSION)
MODULE_RELEASE_perl= 2
MODULE_RELEASE_perl= 1

MODULE_CONFARGS_perl= --with-http_perl_module=dynamic

Expand Down
2 changes: 1 addition & 1 deletion alpine/Makefile.module-xslt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= xslt
MODULE_SUMMARY_xslt= xslt dynamic module

MODULE_VERSION_xslt= $(TARGET_VERSION)
MODULE_RELEASE_xslt= 2
MODULE_RELEASE_xslt= 1

MODULE_CONFARGS_xslt= --with-http_xslt_module=dynamic

Expand Down
1 change: 1 addition & 0 deletions contrib/src/nginx/SHA512SUMS
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ da5f473ac213f8947f40f0a69820bf981157432fe9d29cf71fe30225dadd05f5814309034f0411ea
4a069ec08af46e42a72e263291fc84a67605d817ece1ea7092a5da5babced96ef27eb370ad6f7558b2f5973406080240080aaf4b27fc2d8b41f6853601563cb7 nginx-1.25.5.tar.gz
251bfe65c717a8027ef05caae2ab2ea73b9b544577f539a1d419fe6adf0bcc846b73b58f54ea3f102df79aaf340e4fa56793ddadea3cd61bcbbe2364ef94bacb nginx-1.27.0.tar.gz
9bbdfcd7b9524f48e96b2ce6cc74bab20242885f208d1ad4117336a24642f3355d1c379e6041a4c341e31fb15faea39fc4410b6523164e3179594bbfb5fc35f5 nginx-1.27.1.tar.gz
5e2e0ccba596c5fa67571095e7c9b34e0a8a44f12d72c5cc714360926a192a09810e08f653b16112b5a3223e8cddc5a61f9f8dba026fb0854ec7a0d440666cf2 nginx-1.27.2.tar.gz
2 changes: 1 addition & 1 deletion contrib/src/nginx/version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NGINX_VERSION := 1.27.1
NGINX_VERSION := 1.27.2
NGINX_PLUS_VERSION := 32
2 changes: 1 addition & 1 deletion debian/Makefile.module-geoip
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= geoip
MODULE_SUMMARY_geoip= GeoIP dynamic modules

MODULE_VERSION_geoip= $(TARGET_VERSION)
MODULE_RELEASE_geoip= 2
MODULE_RELEASE_geoip= 1

MODULE_CONFARGS_geoip= --with-http_geoip_module=dynamic \
--with-stream_geoip_module=dynamic
Expand Down
2 changes: 1 addition & 1 deletion debian/Makefile.module-image-filter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= image-filter
MODULE_SUMMARY_image_filter= image filter dynamic module

MODULE_VERSION_image_filter= $(TARGET_VERSION)
MODULE_RELEASE_image_filter= 2
MODULE_RELEASE_image_filter= 1

MODULE_CONFARGS_image_filter= --with-http_image_filter_module=dynamic

Expand Down
2 changes: 1 addition & 1 deletion debian/Makefile.module-perl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= perl
MODULE_SUMMARY_perl= Perl dynamic module

MODULE_VERSION_perl= $(TARGET_VERSION)
MODULE_RELEASE_perl= 2
MODULE_RELEASE_perl= 1

MODULE_CONFARGS_perl= --with-http_perl_module=dynamic

Expand Down
2 changes: 1 addition & 1 deletion debian/Makefile.module-xslt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MODULES+= xslt
MODULE_SUMMARY_xslt= xslt dynamic module

MODULE_VERSION_xslt= $(TARGET_VERSION)
MODULE_RELEASE_xslt= 2
MODULE_RELEASE_xslt= 1

MODULE_CONFARGS_xslt= --with-http_xslt_module=dynamic

Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-auth-spnego.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_auth_spnego">


<changes apply="nginx-module-auth-spnego" ver="1.1.1" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-auth-spnego" ver="1.1.1" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-brotli.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_brotli">


<changes apply="nginx-module-brotli" ver="1.0.0" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-brotli" ver="1.0.0" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-encrypted-session.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_encrypted_session">


<changes apply="nginx-module-encrypted-session" ver="0.09" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-encrypted-session" ver="0.09" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-fips-check.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_fips_check">


<changes apply="nginx-module-fips-check" ver="0.1" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-fips-check" ver="0.1" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-geoip.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_geoip">


<changes apply="nginx-module-geoip" ver="1.27.2" rev="1"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-geoip" ver="1.27.1" rev="1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-geoip2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_geoip2">


<changes apply="nginx-module-geoip2" ver="3.4" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-geoip2" ver="3.4" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-headers-more.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_headers_more">


<changes apply="nginx-module-headers-more" ver="0.35" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-headers-more" ver="0.35" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-image-filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_image_filter">


<changes apply="nginx-module-image-filter" ver="1.27.2" rev="1"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-image-filter" ver="1.27.1" rev="1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-lua.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_lua">


<changes apply="nginx-module-lua" ver="0.10.26" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-lua" ver="0.10.26" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-ndk.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_ndk">


<changes apply="nginx-module-ndk" ver="0.3.3" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-ndk" ver="0.3.3" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-njs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_njs">


<changes apply="nginx-module-njs" ver="0.8.6" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-njs" ver="0.8.6" rev="1" basever="1.27.1"
date="2024-10-01" time="16:39:11 -0700"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-opentracing.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_opentracing">


<changes apply="nginx-module-opentracing" ver="0.33.0" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-opentracing" ver="0.33.0" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-otel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
<change_log title="nginx_module_otel">


<changes apply="nginx-module-otel" ver="0.1.0" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-otel" ver="0.1.0" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-passenger.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_passenger">


<changes apply="nginx-module-passenger" ver="6.0.20" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-passenger" ver="6.0.20" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-perl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_perl">


<changes apply="nginx-module-perl" ver="1.27.2" rev="1"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-perl" ver="1.27.1" rev="1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
12 changes: 12 additions & 0 deletions docs/nginx-module-rtmp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
<change_log title="nginx_module_rtmp">


<changes apply="nginx-module-rtmp" ver="1.2.2" rev="1" basever="1.27.2"
date="2024-10-02" time="16:59:46 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
<change>
<para>
base version updated to 1.27.2-1
</para>
</change>

</changes>


<changes apply="nginx-module-rtmp" ver="1.2.2" rev="1" basever="1.27.1"
date="2024-08-14" time="06:17:37 +0100"
packager="Nginx Packaging &lt;[email protected]&gt;">
Expand Down
Loading

0 comments on commit 69b8537

Please sign in to comment.