Date: Wed, 2 Sep 2020 20:18:19 +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: r547388 - in head: devel/gitaly www/gitlab-ce Message-ID: <202009022018.082KIJ6T080876@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed Sep 2 20:18:19 2020 New Revision: 547388 URL: https://svnweb.freebsd.org/changeset/ports/547388 Log: Security update to 13.3.3. This security update does not fix all problems, we have to wait here for 13.3.4. Changelog: https://about.gitlab.com/releases/2020/09/02/security-release-gitlab-13-3-3-released/ Security: 1fb13175-ed52-11ea-8b93-001b217b3468 Modified: head/devel/gitaly/Makefile head/devel/gitaly/distinfo head/devel/gitaly/pkg-plist 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 Wed Sep 2 20:13:22 2020 (r547387) +++ head/devel/gitaly/Makefile Wed Sep 2 20:18:19 2020 (r547388) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gitaly -DISTVERSION= 13.3.2 +DISTVERSION= 13.3.3 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= ffa009f1d830f7ce710e89c5a8d9870fff42e252 +GL_COMMIT= e93a1b40496de4b3bc323b73dad4feafeb8c682b # for go dependencies USE_GITHUB= nodefault Modified: head/devel/gitaly/distinfo ============================================================================== --- head/devel/gitaly/distinfo Wed Sep 2 20:13:22 2020 (r547387) +++ head/devel/gitaly/distinfo Wed Sep 2 20:18:19 2020 (r547388) @@ -1,4 +1,4 @@ -TIMESTAMP = 1598640996 +TIMESTAMP = 1599069537 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-ffa009f1d830f7ce710e89c5a8d9870fff42e252_GL0.tar.gz) = b77fa434c5ac1e740e4e6a15a64f8e35f3e21d390e183df89fc01f0d8d357138 -SIZE (gitlab-org-gitaly-ffa009f1d830f7ce710e89c5a8d9870fff42e252_GL0.tar.gz) = 3099031 +SHA256 (gitlab-org-gitaly-e93a1b40496de4b3bc323b73dad4feafeb8c682b_GL0.tar.gz) = e17115e984c9078e3d4cd92331c5efbaa5cd255184a0dda33a95a7c47430c9ef +SIZE (gitlab-org-gitaly-e93a1b40496de4b3bc323b73dad4feafeb8c682b_GL0.tar.gz) = 3099857 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/devel/gitaly/pkg-plist ============================================================================== --- head/devel/gitaly/pkg-plist Wed Sep 2 20:13:22 2020 (r547387) +++ head/devel/gitaly/pkg-plist Wed Sep 2 20:18:19 2020 (r547388) @@ -219,6 +219,7 @@ %%DATADIR%%/ruby/spec/lib/gitlab/git/wiki_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git/worktree_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/git_spec.rb +%%DATADIR%%/ruby/spec/lib/gitlab/gollum_spec.rb %%DATADIR%%/ruby/spec/lib/gitlab/ref_matcher_spec.rb %%DATADIR%%/ruby/spec/spec_helper.rb %%DATADIR%%/ruby/spec/support/generate-seed-repo-rb Modified: head/www/gitlab-ce/Makefile ============================================================================== --- head/www/gitlab-ce/Makefile Wed Sep 2 20:13:22 2020 (r547387) +++ head/www/gitlab-ce/Makefile Wed Sep 2 20:18:19 2020 (r547388) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 13.3.2 +PORTVERSION= 13.3.3 PORTREVISION= 0 CATEGORIES= www devel @@ -79,7 +79,7 @@ MY_DEPENDS= git>=2.26:devel/git \ rubygem-rack-cors>=1.0.6<1.1.0:www/rubygem-rack-cors \ rubygem-graphql>=1.10.5<1.11.0:devel/rubygem-graphql \ rubygem-graphiql-rails>=1.4.10<1.5.0:devel/rubygem-graphiql-rails \ - rubygem-apollo_upload_server>=2.0.0.b.3<2.1.0:net/rubygem-apollo_upload_server \ + rubygem-apollo_upload_server>=2.0.0.beta.3<2.1.0:net/rubygem-apollo_upload_server \ rubygem-graphql-docs>=1.6.0<1.7.0:devel/rubygem-graphql-docs \ rubygem-hashie-forbidden_attributes>0:devel/rubygem-hashie-forbidden_attributes \ rubygem-kaminari-rails60>=1.2.1<2.0:www/rubygem-kaminari-rails60 \ @@ -130,8 +130,8 @@ MY_DEPENDS= git>=2.26:devel/git \ rubygem-rack-timeout>=0.5.1<0.6:www/rubygem-rack-timeout \ rubygem-unicorn>=5.5<6:www/rubygem-unicorn \ rubygem-unicorn-worker-killer>=0.4.4<0.5.0:www/rubygem-unicorn-worker-killer \ - rubygem-gitlab-puma>=4.3.3.g.2:www/rubygem-gitlab-puma \ - rubygem-gitlab-puma_worker_killer>=0.1.1.g.1:www/rubygem-gitlab-puma_worker_killer \ + rubygem-gitlab-puma>=4.3.3.gitlab.2:www/rubygem-gitlab-puma \ + rubygem-gitlab-puma_worker_killer>=0.1.1.gitlab.1:www/rubygem-gitlab-puma_worker_killer \ rubygem-state_machines-activerecord>=0.6.0<0.7.0:databases/rubygem-state_machines-activerecord \ rubygem-acts-as-taggable-on>=6.0<7.0:www/rubygem-acts-as-taggable-on \ rubygem-sidekiq5>=5.2.9<5.3.0:devel/rubygem-sidekiq5 \ @@ -259,7 +259,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= f4a969f7f495978a7e656c69c929c9fdac111cff +GL_COMMIT= 417a126de5e49fb7c63bb3f23b22bc4a484ac359 USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Sep 2 20:13:22 2020 (r547387) +++ head/www/gitlab-ce/distinfo Wed Sep 2 20:18:19 2020 (r547388) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598640956 -SHA256 (gitlab-org-gitlab-foss-f4a969f7f495978a7e656c69c929c9fdac111cff_GL0.tar.gz) = c14575cd072ca5424526df7c82d35f79addaa54120b4c9834c5dd6d4a1ca1ed4 -SIZE (gitlab-org-gitlab-foss-f4a969f7f495978a7e656c69c929c9fdac111cff_GL0.tar.gz) = 98975341 +TIMESTAMP = 1599069517 +SHA256 (gitlab-org-gitlab-foss-417a126de5e49fb7c63bb3f23b22bc4a484ac359_GL0.tar.gz) = b0af1f190689cb9b3419b59e66503d4f021cc38ea92a357028e801560170395e +SIZE (gitlab-org-gitlab-foss-417a126de5e49fb7c63bb3f23b22bc4a484ac359_GL0.tar.gz) = 98984446 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed Sep 2 20:13:22 2020 (r547387) +++ head/www/gitlab-ce/pkg-plist Wed Sep 2 20:18:19 2020 (r547388) @@ -5094,6 +5094,7 @@ %%WWWDIR%%/app/finders/award_emojis_finder.rb %%WWWDIR%%/app/finders/boards/visits_finder.rb %%WWWDIR%%/app/finders/branches_finder.rb +%%WWWDIR%%/app/finders/ci/auth_job_finder.rb %%WWWDIR%%/app/finders/ci/daily_build_group_report_results_finder.rb %%WWWDIR%%/app/finders/ci/job_artifacts_finder.rb %%WWWDIR%%/app/finders/ci/jobs_finder.rb @@ -10390,6 +10391,7 @@ %%WWWDIR%%/db/migrate/20200716120000_partition_audit_events.rb %%WWWDIR%%/db/migrate/20200716120419_add_text_limit_on_entity_path_to_audit_events.rb %%WWWDIR%%/db/migrate/20200716145156_add_text_limit_to_audit_event_target_details.rb +%%WWWDIR%%/db/migrate/20200717040735_change_aws_roles_role_arn_null.rb %%WWWDIR%%/db/migrate/20200717080257_add_prevent_forking_to_namespace_settings.rb %%WWWDIR%%/db/migrate/20200717163656_add_moved_project_to_notification_settings.rb %%WWWDIR%%/db/migrate/20200718040100_add_index_on_merge_request_diffs_external_diff_store.rb @@ -11898,6 +11900,7 @@ %%WWWDIR%%/db/schema_migrations/20200716120000 %%WWWDIR%%/db/schema_migrations/20200716120419 %%WWWDIR%%/db/schema_migrations/20200716145156 +%%WWWDIR%%/db/schema_migrations/20200717040735 %%WWWDIR%%/db/schema_migrations/20200717080257 %%WWWDIR%%/db/schema_migrations/20200717163656 %%WWWDIR%%/db/schema_migrations/20200718040100 @@ -15489,6 +15492,7 @@ %%WWWDIR%%/lib/gitlab/auth/saml/origin_validator.rb %%WWWDIR%%/lib/gitlab/auth/saml/user.rb %%WWWDIR%%/lib/gitlab/auth/too_many_ips.rb +%%WWWDIR%%/lib/gitlab/auth/two_factor_auth_verifier.rb %%WWWDIR%%/lib/gitlab/auth/unique_ips_limiter.rb %%WWWDIR%%/lib/gitlab/auth/user_access_denied_reason.rb %%WWWDIR%%/lib/gitlab/auth_logger.rb @@ -19923,6 +19927,7 @@ %%WWWDIR%%/spec/controllers/omniauth_callbacks_controller_spec.rb %%WWWDIR%%/spec/controllers/passwords_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/accounts_controller_spec.rb +%%WWWDIR%%/spec/controllers/profiles/active_sessions_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/avatars_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/emails_controller_spec.rb %%WWWDIR%%/spec/controllers/profiles/keys_controller_spec.rb @@ -20976,6 +20981,7 @@ %%WWWDIR%%/spec/finders/award_emojis_finder_spec.rb %%WWWDIR%%/spec/finders/boards/visits_finder_spec.rb %%WWWDIR%%/spec/finders/branches_finder_spec.rb +%%WWWDIR%%/spec/finders/ci/auth_job_finder_spec.rb %%WWWDIR%%/spec/finders/ci/daily_build_group_report_results_finder_spec.rb %%WWWDIR%%/spec/finders/ci/job_artifacts_finder_spec.rb %%WWWDIR%%/spec/finders/ci/jobs_finder_spec.rb @@ -23952,6 +23958,7 @@ %%WWWDIR%%/spec/lib/gitlab/auth/saml/identity_linker_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth/saml/origin_validator_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth/saml/user_spec.rb +%%WWWDIR%%/spec/lib/gitlab/auth/two_factor_auth_verifier_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth/unique_ips_limiter_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth/user_access_denied_reason_spec.rb %%WWWDIR%%/spec/lib/gitlab/auth_spec.rb @@ -27316,6 +27323,7 @@ %%WWWDIR%%/spec/support/shared_examples/controllers/application_settings_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/controllers/binary_blob_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/controllers/cache_control_shared_examples.rb +%%WWWDIR%%/spec/support/shared_examples/controllers/clusters_controller_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/controllers/concerns/graceful_timeout_handling_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/controllers/content_disposition_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/controllers/deploy_token_shared_examples.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009022018.082KIJ6T080876>