diff options
author | osa <osa@FreeBSD.org> | 2008-09-02 11:56:06 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2008-09-02 11:56:06 +0800 |
commit | 228de557c6821bd9c8d12f6fc01fd61cd70758a1 (patch) | |
tree | b2976d0fa3c52c354653af1608bc3bb0f5bf779d /www/nginx-devel | |
parent | 7b3b8f3ae8e9947889a82968d95008020cba1d87 (diff) | |
download | freebsd-ports-gnome-228de557c6821bd9c8d12f6fc01fd61cd70758a1.tar.gz freebsd-ports-gnome-228de557c6821bd9c8d12f6fc01fd61cd70758a1.tar.zst freebsd-ports-gnome-228de557c6821bd9c8d12f6fc01fd61cd70758a1.zip |
Update from 0.7.13 to 0.7.14.
<ChangeLog>
*) Change: now the ssl_certificate and ssl_certificate_key directives
have not default values.
*) Feature: the "listen" directive supports the "ssl" parameter.
*) Feature: now nginx takes into account a time zone change while
reconfiguration on FreeBSD and Linux.
*) Bugfix: the "listen" directive parameters such as "backlog",
"rcvbuf", etc. were not set, if a default server was not the first
one.
*) Bugfix: if URI part captured by a "rewrite" directive was used as a
query string, then the query string was not escaped.
*) Bugfix: configuration file validity test improvements.
</ChangeLog>
Diffstat (limited to 'www/nginx-devel')
-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 2e0bf03130c7..875449699089 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.13 +PORTVERSION= 0.7.14 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 44799913986a..5efd9e1b8dc4 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,6 +1,6 @@ -MD5 (nginx-0.7.13.tar.gz) = 966c0951433f5edf7bb42aa70fabbc29 -SHA256 (nginx-0.7.13.tar.gz) = 24dca7ae851411eeb1597f97d44648eaa7b515216b327a7d061cc37498b25180 -SIZE (nginx-0.7.13.tar.gz) = 543938 +MD5 (nginx-0.7.14.tar.gz) = 7df23863a144ef6f9ccf853259af82b6 +SHA256 (nginx-0.7.14.tar.gz) = 60062346b39c3efc7f37f352b542e3f209898641e90be4198bcfb828f9edb52d +SIZE (nginx-0.7.14.tar.gz) = 545722 MD5 (nginx_upload_module-2.0.6.tar.gz) = a4e5f20735a443df5e8f111076ccdc03 SHA256 (nginx_upload_module-2.0.6.tar.gz) = fb11a458fbaa5fde6b3a6b248881585c00d961deee69137ebc681ed6ba42fabd SIZE (nginx_upload_module-2.0.6.tar.gz) = 16867 |