diff options
author | osa <osa@FreeBSD.org> | 2009-03-16 16:57:02 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-03-16 16:57:02 +0800 |
commit | eaf673f712be4ba116e12f100453240c8ad84e44 (patch) | |
tree | 7cf3e5169cb06c14db6ab4d70151adf532537322 | |
parent | a7a4c1a728149fa3e59ae2461bfc727e4fea7ad5 (diff) | |
download | freebsd-ports-gnome-eaf673f712be4ba116e12f100453240c8ad84e44.tar.gz freebsd-ports-gnome-eaf673f712be4ba116e12f100453240c8ad84e44.tar.zst freebsd-ports-gnome-eaf673f712be4ba116e12f100453240c8ad84e44.zip |
Update from 0.7.41 to 0.7.42.
<ChangeLog>
*) Change: now the "Invalid argument" error returned by
setsockopt(TCP_NODELAY) on Solaris, is ignored.
*) Change: now if a file specified in a "auth_basic_user_file"
directive is absent, then the 405 error is returned instead of the
500 one.
*) Feature: the "auth_basic_user_file" directive supports variables.
Thanks to Kirill A. Korinskiy.
*) Feature: the "listen" directive supports the "ipv6only" parameter.
Thanks to Zhang Hua.
*) Bugfix: in an "alias" directive with references to captures of
regular expressions; the bug had appeared in 0.7.40.
*) Bugfix: compatibility with Tru64 UNIX.
Thanks to Dustin Marquess.
*) Bugfix: nginx could not be built without PCRE library; the bug had
appeared in 0.7.41.
</ChangeLog>
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 5bfdd6be450a..7cbede67157c 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.41 +PORTVERSION= 0.7.42 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo index 15f351abcf39..bc4dfdf60270 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.41.tar.gz) = 5fdcddcdf9eb47260657fa40781f9a2c -SHA256 (nginx-0.7.41.tar.gz) = bc7615e80a3018b077f4e84db54d820912fff6029ce5bd1a895ed319f7d1f43c -SIZE (nginx-0.7.41.tar.gz) = 571882 +MD5 (nginx-0.7.42.tar.gz) = 085c321aab38bc943c04657f458a3c4d +SHA256 (nginx-0.7.42.tar.gz) = fe7aec1321d926a941437c46c046c887963ffa8a931ada6d8c0e99743f03ae09 +SIZE (nginx-0.7.42.tar.gz) = 573200 MD5 (nginx-accesskey-2.0.3.tar.gz) = 9b5304346d5139b1841f5baa01ab0cbe SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 SIZE (nginx-accesskey-2.0.3.tar.gz) = 2632 |