diff options
author | osa <osa@FreeBSD.org> | 2012-04-13 20:11:04 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-04-13 20:11:04 +0800 |
commit | 84ff3e95ff1fb23d66479d566541299f160a9c9e (patch) | |
tree | 3c0b1159f92ca8ebf4add2eaa2b0ed0c8ed7eca8 /www | |
parent | 2bf6b4d780574175bfd32c90d3e1033e0258f33e (diff) | |
download | freebsd-ports-gnome-84ff3e95ff1fb23d66479d566541299f160a9c9e.tar.gz freebsd-ports-gnome-84ff3e95ff1fb23d66479d566541299f160a9c9e.tar.zst freebsd-ports-gnome-84ff3e95ff1fb23d66479d566541299f160a9c9e.zip |
Security update from 1.0.14 to 1.0.15.
<ChangeLog>
*) Security: specially crafted mp4 file might allow to overwrite memory
locations in a worker process if the ngx_http_mp4_module was used,
potentially resulting in arbitrary code execution (CVE-2012-2089).
Thanks to Matthew Daley.
*) Bugfix: in the ngx_http_mp4_module.
</ChangeLog>
Diffstat (limited to 'www')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 42aecf6dc586..c5b7bee49564 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.0.14 +PORTVERSION= 1.0.15 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index 25b67973f378..da8f09a3b026 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.0.14.tar.gz) = 98e483925dab83683762db32c21a1e2ec685d79a298c2e32e785af0cc4bae3af -SIZE (nginx-1.0.14.tar.gz) = 692465 +SHA256 (nginx-1.0.15.tar.gz) = 1daf3950623c90b084e7eceb104071596060aca5c721bf890549fc2990b1ebe6 +SIZE (nginx-1.0.15.tar.gz) = 693025 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 |