diff options
| author | 2011-11-15 19:16:51 +0000 | |
|---|---|---|
| committer | 2011-11-15 19:16:51 +0000 | |
| commit | f753fd67ca4c9ae7fe3eecc86d385270bb19f926 (patch) | |
| tree | 5bb741452fae155758e0c9e365ba52ea030d9e41 /usr.sbin/nginx/src/http/modules/perl/nginx.pm | |
| parent | on failure, the hibernate io function should return an errno type variable, (diff) | |
| download | wireguard-openbsd-f753fd67ca4c9ae7fe3eecc86d385270bb19f926.tar.xz wireguard-openbsd-f753fd67ca4c9ae7fe3eecc86d385270bb19f926.zip | |
Update to nginx 1.0.10. Bugs fixed include a segmentation fault in a worker
process if the resolver receives a large DNS response. OK robert@
Diffstat (limited to 'usr.sbin/nginx/src/http/modules/perl/nginx.pm')
| -rw-r--r-- | usr.sbin/nginx/src/http/modules/perl/nginx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/nginx/src/http/modules/perl/nginx.pm b/usr.sbin/nginx/src/http/modules/perl/nginx.pm index fc232a416e0..ca9551334d8 100644 --- a/usr.sbin/nginx/src/http/modules/perl/nginx.pm +++ b/usr.sbin/nginx/src/http/modules/perl/nginx.pm @@ -48,7 +48,7 @@ our @EXPORT = qw( HTTP_INSUFFICIENT_STORAGE ); -our $VERSION = '1.0.9'; +our $VERSION = '1.0.10'; require XSLoader; XSLoader::load('nginx', $VERSION); |
