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.
This commit is contained in:
parent
59506b6321
commit
d1e26eed33
2 changed files with 6 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue