svn commit: r391693 - in head/www/nginx: . files
Philip Paeps
philip at FreeBSD.org
Fri Jul 10 08:28:33 UTC 2015
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"
More information about the svn-ports-all
mailing list