Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2020 12:01:53 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543412 - in head: devel/gitaly www/gitlab-ce
Message-ID:  <202007251201.06PC1rQO097692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Jul 25 12:01:53 2020
New Revision: 543412
URL: https://svnweb.freebsd.org/changeset/ports/543412

Log:
  Bugfix update of www/gitlab-ce to 12.3.1.
  Changelog:
  https://about.gitlab.com/releases/2020/07/24/gitlab-13-2-1-released/

Modified:
  head/devel/gitaly/Makefile
  head/devel/gitaly/distinfo
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/distinfo
  head/www/gitlab-ce/pkg-plist

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Sat Jul 25 11:50:50 2020	(r543411)
+++ head/devel/gitaly/Makefile	Sat Jul 25 12:01:53 2020	(r543412)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	13.2.0
+DISTVERSION=	13.2.1
 PORTREVISION=	0
 CATEGORIES=	devel
 
@@ -42,7 +42,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=	5934aeb1ab3ddb0f89d6b1edd3089cd311d6c06d
+GL_COMMIT=	f513a0aaec0b5a9ae16abfc51be3dd2c9a049923
 
 # for go dependencies
 USE_GITHUB=	nodefault

Modified: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Sat Jul 25 11:50:50 2020	(r543411)
+++ head/devel/gitaly/distinfo	Sat Jul 25 12:01:53 2020	(r543412)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1595359220
+TIMESTAMP = 1595676841
 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
 SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
@@ -99,8 +99,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-5934aeb1ab3ddb0f89d6b1edd3089cd311d6c06d_GL0.tar.gz) = 09f4dea2df143f89a7b0b9fb19a97cd8b113f9c612221afa0276d1ef7755ce44
-SIZE (gitlab-org-gitaly-5934aeb1ab3ddb0f89d6b1edd3089cd311d6c06d_GL0.tar.gz) = 3063063
+SHA256 (gitlab-org-gitaly-f513a0aaec0b5a9ae16abfc51be3dd2c9a049923_GL0.tar.gz) = cd0d36ab25c53d154f43f64486fa78b4fb4b26064aef96bdc4be4e332b5acbe8
+SIZE (gitlab-org-gitaly-f513a0aaec0b5a9ae16abfc51be3dd2c9a049923_GL0.tar.gz) = 3063042
 SHA256 (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 9a2a40a6c44802b1de7ff46bc9c6bc97c8be179d0ca4fe755c22044650d3f84c
 SIZE (gitlab-org-gitlab-shell-716e30c55e893ebe2385b27f85902a789f26c6ef_GL0.tar.gz) = 65840
 SHA256 (gitlab-org-labkit-0149780c759d60f61fcfe1648fb882ba7ec41f3f_GL0.tar.gz) = fa3a9e6a6da58375427ee1814d95dba8d55bee13537492bba19480eae772ab95

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Sat Jul 25 11:50:50 2020	(r543411)
+++ head/www/gitlab-ce/Makefile	Sat Jul 25 12:01:53 2020	(r543412)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	13.2.0
+PORTVERSION=	13.2.1
 PORTREVISION=	0
 CATEGORIES=	www devel
 
@@ -254,7 +254,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=	d47fc5085a706ab37d038636c9d5934da69853f0
+GL_COMMIT=	b55baf593e63db9be3f446ea0cca0281a69dd2e2
 SHEBANG_FILES=	bin/background_* scripts/build_assets_image scripts/clean-old-cached-assets scripts/create_postgres_user.sh scripts/prepare_postgres_fdw.sh scripts/review_apps/gcp_cleanup.sh scripts/rspec_helpers.sh scripts/security-harness
 
 USERS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Sat Jul 25 11:50:50 2020	(r543411)
+++ head/www/gitlab-ce/distinfo	Sat Jul 25 12:01:53 2020	(r543412)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595357203
-SHA256 (gitlab-org-gitlab-foss-d47fc5085a706ab37d038636c9d5934da69853f0_GL0.tar.gz) = 2dda7988eef929c5d2c78dc3800f55857e1109a7dba9200d596f046a0403e488
-SIZE (gitlab-org-gitlab-foss-d47fc5085a706ab37d038636c9d5934da69853f0_GL0.tar.gz) = 95282260
+TIMESTAMP = 1595676904
+SHA256 (gitlab-org-gitlab-foss-b55baf593e63db9be3f446ea0cca0281a69dd2e2_GL0.tar.gz) = 632e40f6ac7230d2ba15dee214173b80b13fae19f3a8af99131310a3a8a83708
+SIZE (gitlab-org-gitlab-foss-b55baf593e63db9be3f446ea0cca0281a69dd2e2_GL0.tar.gz) = 95302263

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Sat Jul 25 11:50:50 2020	(r543411)
+++ head/www/gitlab-ce/pkg-plist	Sat Jul 25 12:01:53 2020	(r543412)
@@ -102,9 +102,6 @@
 %%WWWDIR%%/app/assets/images/auth_buttons/signin_with_google.png
 %%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
 %%WWWDIR%%/app/assets/images/aws_logo.svg
-%%WWWDIR%%/app/assets/images/bot_avatars/alert-bot.png
-%%WWWDIR%%/app/assets/images/bot_avatars/security-bot.png
-%%WWWDIR%%/app/assets/images/bot_avatars/support-bot.png
 %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_canceled.ico
 %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_created.ico
 %%WWWDIR%%/app/assets/images/ci_favicons/canary/favicon_status_failed.ico
@@ -10105,6 +10102,7 @@
 %%WWWDIR%%/db/migrate/20200712084655_create_dast_sites.rb
 %%WWWDIR%%/db/migrate/20200712235622_create_dast_site_profiles.rb
 %%WWWDIR%%/db/migrate/20200713152443_add_background_migration_job_index_for_partitioning_migrations.rb
+%%WWWDIR%%/db/migrate/20200715202659_add_index_on_package_files_file_store.rb
 %%WWWDIR%%/db/migrate/20200716044023_add_entity_path_to_audit_events.rb
 %%WWWDIR%%/db/migrate/20200716120419_add_text_limit_on_entity_path_to_audit_events.rb
 %%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb
@@ -13494,6 +13492,9 @@
 %%WWWDIR%%/lib/api/variables.rb
 %%WWWDIR%%/lib/api/version.rb
 %%WWWDIR%%/lib/api/wikis.rb
+%%WWWDIR%%/lib/assets/images/bot_avatars/alert-bot.png
+%%WWWDIR%%/lib/assets/images/bot_avatars/security-bot.png
+%%WWWDIR%%/lib/assets/images/bot_avatars/support-bot.png
 %%WWWDIR%%/lib/backup.rb
 %%WWWDIR%%/lib/backup/artifacts.rb
 %%WWWDIR%%/lib/backup/builds.rb



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