diff options
author | Valentin Bartenev <vbart@nginx.com> | 2019-02-11 15:42:16 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2019-02-11 15:42:16 +0300 |
commit | 0f008918b347277f7fa6989c4f7c6e9d6501692c (patch) | |
tree | 4f84469287a65519bde33ea3c0243a316a884563 | |
parent | a2cbe890a19ca2341de5b54ffe9c9f5924cf10ec (diff) | |
parent | fc2af29bd3ae229c8830d0e73661b4ad490a07e0 (diff) | |
download | unit-0f008918b347277f7fa6989c4f7c6e9d6501692c.tar.gz unit-0f008918b347277f7fa6989c4f7c6e9d6501692c.tar.bz2 |
Merged with the 1.7 branch.
-rw-r--r-- | .hgtags | 1 | ||||
-rw-r--r-- | CHANGES | 11 | ||||
-rw-r--r-- | docs/changes.xml | 41 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.full | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.go1.7-dev | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.go1.8-dev | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.minimal | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.perl5.24 | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.php7.0 | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.python2.7 | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.python3.5 | 2 | ||||
-rw-r--r-- | pkg/docker/Dockerfile.ruby2.3 | 2 |
12 files changed, 62 insertions, 9 deletions
@@ -13,3 +13,4 @@ b3cf22b8a17e0e35ca80decb03ed2cceb662c3de 1.3 b3dee0cc5a4edd046345511769b5cfec49044f1c 1.5 d411e7fdee9e03036adb652f8d9f4c45a420bdd5 1.6 784b45adb0fe8bdd707510f59ed18309087e5c21 1.7 +0f04ef991fbc1dadbc590ab7fb229d4f3d6357bc 1.7.1 @@ -1,4 +1,15 @@ +Changes with Unit 1.7.1 07 Feb 2019 + + *) Security: a heap memory buffer overflow might have been caused in the + router process by a specially crafted request, potentially resulting + in a segmentation fault or other unspecified behavior + (CVE-2019-7401). + + *) Bugfix: install of Go module failed without prior building of Unit + daemon; the bug had appeared in 1.7. + + Changes with Unit 1.7 20 Dec 2018 *) Change: now rpath is set in Ruby module only if the library was not diff --git a/docs/changes.xml b/docs/changes.xml index 6a1f8a9b..ea4298ba 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -5,6 +5,47 @@ <change_log title="unit"> +<changes apply="unit-php + unit-python unit-python2.7 + unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7 + unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 + unit-perl + unit-ruby" + ver="1.7.1" rev="1" + date="2019-02-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change> +<para> +NGINX Unit updated to 1.7.1. +</para> +</change> + +</changes> + + +<changes apply="unit" ver="1.7.1" rev="1" + date="2019-02-07" time="18:00:00 +0300" + packager="Andrei Belov <defan@nginx.com>"> + +<change type="security"> +<para> +a heap memory buffer overflow might have been caused in the router process by +a specially crafted request, potentially resulting in a segmentation fault or +other unspecified behavior (CVE-2019-7401). +</para> +</change> + +<change type="bugfix"> +<para> +install of Go module failed without prior building of Unit daemon; +the bug had appeared in 1.7. +</para> +</change> + +</changes> + + <changes apply="unit-python3.7" ver="1.7" rev="1" date="2018-12-25" time="10:30:00 +0300" packager="Andrei Belov <defan@nginx.com>"> diff --git a/pkg/docker/Dockerfile.full b/pkg/docker/Dockerfile.full index c513bb1e..99b18fc1 100644 --- a/pkg/docker/Dockerfile.full +++ b/pkg/docker/Dockerfile.full @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.go1.7-dev b/pkg/docker/Dockerfile.go1.7-dev index 7c8b2af2..eb75e7b0 100644 --- a/pkg/docker/Dockerfile.go1.7-dev +++ b/pkg/docker/Dockerfile.go1.7-dev @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.go1.8-dev b/pkg/docker/Dockerfile.go1.8-dev index aecdeb41..c60853ac 100644 --- a/pkg/docker/Dockerfile.go1.8-dev +++ b/pkg/docker/Dockerfile.go1.8-dev @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.minimal b/pkg/docker/Dockerfile.minimal index 0c42a942..f944da7f 100644 --- a/pkg/docker/Dockerfile.minimal +++ b/pkg/docker/Dockerfile.minimal @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.perl5.24 b/pkg/docker/Dockerfile.perl5.24 index a7c8c9dc..ee3ba4bf 100644 --- a/pkg/docker/Dockerfile.perl5.24 +++ b/pkg/docker/Dockerfile.perl5.24 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.php7.0 b/pkg/docker/Dockerfile.php7.0 index 48aa472a..4468dafd 100644 --- a/pkg/docker/Dockerfile.php7.0 +++ b/pkg/docker/Dockerfile.php7.0 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.python2.7 b/pkg/docker/Dockerfile.python2.7 index fdd0bc7a..dec5d3cf 100644 --- a/pkg/docker/Dockerfile.python2.7 +++ b/pkg/docker/Dockerfile.python2.7 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.python3.5 b/pkg/docker/Dockerfile.python3.5 index da6f825a..0d93fb07 100644 --- a/pkg/docker/Dockerfile.python3.5 +++ b/pkg/docker/Dockerfile.python3.5 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ diff --git a/pkg/docker/Dockerfile.ruby2.3 b/pkg/docker/Dockerfile.ruby2.3 index 0672a8c1..ff9474cc 100644 --- a/pkg/docker/Dockerfile.ruby2.3 +++ b/pkg/docker/Dockerfile.ruby2.3 @@ -2,7 +2,7 @@ FROM debian:stretch-slim LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>" -ENV UNIT_VERSION 1.7-1~stretch +ENV UNIT_VERSION 1.7.1-1~stretch RUN set -x \ && apt-get update \ |