Updated nginx to 1.19.4
diff --git a/alpine/Makefile b/alpine/Makefile index db55ec6..0b39bba 100644 --- a/alpine/Makefile +++ b/alpine/Makefile
@@ -1,6 +1,6 @@ SHELL= /bin/bash -BASE_VERSION= 1.19.3 +BASE_VERSION= 1.19.4 BASE_RELEASE= 1 PLUS_VERSION= 22 PLUS_RELEASE= ${BASE_RELEASE}
diff --git a/debian/Makefile b/debian/Makefile index 2e26fd1..bf6466b 100644 --- a/debian/Makefile +++ b/debian/Makefile
@@ -1,6 +1,6 @@ SHELL= /bin/bash -BASE_VERSION= 1.19.3 +BASE_VERSION= 1.19.4 BASE_RELEASE= 1 PLUS_VERSION= 22 BASE_SRC= nginx-$(BASE_VERSION).tar.gz
diff --git a/docs/nginx-module-geoip.xml b/docs/nginx-module-geoip.xml index d06485e..31cc4b3 100644 --- a/docs/nginx-module-geoip.xml +++ b/docs/nginx-module-geoip.xml
@@ -5,6 +5,18 @@ <change_log title="nginx_module_geoip"> +<changes apply="nginx-module-geoip" ver="1.19.4" rev="1" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +base version updated to 1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx-module-geoip" ver="1.19.3" rev="1" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/docs/nginx-module-image-filter.xml b/docs/nginx-module-image-filter.xml index ceec363..07a705b 100644 --- a/docs/nginx-module-image-filter.xml +++ b/docs/nginx-module-image-filter.xml
@@ -5,6 +5,18 @@ <change_log title="nginx_module_image_filter"> +<changes apply="nginx-module-image-filter" ver="1.19.4" rev="1" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +base version updated to 1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx-module-image-filter" ver="1.19.3" rev="1" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/docs/nginx-module-njs.xml b/docs/nginx-module-njs.xml index d329557..5ee74af 100644 --- a/docs/nginx-module-njs.xml +++ b/docs/nginx-module-njs.xml
@@ -5,6 +5,18 @@ <change_log title="nginx_module_njs"> +<changes apply="nginx-module-njs" ver="0.4.4" rev="1" basever="1.19.4" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +base version updated to 1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx-module-njs" ver="0.4.4" rev="1" basever="1.19.3" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/docs/nginx-module-perl.xml b/docs/nginx-module-perl.xml index 7c63a96..8911857 100644 --- a/docs/nginx-module-perl.xml +++ b/docs/nginx-module-perl.xml
@@ -5,6 +5,18 @@ <change_log title="nginx_module_perl"> +<changes apply="nginx-module-perl" ver="1.19.4" rev="1" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +base version updated to 1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx-module-perl" ver="1.19.3" rev="1" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/docs/nginx-module-xslt.xml b/docs/nginx-module-xslt.xml index f6f88f6..2082563 100644 --- a/docs/nginx-module-xslt.xml +++ b/docs/nginx-module-xslt.xml
@@ -5,6 +5,18 @@ <change_log title="nginx_module_xslt"> +<changes apply="nginx-module-xslt" ver="1.19.4" rev="1" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +base version updated to 1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx-module-xslt" ver="1.19.3" rev="1" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/docs/nginx.xml b/docs/nginx.xml index 055f1af..2350ac2 100644 --- a/docs/nginx.xml +++ b/docs/nginx.xml
@@ -5,6 +5,18 @@ <change_log title="nginx"> +<changes apply="nginx" ver="1.19.4" rev="1" + date="2020-10-27" time="18:25:30 +0300" + packager="Andrei Belov <defan@nginx.com>"> +<change> +<para> +1.19.4-1 +</para> +</change> + +</changes> + + <changes apply="nginx" ver="1.19.3" rev="1" date="2020-09-29" time="17:12:31 +0300" packager="Konstantin Pavlov <thresh@nginx.com>">
diff --git a/rpm/SPECS/Makefile b/rpm/SPECS/Makefile index d4dfd09..f673800 100644 --- a/rpm/SPECS/Makefile +++ b/rpm/SPECS/Makefile
@@ -1,6 +1,6 @@ SHELL= /bin/bash -BASE_VERSION= 1.19.3 +BASE_VERSION= 1.19.4 BASE_RELEASE= 1 PLUS_VERSION= 22 BASE_SRC= nginx-$(BASE_VERSION).tar.gz