From ade257b498094338e581603a6cf094cc7d694028 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Tue, 7 May 2013 11:32:59 +0000 Subject: Security update to latest versions: o) www/nginx from 1.4.0 to 1.4.1; o) www/nginx-devel from 1.4.0 to 1.5.0. *) Security: a stack-based buffer overflow might occur in a worker process while handling a specially crafted request, potentially resulting in arbitrary code execution (CVE-2013-2028); the bug had appeared in 1.3.9. Thanks to Greg MacManus, iSIGHT Partners Labs. --- www/nginx/Makefile | 3 +-- www/nginx/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'www/nginx') diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 396ac68f8048..03b4aee992b8 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTVERSION= 1.4.1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ diff --git a/www/nginx/distinfo b/www/nginx/distinfo index cd38ad7db557..bb4d2a0cfd67 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -1,5 +1,5 @@ -SHA256 (nginx-1.4.0.tar.gz) = 84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9 -SIZE (nginx-1.4.0.tar.gz) = 773451 +SHA256 (nginx-1.4.1.tar.gz) = bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119 +SIZE (nginx-1.4.1.tar.gz) = 767107 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 -- cgit