pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/nginx nginx-0.8.34:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4e9d9f966d90
branches:  trunk
changeset: 572755:4e9d9f966d90
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 08 13:54:47 2010 +0000

description:
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:

 www/nginx/Makefile   |   4 ++--
 www/nginx/distinfo   |  14 +++++++-------
 www/nginx/options.mk |   4 ++--
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (50 lines):

diff -r d1f5543962e3 -r 4e9d9f966d90 www/nginx/Makefile
--- a/www/nginx/Makefile        Mon Mar 08 13:51:24 2010 +0000
+++ b/www/nginx/Makefile        Mon Mar 08 13:54:47 2010 +0000
@@ -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 -r d1f5543962e3 -r 4e9d9f966d90 www/nginx/distinfo
--- a/www/nginx/distinfo        Mon Mar 08 13:51:24 2010 +0000
+++ b/www/nginx/distinfo        Mon Mar 08 13:54:47 2010 +0000
@@ -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 -r d1f5543962e3 -r 4e9d9f966d90 www/nginx/options.mk
--- a/www/nginx/options.mk      Mon Mar 08 13:51:24 2010 +0000
+++ b/www/nginx/options.mk      Mon Mar 08 13:54:47 2010 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index