diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-08-23 10:48:55 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-08-23 10:48:55 +0000 |
commit | 15486576cc86f5892546659537a8a11a46969143 (patch) | |
tree | 60798e8aacc405cff32694f6b38aa2eb862d3599 /www/nginx-devel | |
parent | OPTIONify. (*) (diff) |
Update to 0.6.8.
<ChangeLog>
*) Change: now nginx tries to set the "worker_priority",
"worker_rlimit_nofile", "worker_rlimit_core", and
"worker_rlimit_sigpending" without super-user privileges.
*) Change: now nginx escapes space and "%" in request to
a mail proxy authentication server.
*) Change: now nginx escapes "%" in $memcached_key variable.
*) Bugfix: nginx used path relative to configuration prefix
for non-absolute configuration file path specified in the
"-c" key; bug appeared in 0.6.6.
*) Bugfix: nginx did not work on FreeBSD/sparc64.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=198180
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 e669c077aa6c..b15f921c7198 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 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 ad72ef614d9e..ecb125c1b805 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.7.tar.gz) = 4a92903c9680bf955b84d5dd4d714bde -SHA256 (nginx-0.6.7.tar.gz) = e421e51d1014da5328376a948b9ee56dfd2f37c936669beeb8cc20517b09a980 -SIZE (nginx-0.6.7.tar.gz) = 481828 +MD5 (nginx-0.6.8.tar.gz) = 0af5601d1efd36a503cb4b8825589976 +SHA256 (nginx-0.6.8.tar.gz) = 64655d5e69d75310d1301211d5bf18975e39ccea0fbba8b6504feb19da4ec3ac +SIZE (nginx-0.6.8.tar.gz) = 482251 |