pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/45317 CVS commit: pkgsrc/www/nginx
The following reply was made to PR pkg/45317; it has been noted by GNATS.
From: "Sergey Svishchev" <shattered%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/45317 CVS commit: pkgsrc/www/nginx
Date: Sun, 4 Dec 2011 14:41:01 +0000
Module Name: pkgsrc
Committed By: shattered
Date: Sun Dec 4 14:41:01 UTC 2011
Modified Files:
pkgsrc/www/nginx: Makefile distinfo
pkgsrc/www/nginx/patches: patch-aa
Log Message:
Update to 1.0.10 and delint. Partially resolves PR/45317, PR/45612 and
PR/45506. No new options added. Notable changes:
*) Bugfix: a segmentation fault might occur in a worker process if
resolver got a big DNS response.
*) Feature: accept filters are now supported on NetBSD.
*) Bugfix: a segmentation fault occurred on start or while
reconfiguration if the "ssl" directive was used at http level and
there was no "ssl_certificate" defined.
*) Bugfix: nginx hogged CPU if all servers in an upstream were marked as
"down".
*) Bugfix: a segmentation fault might occur during reconfiguration if
ssl_session_cache was defined but not used in previous configuration.
*) Bugfix: a segmentation fault might occur in a worker process if many
backup servers were used in an upstream.
*) Feature: now nginx supports ECDHE key exchange ciphers.
*) Change: now default SSL ciphers are "HIGH:!aNULL:!MD5".
*) Bugfix: a segmentation fault might occur in a worker process, if a
caching was used.
*) Bugfix: worker processes may got caught in an endless loop during
reconfiguration, if a caching was used; the bug had appeared in 0.8.48.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/nginx/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nginx/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/nginx/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index