Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 22:27:17 +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: r526069 - head/www/gitlab-ce
Message-ID:  <202002132227.01DMRHwf066088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Feb 13 22:27:16 2020
New Revision: 526069
URL: https://svnweb.freebsd.org/changeset/ports/526069

Log:
  Security update to 12.7.6.
  Changelog:
  https://about.gitlab.com/releases/2020/02/13/critical-security-release-gitlab-12-dot-7-dot-6-released/
  
  MFH:		2020Q1
  Security:	1ece5591-4ea9-11ea-86f0-001b217b3468

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

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Thu Feb 13 22:08:56 2020	(r526068)
+++ head/www/gitlab-ce/Makefile	Thu Feb 13 22:27:16 2020	(r526069)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	12.7.5
-PORTREVISION=	3
+PORTVERSION=	12.7.6
+PORTREVISION=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -242,7 +242,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=	b0fe37ef58e19bc6f5d1db99f2ddc809f180a6f5
+GL_COMMIT=	61654d25b205e5c720de4d82402ff83fd8f18849
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Thu Feb 13 22:08:56 2020	(r526068)
+++ head/www/gitlab-ce/distinfo	Thu Feb 13 22:27:16 2020	(r526069)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1580543063
-SHA256 (gitlab-org-gitlab-foss-b0fe37ef58e19bc6f5d1db99f2ddc809f180a6f5_GL0.tar.gz) = 15cd159fc9417ee93503f9109ce4abbed07cf5960d16e37df4307ba52752c98e
-SIZE (gitlab-org-gitlab-foss-b0fe37ef58e19bc6f5d1db99f2ddc809f180a6f5_GL0.tar.gz) = 86836622
+TIMESTAMP = 1581628674
+SHA256 (gitlab-org-gitlab-foss-61654d25b205e5c720de4d82402ff83fd8f18849_GL0.tar.gz) = 1d91bcfdaf0dfd89eaa2dac215850063aa740d0ca80cdd3341983adf2fefd8c7
+SIZE (gitlab-org-gitlab-foss-61654d25b205e5c720de4d82402ff83fd8f18849_GL0.tar.gz) = 86836659

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Thu Feb 13 22:08:56 2020	(r526068)
+++ head/www/gitlab-ce/pkg-plist	Thu Feb 13 22:27:16 2020	(r526069)
@@ -8475,6 +8475,7 @@
 %%WWWDIR%%/db/post_migrate/20200114113341_patch_prometheus_services_for_shared_cluster_applications.rb
 %%WWWDIR%%/db/post_migrate/20200123155929_remove_invalid_jira_data.rb
 %%WWWDIR%%/db/post_migrate/20200127090233_remove_invalid_issue_tracker_data.rb
+%%WWWDIR%%/db/post_migrate/20200204113223_schedule_recalculate_project_authorizations.rb
 @(git,,) %%WWWDIR%%/db/schema.rb
 %%WWWDIR%%/db/seeds.rb
 %%WWWDIR%%/doc/README.md
@@ -11288,6 +11289,7 @@
 %%WWWDIR%%/lib/gitlab/background_migration/populate_untracked_uploads_dependencies.rb
 %%WWWDIR%%/lib/gitlab/background_migration/prepare_untracked_uploads.rb
 %%WWWDIR%%/lib/gitlab/background_migration/prune_orphaned_geo_events.rb
+%%WWWDIR%%/lib/gitlab/background_migration/recalculate_project_authorizations.rb
 %%WWWDIR%%/lib/gitlab/background_migration/remove_restricted_todos.rb
 %%WWWDIR%%/lib/gitlab/background_migration/reset_merge_status.rb
 %%WWWDIR%%/lib/gitlab/background_migration/set_confidential_note_events_on_services.rb
@@ -15397,6 +15399,7 @@
 %%WWWDIR%%/spec/factories/personal_access_tokens.rb
 %%WWWDIR%%/spec/factories/pool_repositories.rb
 %%WWWDIR%%/spec/factories/programming_languages.rb
+%%WWWDIR%%/spec/factories/project_authorizations.rb
 %%WWWDIR%%/spec/factories/project_auto_devops.rb
 %%WWWDIR%%/spec/factories/project_custom_attributes.rb
 %%WWWDIR%%/spec/factories/project_daily_statistics.rb
@@ -17949,6 +17952,7 @@
 %%WWWDIR%%/spec/lib/gitlab/background_migration/populate_untracked_uploads_dependencies/untracked_file_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/background_migration/populate_untracked_uploads_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/background_migration/prepare_untracked_uploads_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/background_migration/remove_restricted_todos_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/background_migration/reset_merge_status_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/background_migration/schedule_calculate_wiki_sizes_spec.rb
@@ -19028,6 +19032,7 @@
 %%WWWDIR%%/spec/migrations/schedule_merge_request_assignees_migration_progress_check_spec.rb
 %%WWWDIR%%/spec/migrations/schedule_pages_metadata_migration_spec.rb
 %%WWWDIR%%/spec/migrations/schedule_populate_merge_request_assignees_table_spec.rb
+%%WWWDIR%%/spec/migrations/schedule_recalculate_project_authorizations_spec.rb
 %%WWWDIR%%/spec/migrations/schedule_runners_token_encryption_spec.rb
 %%WWWDIR%%/spec/migrations/schedule_set_confidential_note_events_on_webhooks_spec.rb
 %%WWWDIR%%/spec/migrations/schedule_stages_index_migration_spec.rb



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