Date: Sun, 27 Dec 2020 13:52:45 +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: r559360 - in head: devel/gitaly www/gitlab-ce Message-ID: <202012271352.0BRDqjLw077196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sun Dec 27 13:52:45 2020 New Revision: 559360 URL: https://svnweb.freebsd.org/changeset/ports/559360 Log: Bugfix update to 13.7.1. Changelog: https://about.gitlab.com/releases/2020/12/23/gitlab-13-7-1-released/ This release also fixes a problem with an upgrade related to rubygem-rdoc. 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 Sun Dec 27 13:06:51 2020 (r559359) +++ head/devel/gitaly/Makefile Sun Dec 27 13:52:45 2020 (r559360) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.7.0 +DISTVERSION= 13.7.1 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= 6c9022b6b7bc7abb440abde9fededc82db213c3c +GL_COMMIT= 639d0efb14aa42c38ef974002be52deb60a26da9 # for go dependencies USE_GITHUB= nodefault Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Sun Dec 27 13:06:51 2020 (r559359) +++ head/devel/gitaly/distinfo Sun Dec 27 13:52:45 2020 (r559360) @@ -1,4 +1,4 @@ -TIMESTAMP = 1608588445 +TIMESTAMP = 1609076424 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-6c9022b6b7bc7abb440abde9fededc82db213c3c_GL0.tar.gz) = 61eba78b52872d0f3fa635077571571b27cebca3e3812716598933efcdba6b5f -SIZE (gitlab-org-gitaly-6c9022b6b7bc7abb440abde9fededc82db213c3c_GL0.tar.gz) = 3286989 +SHA256 (gitlab-org-gitaly-639d0efb14aa42c38ef974002be52deb60a26da9_GL0.tar.gz) = 1b6d1d1b6cc3a24ec5b93227b1c026fb01645e853aa0bbbb449e173312a8d31d +SIZE (gitlab-org-gitaly-639d0efb14aa42c38ef974002be52deb60a26da9_GL0.tar.gz) = 3286933 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 Sun Dec 27 13:06:51 2020 (r559359) +++ head/www/gitlab-ce/Makefile Sun Dec 27 13:52:45 2020 (r559360) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME?= gitlab-ce -PORTVERSION?= 13.7.0 +PORTVERSION?= 13.7.1 PORTREVISION?= 0 CATEGORIES= www devel @@ -116,7 +116,7 @@ MY_DEPENDS= git>=2.29:devel/git \ rubygem-commonmarker>=0.21<1.0:textproc/rubygem-commonmarker \ rubygem-kramdown>=2.3.0<2.4:textproc/rubygem-kramdown \ rubygem-redcloth>=4.3.2<4.4.0:www/rubygem-redcloth \ - rubygem-rdoc>=6.1.2<6.3:devel/rubygem-rdoc \ + rubygem-rdoc>=6.1.2<7:devel/rubygem-rdoc \ rubygem-org-ruby>=0.9.12<0.10.0:textproc/rubygem-org-ruby \ rubygem-creole>=0.5.0<0.6.0:textproc/rubygem-creole \ rubygem-wikicloth081>=0.8.1<0.8.2:textproc/rubygem-wikicloth081 \ @@ -266,7 +266,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?= 91da1dcc7a1e08e70e2a7daa60b7604d8ceecf9e +GL_COMMIT?= c97c8073a0e63b678c31ebba78ca2867db376c76 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sun Dec 27 13:06:51 2020 (r559359) +++ head/www/gitlab-ce/distinfo Sun Dec 27 13:52:45 2020 (r559360) @@ -1,3 +1,3 @@ -TIMESTAMP = 1608586741 -SHA256 (gitlab-org-gitlab-foss-91da1dcc7a1e08e70e2a7daa60b7604d8ceecf9e_GL0.tar.gz) = 27a28bd938205751a01bd3d36a4a61b246a0d2bc3010f50b77d5f47c72abd844 -SIZE (gitlab-org-gitlab-foss-91da1dcc7a1e08e70e2a7daa60b7604d8ceecf9e_GL0.tar.gz) = 95868114 +TIMESTAMP = 1609076297 +SHA256 (gitlab-org-gitlab-foss-c97c8073a0e63b678c31ebba78ca2867db376c76_GL0.tar.gz) = 2056afe88c01f602a9df5806d94b1a5a279430bc4030be03e48f2de25077fef8 +SIZE (gitlab-org-gitlab-foss-c97c8073a0e63b678c31ebba78ca2867db376c76_GL0.tar.gz) = 95951644 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Sun Dec 27 13:06:51 2020 (r559359) +++ head/www/gitlab-ce/pkg-plist Sun Dec 27 13:52:45 2020 (r559360) @@ -12390,6 +12390,7 @@ %%WWWDIR%%/db/post_migrate/20201106082723_add_merge_request_jira_reference_indexes.rb %%WWWDIR%%/db/post_migrate/20201106134950_deduplicate_epic_iids.rb %%WWWDIR%%/db/post_migrate/20201109114603_schedule_remove_inaccessible_epic_todos.rb +%%WWWDIR%%/db/post_migrate/20201110161542_cleanup_transfered_projects_shared_runners.rb %%WWWDIR%%/db/post_migrate/20201112145311_add_index_on_sha_for_initial_deployments.rb %%WWWDIR%%/db/post_migrate/20201113105000_update_index_secure_for_api_fuzzing_telemetry.rb %%WWWDIR%%/db/post_migrate/20201119092319_schedule_repopulate_historical_vulnerability_statistics.rb @@ -13972,6 +13973,7 @@ %%WWWDIR%%/db/schema_migrations/20201110035029 %%WWWDIR%%/db/schema_migrations/20201110110454 %%WWWDIR%%/db/schema_migrations/20201110133629 +%%WWWDIR%%/db/schema_migrations/20201110161542 %%WWWDIR%%/db/schema_migrations/20201110221400 %%WWWDIR%%/db/schema_migrations/20201111051655 %%WWWDIR%%/db/schema_migrations/20201111051847 @@ -15911,6 +15913,7 @@ %%WWWDIR%%/doc/user/group/iterations/index.md %%WWWDIR%%/doc/user/group/repositories_analytics/index.md %%WWWDIR%%/doc/user/group/roadmap/img/epics_state_dropdown_v12_10.png +%%WWWDIR%%/doc/user/group/roadmap/img/roadmap_filters_v13_7.png %%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_months.png %%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_quarters.png %%WWWDIR%%/doc/user/group/roadmap/img/roadmap_timeline_weeks.png @@ -16037,6 +16040,7 @@ %%WWWDIR%%/doc/user/project/clusters/add_gke_clusters.md %%WWWDIR%%/doc/user/project/clusters/add_remove_clusters.md %%WWWDIR%%/doc/user/project/clusters/eks_and_gitlab/index.md +%%WWWDIR%%/doc/user/project/clusters/img/aws_iam_role_trust.png %%WWWDIR%%/doc/user/project/clusters/img/environment.png %%WWWDIR%%/doc/user/project/clusters/img/k8s_cluster_monitoring.png %%WWWDIR%%/doc/user/project/clusters/img/kubernetes_pod_logs_v12_10.png @@ -17568,6 +17572,7 @@ %%WWWDIR%%/lib/gitlab/background_migration/remove_undefined_vulnerability_severity_level.rb %%WWWDIR%%/lib/gitlab/background_migration/replace_blocked_by_links.rb %%WWWDIR%%/lib/gitlab/background_migration/reset_merge_status.rb +%%WWWDIR%%/lib/gitlab/background_migration/reset_shared_runners_for_transferred_projects.rb %%WWWDIR%%/lib/gitlab/background_migration/set_merge_request_diff_files_count.rb %%WWWDIR%%/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value.rb %%WWWDIR%%/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value.rb @@ -26887,6 +26892,7 @@ %%WWWDIR%%/spec/lib/gitlab/background_migration/recalculate_project_authorizations_with_min_max_user_id_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/replace_blocked_by_links_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/reset_merge_status_spec.rb +%%WWWDIR%%/spec/lib/gitlab/background_migration/reset_shared_runners_for_transferred_projects_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/set_merge_request_diff_files_count_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_external_diff_store_to_local_value_spec.rb %%WWWDIR%%/spec/lib/gitlab/background_migration/set_null_package_files_file_store_to_local_value_spec.rb @@ -28252,6 +28258,7 @@ %%WWWDIR%%/spec/migrations/20201014205300_drop_backfill_jira_tracker_deployment_type_jobs_spec.rb %%WWWDIR%%/spec/migrations/20201027002551_migrate_services_to_http_integrations_spec.rb %%WWWDIR%%/spec/migrations/20201028182809_backfill_jira_tracker_deployment_type2_spec.rb +%%WWWDIR%%/spec/migrations/20201110161542_cleanup_transfered_projects_shared_runners_spec.rb %%WWWDIR%%/spec/migrations/README.md %%WWWDIR%%/spec/migrations/active_record/schema_spec.rb %%WWWDIR%%/spec/migrations/add_default_and_free_plans_spec.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012271352.0BRDqjLw077196>