Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2020 08:11:54 +0000 (UTC)
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537527 - head/www/nginx
Message-ID:  <202006020811.0528BseR082625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joneum
Date: Tue Jun  2 08:11:53 2020
New Revision: 537527
URL: https://svnweb.freebsd.org/changeset/ports/537527

Log:
  Switch with the nginx-upload-module to fdintino, they support http/2:
  https://github.com/fdintino/nginx-upload-module/
  
  PR:		246746
  Sponsored by:	Netzkommune GmbH

Modified:
  head/www/nginx/Makefile.extmod
  head/www/nginx/distinfo

Modified: head/www/nginx/Makefile.extmod
==============================================================================
--- head/www/nginx/Makefile.extmod	Tue Jun  2 06:38:51 2020	(r537526)
+++ head/www/nginx/Makefile.extmod	Tue Jun  2 08:11:53 2020	(r537527)
@@ -165,7 +165,7 @@ HTTP_TARANTOOL_VARS=		DSO_EXTMODS+=nginx_tarantool
 HTTP_TARANTOOL_EXTRA_PATCHES=	${PATCHDIR}/extra-patch-ngx_http_tarantool-config \
 				${PATCHDIR}/extra-patch-ngx_http_tarantool-src-tp_transcode.c
 
-HTTP_UPLOAD_GH_TUPLE=		Austinb:nginx-upload-module:72ec037:upload
+HTTP_UPLOAD_GH_TUPLE=		fdintino:nginx-upload-module:aa42509:upload
 HTTP_UPLOAD_VARS=		DSO_EXTMODS+=upload
 
 HTTP_UPLOAD_PROGRESS_GH_TUPLE=	masterzen:nginx-upload-progress-module:afb2d31:uploadprogress

Modified: head/www/nginx/distinfo
==============================================================================
--- head/www/nginx/distinfo	Tue Jun  2 06:38:51 2020	(r537526)
+++ head/www/nginx/distinfo	Tue Jun  2 08:11:53 2020	(r537527)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1587666533
+TIMESTAMP = 1591027492
 SHA256 (nginx-1.18.0.tar.gz) = 4c373e7ab5bf91d34a4f11a0c9496561061ba5eee6020db272a17a7228d35f99
 SIZE (nginx-1.18.0.tar.gz) = 1039530
 SHA256 (ngx_cache_purge-2.3.tar.gz) = 279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c
@@ -89,8 +89,8 @@ SHA256 (yaoweibin-ngx_http_substitutions_filter_module
 SIZE (yaoweibin-ngx_http_substitutions_filter_module-v0.6.4_GH0.tar.gz) = 92230
 SHA256 (tarantool-nginx_upstream_module-1278ee5_GH0.tar.gz) = 34d51afcd464582e6011a5d3abe6829c5690ddb9b50c993dfdafb4c725a4803a
 SIZE (tarantool-nginx_upstream_module-1278ee5_GH0.tar.gz) = 48378
-SHA256 (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = c6d4e38ad0712c898cc53721f492f8f73acf2753cc0a0769fa34d4d6ba4e8efd
-SIZE (Austinb-nginx-upload-module-72ec037_GH0.tar.gz) = 28303
+SHA256 (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 2285245bdef11656e5bcc866e693e48f84b7443d36924f45a6fb8647cd35319a
+SIZE (fdintino-nginx-upload-module-aa42509_GH0.tar.gz) = 42221
 SHA256 (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 6318851cc3a624aaad3b1f4cd9f51f79c86575c53dfe0c28bbdcf9470b6a33e6
 SIZE (masterzen-nginx-upload-progress-module-afb2d31_GH0.tar.gz) = 17269
 SHA256 (yaoweibin-nginx_upstream_check_module-9aecf15_GH0.tar.gz) = 4404c64e845e19feeb07a37976347987892a8e8680a961f793ff0d3ef96c07f4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006020811.0528BseR082625>