Date: Wed, 3 Jul 2019 20:06: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: r505787 - head/www/gitlab-ce Message-ID: <201907032006.x63K6fB4085958@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Wed Jul 3 20:06:41 2019 New Revision: 505787 URL: https://svnweb.freebsd.org/changeset/ports/505787 Log: Security upgrade to 11.11.5. For more details see here: https://about.gitlab.com/2019/07/03/security-release-gitlab-12-dot-0-dot-3-released/ Security: 4ea507d1-9da8-11e9-a759-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 Wed Jul 3 20:05:03 2019 (r505786) +++ head/www/gitlab-ce/Makefile Wed Jul 3 20:06:41 2019 (r505787) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.11.3 -PORTREVISION= 1 +PORTVERSION= 11.11.5 +PORTREVISION= 0 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.21.0:devel/git \ gitlab-shell>=9.1.0:devel/gitlab-shell \ gitlab-workhorse>=8.7.0:www/gitlab-workhorse \ - gitaly>=1.42.4:devel/gitaly \ + gitaly>=1.42.5:devel/gitaly \ gitlab-pages>=1.5.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ yarn>=1.10.0:www/yarn \ @@ -190,7 +190,7 @@ MY_DEPENDS= git>=2.21.0:devel/git \ rubygem-sshkey>=2.0:security/rubygem-sshkey \ rubygem-ed25519>=1.2:security/rubygem-ed25519 \ rubygem-bcrypt_pbkdf>=1.0:security/rubygem-bcrypt_pbkdf \ - rubygem-gitaly-proto>=1.27.0:net/rubygem-gitaly-proto \ + rubygem-gitaly-proto>=1.27.2:net/rubygem-gitaly-proto \ rubygem-grpc>=1.19.0:net/rubygem-grpc \ rubygem-gitaly>=0.8.0:net/rubygem-gitaly \ rubygem-google-protobuf371>=3.7.1:devel/rubygem-google-protobuf371 \ @@ -229,7 +229,7 @@ USE_RC_SUBR= gitlab USE_GITLAB= yes GL_ACCOUNT= gitlab-org # Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags -GL_COMMIT= e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383 +GL_COMMIT= b85e6215a854a02fbb63c4e3be9998fc9fd4e58a USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Jul 3 20:05:03 2019 (r505786) +++ head/www/gitlab-ce/distinfo Wed Jul 3 20:06:41 2019 (r505787) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560265578 -SHA256 (gitlab-org-gitlab-ce-e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383_GL0.tar.gz) = 2c2d4a58c5afc632b4da670d7f51e8bf1e876921e98c9a4b9ffb046fe05b7ce9 -SIZE (gitlab-org-gitlab-ce-e3eeb779d72006b9fbbaecf9f1d8fbd52a7d6383_GL0.tar.gz) = 77468850 +TIMESTAMP = 1562171441 +SHA256 (gitlab-org-gitlab-ce-b85e6215a854a02fbb63c4e3be9998fc9fd4e58a_GL0.tar.gz) = 5484e64d83c75a4df0f8342de78b099610aebfa97f2695948a22d671abf1d94c +SIZE (gitlab-org-gitlab-ce-b85e6215a854a02fbb63c4e3be9998fc9fd4e58a_GL0.tar.gz) = 77475520 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed Jul 3 20:05:03 2019 (r505786) +++ head/www/gitlab-ce/pkg-plist Wed Jul 3 20:06:41 2019 (r505787) @@ -4498,6 +4498,7 @@ %%WWWDIR%%/app/policies/project_snippet_policy.rb %%WWWDIR%%/app/policies/protected_branch_policy.rb %%WWWDIR%%/app/policies/release_policy.rb +%%WWWDIR%%/app/policies/repository_policy.rb %%WWWDIR%%/app/policies/suggestion_policy.rb %%WWWDIR%%/app/policies/user_policy.rb %%WWWDIR%%/app/presenters/README.md @@ -11579,6 +11580,7 @@ %%WWWDIR%%/lib/gitlab/user_access.rb %%WWWDIR%%/lib/gitlab/user_extractor.rb %%WWWDIR%%/lib/gitlab/utils.rb +%%WWWDIR%%/lib/gitlab/utils/deep_size.rb %%WWWDIR%%/lib/gitlab/utils/merge_hash.rb %%WWWDIR%%/lib/gitlab/utils/override.rb %%WWWDIR%%/lib/gitlab/utils/strong_memoize.rb @@ -13490,6 +13492,7 @@ %%WWWDIR%%/spec/frontend/ide/lib/diff/diff_spec.js %%WWWDIR%%/spec/frontend/ide/lib/editor_options_spec.js %%WWWDIR%%/spec/frontend/ide/lib/files_spec.js +%%WWWDIR%%/spec/frontend/ide/services/index_spec.js %%WWWDIR%%/spec/frontend/ide/stores/modules/commit/mutations_spec.js %%WWWDIR%%/spec/frontend/ide/stores/modules/file_templates/getters_spec.js %%WWWDIR%%/spec/frontend/ide/stores/modules/file_templates/mutations_spec.js @@ -13626,6 +13629,7 @@ %%WWWDIR%%/spec/graphql/types/issuable_state_enum_spec.rb %%WWWDIR%%/spec/graphql/types/issue_state_enum_spec.rb %%WWWDIR%%/spec/graphql/types/issue_type_spec.rb +%%WWWDIR%%/spec/graphql/types/label_type_spec.rb %%WWWDIR%%/spec/graphql/types/merge_request_state_enum_spec.rb %%WWWDIR%%/spec/graphql/types/merge_request_type_spec.rb %%WWWDIR%%/spec/graphql/types/metadata_type_spec.rb @@ -15261,6 +15265,7 @@ %%WWWDIR%%/spec/lib/gitlab/usage_data_spec.rb %%WWWDIR%%/spec/lib/gitlab/user_access_spec.rb %%WWWDIR%%/spec/lib/gitlab/user_extractor_spec.rb +%%WWWDIR%%/spec/lib/gitlab/utils/deep_size_spec.rb %%WWWDIR%%/spec/lib/gitlab/utils/merge_hash_spec.rb %%WWWDIR%%/spec/lib/gitlab/utils/override_spec.rb %%WWWDIR%%/spec/lib/gitlab/utils/strong_memoize_spec.rb @@ -16646,6 +16651,7 @@ %%WWWDIR%%/spec/support/shared_examples/requests/api/diff_discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/issuable_participants_examples.rb +%%WWWDIR%%/spec/support/shared_examples/requests/api/issues/merge_requests_count_shared_examples.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/notes.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/resolvable_discussions.rb %%WWWDIR%%/spec/support/shared_examples/requests/api/status_shared_examples.rb @@ -16727,6 +16733,7 @@ %%WWWDIR%%/spec/uploaders/workers/object_storage/migrate_uploads_worker_spec.rb %%WWWDIR%%/spec/validators/addressable_url_validator_spec.rb %%WWWDIR%%/spec/validators/branch_filter_validator_spec.rb +%%WWWDIR%%/spec/validators/color_validator_spec.rb %%WWWDIR%%/spec/validators/devise_email_validator_spec.rb %%WWWDIR%%/spec/validators/js_regex_validator_spec.rb %%WWWDIR%%/spec/validators/namespace_path_validator_spec.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907032006.x63K6fB4085958>