From owner-svn-ports-all@FreeBSD.ORG Thu Jun 19 23:42:06 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3195AB95; Thu, 19 Jun 2014 23:42:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DD372761; Thu, 19 Jun 2014 23:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JNg5A5024147; Thu, 19 Jun 2014 23:42:05 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JNg5Qa024145; Thu, 19 Jun 2014 23:42:05 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201406192342.s5JNg5Qa024145@svn.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 19 Jun 2014 23:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358475 - in head/www/nginx-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 23:42:06 -0000 Author: osa Date: Thu Jun 19 23:42:05 2014 New Revision: 358475 URL: http://svnweb.freebsd.org/changeset/ports/358475 QAT: https://qat.redports.org/buildarchive/r358475/ Log: Update from 1.7.1 to 1.7.2. Remove nginx_upstream_hash third-party module support, please use http_upstream_hash_module instead. *) Feature: the "hash" directive inside the "upstream" block. *) Feature: defragmentation of free shared memory blocks. Thanks to Wandenberg Peixoto and Yichun Zhang. *) Bugfix: a segmentation fault might occur in a worker process if the default value of the "access_log" directive was used; the bug had appeared in 1.7.0. Thanks to Piotr Sikora. *) Bugfix: trailing slash was mistakenly removed from the last parameter of the "try_files" directive. *) Bugfix: nginx could not be built on OS X in some cases. *) Bugfix: in the ngx_http_spdy_module. Deleted: head/www/nginx-devel/files/extra-patch-ngx_http_upstream.h Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Thu Jun 19 23:07:17 2014 (r358474) +++ head/www/nginx-devel/Makefile Thu Jun 19 23:42:05 2014 (r358475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nginx -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -72,7 +72,6 @@ OPTIONS_DEFINE= \ HTTP_UPLOAD \ HTTP_UPLOAD_PROGRESS \ HTTP_UPSTREAM_FAIR \ - HTTP_UPSTREAM_HASH \ HTTP_UPSTREAM_STICKY \ HTTP_ZIP \ ARRAYVAR \ @@ -162,7 +161,6 @@ HTTP_SUBS_FILTER_DESC= 3rd party subs f HTTP_UPLOAD_DESC= 3rd party upload module HTTP_UPLOAD_PROGRESS_DESC= 3rd party uploadprogress module HTTP_UPSTREAM_FAIR_DESC= 3rd party upstream fair module -HTTP_UPSTREAM_HASH_DESC= 3rd party upstream hash module HTTP_UPSTREAM_STICKY_DESC= 3rd party upstream sticky module HTTP_ZIP_DESC= 3rd party http_zip module ARRAYVAR_DESC= 3rd party array_var module @@ -523,14 +521,6 @@ DISTFILES+= nginx_upstream_fair-${NGINX_ CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upstream_fair-${NGINX_UPSTREAM_FAIR_VERSION} .endif -.if ${PORT_OPTIONS:MHTTP_UPSTREAM_HASH} -NGINX_UPSTREAM_HASH_VERSION= 0.3.1 -MASTER_SITES+= http://wiki.nginx.org/images/1/11/:upstreamhash -DISTFILES+= Nginx_upstream_hash-${NGINX_UPSTREAM_HASH_VERSION}.tar.gz:upstreamhash -CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx_upstream_hash-${NGINX_UPSTREAM_HASH_VERSION} -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ngx_http_upstream.h -.endif - .if ${PORT_OPTIONS:MHTTP_UPSTREAM_STICKY} IGNORE= HTTP_UPSTREAM_STICKY: update require USE_HTTP_SSL= yes Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Thu Jun 19 23:07:17 2014 (r358474) +++ head/www/nginx-devel/distinfo Thu Jun 19 23:42:05 2014 (r358475) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.7.1.tar.gz) = a47de66dc2a1526c7cba2aa7c1defbc9e0a4ff3c68226f195874c010797b011e -SIZE (nginx-1.7.1.tar.gz) = 811015 +SHA256 (nginx-1.7.2.tar.gz) = 693508fcad31c6b64b69edf6839299eb4e4fe44dcb145e75deb90959cd880f75 +SIZE (nginx-1.7.1.tar.gz) = 814079 SHA256 (giom-nginx_accept_language_module-2f69842.tar.gz) = fbcdf792160a1eff7b9549aeb5209d6e76716ff8e86b05e42c90b2d2f858e011 SIZE (giom-nginx_accept_language_module-2f69842.tar.gz) = 3399 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1