svn commit: r564200 - in head: devel/gitaly devel/grpc_old www/gitlab-ce www/gitlab-ce/files

Matthias Fechner mfechner at FreeBSD.org
Sat Feb 6 08:08:27 UTC 2021


Author: mfechner
Date: Sat Feb  6 08:08:25 2021
New Revision: 564200
URL: https://svnweb.freebsd.org/changeset/ports/564200

Log:
  Security upgrade to 13.8.2.
  Changelog:
  https://about.gitlab.com/releases/2021/02/01/security-release-gitlab-13-8-2-released/
  
  Security:	66d1c277-652a-11eb-bb3f-001b217b3468

Added:
  head/devel/grpc_old/
     - copied from r562671, head/devel/grpc/
Modified:
  head/devel/gitaly/Makefile
  head/devel/gitaly/distinfo
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/distinfo
  head/www/gitlab-ce/files/gitlab.in
  head/www/gitlab-ce/pkg-plist

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/devel/gitaly/Makefile	Sat Feb  6 08:08:25 2021	(r564200)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	13.8.1
-PORTREVISION=	1
+DISTVERSION=	13.8.2
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -43,7 +43,7 @@ MAKE_ENV=	GOFLAGS="${GO_BUILDFLAGS}"
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
-GL_COMMIT=	ad45a98905064530b850259320f1e235b7e0db3d
+GL_COMMIT=	62f155d17754b1c9296e1ce36d3c3884a6049d19
 
 # for go dependencies
 USE_GITHUB=	nodefault

Modified: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/devel/gitaly/distinfo	Sat Feb  6 08:08:25 2021	(r564200)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1611752323
+TIMESTAMP = 1612252857
 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
 SIZE (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = 3321111
 SHA256 (alexbrainman-sspi-4729b3d4d858_GH0.tar.gz) = 757930d82a7fca04d46d1c69ac27361ef2dadcb9fabbb3bf3a5ed785ebfc4e27
@@ -157,8 +157,8 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b
 SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460
 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3
 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655
-SHA256 (gitlab-org-gitaly-ad45a98905064530b850259320f1e235b7e0db3d_GL0.tar.gz) = c0140eecc0dbd35cc82f4172ceb98a90c2027d70baecab9ff0d977792f9d8958
-SIZE (gitlab-org-gitaly-ad45a98905064530b850259320f1e235b7e0db3d_GL0.tar.gz) = 3308267
+SHA256 (gitlab-org-gitaly-62f155d17754b1c9296e1ce36d3c3884a6049d19_GL0.tar.gz) = c0f0d3cf39b4f2bc490f46046040a2437cef01edc8de39cc204742ff1b98f948
+SIZE (gitlab-org-gitaly-62f155d17754b1c9296e1ce36d3c3884a6049d19_GL0.tar.gz) = 3308208
 SHA256 (gitlab-org-gitlab-shell-3f9890ef73dced430d86801a1efc0e93ec50890e_GL0.tar.gz) = f2fdaf95afc348cbfe1b4445b5031bc67d2e808e4525db3dfb3a9e27c9adddf3
 SIZE (gitlab-org-gitlab-shell-3f9890ef73dced430d86801a1efc0e93ec50890e_GL0.tar.gz) = 89583
 SHA256 (gitlab-org-labkit-f2d7fb209ecad2eaddb5fb9c4ab03eb8eaa82811_GL0.tar.gz) = 7fb33d071f1731691125807188be8faba6100a43fa66ad9064d204b56642fbfd

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/www/gitlab-ce/Makefile	Sat Feb  6 08:08:25 2021	(r564200)
@@ -1,9 +1,9 @@
 # Created by: Torsten Zuehlsdorff <tz at FreeBSD.org>
 # $FreeBSD$
 
-PORTNAME=	gitlab-ce
-PORTVERSION=	13.8.1
-PORTREVISION=	2
+PORTNAME?=	gitlab-ce
+PORTVERSION?=	13.8.2
+PORTREVISION?=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -265,7 +265,7 @@ USE_GITLAB=	yes
 GL_ACCOUNT?=	gitlab-org
 GL_PROJECT?=	gitlab-foss
 # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags
-GL_COMMIT?=	7248f8bff5a90f3ff570c368310c361e1f4e9092
+GL_COMMIT?=	643958d42f2c8a43c6f479e13c7dea267de8f638
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/www/gitlab-ce/distinfo	Sat Feb  6 08:08:25 2021	(r564200)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611752145
-SHA256 (gitlab-org-gitlab-foss-7248f8bff5a90f3ff570c368310c361e1f4e9092_GL0.tar.gz) = 4cd83cb346fe998270a3fd4aea993fdc9b682f1b8c0ed97c9b7f06ea8f7932ff
-SIZE (gitlab-org-gitlab-foss-7248f8bff5a90f3ff570c368310c361e1f4e9092_GL0.tar.gz) = 96762016
+TIMESTAMP = 1612252630
+SHA256 (gitlab-org-gitlab-foss-643958d42f2c8a43c6f479e13c7dea267de8f638_GL0.tar.gz) = fc51b3b6342a08f880fd0cc6f3d1aaa2a688ca5ab62dc46b0d5b4b363a8bf3cb
+SIZE (gitlab-org-gitlab-foss-643958d42f2c8a43c6f479e13c7dea267de8f638_GL0.tar.gz) = 96767105

Modified: head/www/gitlab-ce/files/gitlab.in
==============================================================================
--- head/www/gitlab-ce/files/gitlab.in	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/www/gitlab-ce/files/gitlab.in	Sat Feb  6 08:08:25 2021	(r564200)
@@ -224,8 +224,8 @@ wait_for_pids(){
     i=$((i+1))
     if [ $((i%10)) = 0 ]; then
       echo -n "."
-    elif [ $((i)) = 301 ]; then
-      echo "Waited 30s for the processes to write their pids, something probably went wrong."
+    elif [ $((i)) = 601 ]; then
+      echo "Waited 60s for the processes to write their pids, something probably went wrong."
       exit 1;
     fi
   done

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Sat Feb  6 08:03:02 2021	(r564199)
+++ head/www/gitlab-ce/pkg-plist	Sat Feb  6 08:08:25 2021	(r564200)
@@ -10825,6 +10825,7 @@
 %%WWWDIR%%/config/routes/sherlock.rb
 %%WWWDIR%%/config/routes/sidekiq.rb
 %%WWWDIR%%/config/routes/snippets.rb
+%%WWWDIR%%/config/routes/unmatched_project.rb
 %%WWWDIR%%/config/routes/uploads.rb
 %%WWWDIR%%/config/routes/user.rb
 %%WWWDIR%%/config/routes/wiki.rb
@@ -31071,6 +31072,7 @@
 %%WWWDIR%%/spec/support/matchers/pagination_matcher.rb
 %%WWWDIR%%/spec/support/matchers/policy_matchers.rb
 %%WWWDIR%%/spec/support/matchers/query_matcher.rb
+%%WWWDIR%%/spec/support/matchers/route_to_route_not_found_matcher.rb
 %%WWWDIR%%/spec/support/matchers/satisfy_matchers.rb
 %%WWWDIR%%/spec/support/matchers/schema_matcher.rb
 %%WWWDIR%%/spec/support/matchers/security_header_matcher.rb


More information about the svn-ports-all mailing list