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.2.3 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfc732238748
branches:  trunk
changeset: 607294:bfc732238748
user:      imil <imil%pkgsrc.org@localhost>
date:      Wed Aug 08 06:44:08 2012 +0000

description:
Changes with nginx 1.2.3                                         07 Aug 2012

    *) Feature: the Clang compiler support.

    *) Bugfix: extra listening sockets might be created.
       Thanks to Roman Odaisky.

    *) Bugfix: nginx/Windows might hog CPU if a worker process failed to
       start.
       Thanks to Ricardo Villalobos Guevara.

    *) Bugfix: the "proxy_pass_header", "fastcgi_pass_header",
       "scgi_pass_header", "uwsgi_pass_header", "proxy_hide_header",
       "fastcgi_hide_header", "scgi_hide_header", and "uwsgi_hide_header"
       directives might be inherited incorrectly.

    *) Bugfix: trailing dot in a source value was not ignored if the "map"
       directive was used with the "hostnames" parameter.

    *) Bugfix: incorrect location might be used to process a request if a
       URI was changed via a "rewrite" directive before an internal redirect
       to a named location.

diffstat:

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

diffs (31 lines):

diff -r a3e22538ee64 -r bfc732238748 www/nginx/Makefile
--- a/www/nginx/Makefile        Wed Aug 08 00:19:11 2012 +0000
+++ b/www/nginx/Makefile        Wed Aug 08 06:44:08 2012 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2012/08/07 10:42:08 imil Exp $
+# $NetBSD: Makefile,v 1.25 2012/08/08 06:44:08 imil Exp $
 
-DISTNAME=              nginx-1.2.2
+DISTNAME=              nginx-1.2.3
 CATEGORIES=            www
 MASTER_SITES=          http://nginx.org/download/
 DISTFILES=             ${DEFAULT_DISTFILES}
diff -r a3e22538ee64 -r bfc732238748 www/nginx/distinfo
--- a/www/nginx/distinfo        Wed Aug 08 00:19:11 2012 +0000
+++ b/www/nginx/distinfo        Wed Aug 08 06:44:08 2012 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.20 2012/08/07 10:42:08 imil Exp $
+$NetBSD: distinfo,v 1.21 2012/08/08 06:44:08 imil Exp $
 
 SHA1 (naxsi-core-0.48.tgz) = 7391532e7026179c0c9e52e15c5d645259f94fa6
 RMD160 (naxsi-core-0.48.tgz) = 6c1c3934bb35976e7b40b39b26b07bfc6ea3cda0
 Size (naxsi-core-0.48.tgz) = 42816 bytes
-SHA1 (nginx-1.2.2.tar.gz) = 1893940485e21f8c9bdc8058eb9cc2826d629d04
-RMD160 (nginx-1.2.2.tar.gz) = 5099bf88de4b8128907c66ba53f007395978b61b
-Size (nginx-1.2.2.tar.gz) = 722069 bytes
+SHA1 (nginx-1.2.3.tar.gz) = 98059ae08ebbfaaead868128f7b66ebce16be9af
+RMD160 (nginx-1.2.3.tar.gz) = 49f9a8ede7ab68a067ba562b9917f84db427b2a1
+Size (nginx-1.2.3.tar.gz) = 723294 bytes
 SHA1 (nginx_http_push_module-0.692.tar.gz) = 72103084cad8f4d3d9a49a6b04cf780e4541605d
 RMD160 (nginx_http_push_module-0.692.tar.gz) = 9d2be16074cf28115af0f1d8f3646937cda649ad
 Size (nginx_http_push_module-0.692.tar.gz) = 29119 bytes



Home | Main Index | Thread Index | Old Index