From owner-svn-ports-head@freebsd.org Sat Feb 20 20:10:16 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11B9AAAF3DB; Sat, 20 Feb 2016 20:10:16 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 E19121D9C; Sat, 20 Feb 2016 20:10:15 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1KKAEDL041939; Sat, 20 Feb 2016 20:10:14 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1KKAEJY041935; Sat, 20 Feb 2016 20:10:14 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201602202010.u1KKAEJY041935@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 20 Feb 2016 20:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409265 - in head/www: nginx nginx-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 20:10:16 -0000 Author: osa Date: Sat Feb 20 20:10:14 2016 New Revision: 409265 URL: https://svnweb.freebsd.org/changeset/ports/409265 Log: Upgrade third-party ct (Certificate Transparency) module from 1790ac0 to f3cad5e. Enable dynamic module feature in www/nginx-devel. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx-devel/Makefile Sat Feb 20 20:10:14 2016 (r409265) @@ -390,11 +390,11 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_cl .endif .if ${PORT_OPTIONS:MCT} -GIT_CT_VERSION= 1790ac0 +GIT_CT_VERSION= f3cad5e GH_ACCOUNT+= grahamedgecombe:ct GH_PROJECT+= nginx-ct:ct GH_TAGNAME+= ${GIT_CT_VERSION}:ct -CONFIGURE_ARGS+=--add-module=${WRKSRC_ct} +CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_ct} NGINX_OPENSSL= yes USE_HTTP_SSL= yes USE_OPENSSL_PORT= yes Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx-devel/distinfo Sat Feb 20 20:10:14 2016 (r409265) @@ -42,8 +42,8 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 -SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b -SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 +SHA256 (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 846e148f09ffea2ffc1b09b20c84408e23c170313f967513a85009717227c13a +SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx/Makefile Sat Feb 20 20:10:14 2016 (r409265) @@ -378,7 +378,7 @@ CONFIGURE_ARGS+=--add-module=${WRKSRC_cl .endif .if ${PORT_OPTIONS:MCT} -GIT_CT_VERSION= 1790ac0 +GIT_CT_VERSION= f3cad5e GH_ACCOUNT+= grahamedgecombe:ct GH_PROJECT+= nginx-ct:ct GH_TAGNAME+= ${GIT_CT_VERSION}:ct Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Feb 20 19:42:41 2016 (r409264) +++ head/www/nginx/distinfo Sat Feb 20 20:10:14 2016 (r409265) @@ -42,8 +42,8 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = fba7db2d16c0a2cf9a8d759baa6fdde1176bb9a4f0c747a218d3efd9f37298e8 SIZE (nginx-clojure-nginx-clojure-v0.4.3_GH0.tar.gz) = 589270 -SHA256 (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = df1006198fa0ce58b0353260cb37b0b7fa3636972bdb1ad9f442ac9b7af8172b -SIZE (grahamedgecombe-nginx-ct-1790ac0_GH0.tar.gz) = 4107 +SHA256 (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 846e148f09ffea2ffc1b09b20c84408e23c170313f967513a85009717227c13a +SIZE (grahamedgecombe-nginx-ct-f3cad5e_GH0.tar.gz) = 5521 SHA256 (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 7b8bb5139001306a46f8e9ce0b7d09befff2f49741ecc6eb47299518764defcd SIZE (openresty-echo-nginx-module-4f7aa50_GH0.tar.gz) = 52144 SHA256 (openresty-headers-more-nginx-module-f5559ec_GH0.tar.gz) = 422b12414a6f850cbb3ee96c225e5259eef4e949f70e63e27e6583ce3eb836ff