pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nginx-devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov 26 16:48:37 UTC 2017

Modified Files:
        pkgsrc/www/nginx-devel: Makefile distinfo

Log Message:
nginx-devel: updated to 1.13.7

Changes with nginx 1.13.7:
*) Bugfix: in the $upstream_status variable.
*) Bugfix: a segmentation fault might occur in a worker process if a
   backend returned a "101 Switching Protocols" response to a
   subrequest.
*) Bugfix: a segmentation fault occurred in a master process if a shared
   memory zone size was changed during a reconfiguration and the
   reconfiguration failed.
*) Bugfix: in the ngx_http_fastcgi_module.
*) Bugfix: nginx returned the 500 error if parameters without variables
   were specified in the "xslt_stylesheet" directive.
*) Workaround: "gzip filter failed to use preallocated memory" alerts
   appeared in logs when using a zlib library variant from Intel.
*) Bugfix: the "worker_shutdown_timeout" directive did not work when
   using mail proxy and when proxying WebSocket connections.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/nginx-devel/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/nginx-devel/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nginx-devel/Makefile
diff -u pkgsrc/www/nginx-devel/Makefile:1.27 pkgsrc/www/nginx-devel/Makefile:1.28
--- pkgsrc/www/nginx-devel/Makefile:1.27        Sat Oct 28 10:57:50 2017
+++ pkgsrc/www/nginx-devel/Makefile     Sun Nov 26 16:48:37 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2017/10/28 10:57:50 adam Exp $
+# $NetBSD: Makefile,v 1.28 2017/11/26 16:48:37 adam Exp $
 
-DISTNAME=      nginx-1.13.6
+DISTNAME=      nginx-1.13.7
 MAINTAINER=    imil%NetBSD.org@localhost
 
 .include "../../www/nginx/Makefile.common"

Index: pkgsrc/www/nginx-devel/distinfo
diff -u pkgsrc/www/nginx-devel/distinfo:1.28 pkgsrc/www/nginx-devel/distinfo:1.29
--- pkgsrc/www/nginx-devel/distinfo:1.28        Sat Oct 28 10:57:50 2017
+++ pkgsrc/www/nginx-devel/distinfo     Sun Nov 26 16:48:37 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.28 2017/10/28 10:57:50 adam Exp $
+$NetBSD: distinfo,v 1.29 2017/11/26 16:48:37 adam Exp $
 
 SHA1 (array-var-nginx-module-0.05.tar.gz) = c69fac77814947009ab783a471783b3c95a63a26
 RMD160 (array-var-nginx-module-0.05.tar.gz) = 89bd4efc04864e3e90781588a337338951ec8733
@@ -28,10 +28,10 @@ SHA1 (naxsi-0.55.3.tar.gz) = 93c2be1f50e
 RMD160 (naxsi-0.55.3.tar.gz) = 45dcedc7961e487c2c659064abdeaf5b91dc75d2
 SHA512 (naxsi-0.55.3.tar.gz) = 9e8f41a5cd1342cc9b8aa334a603842d14a256aab1f4a21205bb1278aecbb0c49e39c889d8113a5b41aad2efeaa2ed9f11cba6929173f50add91f54c4c59c8a0
 Size (naxsi-0.55.3.tar.gz) = 187416 bytes
-SHA1 (nginx-1.13.6.tar.gz) = b6491cd2bee1760e1c233a1c96c45b33183ffc70
-RMD160 (nginx-1.13.6.tar.gz) = 0308540403f1278ee89e30c36fc49f7b63c74f61
-SHA512 (nginx-1.13.6.tar.gz) = 9ae218396e94f0e165d4d573a979354045ac579f0dcc702a37bde3ec5764e21161efc90fc1ff66bd402047c41a16ca0ff02423eaeb8d89b397e970df246f419e
-Size (nginx-1.13.6.tar.gz) = 989760 bytes
+SHA1 (nginx-1.13.7.tar.gz) = 9f774bfade490bc603ae79f5cabeb83e017a3c2d
+RMD160 (nginx-1.13.7.tar.gz) = 1b35a882e440ba6255d77b7e3c0e26c956032b0c
+SHA512 (nginx-1.13.7.tar.gz) = 77ee919315e0b16ec042ec80b5a9ed01ef057d30fded4c1991fc1b7648d41433b94897fbe6f0900299d3596ede7b25e842e47c44865b1c3d91d2dc6363d23fc0
+Size (nginx-1.13.7.tar.gz) = 990836 bytes
 SHA1 (nginx-rtmp-module-1.2.0.tar.gz) = f22b89944c93cdd8a3e6e5632ace54013df5c7ff
 RMD160 (nginx-rtmp-module-1.2.0.tar.gz) = 851b9570e4afd85acb4945772a8b46f298336892
 SHA512 (nginx-rtmp-module-1.2.0.tar.gz) = 8965d9bee91a46375516ccd012d1c43cd23f15c0630d11ed01472b9a84504574b476f22c5584f43c972a8f923e9ae025b9b60c64aace0ed159c7279bcbd376c8



Home | Main Index | Thread Index | Old Index