Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Oct 2020 13:51:44 +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: r551209 - in head: devel/gitaly www/gitlab-ce
Message-ID:  <202010021351.092DpiXW053687@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri Oct  2 13:51:43 2020
New Revision: 551209
URL: https://svnweb.freebsd.org/changeset/ports/551209

Log:
  Security update to 13.4.2.
  Changelog:
  https://about.gitlab.com/releases/2020/10/01/security-release-13-4-2-release/
  
  MFH:		2020Q4
  Security:	a3495e61-047f-11eb-86ea-001b217b3468

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	Fri Oct  2 13:38:59 2020	(r551208)
+++ head/devel/gitaly/Makefile	Fri Oct  2 13:51:43 2020	(r551209)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	13.4.1
+DISTVERSION=	13.4.2
 PORTREVISION=	0
 CATEGORIES=	devel
 
@@ -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=	5e5eb156e8b4ece0df1e6253b3f5e2223ce3b8a0
+GL_COMMIT=	60a08d8121b1019ee7868a9d8e22e6f3d98233ad
 
 # for go dependencies
 USE_GITHUB=	nodefault

Modified: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Fri Oct  2 13:38:59 2020	(r551208)
+++ head/devel/gitaly/distinfo	Fri Oct  2 13:51:43 2020	(r551209)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1601111720
+TIMESTAMP = 1601623964
 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
@@ -101,8 +101,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-5e5eb156e8b4ece0df1e6253b3f5e2223ce3b8a0_GL0.tar.gz) = 21a83ce2bc6900fc012693bac114429dfe9591591b6ab50058183ee703961e06
-SIZE (gitlab-org-gitaly-5e5eb156e8b4ece0df1e6253b3f5e2223ce3b8a0_GL0.tar.gz) = 3134581
+SHA256 (gitlab-org-gitaly-60a08d8121b1019ee7868a9d8e22e6f3d98233ad_GL0.tar.gz) = 258d379d5382e49b7a8ccdf9f2f7b6c70727b1fa12f445130fde3a1188006c99
+SIZE (gitlab-org-gitaly-60a08d8121b1019ee7868a9d8e22e6f3d98233ad_GL0.tar.gz) = 3134465
 SHA256 (gitlab-org-gitlab-shell-82ec8144fb2a04d78f29ae5d1f4e5a407257309f_GL0.tar.gz) = f2cf085e3ce5f5b36efe70270a523c30eac56b61443d61786130082a136457e6
 SIZE (gitlab-org-gitlab-shell-82ec8144fb2a04d78f29ae5d1f4e5a407257309f_GL0.tar.gz) = 82364
 SHA256 (gitlab-org-labkit-45895e1290291a2519678a847a24edb22880b9e6_GL0.tar.gz) = 4aa5c67e6b864d3e52705ac4401f47286af9af88c00fa338ef22a451db617011

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Fri Oct  2 13:38:59 2020	(r551208)
+++ head/www/gitlab-ce/Makefile	Fri Oct  2 13:51:43 2020	(r551209)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	gitlab-ce
-PORTVERSION?=	13.4.1
+PORTVERSION?=	13.4.2
 PORTREVISION?=	0
 CATEGORIES=	www devel
 
@@ -262,7 +262,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?=	c90be62bdefdb6bb67c73a9c4a6d164c9f78a28d
+GL_COMMIT?=	b08b36dccc3857641fe4e170b11c30cfb47c49e1
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Fri Oct  2 13:38:59 2020	(r551208)
+++ head/www/gitlab-ce/distinfo	Fri Oct  2 13:51:43 2020	(r551209)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601106336
-SHA256 (gitlab-org-gitlab-foss-c90be62bdefdb6bb67c73a9c4a6d164c9f78a28d_GL0.tar.gz) = d821e77340be719c9da458ac3ae4717ba3df5a1b48a6ad8bda24e7f73ef05437
-SIZE (gitlab-org-gitlab-foss-c90be62bdefdb6bb67c73a9c4a6d164c9f78a28d_GL0.tar.gz) = 101198770
+TIMESTAMP = 1601623891
+SHA256 (gitlab-org-gitlab-foss-b08b36dccc3857641fe4e170b11c30cfb47c49e1_GL0.tar.gz) = 5d95be61ce633e474633a461c9944a6700ac92c0874d50099748cfcbe03ab70d
+SIZE (gitlab-org-gitlab-foss-b08b36dccc3857641fe4e170b11c30cfb47c49e1_GL0.tar.gz) = 101210634

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Fri Oct  2 13:38:59 2020	(r551208)
+++ head/www/gitlab-ce/pkg-plist	Fri Oct  2 13:51:43 2020	(r551209)
@@ -7457,6 +7457,7 @@
 %%WWWDIR%%/app/validators/duration_validator.rb
 %%WWWDIR%%/app/validators/feature_flag_strategies_validator.rb
 %%WWWDIR%%/app/validators/feature_flag_user_xids_validator.rb
+%%WWWDIR%%/app/validators/future_date_validator.rb
 %%WWWDIR%%/app/validators/html_safety_validator.rb
 %%WWWDIR%%/app/validators/js_regex_validator.rb
 %%WWWDIR%%/app/validators/json_schema_validator.rb
@@ -9293,6 +9294,7 @@
 %%WWWDIR%%/app/workers/remote_mirror_notification_worker.rb
 %%WWWDIR%%/app/workers/remove_expired_group_links_worker.rb
 %%WWWDIR%%/app/workers/remove_expired_members_worker.rb
+%%WWWDIR%%/app/workers/remove_unaccepted_member_invites_worker.rb
 %%WWWDIR%%/app/workers/remove_unreferenced_lfs_objects_worker.rb
 %%WWWDIR%%/app/workers/repository_archive_cache_worker.rb
 %%WWWDIR%%/app/workers/repository_check/batch_worker.rb
@@ -10950,6 +10952,8 @@
 %%WWWDIR%%/db/migrate/20200828155134_add_foreign_key_on_scan_id_to_security_scans.rb
 %%WWWDIR%%/db/migrate/20200828155205_add_foreign_key_on_scanner_id_to_vulnerability_scanners.rb
 %%WWWDIR%%/db/migrate/20200830201204_add_index_to_package_creator.rb
+%%WWWDIR%%/db/migrate/20200831204646_add_project_feature_flags_to_plan_limits.rb
+%%WWWDIR%%/db/migrate/20200831222347_insert_project_feature_flags_plan_limits.rb
 %%WWWDIR%%/db/migrate/20200901203055_add_id_created_at_index_to_packages.rb
 %%WWWDIR%%/db/migrate/20200901214416_change_pypi_python_version_type.rb
 %%WWWDIR%%/db/migrate/20200902135542_update_package_max_file_size_plan_limits.rb
@@ -10974,6 +10978,7 @@
 %%WWWDIR%%/db/migrate/20200915152641_add_verification_state_to_terraform_state_version.rb
 %%WWWDIR%%/db/migrate/20200915164448_add_verification_failure_limit_to_terraform_state_version.rb
 %%WWWDIR%%/db/migrate/20200915164844_add_verification_failure_index_to_terraform_state_version.rb
+%%WWWDIR%%/db/migrate/20200916120837_add_index_to_members_for_unaccepted_invitations.rb
 %%WWWDIR%%/db/optional_migrations/composite_primary_keys.rb
 %%WWWDIR%%/db/post_migrate/20190102152410_delete_inconsistent_internal_id_records2.rb
 %%WWWDIR%%/db/post_migrate/20190115054215_migrate_delete_container_repository_worker.rb
@@ -12606,6 +12611,8 @@
 %%WWWDIR%%/db/schema_migrations/20200831065322
 %%WWWDIR%%/db/schema_migrations/20200831065705
 %%WWWDIR%%/db/schema_migrations/20200831074356
+%%WWWDIR%%/db/schema_migrations/20200831204646
+%%WWWDIR%%/db/schema_migrations/20200831222347
 %%WWWDIR%%/db/schema_migrations/20200831224343
 %%WWWDIR%%/db/schema_migrations/20200901203055
 %%WWWDIR%%/db/schema_migrations/20200901212304
@@ -12644,6 +12651,7 @@
 %%WWWDIR%%/db/schema_migrations/20200915164448
 %%WWWDIR%%/db/schema_migrations/20200915164844
 %%WWWDIR%%/db/schema_migrations/20200916081749
+%%WWWDIR%%/db/schema_migrations/20200916120837
 %%WWWDIR%%/db/seeds.rb
 %%WWWDIR%%/db/structure.sql
 %%WWWDIR%%/doc/.vale/gitlab/Acronyms.yml
@@ -26250,6 +26258,7 @@
 %%WWWDIR%%/spec/migrations/fix_wrong_pages_access_level_spec.rb
 %%WWWDIR%%/spec/migrations/generate_lets_encrypt_private_key_spec.rb
 %%WWWDIR%%/spec/migrations/generate_missing_routes_for_bots_spec.rb
+%%WWWDIR%%/spec/migrations/insert_project_feature_flags_plan_limits_spec.rb
 %%WWWDIR%%/spec/migrations/insert_project_hooks_plan_limits_spec.rb
 %%WWWDIR%%/spec/migrations/migrate_all_merge_request_user_mentions_to_db_spec.rb
 %%WWWDIR%%/spec/migrations/migrate_auto_dev_ops_domain_to_cluster_domain_spec.rb
@@ -28367,6 +28376,7 @@
 %%WWWDIR%%/spec/support/shared_examples/banzai/filters/inline_embeds_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/banzai/filters/inline_metrics_redactor_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/boards/multiple_issue_boards_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/cached_response_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/ci/auto_merge_merge_requests_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/ci/jobs_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/ci/pipeline_email_shared_examples.rb
@@ -28751,6 +28761,7 @@
 %%WWWDIR%%/spec/validators/cron_freeze_period_timezone_validator_spec.rb
 %%WWWDIR%%/spec/validators/cron_validator_spec.rb
 %%WWWDIR%%/spec/validators/devise_email_validator_spec.rb
+%%WWWDIR%%/spec/validators/future_date_validator_spec.rb
 %%WWWDIR%%/spec/validators/html_safety_validator_spec.rb
 %%WWWDIR%%/spec/validators/js_regex_validator_spec.rb
 %%WWWDIR%%/spec/validators/json_schema_validator_spec.rb
@@ -29047,6 +29058,7 @@
 %%WWWDIR%%/spec/workers/remote_mirror_notification_worker_spec.rb
 %%WWWDIR%%/spec/workers/remove_expired_group_links_worker_spec.rb
 %%WWWDIR%%/spec/workers/remove_expired_members_worker_spec.rb
+%%WWWDIR%%/spec/workers/remove_unaccepted_member_invites_worker_spec.rb
 %%WWWDIR%%/spec/workers/remove_unreferenced_lfs_objects_worker_spec.rb
 %%WWWDIR%%/spec/workers/repository_check/batch_worker_spec.rb
 %%WWWDIR%%/spec/workers/repository_check/clear_worker_spec.rb



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