svn commit: r451726 - head/www/nginx-devel
Sergey A. Osokin
osa at FreeBSD.org
Wed Oct 11 02:34:42 UTC 2017
Author: osa
Date: Wed Oct 11 02:34:40 2017
New Revision: 451726
URL: https://svnweb.freebsd.org/changeset/ports/451726
Log:
Upgrade from 1.13.5 to 1.13.6.
<ChangeLog>
*) Bugfix: switching to the next upstream server in the stream module
did not work when using the "ssl_preread" directive.
*) Bugfix: in the ngx_http_v2_module.
Thanks to Piotr Sikora.
*) Bugfix: nginx did not support dates after the year 2038 on 32-bit
platforms with 64-bit time_t.
*) Bugfix: in handling of dates prior to the year 1970 and after the
year 10000.
*) Bugfix: in the stream module timeouts waiting for UDP datagrams from
upstream servers were not logged or logged at the "info" level
instead of "error".
*) Bugfix: when using HTTP/2 nginx might return the 400 response without
logging the reason.
*) Bugfix: in processing of corrupted cache files.
*) Bugfix: cache control headers were ignored when caching errors
intercepted by error_page.
*) Bugfix: when using HTTP/2 client request body might be corrupted.
*) Bugfix: in handling of client addresses when using unix domain
sockets.
*) Bugfix: nginx hogged CPU when using the "hash ... consistent"
directive in the upstream block if large weights were used and all or
most of the servers were unavailable.
</ChangeLog>
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/distinfo
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Wed Oct 11 02:30:24 2017 (r451725)
+++ head/www/nginx-devel/Makefile Wed Oct 11 02:34:40 2017 (r451726)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nginx
-PORTVERSION= 1.13.5
+PORTVERSION= 1.13.6
CATEGORIES= www
MASTER_SITES= http://nginx.org/download/
MASTER_SITES+= LOCAL/osa
Modified: head/www/nginx-devel/distinfo
==============================================================================
--- head/www/nginx-devel/distinfo Wed Oct 11 02:30:24 2017 (r451725)
+++ head/www/nginx-devel/distinfo Wed Oct 11 02:34:40 2017 (r451726)
@@ -1,6 +1,6 @@
-TIMESTAMP = 1504807697
-SHA256 (nginx-1.13.5.tar.gz) = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
-SIZE (nginx-1.13.5.tar.gz) = 988821
+TIMESTAMP = 1507688748
+SHA256 (nginx-1.13.6.tar.gz) = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
+SIZE (nginx-1.13.6.tar.gz) = 989760
SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
SIZE (ngx_cache_purge-2.3.tar.gz) = 12248
SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae
More information about the svn-ports-head
mailing list