Date: Mon, 29 Jun 2020 18:01:41 +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: r540819 - in head: devel/gitaly www/gitlab-ce Message-ID: <202006291801.05TI1fxG001062@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Jun 29 18:01:40 2020 New Revision: 540819 URL: https://svnweb.freebsd.org/changeset/ports/540819 Log: Bugfix update to 13.1.1. Changelog: https://about.gitlab.com/releases/2020/06/24/gitlab-13-1-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 Mon Jun 29 17:39:46 2020 (r540818) +++ head/devel/gitaly/Makefile Mon Jun 29 18:01:40 2020 (r540819) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.1.0 +DISTVERSION= 13.1.1 PORTREVISION= 0 CATEGORIES= devel @@ -17,7 +17,7 @@ MY_DEPENDS= git>=2.26:devel/git \ rubygem-rugged>=0.28:devel/rubygem-rugged \ rubygem-github-linguist>=7.9<8.0:textproc/rubygem-github-linguist \ rubygem-gitlab-markup>=1.7.1<1.8.0:textproc/rubygem-gitlab-markup \ - rubygem-activesupport60>=6.0.3.1<6.1:devel/rubygem-activesupport60 \ + rubygem-activesupport60>=6.0.3.1<6.0.4:devel/rubygem-activesupport60 \ rubygem-rdoc>=6.1<7.0:devel/rubygem-rdoc \ rubygem-gitlab-gollum-lib>=4.2.7.9<4.2.8:www/rubygem-gitlab-gollum-lib \ rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter \ @@ -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= 9f05d83e129c2e0ded32b9c3441c576905b873ab +GL_COMMIT= 0fb7caf0703e3f78085054c367dcba9f640140de # for go dependencies USE_GITHUB= nodefault Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Mon Jun 29 17:39:46 2020 (r540818) +++ head/devel/gitaly/distinfo Mon Jun 29 18:01:40 2020 (r540819) @@ -1,4 +1,4 @@ -TIMESTAMP = 1592635319 +TIMESTAMP = 1593444209 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-9f05d83e129c2e0ded32b9c3441c576905b873ab_GL0.tar.gz) = 8aae9cd87692e9c13c83889be293bcd9fdbc5f43039687f2683c532ac9cb3cc6 -SIZE (gitlab-org-gitaly-9f05d83e129c2e0ded32b9c3441c576905b873ab_GL0.tar.gz) = 3022387 +SHA256 (gitlab-org-gitaly-0fb7caf0703e3f78085054c367dcba9f640140de_GL0.tar.gz) = b2b8315f3287154c12c51d566a7b9cc5347a271c92292aed5d14855965dbd862 +SIZE (gitlab-org-gitaly-0fb7caf0703e3f78085054c367dcba9f640140de_GL0.tar.gz) = 3022370 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 Mon Jun 29 17:39:46 2020 (r540818) +++ head/www/gitlab-ce/Makefile Mon Jun 29 18:01:40 2020 (r540819) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 13.1.0 -PORTREVISION= 2 +PORTVERSION= 13.1.1 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -193,7 +193,7 @@ MY_DEPENDS= git>=2.25:devel/git \ rubygem-prometheus-client-mmap>=0.10.0<0.11.0:devel/rubygem-prometheus-client-mmap \ rubygem-raindrops>=0.18<1.0:www/rubygem-raindrops \ rubygem-octokit>=4.15<5.0:net/rubygem-octokit \ - rubygem-gitlab-mail_room>=0.0.4<0.1.0:mail/rubygem-gitlab-mail_room \ + rubygem-gitlab-mail_room>=0.0.6<0.1.0:mail/rubygem-gitlab-mail_room \ rubygem-email_reply_trimmer>=0.1<1.0:mail/rubygem-email_reply_trimmer \ rubygem-html2text>=0:textproc/rubygem-html2text \ rubygem-ruby-prof>=1.3.0<1.4.0:devel/rubygem-ruby-prof \ @@ -251,7 +251,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= d62ee60b669e7b637038e97b647cfa7d50951375 +GL_COMMIT= bdb9883705a46a924818c26317268b95ea3f9e12 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 Mon Jun 29 17:39:46 2020 (r540818) +++ head/www/gitlab-ce/distinfo Mon Jun 29 18:01:40 2020 (r540819) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592634907 -SHA256 (gitlab-org-gitlab-foss-d62ee60b669e7b637038e97b647cfa7d50951375_GL0.tar.gz) = d8f875d16d5258c88498df71cfd53a7e7f94204cf420bf4ed918b3bcf2b72031 -SIZE (gitlab-org-gitlab-foss-d62ee60b669e7b637038e97b647cfa7d50951375_GL0.tar.gz) = 93876239 +TIMESTAMP = 1593443607 +SHA256 (gitlab-org-gitlab-foss-bdb9883705a46a924818c26317268b95ea3f9e12_GL0.tar.gz) = 1ce7d6c744eac44d6033aefde83b114a6a75db607cc9942a4c9d009144418547 +SIZE (gitlab-org-gitlab-foss-bdb9883705a46a924818c26317268b95ea3f9e12_GL0.tar.gz) = 92929183 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Mon Jun 29 17:39:46 2020 (r540818) +++ head/www/gitlab-ce/pkg-plist Mon Jun 29 18:01:40 2020 (r540819) @@ -6171,7 +6171,9 @@ %%WWWDIR%%/app/services/applications/create_service.rb %%WWWDIR%%/app/services/audit_event_service.rb %%WWWDIR%%/app/services/auth/container_registry_authentication_service.rb +%%WWWDIR%%/app/services/authorized_project_update/periodic_recalculate_service.rb %%WWWDIR%%/app/services/authorized_project_update/project_create_service.rb +%%WWWDIR%%/app/services/authorized_project_update/recalculate_for_user_range_service.rb %%WWWDIR%%/app/services/auto_merge/base_service.rb %%WWWDIR%%/app/services/auto_merge/merge_when_pipeline_succeeds_service.rb %%WWWDIR%%/app/services/auto_merge_service.rb @@ -8311,7 +8313,9 @@ %%WWWDIR%%/app/workers/all_queues.yml %%WWWDIR%%/app/workers/archive_trace_worker.rb %%WWWDIR%%/app/workers/authorized_keys_worker.rb +%%WWWDIR%%/app/workers/authorized_project_update/periodic_recalculate_worker.rb %%WWWDIR%%/app/workers/authorized_project_update/project_create_worker.rb +%%WWWDIR%%/app/workers/authorized_project_update/user_refresh_over_user_range_worker.rb %%WWWDIR%%/app/workers/authorized_project_update/user_refresh_with_low_urgency_worker.rb %%WWWDIR%%/app/workers/authorized_projects_worker.rb %%WWWDIR%%/app/workers/auto_devops/disable_worker.rb @@ -12460,10 +12464,11 @@ %%WWWDIR%%/doc/user/project/time_tracking.md %%WWWDIR%%/doc/user/project/web_ide/img/admin_live_preview_v13_0.png %%WWWDIR%%/doc/user/project/web_ide/img/commit_changes_v12_9.png -%%WWWDIR%%/doc/user/project/web_ide/img/dark_theme_v13.0.png +%%WWWDIR%%/doc/user/project/web_ide/img/dark_theme_v13_0.png %%WWWDIR%%/doc/user/project/web_ide/img/live_preview_v13_0.png %%WWWDIR%%/doc/user/project/web_ide/img/open_web_ide.png -%%WWWDIR%%/doc/user/project/web_ide/img/solarized_light_theme_v13.0.png +%%WWWDIR%%/doc/user/project/web_ide/img/solarized_dark_theme_v13_1.png +%%WWWDIR%%/doc/user/project/web_ide/img/solarized_light_theme_v13_0.png %%WWWDIR%%/doc/user/project/web_ide/img/terminal_status.png %%WWWDIR%%/doc/user/project/web_ide/index.md %%WWWDIR%%/doc/user/project/wiki/img/wiki_create_home_page.png @@ -12616,6 +12621,7 @@ %%WWWDIR%%/lib/api/entities/container_registry.rb %%WWWDIR%%/lib/api/entities/contributor.rb %%WWWDIR%%/lib/api/entities/custom_attribute.rb +%%WWWDIR%%/lib/api/entities/deploy_key.rb %%WWWDIR%%/lib/api/entities/deploy_key_with_user.rb %%WWWDIR%%/lib/api/entities/deploy_keys_project.rb %%WWWDIR%%/lib/api/entities/deploy_token.rb @@ -20793,6 +20799,8 @@ %%WWWDIR%%/spec/lib/after_commit_queue_spec.rb %%WWWDIR%%/spec/lib/api/api_spec.rb %%WWWDIR%%/spec/lib/api/entities/branch_spec.rb +%%WWWDIR%%/spec/lib/api/entities/deploy_key_spec.rb +%%WWWDIR%%/spec/lib/api/entities/deploy_keys_project_spec.rb %%WWWDIR%%/spec/lib/api/entities/design_management/design_spec.rb %%WWWDIR%%/spec/lib/api/entities/job_request/image_spec.rb %%WWWDIR%%/spec/lib/api/entities/job_request/port_spec.rb @@ -20801,6 +20809,7 @@ %%WWWDIR%%/spec/lib/api/entities/project_repository_storage_move_spec.rb %%WWWDIR%%/spec/lib/api/entities/release_spec.rb %%WWWDIR%%/spec/lib/api/entities/snippet_spec.rb +%%WWWDIR%%/spec/lib/api/entities/ssh_key_spec.rb %%WWWDIR%%/spec/lib/api/entities/user_spec.rb %%WWWDIR%%/spec/lib/api/helpers/graphql_helpers_spec.rb %%WWWDIR%%/spec/lib/api/helpers/label_helpers_spec.rb @@ -23296,7 +23305,9 @@ %%WWWDIR%%/spec/services/applications/create_service_spec.rb %%WWWDIR%%/spec/services/audit_event_service_spec.rb %%WWWDIR%%/spec/services/auth/container_registry_authentication_service_spec.rb +%%WWWDIR%%/spec/services/authorized_project_update/periodic_recalculate_service_spec.rb %%WWWDIR%%/spec/services/authorized_project_update/project_create_service_spec.rb +%%WWWDIR%%/spec/services/authorized_project_update/recalculate_for_user_range_service_spec.rb %%WWWDIR%%/spec/services/auto_merge/base_service_spec.rb %%WWWDIR%%/spec/services/auto_merge/merge_when_pipeline_succeeds_service_spec.rb %%WWWDIR%%/spec/services/auto_merge_service_spec.rb @@ -24052,6 +24063,7 @@ %%WWWDIR%%/spec/support/shared_contexts/change_access_checks_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/controllers/githubish_import_controller_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/controllers/ldap_omniauth_callbacks_controller_shared_context.rb +%%WWWDIR%%/spec/support/shared_contexts/controllers/logging_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/design_management_shared_contexts.rb %%WWWDIR%%/spec/support/shared_contexts/email_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/features/error_tracking_shared_context.rb @@ -24517,7 +24529,9 @@ %%WWWDIR%%/spec/workers/admin_email_worker_spec.rb %%WWWDIR%%/spec/workers/archive_trace_worker_spec.rb %%WWWDIR%%/spec/workers/authorized_keys_worker_spec.rb +%%WWWDIR%%/spec/workers/authorized_project_update/periodic_recalculate_worker_spec.rb %%WWWDIR%%/spec/workers/authorized_project_update/project_create_worker_spec.rb +%%WWWDIR%%/spec/workers/authorized_project_update/user_refresh_over_user_range_worker_spec.rb %%WWWDIR%%/spec/workers/authorized_project_update/user_refresh_with_low_urgency_worker_spec.rb %%WWWDIR%%/spec/workers/authorized_projects_worker_spec.rb %%WWWDIR%%/spec/workers/auto_devops/disable_worker_spec.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006291801.05TI1fxG001062>