Merged with the 1.7 branch.
This commit is contained in:
1
.hgtags
1
.hgtags
@@ -13,3 +13,4 @@ b3cf22b8a17e0e35ca80decb03ed2cceb662c3de 1.3
|
|||||||
b3dee0cc5a4edd046345511769b5cfec49044f1c 1.5
|
b3dee0cc5a4edd046345511769b5cfec49044f1c 1.5
|
||||||
d411e7fdee9e03036adb652f8d9f4c45a420bdd5 1.6
|
d411e7fdee9e03036adb652f8d9f4c45a420bdd5 1.6
|
||||||
784b45adb0fe8bdd707510f59ed18309087e5c21 1.7
|
784b45adb0fe8bdd707510f59ed18309087e5c21 1.7
|
||||||
|
0f04ef991fbc1dadbc590ab7fb229d4f3d6357bc 1.7.1
|
||||||
|
|||||||
11
CHANGES
11
CHANGES
@@ -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
|
Changes with Unit 1.7 20 Dec 2018
|
||||||
|
|
||||||
*) Change: now rpath is set in Ruby module only if the library was not
|
*) Change: now rpath is set in Ruby module only if the library was not
|
||||||
|
|||||||
@@ -5,6 +5,47 @@
|
|||||||
<change_log title="unit">
|
<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"
|
<changes apply="unit-python3.7" ver="1.7" rev="1"
|
||||||
date="2018-12-25" time="10:30:00 +0300"
|
date="2018-12-25" time="10:30:00 +0300"
|
||||||
packager="Andrei Belov <defan@nginx.com>">
|
packager="Andrei Belov <defan@nginx.com>">
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ FROM debian:stretch-slim
|
|||||||
|
|
||||||
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
|
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 \
|
RUN set -x \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|||||||
Reference in New Issue
Block a user