summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRubenKelevra2016-10-06 16:30:13 +0200
committerRubenKelevra2016-10-06 16:30:13 +0200
commit3cff18684795b61f62102d6b1af967e55408a2f1 (patch)
treebde1e8d0542f90efae00804a45b7706e60b2cc3c
parent3fade3c0f5027070b20cd40e055620b856d83820 (diff)
downloadaur-3cff18684795b61f62102d6b1af967e55408a2f1.tar.gz
update to nginx 1.11.4
*) Feature: the $upstream_bytes_received variable. *) Feature: the $bytes_received, $session_time, $protocol, $status, $upstream_addr, $upstream_bytes_sent, $upstream_bytes_received, $upstream_connect_time, $upstream_first_byte_time, and $upstream_session_time variables in the stream module. *) Feature: the ngx_stream_log_module. *) Feature: the "proxy_protocol" parameter of the "listen" directive, the $proxy_protocol_addr and $proxy_protocol_port variables in the stream module. *) Feature: the ngx_stream_realip_module. *) Bugfix: nginx could not be built with the stream module and the ngx_http_ssl_module, but without ngx_stream_ssl_module; the bug had appeared in 1.11.3. *) Feature: the IP_BIND_ADDRESS_NO_PORT socket option was not used; the bug had appeared in 1.11.2. *) Bugfix: in the "ranges" parameter of the "geo" directive. *) Bugfix: an incorrect response might be returned when using the "aio threads" and "sendfile" directives; the bug had appeared in 1.9.13.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9830cb3d14c..eb7dc51f49bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nginx-mainline-libressl
pkgdesc = lightweight HTTP server, statically linked against LibreSSL.
- pkgver = 1.11.3
+ pkgver = 1.11.4
pkgrel = 1
url = http://nginx.org
arch = i686
@@ -36,14 +36,14 @@ pkgbase = nginx-mainline-libressl
source = nginx.conf
source = nginx.logrotate
source = nginx.service
- source = http://nginx.org/download/nginx-1.11.3.tar.gz
- source = http://nginx.org/download/nginx-1.11.3.tar.gz.asc
+ source = http://nginx.org/download/nginx-1.11.4.tar.gz
+ source = http://nginx.org/download/nginx-1.11.4.tar.gz.asc
source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.2.tar.gz
source = http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.4.2.tar.gz.asc
sha256sums = 8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1
sha256sums = adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786
sha256sums = 225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf
- sha256sums = 4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610
+ sha256sums = 06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b
sha256sums = SKIP
sha256sums = 5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 864a5cf3e5f5..79d5c81d1d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _log_path="/var/log/${_pkgname}"
pkgname=nginx-mainline-libressl
-pkgver=1.11.3
+pkgver=1.11.4
pkgrel=1
librever=2.4.2
pkgdesc="lightweight HTTP server, statically linked against LibreSSL."
@@ -51,7 +51,7 @@ source=( "nginx.conf"
sha256sums=('8d8e314da10411b29157066ea313fc080a145d2075df0c99a1d500ffc7e8b7d1'
'adcf6507abb2d4edbc50bd92f498ba297927eed0460d71633df94f79637aa786'
'225228970d779e1403ba4314e3cd8d0d7d16f8c6d48d7a22f8384db040eb0bdf'
- '4a667f40f9f3917069db1dea1f2d5baa612f1fa19378aadf71502e846a424610'
+ '06221c1f43f643bc6bfe5b2c26d19e09f2588d5cde6c65bdb77dfcce7c026b3b'
'SKIP'
'5f87d778e5d62822d60e38fa9621c1c5648fc559d198ba314bd9d89cbf67d9e3'
'SKIP')