Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 14:12:44 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549595 - head/devel/gitlab-runner
Message-ID:  <202009221412.08MECipW046961@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 22 14:12:44 2020
New Revision: 549595
URL: https://svnweb.freebsd.org/changeset/ports/549595

Log:
  devel/gitlab-runner: update to 13.4.0

Modified:
  head/devel/gitlab-runner/Makefile   (contents, props changed)
  head/devel/gitlab-runner/distinfo   (contents, props changed)

Modified: head/devel/gitlab-runner/Makefile
==============================================================================
--- head/devel/gitlab-runner/Makefile	Tue Sep 22 13:43:19 2020	(r549594)
+++ head/devel/gitlab-runner/Makefile	Tue Sep 22 14:12:44 2020	(r549595)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-runner
-PORTVERSION=	13.3.1
+PORTVERSION=	13.4.0
 CATEGORIES=	devel
 MASTER_SITES=	https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerx64 \
 		https://gitlab-runner-downloads.s3.amazonaws.com/master/docker/:dockerarm
@@ -29,16 +29,18 @@ USE_GITHUB=	nodefault
 # Find tags here:
 # https://gitlab.com/gitlab-org/gitlab-runner/tags
 GL_ACCOUNT=	gitlab-org
-GL_COMMIT=	738bbe5aacb497198e38630be0117033c075b09a
-GITBRANCH=	13-3-stable
+GL_COMMIT=	4e1f20da78e05b1188d270243c675e1d859b42d0
+GITBRANCH=	13-4-stable
 # https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-freebsd-amd64
-BUILT=		2020-08-25T12:28:32+0000
+BUILT=		2020-09-18T11:15:49+0000
 
 GH_TUPLE=	\
+		Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \
+		Azure:azure-storage-blob-go:v0.10.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \
 		Azure:go-ansiterm:d6e3b3328b78:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \
 		Azure:go-autorest:5bd9621f41a0:azure_go_autorest_date/vendor/github.com/Azure/go-autorest \
-		Azure:go-autorest:740293c019d8:azure_go_autorest_adal \
 		Azure:go-autorest:autorest/v0.9.2:azure_go_autorest_autorest \
+		Azure:go-autorest:e727cfcfc902:azure_go_autorest_adal \
 		Azure:go-autorest:logger/v0.1.0:azure_go_autorest_logger \
 		Azure:go-autorest:tracing/v0.5.0:azure_go_autorest_tracing \
 		BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
@@ -75,6 +77,7 @@ GH_TUPLE=	\
 		golang:net:5a598a2470a0:golang_net/vendor/golang.org/x/net \
 		golang:oauth2:0f29369cfe45:golang_oauth2/vendor/golang.org/x/oauth2 \
 		golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \
+		golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \
 		golang:sync:112230192c58:golang_sync/vendor/golang.org/x/sync \
 		golang:sys:d5e6a3e2c0ae:golang_sys/vendor/golang.org/x/sys \
 		golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
@@ -82,6 +85,7 @@ GH_TUPLE=	\
 		golang:tools:345141a36859:golang_tools/vendor/golang.org/x/tools \
 		google:go-genproto:c23dd37a84c9:google_go_genproto/vendor/google.golang.org/genproto \
 		google:gofuzz:v1.0.0:google_gofuzz/vendor/github.com/google/gofuzz \
+		google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \
 		googleapis:gax-go:v2.0.5:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \
 		googleapis:gnostic:v0.1.0:googleapis_gnostic/vendor/github.com/googleapis/gnostic \
 		googleapis:google-api-go-client:v0.14.0:googleapis_google_api_go_client/vendor/google.golang.org/api \
@@ -92,14 +96,25 @@ GH_TUPLE=	\
 		gorilla:context:v1.1.1:gorilla_context/vendor/github.com/gorilla/context \
 		gorilla:mux:599cba5e7b61:gorilla_mux/vendor/github.com/gorilla/mux \
 		gorilla:websocket:v1.4.0:gorilla_websocket/vendor/github.com/gorilla/websocket \
-		grpc:grpc-go:v1.21.1:grpc_grpc_go/vendor/google.golang.org/grpc \
+		grpc:grpc-go:v1.22.0:grpc_grpc_go/vendor/google.golang.org/grpc \
+		hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \
+		hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \
+		hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \
+		hashicorp:go-retryablehttp:v0.5.4:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \
+		hashicorp:go-rootcerts:v1.0.1:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \
+		hashicorp:go-sockaddr:v1.0.2:hashicorp_go_sockaddr/vendor/github.com/hashicorp/go-sockaddr \
 		hashicorp:go-version:v1.2.0:hashicorp_go_version/vendor/github.com/hashicorp/go-version \
 		hashicorp:golang-lru:v0.5.1:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \
+		hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
+		hashicorp:vault:api/v1.0.4:hashicorp_vault_api/vendor/github.com/hashicorp/vault \
+		hashicorp:vault:sdk/v0.1.13:hashicorp_vault_sdk \
 		imdario:mergo:v0.3.7:imdario_mergo/vendor/github.com/imdario/mergo \
 		jpillora:backoff:06c7a16c845d:jpillora_backoff/vendor/github.com/jpillora/backoff \
 		json-iterator:go:v1.1.7:json_iterator_go/vendor/github.com/json-iterator/go \
 		jstemmer:go-junit-report:af01ea7f8024:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \
 		kardianos:osext:c2c54e542fb7:kardianos_osext/vendor/github.com/kardianos/osext \
+		klauspost:compress:v1.10.5:klauspost_compress/vendor/github.com/klauspost/compress \
+		klauspost:pgzip:v1.2.3:klauspost_pgzip/vendor/github.com/klauspost/pgzip \
 		konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
 		kr:pty:v1.1.1:kr_pty/vendor/github.com/kr/pty \
 		kubernetes-sigs:yaml:v1.1.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \
@@ -109,25 +124,30 @@ GH_TUPLE=	\
 		kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \
 		kubernetes:utils:69764acb6e8e:kubernetes_utils/vendor/k8s.io/utils \
 		markelog:trie:098fa99650c0:markelog_trie/vendor/github.com/markelog/trie \
+		mattn:go-ieproxy:6dee0af9227d:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \
 		matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
 		minio:minio-go:v6.0.49:minio_minio_go_v6/vendor/github.com/minio/minio-go/v6 \
 		minio:sha256-simd:v0.1.1:minio_sha256_simd/vendor/github.com/minio/sha256-simd \
 		mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \
 		mitchellh:gox:v1.0.1:mitchellh_gox/vendor/github.com/mitchellh/gox \
 		mitchellh:iochan:v1.0.0:mitchellh_iochan/vendor/github.com/mitchellh/iochan \
+		mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
 		modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \
 		modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \
 		opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \
 		opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \
 		opencontainers:runc:c1e454b2a1bf:opencontainers_runc/vendor/github.com/opencontainers/runc \
-		pkg:errors:v0.8.0:pkg_errors/vendor/github.com/pkg/errors \
+		pierrec:lz4:v2.0.5:pierrec_lz4/vendor/github.com/pierrec/lz4 \
+		pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
 		pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
 		prometheus:client_golang:v1.1.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
 		prometheus:client_model:fd36f4220a90:prometheus_client_model/vendor/github.com/prometheus/client_model \
 		prometheus:common:v0.6.0:prometheus_common/vendor/github.com/prometheus/common \
 		prometheus:procfs:v0.0.5:prometheus_procfs/vendor/github.com/prometheus/procfs \
+		ryanuber:go-glob:v1.0.0:ryanuber_go_glob/vendor/github.com/ryanuber/go-glob \
 		sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
 		spf13:pflag:4c012f6dcd95:spf13_pflag/vendor/github.com/spf13/pflag \
+		square:go-jose:v2.3.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \
 		stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \
 		stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \
 		tevino:abool:3c25f2fe7cd0:tevino_abool/vendor/github.com/tevino/abool \
@@ -161,6 +181,8 @@ post-extract:
 	@${RLN} ${WRKSRC_azure_go_autorest_logger}/logger ${WRKSRC}/vendor/github.com/Azure/go-autorest/logger
 	@${RM} -r ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing
 	@${RLN} ${WRKSRC_azure_go_autorest_tracing}/tracing ${WRKSRC}/vendor/github.com/Azure/go-autorest/tracing
+	@${RM} -r ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk
+	@${RLN} ${WRKSRC_hashicorp_vault_sdk}/sdk ${WRKSRC}/vendor/github.com/hashicorp/vault/sdk
 
 post-patch:
 	@${MKDIR} ${WRKSRC}/out/docker/

Modified: head/devel/gitlab-runner/distinfo
==============================================================================
--- head/devel/gitlab-runner/distinfo	Tue Sep 22 13:43:19 2020	(r549594)
+++ head/devel/gitlab-runner/distinfo	Tue Sep 22 14:12:44 2020	(r549595)
@@ -1,16 +1,20 @@
-TIMESTAMP = 1599682321
+TIMESTAMP = 1600781584
 SHA256 (gitlab-runner/prebuilt-x86_64.tar.xz) = b0dccc53f415962dde3f5a7e6f1ab068b8da5484a7fefdae2c5e39d8bb6c637e
 SIZE (gitlab-runner/prebuilt-x86_64.tar.xz) = 9594352
 SHA256 (gitlab-runner/prebuilt-arm.tar.xz) = 5018c6b661ebf4b9c661593548e45394c553bbd4082b5ef744a39a1f7f1fee32
 SIZE (gitlab-runner/prebuilt-arm.tar.xz) = 9020896
+SHA256 (gitlab-runner/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f
+SIZE (gitlab-runner/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443
+SHA256 (gitlab-runner/Azure-azure-storage-blob-go-v0.10.0_GH0.tar.gz) = e3d4304b9fcb7dc5911d648a236fa69c06cb3b33ffb05ac4be6bf3d69125f71e
+SIZE (gitlab-runner/Azure-azure-storage-blob-go-v0.10.0_GH0.tar.gz) = 214912
 SHA256 (gitlab-runner/Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = ee1ebe2efef498be1c558bf71e143289db2d21e2d42592503ad2d4a989006821
 SIZE (gitlab-runner/Azure-go-ansiterm-d6e3b3328b78_GH0.tar.gz) = 20946
 SHA256 (gitlab-runner/Azure-go-autorest-5bd9621f41a0_GH0.tar.gz) = 1cd0fa3f623475cd94daf16fff33e873d6a8191de89b1306008744fbf78f892b
 SIZE (gitlab-runner/Azure-go-autorest-5bd9621f41a0_GH0.tar.gz) = 156993
-SHA256 (gitlab-runner/Azure-go-autorest-740293c019d8_GH0.tar.gz) = 3ffee148e1f6c85e0de1b3e0a0753538c691da32fe6a2bfee2d0f5874f04c44f
-SIZE (gitlab-runner/Azure-go-autorest-740293c019d8_GH0.tar.gz) = 158872
 SHA256 (gitlab-runner/Azure-go-autorest-autorest-v0.9.2_GH0.tar.gz) = 122a32ee0611aec67d12d9a7c74a6332d442739adeaf21a89465626982bae1e8
 SIZE (gitlab-runner/Azure-go-autorest-autorest-v0.9.2_GH0.tar.gz) = 157645
+SHA256 (gitlab-runner/Azure-go-autorest-e727cfcfc902_GH0.tar.gz) = 8482a74adc7ea67dbf43c2a0d7e4a1a0c9d4e96e7472245fb888deba0eae8064
+SIZE (gitlab-runner/Azure-go-autorest-e727cfcfc902_GH0.tar.gz) = 167492
 SHA256 (gitlab-runner/Azure-go-autorest-logger-v0.1.0_GH0.tar.gz) = d642ed3d87f3dc9fcde6c7ff7b82a3b3463b70f6ff2d5a7c6c37099d754c464e
 SIZE (gitlab-runner/Azure-go-autorest-logger-v0.1.0_GH0.tar.gz) = 141423
 SHA256 (gitlab-runner/Azure-go-autorest-tracing-v0.5.0_GH0.tar.gz) = af322c3ccc73be318dddafd20f43baaa4be95dc58312f8d781cca29931cfa02f
@@ -83,6 +87,8 @@ SHA256 (gitlab-runner/golang-oauth2-0f29369cfe45_GH0.t
 SIZE (gitlab-runner/golang-oauth2-0f29369cfe45_GH0.tar.gz) = 45498
 SHA256 (gitlab-runner/golang-protobuf-v1.3.2_GH0.tar.gz) = c9cda622857a17cf0877c5ba76688a931883e505f40744c9495638b6e3da1f65
 SIZE (gitlab-runner/golang-protobuf-v1.3.2_GH0.tar.gz) = 312285
+SHA256 (gitlab-runner/golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85
+SIZE (gitlab-runner/golang-snappy-v0.0.1_GH0.tar.gz) = 62605
 SHA256 (gitlab-runner/golang-sync-112230192c58_GH0.tar.gz) = 6d98880ea18369550cb12d7011df8e4b21c5b7588268a412b863b5c9d2fa0313
 SIZE (gitlab-runner/golang-sync-112230192c58_GH0.tar.gz) = 16832
 SHA256 (gitlab-runner/golang-sys-d5e6a3e2c0ae_GH0.tar.gz) = 6cd44aa33cb0fc4caedadde44b3a943bece0aa67d803c00bfb09b03222845f19
@@ -97,6 +103,8 @@ SHA256 (gitlab-runner/google-go-genproto-c23dd37a84c9_
 SIZE (gitlab-runner/google-go-genproto-c23dd37a84c9_GH0.tar.gz) = 5654785
 SHA256 (gitlab-runner/google-gofuzz-v1.0.0_GH0.tar.gz) = c614b23263110dcf0881f13e9cac482ca01b222cd4a2664827574867a5437c66
 SIZE (gitlab-runner/google-gofuzz-v1.0.0_GH0.tar.gz) = 13201
+SHA256 (gitlab-runner/google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423
+SIZE (gitlab-runner/google-uuid-v1.1.1_GH0.tar.gz) = 13543
 SHA256 (gitlab-runner/googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c
 SIZE (gitlab-runner/googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328
 SHA256 (gitlab-runner/googleapis-gnostic-v0.1.0_GH0.tar.gz) = 4753a8a6c4b45fe3499732b1a6c13f6a461a9a5fa30ba8587ce1037e6b2153d2
@@ -117,12 +125,30 @@ SHA256 (gitlab-runner/gorilla-mux-599cba5e7b61_GH0.tar
 SIZE (gitlab-runner/gorilla-mux-599cba5e7b61_GH0.tar.gz) = 27875
 SHA256 (gitlab-runner/gorilla-websocket-v1.4.0_GH0.tar.gz) = 2b5743c72bd0930c5a80e49c0138b5b7d27fa7c085efd0c86805cccfa7220c9d
 SIZE (gitlab-runner/gorilla-websocket-v1.4.0_GH0.tar.gz) = 50228
-SHA256 (gitlab-runner/grpc-grpc-go-v1.21.1_GH0.tar.gz) = b2fee68665f5874a812ef1987fbe5e758279e225cf8d0352c2fa56531c99d602
-SIZE (gitlab-runner/grpc-grpc-go-v1.21.1_GH0.tar.gz) = 730964
+SHA256 (gitlab-runner/grpc-grpc-go-v1.22.0_GH0.tar.gz) = 99fa0aae21084a8726ce78c8f81397956908139311b29a5f95ab55a2831cd0d8
+SIZE (gitlab-runner/grpc-grpc-go-v1.22.0_GH0.tar.gz) = 742470
+SHA256 (gitlab-runner/hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 26afc0e5895c6ce87c881c5c02c682ccc9a08174a9c27ca26d4a1e72dbf78128
+SIZE (gitlab-runner/hashicorp-errwrap-v1.0.0_GH0.tar.gz) = 8346
+SHA256 (gitlab-runner/hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 24dedefe5edc4698dfa7e15a472369078a3447e8096e6d856549341c873c4a0b
+SIZE (gitlab-runner/hashicorp-go-cleanhttp-v0.5.1_GH0.tar.gz) = 8069
+SHA256 (gitlab-runner/hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 5ae83eea62b2c845d41087c38c878741337e092db114b9a7ca9aebe5bf1dd264
+SIZE (gitlab-runner/hashicorp-go-multierror-v1.0.0_GH0.tar.gz) = 10066
+SHA256 (gitlab-runner/hashicorp-go-retryablehttp-v0.5.4_GH0.tar.gz) = 78e41c14e041a83878fc57d4d90e3642f91ea8031cbba348bd07f656085be69e
+SIZE (gitlab-runner/hashicorp-go-retryablehttp-v0.5.4_GH0.tar.gz) = 15129
+SHA256 (gitlab-runner/hashicorp-go-rootcerts-v1.0.1_GH0.tar.gz) = 62eb5aa833acd6befcce8037023d0ec028df330b1abdcf10fe392a2b78072dd0
+SIZE (gitlab-runner/hashicorp-go-rootcerts-v1.0.1_GH0.tar.gz) = 11786
+SHA256 (gitlab-runner/hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = ce70228b6c0ac432b97c2a98697600668bf7ac8b4cd21e7c6767bed1e755ae7f
+SIZE (gitlab-runner/hashicorp-go-sockaddr-v1.0.2_GH0.tar.gz) = 663049
 SHA256 (gitlab-runner/hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13b02465ef92959236950956c79500a7d77c9ed9a47424cfb203538ac2cd96f1
 SIZE (gitlab-runner/hashicorp-go-version-v1.2.0_GH0.tar.gz) = 13094
 SHA256 (gitlab-runner/hashicorp-golang-lru-v0.5.1_GH0.tar.gz) = 3bf57512af746dc0338651ba1c35c65fe907ff214ccb22d679539f7ea791511e
 SIZE (gitlab-runner/hashicorp-golang-lru-v0.5.1_GH0.tar.gz) = 12982
+SHA256 (gitlab-runner/hashicorp-hcl-v1.0.0_GH0.tar.gz) = 50632428210503070fd2fde748c88b7414bf84a6a0eadebf9d8e596a033bead2
+SIZE (gitlab-runner/hashicorp-hcl-v1.0.0_GH0.tar.gz) = 70658
+SHA256 (gitlab-runner/hashicorp-vault-api-v1.0.4_GH0.tar.gz) = d83e61c54e6d7ba5527642e5b5c56a377c429dec6342a0a73a2060652b9c0c1e
+SIZE (gitlab-runner/hashicorp-vault-api-v1.0.4_GH0.tar.gz) = 27580801
+SHA256 (gitlab-runner/hashicorp-vault-sdk-v0.1.13_GH0.tar.gz) = 533b9e59f7eb4181cb755ac2a49c8aec13478a1b1339b01622130b0a23aaf013
+SIZE (gitlab-runner/hashicorp-vault-sdk-v0.1.13_GH0.tar.gz) = 27580044
 SHA256 (gitlab-runner/imdario-mergo-v0.3.7_GH0.tar.gz) = ce29171c44a6b4084ed514bc9b4ed6c3c01462c210b7ec6fe5e56691a46eb939
 SIZE (gitlab-runner/imdario-mergo-v0.3.7_GH0.tar.gz) = 16668
 SHA256 (gitlab-runner/jpillora-backoff-06c7a16c845d_GH0.tar.gz) = f75f46604d49c5bcb9926fbe07e2f430b6fe5301502c921f8637a4953249a3ff
@@ -133,6 +159,10 @@ SHA256 (gitlab-runner/jstemmer-go-junit-report-af01ea7
 SIZE (gitlab-runner/jstemmer-go-junit-report-af01ea7f8024_GH0.tar.gz) = 16550
 SHA256 (gitlab-runner/kardianos-osext-c2c54e542fb7_GH0.tar.gz) = e1c33f61668434daf601b09447f7712f1d2d3aae1d2915528b0dda7030d6c005
 SIZE (gitlab-runner/kardianos-osext-c2c54e542fb7_GH0.tar.gz) = 4722
+SHA256 (gitlab-runner/klauspost-compress-v1.10.5_GH0.tar.gz) = c9f56216f5ac3aed76842fe494a12d07e0064e7f242498af55040a525132a35e
+SIZE (gitlab-runner/klauspost-compress-v1.10.5_GH0.tar.gz) = 16719470
+SHA256 (gitlab-runner/klauspost-pgzip-v1.2.3_GH0.tar.gz) = 99ebbe7207864c079698d00d00b1315f6a7670f290426c373ef185b7e1dbf0e8
+SIZE (gitlab-runner/klauspost-pgzip-v1.2.3_GH0.tar.gz) = 123058
 SHA256 (gitlab-runner/konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe
 SIZE (gitlab-runner/konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987
 SHA256 (gitlab-runner/kr-pty-v1.1.1_GH0.tar.gz) = 949d6e7f84f12482c0bc3e901cca92d26266ed645a1bdead3ffb2516e017ac47
@@ -151,6 +181,8 @@ SHA256 (gitlab-runner/kubernetes-utils-69764acb6e8e_GH
 SIZE (gitlab-runner/kubernetes-utils-69764acb6e8e_GH0.tar.gz) = 51961
 SHA256 (gitlab-runner/markelog-trie-098fa99650c0_GH0.tar.gz) = b165f8d6fdcc1a097a61f4b1eb3edd60be0ae9dc142ecd0ea864024bd5c5ad1e
 SIZE (gitlab-runner/markelog-trie-098fa99650c0_GH0.tar.gz) = 6470
+SHA256 (gitlab-runner/mattn-go-ieproxy-6dee0af9227d_GH0.tar.gz) = 43271d845cd7876e4dec2490d122852dfc9a13abd115dc4b1ddd65f647d63406
+SIZE (gitlab-runner/mattn-go-ieproxy-6dee0af9227d_GH0.tar.gz) = 7521
 SHA256 (gitlab-runner/matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b
 SIZE (gitlab-runner/matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184
 SHA256 (gitlab-runner/minio-minio-go-v6.0.49_GH0.tar.gz) = 958a00adb0c9ad757d912aae979283b4f9194903bb5a6dc0af61653009c0b24b
@@ -163,6 +195,8 @@ SHA256 (gitlab-runner/mitchellh-gox-v1.0.1_GH0.tar.gz)
 SIZE (gitlab-runner/mitchellh-gox-v1.0.1_GH0.tar.gz) = 30819
 SHA256 (gitlab-runner/mitchellh-iochan-v1.0.0_GH0.tar.gz) = 2a9d55fa9fcdfca4c9299b0500acd5a6ced203cff60f296a5f136cf78fce938b
 SIZE (gitlab-runner/mitchellh-iochan-v1.0.0_GH0.tar.gz) = 1817
+SHA256 (gitlab-runner/mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b
+SIZE (gitlab-runner/mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980
 SHA256 (gitlab-runner/modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = d673e902118a6ece63198dc7e0961e904d0410f142726df0936ec1a52035a60f
 SIZE (gitlab-runner/modern-go-concurrent-bacd9c7ef1dd_GH0.tar.gz) = 7526
 SHA256 (gitlab-runner/modern-go-reflect2-v1.0.1_GH0.tar.gz) = d24e856d9aa8fd51b9e6c2cdd712a44c8d18cb8b72802f1bd16e0470322363fd
@@ -173,8 +207,10 @@ SHA256 (gitlab-runner/opencontainers-image-spec-v1.0.1
 SIZE (gitlab-runner/opencontainers-image-spec-v1.0.1_GH0.tar.gz) = 138674
 SHA256 (gitlab-runner/opencontainers-runc-c1e454b2a1bf_GH0.tar.gz) = e695a2ae1666d16fc7990ab2ac16842ad275cbb60f0e3ae5fd945ed3f6be483d
 SIZE (gitlab-runner/opencontainers-runc-c1e454b2a1bf_GH0.tar.gz) = 1203003
-SHA256 (gitlab-runner/pkg-errors-v0.8.0_GH0.tar.gz) = bacf6c58e490911398cee61742ddc6a90c560733e4c9dcb3d867b17a894c9dd5
-SIZE (gitlab-runner/pkg-errors-v0.8.0_GH0.tar.gz) = 11344
+SHA256 (gitlab-runner/pierrec-lz4-v2.0.5_GH0.tar.gz) = 322b98493c960e940cf187646957bea4fe96a274412b88d7d199a9cbf39591c6
+SIZE (gitlab-runner/pierrec-lz4-v2.0.5_GH0.tar.gz) = 3555216
+SHA256 (gitlab-runner/pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf15376035e7df79cbd7d6fa608
+SIZE (gitlab-runner/pkg-errors-v0.9.1_GH0.tar.gz) = 13415
 SHA256 (gitlab-runner/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda
 SIZE (gitlab-runner/pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398
 SHA256 (gitlab-runner/prometheus-client_golang-v1.1.0_GH0.tar.gz) = 4fd80a210cc090db117d92d126d15cdb5108c84e3178ffc7bd26cb2fa4298343
@@ -185,10 +221,14 @@ SHA256 (gitlab-runner/prometheus-common-v0.6.0_GH0.tar
 SIZE (gitlab-runner/prometheus-common-v0.6.0_GH0.tar.gz) = 99696
 SHA256 (gitlab-runner/prometheus-procfs-v0.0.5_GH0.tar.gz) = 0a28cd42f6c727ccd48878f7506f0a9c87b72e7dba122f8c6884aba3aab7c800
 SIZE (gitlab-runner/prometheus-procfs-v0.0.5_GH0.tar.gz) = 112152
+SHA256 (gitlab-runner/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 4e2b03027a6de87825fcf450a728c86b83d9c30b062310323c6009e298da6711
+SIZE (gitlab-runner/ryanuber-go-glob-v1.0.0_GH0.tar.gz) = 2969
 SHA256 (gitlab-runner/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 67f2ddf467b7e63d2d2529d227946a331e245aeef7e2e4521ae82647b5ef84d9
 SIZE (gitlab-runner/sirupsen-logrus-v1.4.2_GH0.tar.gz) = 41373
 SHA256 (gitlab-runner/spf13-pflag-4c012f6dcd95_GH0.tar.gz) = 011db16588a73f315cbf69aadf4b47cfe776de8bd1e6a854d42bbdbdf9626b0d
 SIZE (gitlab-runner/spf13-pflag-4c012f6dcd95_GH0.tar.gz) = 40018
+SHA256 (gitlab-runner/square-go-jose-v2.3.1_GH0.tar.gz) = 325bc36d91cc97d724c5c7d107adb7d75c1de32a18e9ff75a3b8341a995c3b6a
+SIZE (gitlab-runner/square-go-jose-v2.3.1_GH0.tar.gz) = 299480
 SHA256 (gitlab-runner/stretchr-objx-v0.2.0_GH0.tar.gz) = be7dce02798cdc24cee6bd2d95bfcf6976b1521ef735349bf5e7dfe6d147746f
 SIZE (gitlab-runner/stretchr-objx-v0.2.0_GH0.tar.gz) = 79981
 SHA256 (gitlab-runner/stretchr-testify-v1.4.0_GH0.tar.gz) = 3ae072321569a8cd6d77de8f3be774165e136198ce808df0a31589237ba59698
@@ -197,8 +237,8 @@ SHA256 (gitlab-runner/tevino-abool-3c25f2fe7cd0_GH0.ta
 SIZE (gitlab-runner/tevino-abool-3c25f2fe7cd0_GH0.tar.gz) = 2850
 SHA256 (gitlab-runner/urfave-cli-v1.20.0_GH0.tar.gz) = c5ba59f5742c99618b5ba34211699287cd3e80c41488bb267035ce0163e3bade
 SIZE (gitlab-runner/urfave-cli-v1.20.0_GH0.tar.gz) = 58397
-SHA256 (gitlab-runner/gitlab-org-gitlab-runner-738bbe5aacb497198e38630be0117033c075b09a_GL0.tar.gz) = 7f5474721d50f853b16a37c3844ae24c163ecbbb234b01792198b56ba00d476f
-SIZE (gitlab-runner/gitlab-org-gitlab-runner-738bbe5aacb497198e38630be0117033c075b09a_GL0.tar.gz) = 7548665
+SHA256 (gitlab-runner/gitlab-org-gitlab-runner-4e1f20da78e05b1188d270243c675e1d859b42d0_GL0.tar.gz) = f17fd99258c9186abb68584a5db6a2c7adb2911e38970d07bd8f52cfbd241b24
+SIZE (gitlab-runner/gitlab-org-gitlab-runner-4e1f20da78e05b1188d270243c675e1d859b42d0_GL0.tar.gz) = 8063368
 SHA256 (gitlab-runner/ayufan-golang-cli-helpers-a7cf72d604cdf0af6031dd5d54a4e513abeff0d4_GL0.tar.gz) = 567729855288797a02de78a81dffa6de07f9bae38b7269514ec74ceda4787efd
 SIZE (gitlab-runner/ayufan-golang-cli-helpers-a7cf72d604cdf0af6031dd5d54a4e513abeff0d4_GL0.tar.gz) = 4296
 SHA256 (gitlab-runner/gitlab-org-gitlab-terminal-5af59b871b1bcc3f4b733f6db0ff3b6e8b247b92_GL0.tar.gz) = d84d2f8643e0ca4b27d40830ecbf3352f26a091b378002cf48b7fc730d4b5e76



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