Date: Wed, 13 Nov 2019 02:39:36 +0000 (UTC) From: "Sergey A. Osokin" <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517356 - head/www/nginx-devel Message-ID: <201911130239.xAD2daNf088369@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Wed Nov 13 02:39:36 2019 New Revision: 517356 URL: https://svnweb.freebsd.org/changeset/ports/517356 Log: Update third-party modules to their recent versions. Switch third-party brotli module's github repo back to google cause eustas repo, the previous one, has been archived by the owner. Bump PORTREVISION. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/Makefile.extmod head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Nov 13 00:12:29 2019 (r517355) +++ head/www/nginx-devel/Makefile Wed Nov 13 02:39:36 2019 (r517356) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.17.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa Modified: head/www/nginx-devel/Makefile.extmod ============================================================================== --- head/www/nginx-devel/Makefile.extmod Wed Nov 13 00:12:29 2019 (r517355) +++ head/www/nginx-devel/Makefile.extmod Wed Nov 13 02:39:36 2019 (r517356) @@ -8,11 +8,11 @@ ARRAYVAR_IMPLIES= DEVEL_KIT ARRAYVAR_GH_TUPLE= openresty:array-var-nginx-module:v0.05:arrayvar ARRAYVAR_VARS= DSO_EXTMODS+=arrayvar -AWS_AUTH_GH_TUPLE= anomalizer:ngx_aws_auth:f1bcf3b:aws_auth +AWS_AUTH_GH_TUPLE= anomalizer:ngx_aws_auth:75c94e6:aws_auth AWS_AUTH_VARS= DSO_EXTMODS+=aws_auth BROTLI_LIB_DEPENDS= libbrotlicommon.so:archivers/brotli -BROTLI_GH_TUPLE= eustas:ngx_brotli:e26248e:brotli +BROTLI_GH_TUPLE= google:ngx_brotli:e505dce:brotli BROTLI_VARS= DSO_EXTMODS+=brotli CACHE_PURGE_MASTER_SITES= http://labs.frickle.com/files/:cache_purge @@ -22,7 +22,7 @@ CACHE_PURGE_CONFIGURE_ON= --add-module=${WRKDIR}/ngx_c CLOJURE_CATEGORIES+= java CLOJURE_USE= JAVA=yes JAVA_OS=native JAVA_VERSION=1.8 \ JAVA_VENDOR=openjdk JAVA_BUILD=yes JAVA_RUN=yes -CLOJURE_GH_TUPLE= nginx-clojure:nginx-clojure:50096bd:clojure +CLOJURE_GH_TUPLE= nginx-clojure:nginx-clojure:eb286b9:clojure CLOJURE_CONFIGURE_ENV= "JNI_INCS=-I${LOCALBASE}/openjdk8/include -I${LOCALBASE}/openjdk8/include/freebsd" CLOJURE_VARS= DSO_EXTMODS+=clojure CLOJURE_SUBDIR=/src/c @@ -274,7 +274,7 @@ SFLOW_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-ngx_http_ ${PATCHDIR}/extra-patch-ngx_http_sflow_config.h \ ${PATCHDIR}/extra-patch-ngx_http_sflow_module.c -SHIBBOLETH_GH_TUPLE= nginx-shib:nginx-http-shibboleth:d9fe8e5:shibboleth +SHIBBOLETH_GH_TUPLE= nginx-shib:nginx-http-shibboleth:20f6822:shibboleth SHIBBOLETH_VARS= DSO_EXTMODS+=shibboleth SLOWFS_CACHE_MASTER_SITES= http://labs.frickle.com/files/:slowfs_cache Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Nov 13 00:12:29 2019 (r517355) +++ head/www/nginx-devel/distinfo Wed Nov 13 02:39:36 2019 (r517356) @@ -1,4 +1,4 @@ -TIMESTAMP = 1571764510 +TIMESTAMP = 1573612106 SHA256 (nginx-1.17.5.tar.gz) = 63ee35e15a75af028ffa1f995e2b9c120b59ef5f1b61a23b8a4c33c262fc10c3 SIZE (nginx-1.17.5.tar.gz) = 1036056 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c @@ -21,12 +21,12 @@ SHA256 (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) SIZE (yaoweibin-nginx_ajp_module-bf6cd93_GH0.tar.gz) = 109704 SHA256 (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = c949d4be6f3442c8e2937046448dc8d8def25c0e0fa6f4e805144cea45eabe80 SIZE (openresty-array-var-nginx-module-v0.05_GH0.tar.gz) = 11280 -SHA256 (anomalizer-ngx_aws_auth-f1bcf3b_GH0.tar.gz) = e250ce159a10dfbfa0d665870436d706a2dd95c3bd72db06253ec12d1e9e19f3 -SIZE (anomalizer-ngx_aws_auth-f1bcf3b_GH0.tar.gz) = 15369 -SHA256 (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 915d35ecbc58ceb20f8d1b9463719f9934ca24f5a5ab261f44cb8263f8c5aa0f -SIZE (eustas-ngx_brotli-e26248e_GH0.tar.gz) = 12673 -SHA256 (nginx-clojure-nginx-clojure-50096bd_GH0.tar.gz) = 0a737c16c78e5c3a291a139f79606c8d6f4a1b08ff3917694a7a9326953a2141 -SIZE (nginx-clojure-nginx-clojure-50096bd_GH0.tar.gz) = 624362 +SHA256 (anomalizer-ngx_aws_auth-75c94e6_GH0.tar.gz) = d3c84268e42892b2875adc06f7404b9a839650b6ccdbd7dfae95d26766583971 +SIZE (anomalizer-ngx_aws_auth-75c94e6_GH0.tar.gz) = 15326 +SHA256 (google-ngx_brotli-e505dce_GH0.tar.gz) = 35ec4a8d2d9a65825efb0f875ee308751c8f9e1bada38590ccae4a0039e91ea4 +SIZE (google-ngx_brotli-e505dce_GH0.tar.gz) = 14652 +SHA256 (nginx-clojure-nginx-clojure-eb286b9_GH0.tar.gz) = 2323468d5c12b06bb45edd708c726204b5a250f38f3a24f0867578200a7fbb07 +SIZE (nginx-clojure-nginx-clojure-eb286b9_GH0.tar.gz) = 731453 SHA256 (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 72fdd125b9207cdda135f368095f85b943a78a4ff004d1cd217972e12b1571b2 SIZE (grahamedgecombe-nginx-ct-93e9884_GH0.tar.gz) = 7224 SHA256 (simpl-ngx_devel_kit-v0.3.1_GH0.tar.gz) = 0e971105e210d272a497567fa2e2c256f4e39b845a5ba80d373e26ba1abfbd85 @@ -127,8 +127,8 @@ SHA256 (openresty-set-misc-nginx-module-048e9e0_GH0.ta SIZE (openresty-set-misc-nginx-module-048e9e0_GH0.tar.gz) = 29344 SHA256 (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 95efdb1f6cfd6c32c577707f693eb6795c6f21ae062842bf84fe762d8b842955 SIZE (sflow-nginx-sflow-module-543c72a_GH0.tar.gz) = 29504 -SHA256 (nginx-shib-nginx-http-shibboleth-d9fe8e5_GH0.tar.gz) = f03ffab7de95ddee03c3084fbe86b2b49ebe001a26126a44847e496270ddafa1 -SIZE (nginx-shib-nginx-http-shibboleth-d9fe8e5_GH0.tar.gz) = 22472 +SHA256 (nginx-shib-nginx-http-shibboleth-20f6822_GH0.tar.gz) = c4fd93ec5e43494e59ee13e3cee687764bedc12d4e223c0bdb33096042061477 +SIZE (nginx-shib-nginx-http-shibboleth-20f6822_GH0.tar.gz) = 23236 SHA256 (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) = 4cf660651d11330a13aab29eb1722bf792d7c3c42e2919a36a1957c4ed0f1533 SIZE (cubicdaiya-ngx_small_light-v0.9.2_GH0.tar.gz) = 56502 SHA256 (openresty-srcache-nginx-module-v0.31_GH0.tar.gz) = 3f9729e73a8340926fa9d9fc15707c2f287cd27b6a9fe42e83f660ca48a5972d
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911130239.xAD2daNf088369>