pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nginx Changes with nginx 1.4.6 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9e5519d2e85
branches:  trunk
changeset: 631523:d9e5519d2e85
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Mar 09 13:34:02 2014 +0000

description:
Changes with nginx 1.4.6                                         04 Mar 2014

    *) Bugfix: the "client_max_body_size" directive might not work when
       reading a request body using chunked transfer encoding; the bug had
       appeared in 1.3.9.
       Thanks to Lucas Molas.

    *) Bugfix: a segmentation fault might occur in a worker process when
       proxying WebSocket connections.

diffstat:

 www/nginx/Makefile |  4 ++--
 www/nginx/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r 7ab96a366ada -r d9e5519d2e85 www/nginx/Makefile
--- a/www/nginx/Makefile        Sun Mar 09 13:23:25 2014 +0000
+++ b/www/nginx/Makefile        Sun Mar 09 13:34:02 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2014/03/01 20:14:44 rodent Exp $
+# $NetBSD: Makefile,v 1.47 2014/03/09 13:34:02 rodent Exp $
 
-DISTNAME=              nginx-1.4.5
+DISTNAME=              nginx-1.4.6
 MAINTAINER=            joerg%NetBSD.org@localhost
 
 .include "../../www/nginx/Makefile.common"
diff -r 7ab96a366ada -r d9e5519d2e85 www/nginx/distinfo
--- a/www/nginx/distinfo        Sun Mar 09 13:23:25 2014 +0000
+++ b/www/nginx/distinfo        Sun Mar 09 13:34:02 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.33 2014/03/01 20:14:44 rodent Exp $
+$NetBSD: distinfo,v 1.34 2014/03/09 13:34:02 rodent Exp $
 
-SHA1 (nginx-1.4.5.tar.gz) = 96c1aecd314f73a3c30a0db8c39ad15ddacb074e
-RMD160 (nginx-1.4.5.tar.gz) = d791eacb0c0581927790796412c12836a7dc203a
-Size (nginx-1.4.5.tar.gz) = 768728 bytes
+SHA1 (nginx-1.4.6.tar.gz) = 1d790fd2b403b0b694a8dbbc28f7e34dbc3ca863
+RMD160 (nginx-1.4.6.tar.gz) = ce34a7112d8ee4f62ac372dee1fab8238d92f5d8
+Size (nginx-1.4.6.tar.gz) = 768828 bytes
 SHA1 (patch-aa) = adf433d1b56a88c6c2ed09c4bd54fdb1a336582f
 SHA1 (patch-ab) = 6f20ef8ac9a042faf7e22770de7c16b351cb1191



Home | Main Index | Thread Index | Old Index