Bugfix update to 0.6.31. Fixes include:
*) Bugfix: nginx did not process FastCGI response if header was at the end of FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov. *) bugfix: a segmentation fault might occur in worker process if a file was deleted and the "open_file_cache_errors" directive was off. From Darrin Chandler (MAINTAINER) ok bernd@
This commit is contained in:
parent
59ec65981f
commit
cb13c20e95
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2008/05/07 23:08:24 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2008/05/13 18:46:07 merdely Exp $
|
||||
|
||||
COMMENT= robust and small HTTP server and mail proxy server
|
||||
|
||||
DISTNAME= nginx-0.6.30
|
||||
DISTNAME= nginx-0.6.31
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://nginx.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (nginx-0.6.30.tar.gz) = QV6bvHHirjbZEgr4ARLFwQ==
|
||||
RMD160 (nginx-0.6.30.tar.gz) = OQSjeFjC426g01riKcVaDGtlIPo=
|
||||
SHA1 (nginx-0.6.30.tar.gz) = rc5ReFbPh5PqAU+ZWyNFaI1sS/4=
|
||||
SHA256 (nginx-0.6.30.tar.gz) = NRwaEJaIQpnsJIpH83mjRtrKcwq547q10L16X4GhjVM=
|
||||
SIZE (nginx-0.6.30.tar.gz) = 520139
|
||||
MD5 (nginx-0.6.31.tar.gz) = gkvMJbvVtjbxgiN7aSJ70g==
|
||||
RMD160 (nginx-0.6.31.tar.gz) = edoi6rpBXrnSTdM88r4LGZm7Ebw=
|
||||
SHA1 (nginx-0.6.31.tar.gz) = wsResq41LczoL6mXqM/HbM5knBo=
|
||||
SHA256 (nginx-0.6.31.tar.gz) = 5okIcF38H7FmUG7EQSkce607bdzdt2CxZpMb/bW1gqc=
|
||||
SIZE (nginx-0.6.31.tar.gz) = 520344
|
||||
|
Loading…
Reference in New Issue
Block a user