Merged with the 1.26 branch.
This commit is contained in:
1
.hgtags
1
.hgtags
@@ -33,3 +33,4 @@ f804aaf7eee10a7d8116820840d6312dd4914a41 1.21.0
|
|||||||
847c88d10f26765b45149c14f88c2274adfc3f42 1.24.0
|
847c88d10f26765b45149c14f88c2274adfc3f42 1.24.0
|
||||||
54ffe5ce4fb3c4304faf6d342d9b17dee2c745ac 1.25.0
|
54ffe5ce4fb3c4304faf6d342d9b17dee2c745ac 1.25.0
|
||||||
2be7b623fbfafdb470d832a28abb1cd55c76e04f 1.26.0
|
2be7b623fbfafdb470d832a28abb1cd55c76e04f 1.26.0
|
||||||
|
1a08f884b24effa8b843d6aeeaf016b6354d1256 1.26.1
|
||||||
|
|||||||
18
CHANGES
18
CHANGES
@@ -1,4 +1,22 @@
|
|||||||
|
|
||||||
|
Changes with Unit 1.26.1 02 Dec 2021
|
||||||
|
|
||||||
|
*) Bugfix: occasionally, the Unit daemon was unable to fully terminate;
|
||||||
|
the bug had appeared in 1.26.0.
|
||||||
|
|
||||||
|
*) Bugfix: a prototype process could crash on an application process
|
||||||
|
exit; the bug had appeared in 1.26.0.
|
||||||
|
|
||||||
|
*) Bugfix: the router process crashed on reconfiguration if "access_log"
|
||||||
|
was configured without listeners.
|
||||||
|
|
||||||
|
*) Bugfix: a segmentation fault occurred in the PHP module if chdir() or
|
||||||
|
fastcgi_finish_request() was called in the OPcache preloading script.
|
||||||
|
|
||||||
|
*) Bugfix: fatal errors on DragonFly BSD; the bug had appeared in
|
||||||
|
1.26.0.
|
||||||
|
|
||||||
|
|
||||||
Changes with Unit 1.26.0 18 Nov 2021
|
Changes with Unit 1.26.0 18 Nov 2021
|
||||||
|
|
||||||
*) Change: the "share" option now specifies the entire path to the files
|
*) Change: the "share" option now specifies the entire path to the files
|
||||||
|
|||||||
@@ -31,13 +31,35 @@ NGINX Unit updated to 1.27.0.
|
|||||||
date="" time=""
|
date="" time=""
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change type="bugfix">
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
|
<changes apply="unit-php
|
||||||
|
unit-python unit-python2.7
|
||||||
|
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
|
||||||
|
unit-python3.8 unit-python3.9 unit-python3.10
|
||||||
|
unit-go
|
||||||
|
unit-perl
|
||||||
|
unit-ruby
|
||||||
|
unit-jsc-common unit-jsc8 unit-jsc10 unit-jsc11 unit-jsc13
|
||||||
|
unit-jsc14 unit-jsc15 unit-jsc16 unit-jsc17 unit-jsc18"
|
||||||
|
ver="1.26.1" rev="1"
|
||||||
|
date="2021-12-02" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
|
<change>
|
||||||
<para>
|
<para>
|
||||||
the router process crashed on reconfiguration if "access_log" was configured
|
NGINX Unit updated to 1.26.1.
|
||||||
without listeners.
|
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
|
<changes apply="unit" ver="1.26.1" rev="1"
|
||||||
|
date="2021-12-02" time="18:00:00 +0300"
|
||||||
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
occasionally, the Unit daemon was unable to fully terminate; the bug had
|
occasionally, the Unit daemon was unable to fully terminate; the bug had
|
||||||
@@ -47,15 +69,22 @@ appeared in 1.26.0.
|
|||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
a segmentation fault occurred in the PHP module if chdir() or
|
a prototype process could crash on an application process exit; the bug had
|
||||||
fastcgi_finish_request() was called in the OPcache preloading script.
|
appeared in 1.26.0.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
<change type="bugfix">
|
<change type="bugfix">
|
||||||
<para>
|
<para>
|
||||||
a prototype process could crash on an application process exit; the bug had
|
the router process crashed on reconfiguration if "access_log" was configured
|
||||||
appeared in 1.26.0.
|
without listeners.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para>
|
||||||
|
a segmentation fault occurred in the PHP module if chdir() or
|
||||||
|
fastcgi_finish_request() was called in the OPcache preloading script.
|
||||||
</para>
|
</para>
|
||||||
</change>
|
</change>
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ RUN set -ex \
|
|||||||
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
&& mkdir -p /usr/lib/unit/modules /usr/lib/unit/debug-modules \
|
||||||
&& hg clone https://hg.nginx.org/unit \
|
&& hg clone https://hg.nginx.org/unit \
|
||||||
&& cd unit \
|
&& cd unit \
|
||||||
&& hg up 1.26.0 \
|
&& hg up 1.26.1 \
|
||||||
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
&& NCPU="$(getconf _NPROCESSORS_ONLN)" \
|
||||||
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
&& DEB_HOST_MULTIARCH="$(dpkg-architecture -q DEB_HOST_MULTIARCH)" \
|
||||||
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
&& CC_OPT="$(DEB_BUILD_MAINT_OPTIONS="hardening=+all,-pie" DEB_CFLAGS_MAINT_APPEND="-Wp,-D_FORTIFY_SOURCE=2 -fPIC" dpkg-buildflags --get CFLAGS)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user