diff options
author | imil <imil@pkgsrc.org> | 2013-04-17 19:53:52 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2013-04-17 19:53:52 +0000 |
commit | d1e26eed336ddcf28b4e4e453a50bf952ca24890 (patch) | |
tree | cb4707b488ace3675e17ec67fb5210ce40914b84 /www/nginx | |
parent | 59506b63218bc392f9d1904399bb62204e721f4e (diff) | |
download | pkgsrc-d1e26eed336ddcf28b4e4e453a50bf952ca24890.tar.gz |
Changes with nginx 1.2.8
*) Bugfix: new sessions were not always stored if the "ssl_session_cache
shared" directive was used and there was no free space in shared
memory.
Thanks to Piotr Sikora.
*) Bugfix: responses might hang if subrequests were used and a DNS error
happened during subrequest processing.
Thanks to Lanshun Zhou.
*) Bugfix: in the ngx_http_mp4_module.
Thanks to Gernot Vormayr.
*) Bugfix: in backend usage accounting.
Diffstat (limited to 'www/nginx')
-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 e246da75973..93337973897 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/02/22 15:37:58 imil Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/17 19:53:52 imil Exp $ -DISTNAME= nginx-1.2.7 -PKGREVISION= 1 +DISTNAME= nginx-1.2.8 MAINTAINER= joerg@NetBSD.org .include "../../www/nginx/Makefile.common" diff --git a/www/nginx/distinfo b/www/nginx/distinfo index f1157726d66..e4d9f893934 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.25 2013/02/18 20:32:09 imil Exp $ +$NetBSD: distinfo,v 1.26 2013/04/17 19:53:52 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.7.tar.gz) = 65309abde9d683ece737da7a354c8fae24e15ecb -RMD160 (nginx-1.2.7.tar.gz) = d0903a6b170dbd33337d4bf939211c32060b1a66 -Size (nginx-1.2.7.tar.gz) = 730332 bytes +SHA1 (nginx-1.2.8.tar.gz) = b8c193d841538c3c443d262a2ab815a9ce1faaf6 +RMD160 (nginx-1.2.8.tar.gz) = f9929d6e6f1daf4c73d96a5d38c65b0664e29d22 +Size (nginx-1.2.8.tar.gz) = 730589 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 |