diff options
author | osa <osa@FreeBSD.org> | 2007-07-23 17:25:37 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2007-07-23 17:25:37 +0800 |
commit | 5d8f91120b5cbd84268d11d95158be45d3e4d205 (patch) | |
tree | a4ef1600cb63ef6ab84df70264821268fb27608a /www/nginx-devel/Makefile | |
parent | b59b94878a00e1ab43280255eaaa6e19cd9c698b (diff) | |
download | freebsd-ports-gnome-5d8f91120b5cbd84268d11d95158be45d3e4d205.tar.gz freebsd-ports-gnome-5d8f91120b5cbd84268d11d95158be45d3e4d205.tar.zst freebsd-ports-gnome-5d8f91120b5cbd84268d11d95158be45d3e4d205.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/nginx-devel/Makefile')
-rw-r--r-- | www/nginx-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |