diff options
author | joerg <joerg> | 2010-03-08 13:54:47 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-03-08 13:54:47 +0000 |
commit | 690825c2c42819888b49913a218ddd5e60b51f12 (patch) | |
tree | 594f2119dbf662ab3bbae888044d7c518073429e /www | |
parent | e92436b6779f7e4ab90a889368a6390708f81ed1 (diff) | |
download | pkgsrc-690825c2c42819888b49913a218ddd5e60b51f12.tar.gz |
nginx-0.8.34:
- Support all ciphers and digests typically used in client certificates
- Fix caching of FastCGI reponses with large stderr output
- Support HTTPS referrers
- Fix $date_local variable with "%s" format
- Fix client certificate verification error with ssl_session_cache=none
- Fix matching error with geo ranges
- Fix SSI issue with stub parameter
- Fix $r->sleep
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 4 | ||||
-rw-r--r-- | www/nginx/distinfo | 14 | ||||
-rw-r--r-- | www/nginx/options.mk | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 3682980f459..3145ae68b52 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2010/02/08 14:25:44 joerg Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/08 13:54:47 joerg Exp $ -DISTNAME= nginx-0.8.33 +DISTNAME= nginx-0.8.34 DISTFILES= ${DEFAULT_DISTFILES} CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index d804a878cce..d4caef80f0a 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2010/02/08 16:11:54 joerg Exp $ +$NetBSD: distinfo,v 1.7 2010/03/08 13:54:47 joerg Exp $ -SHA1 (nginx-0.8.33.tar.gz) = bf3e3ab90609a62e8896f49895c3f4b4fa308270 -RMD160 (nginx-0.8.33.tar.gz) = 3ab3ea6d07fcac74465dbf40af824fccfd7f5fdd -Size (nginx-0.8.33.tar.gz) = 620448 bytes -SHA1 (uwsgi-0.9.4.tar.gz) = 6088d9ffee1de3b0192d8df884abde8983a751e0 -RMD160 (uwsgi-0.9.4.tar.gz) = eab4b83a023bb1f9b26a69ae3447fd592ce3a04b -Size (uwsgi-0.9.4.tar.gz) = 71397 bytes +SHA1 (nginx-0.8.34.tar.gz) = bf9a291ee7c20ea6aca4e785af59c8b662ec1d24 +RMD160 (nginx-0.8.34.tar.gz) = 9472f7d2b7b456d54fdc8e4c8dcb35e6531d4a67 +Size (nginx-0.8.34.tar.gz) = 621534 bytes +SHA1 (uwsgi-0.9.4.2.tar.gz) = 8374bb8b0d09a808a48d82ab8023358eb621ec4e +RMD160 (uwsgi-0.9.4.2.tar.gz) = c071ab93171b09d72c42a8fc094a96089844b720 +Size (uwsgi-0.9.4.2.tar.gz) = 81952 bytes SHA1 (patch-aa) = 1ef1a800f0d7dffe182b8a74f115105ded205f8e diff --git a/www/nginx/options.mk b/www/nginx/options.mk index 0ae1e917114..349b899cfb7 100644 --- a/www/nginx/options.mk +++ b/www/nginx/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2010/02/09 21:15:34 joerg Exp $ +# $NetBSD: options.mk,v 1.7 2010/03/08 13:54:47 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nginx PKG_SUPPORTED_OPTIONS= ssl pcre dav flv sub gtools mail-proxy memcache \ @@ -53,7 +53,7 @@ CONFIGURE_ARGS+= --with-ipv6 .endif .if !empty(PKG_OPTIONS:Muwsgi) -UWSGI= uwsgi-0.9.4 +UWSGI= uwsgi-0.9.4.2 DISTFILES+= ${UWSGI}.tar.gz SITES.${UWSGI}.tar.gz= http://projects.unbit.it/downloads/ CONFIGURE_ARGS+= --add-module=../${UWSGI}/nginx |