diff options
author | imil <imil@pkgsrc.org> | 2013-02-03 19:47:43 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-02-03 19:47:43 +0000 |
commit | dc14f75032ffad91ff8ca8ae86b5444304606c56 (patch) | |
tree | 50d5e0d660e09960b267284b2451a05e0406770d /www | |
parent | 6b280f50b7820b4355e1cd16a59719b682abc531 (diff) | |
download | pkgsrc-dc14f75032ffad91ff8ca8ae86b5444304606c56.tar.gz |
Changes with nginx 1.2.6
*) Feature: the $request_time and $msec variables can now be used not
only in the "log_format" directive.
*) Bugfix: cache manager and cache loader processes might not be able to
start if more than 512 listen sockets were used.
*) Bugfix: in the ngx_http_dav_module.
+ Under NetBSD 5.1_STABLE, a large number of included vhosts led to SEGV, this
does not occur with nginx 1.2.6.
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 5 | ||||
-rw-r--r-- | www/nginx/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 082d17c3640..4642166c2d4 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2013/01/26 21:39:04 adam Exp $ +# $NetBSD: Makefile,v 1.30 2013/02/03 19:47:43 imil Exp $ -DISTNAME= nginx-1.2.5 -PKGREVISION= 1 +DISTNAME= nginx-1.2.6 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ DISTFILES= ${DEFAULT_DISTFILES} diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 864fde10dd3..5d54e435214 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.23 2013/01/29 12:36:40 imil Exp $ +$NetBSD: distinfo,v 1.24 2013/02/03 19:47:43 imil Exp $ SHA1 (naxsi-core-0.49.tgz) = d36294647302bb56cb134c32156c8aadf4418d68 RMD160 (naxsi-core-0.49.tgz) = 85e6ca2ff8bad2e5aba8caa5b882ac430f6c719f Size (naxsi-core-0.49.tgz) = 49852 bytes -SHA1 (nginx-1.2.5.tar.gz) = c36feaadbaad6938b02f4038c2d68cab10907f59 -RMD160 (nginx-1.2.5.tar.gz) = 67a46b1f4c073d67ced9949ef361f333606347b7 -Size (nginx-1.2.5.tar.gz) = 725368 bytes +SHA1 (nginx-1.2.6.tar.gz) = 432059b668e3f018eab61f99c7cc727db88464e8 +RMD160 (nginx-1.2.6.tar.gz) = e255e0ed4805669de0973a48db67296ff6db7c3d +Size (nginx-1.2.6.tar.gz) = 726025 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 |