diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-05-12 13:05:30 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-05-12 13:05:30 +0000 |
commit | ae5e900311eaf8cc555bfd6d8d63df9e5e529284 (patch) | |
tree | 72f88c1d3b9d256597c0ce28b9cccefbb47ecbba /www/nginx-devel/Makefile | |
parent | 9c1dd9613f959f4bbcb8d1142a0d318fe4d858c8 (diff) |
Update from 0.7.56 to 0.7.57.
<ChangeLog>
*) Bugfix: a segmentation fault occurred in worker process, if the
ngx_http_image_filter_module errors were redirected to named
location; the bug had appeared in 0.7.56.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=233770
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 4141ffcee9f8..e1327a52bedb 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 0.7.56 +PORTVERSION= 0.7.57 CATEGORIES= www MASTER_SITES= http://sysoev.ru/nginx/ MASTER_SITES+= ${MASTER_SITE_LOCAL} |