diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2007-07-23 09:25:37 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2007-07-23 09:25:37 +0000 |
commit | 7d611b0cb950e5414cdf14408b393b2d0fa2e8a3 (patch) | |
tree | 140db0b3e15da8972b2e5f76e8b3c1dae9b5a2ed /www | |
parent | 671f8b31fbf61bebd526bbad4fef84f07bc049cf (diff) | |
download | freebsd-ports-7d611b0cb950e5414cdf14408b393b2d0fa2e8a3.zip |
Update to 0.6.5.
<ChangeLog>
*) Feature: $nginx_version variable.
Thanks to Nick S. Grechukh.
*) Feature: the mail proxy supports AUTHENTICATE in IMAP mode.
Thanks to Maxim Dounin.
*) Feature: the mail proxy supports STARTTLS in SMTP mode.
Thanks to Maxim Dounin.
*) Bugfix: now nginx escapes space in $memcached_key variable.
*) Bugfix: nginx was incorrectly built by Sun Studio on
Solaris/amd64.
Thanks to Jiang Hong.
*) Bugfix: of minor potential bugs.
Thanks to Coverity's Scan.
</ChangeLog>
Diffstat (limited to 'www')
-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 109c11e2e594..fcee8ca68440 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 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 61b2f594e941..2be09db36870 100644 --- a/www/nginx-devel/distinfo +++ b/www/nginx-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (nginx-0.6.4.tar.gz) = f12da1088e8a566386fc29bca130b53a -SHA256 (nginx-0.6.4.tar.gz) = 853acf6754e135d13a0ccc5852a30627bc48f56350c6c9087eeb240e465fd547 -SIZE (nginx-0.6.4.tar.gz) = 475458 +MD5 (nginx-0.6.5.tar.gz) = 8b4819501d58515fa330016b662269d8 +SHA256 (nginx-0.6.5.tar.gz) = ef34e8410f8889854afd74fde1f50e718612947f8910c94b70d5bc19f4619b6b +SIZE (nginx-0.6.5.tar.gz) = 476994 |