From owner-svn-ports-head@freebsd.org Fri Jul 10 08:28:33 2015 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 324D93CB9; Fri, 10 Jul 2015 08:28:33 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org (repo.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 15EAFCAD; Fri, 10 Jul 2015 08:28:33 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6A8SWFw024434; Fri, 10 Jul 2015 08:28:32 GMT (envelope-from philip@FreeBSD.org) Received: (from philip@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6A8SWDp024429; Fri, 10 Jul 2015 08:28:32 GMT (envelope-from philip@FreeBSD.org) Message-Id: <201507100828.t6A8SWDp024429@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: philip set sender to philip@FreeBSD.org using -f From: Philip Paeps Date: Fri, 10 Jul 2015 08:28:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391693 - in head/www/nginx: . 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-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: Fri, 10 Jul 2015 08:28:33 -0000 Author: philip Date: Fri Jul 10 08:28:31 2015 New Revision: 391693 URL: https://svnweb.freebsd.org/changeset/ports/391693 Log: Update third-party KRB5/SPNEGO module to the latest upstream version. Approved by: osa (maintainer) Modified: head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/Makefile Fri Jul 10 08:28:31 2015 (r391693) @@ -302,7 +302,7 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch- .endif .if ${PORT_OPTIONS:MHTTP_AUTH_KRB5} -GIT_HTTP_AUTH_KRB5_VERSION= 29cb489 +GIT_HTTP_AUTH_KRB5_VERSION= f76d5d9 GH_ACCOUNT+= stnoonan:auth_krb5 GH_PROJECT+= spnego-http-auth-nginx-module:auth_krb5 GH_TAGNAME+= ${GIT_HTTP_AUTH_KRB5_VERSION}:auth_krb5 Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/distinfo Fri Jul 10 08:28:31 2015 (r391693) @@ -40,8 +40,8 @@ SHA256 (giom-nginx_accept_language_modul SIZE (giom-nginx_accept_language_module-2f69842_GH0.tar.gz) = 3393 SHA256 (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = d3071ca4b70cfd7f437add772a2aa6ab585dafb5d5a2e3f5cc70af74da72acf2 SIZE (samizdatco-nginx-http-auth-digest-bd1c86a_GH0.tar.gz) = 14458 -SHA256 (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 0b85a00e6e918fe8eb633c178c709dc4e91289515be7b06f83f33ff1fcd7b40e -SIZE (stnoonan-spnego-http-auth-nginx-module-29cb489_GH0.tar.gz) = 17546 +SHA256 (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 86edc9fd1da3f06501b1aafe19b235981ee4c10908224d50dfa4a0eac0d3dbc0 +SIZE (stnoonan-spnego-http-auth-nginx-module-f76d5d9_GH0.tar.gz) = 18152 SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 9e3f78ea73e2d606a95ee64fd3affa4c249f9b342e66b6b11b63061791f28316 SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (nginx-clojure-nginx-clojure-v0.4.0_GH0.tar.gz) = 1611fb0e82c82a26c2c6c751a597111443705fa4557331296aa0dafae86c5915 Modified: head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config ============================================================================== --- head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Fri Jul 10 08:11:23 2015 (r391692) +++ head/www/nginx/files/extra-patch-spnego-http-auth-nginx-module-config Fri Jul 10 08:28:31 2015 (r391693) @@ -1,5 +1,5 @@ ---- ../spnego-http-auth-nginx-module-29cb489/config.orig 2015-06-13 20:49:15.590751000 +0300 -+++ ../spnego-http-auth-nginx-module-29cb489/config 2015-06-13 20:49:31.024936000 +0300 +--- ../spnego-http-auth-nginx-module-f76d5d9/config.orig 2015-06-13 20:49:15.590751000 +0300 ++++ ../spnego-http-auth-nginx-module-f76d5d9/config 2015-06-13 20:49:31.024936000 +0300 @@ -1,4 +1,4 @@ ngx_addon_name=ngx_http_auth_spnego_module HTTP_MODULES="$HTTP_MODULES ngx_http_auth_spnego_module"