pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/nginx Update to nginx-0.5.35.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/17d233f57e96
branches:  trunk
changeset: 537469:17d233f57e96
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Jan 09 14:42:54 2008 +0000

description:
Update to nginx-0.5.35.

    *) Change: now the ngx_http_userid_module adds start time microseconds
       to the cookie field contains a pid value.

    *) Change: now the uname(2) is used on Linux instead of procfs.
       Thanks to Ilya Novikov.

    *) Feature: the "If-Range" request header line support.
       Thanks to Alexander V. Inyukhin.

    *) Bugfix: in HTTPS mode requests might fail with the "bad write retry"
       error; bug appeared in 0.5.13.

    *) Bugfix: the STARTTLS in SMTP mode did not work.
       Thanks to Oleg Motienko.

    *) Bugfix: large_client_header_buffers did not freed before going to
       keep-alive state.
       Thanks to Olexander Shtepa.

    *) Bugfix: the "limit_rate" directive did not allow to use full
       throughput, even if limit value was very high.

    *) Bugfix: the $status variable was equal to 0 if a proxied server
       returned response in HTTP/0.9 version.

    *) Bugfix: if the "?" character was in a "error_page" directive, then
       it was escaped in a proxied request; bug appeared in 0.5.32.

diffstat:

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

diffs (35 lines):

diff -r 633ea373697c -r 17d233f57e96 www/nginx/Makefile
--- a/www/nginx/Makefile        Wed Jan 09 14:38:05 2008 +0000
+++ b/www/nginx/Makefile        Wed Jan 09 14:42:54 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/01/07 10:42:01 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2008/01/09 14:42:54 ghen Exp $
 
-DISTNAME=              nginx-0.5.34
+DISTNAME=              nginx-0.5.35
 CATEGORIES=            www
 MASTER_SITES=          http://sysoev.ru/nginx/
 
@@ -30,7 +30,7 @@
 EGFILES=               fastcgi_params koi-utf koi-win mime.types nginx.conf win-utf
 
 .for file in ${EGFILES}
-CONF_FILES+=           ${EGDIR:Q}/conf/${file} ${PKG_SYSCONFDIR}/${file}
+CONF_FILES+=           ${EGDIR}/conf/${file} ${PKG_SYSCONFDIR}/${file}
 .endfor
 
 RCD_SCRIPTS=           nginx
diff -r 633ea373697c -r 17d233f57e96 www/nginx/distinfo
--- a/www/nginx/distinfo        Wed Jan 09 14:38:05 2008 +0000
+++ b/www/nginx/distinfo        Wed Jan 09 14:42:54 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2008/01/07 10:42:01 ghen Exp $
+$NetBSD: distinfo,v 1.3 2008/01/09 14:42:54 ghen Exp $
 
-SHA1 (nginx-0.5.34.tar.gz) = f76f6cb1ac0a316f20958bf7dc6a03723fb58edf
-RMD160 (nginx-0.5.34.tar.gz) = a057651eb9065b1e491ce38c73bc9e4897c982c7
-Size (nginx-0.5.34.tar.gz) = 487815 bytes
+SHA1 (nginx-0.5.35.tar.gz) = 9e97e6723ee605db14d9cde54053496729f73c18
+RMD160 (nginx-0.5.35.tar.gz) = b6f78c584ed430212428276c69e9748a962bc013
+Size (nginx-0.5.35.tar.gz) = 488926 bytes
 SHA1 (patch-aa) = ffc4de0134bd3d1808bdd1462e4602a11159d996



Home | Main Index | Thread Index | Old Index