Date: Tue, 2 Oct 2018 06:21:49 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481098 - branches/2018Q4/www/gitlab-ce Message-ID: <201810020621.w926Ln9X031841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Oct 2 06:21:48 2018 New Revision: 481098 URL: https://svnweb.freebsd.org/changeset/ports/481098 Log: MFH: r481064 www/gitlab-ce security update to 11.3.1. For more details please see here: https://about.gitlab.com/2018/10/01/security-release-gitlab-11-dot-3-dot-1-released/ Approved by: mentors (implicit) MFC after: 0d Security: 065b3b72-c5ab-11e8-9ae2-001b217b3468 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/www/gitlab-ce/Makefile branches/2018Q4/www/gitlab-ce/distinfo branches/2018Q4/www/gitlab-ce/pkg-plist Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/www/gitlab-ce/Makefile ============================================================================== --- branches/2018Q4/www/gitlab-ce/Makefile Tue Oct 2 06:20:32 2018 (r481097) +++ branches/2018Q4/www/gitlab-ce/Makefile Tue Oct 2 06:21:48 2018 (r481098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.3.0 +PORTVERSION= 11.3.1 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE MY_DEPENDS= git>=2.16.2:devel/git \ gitlab-shell>=8.3.3:devel/gitlab-shell \ gitlab-workhorse>=6.1.0:www/gitlab-workhorse \ - gitaly>=0.120.0:devel/gitaly \ + gitaly>=0.120.1:devel/gitaly \ gitlab-pages>=1.1.0:www/gitlab-pages \ redis>=2.8.23:databases/redis \ npm>=4.3.0:www/npm \ @@ -218,7 +218,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= 17bd59adecf525e5e0a42101d241d05e29228338 +GL_COMMIT= 32cb452ee039e11b42933646f982b5e36363d360 USERS= git GROUPS= git Modified: branches/2018Q4/www/gitlab-ce/distinfo ============================================================================== --- branches/2018Q4/www/gitlab-ce/distinfo Tue Oct 2 06:20:32 2018 (r481097) +++ branches/2018Q4/www/gitlab-ce/distinfo Tue Oct 2 06:21:48 2018 (r481098) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537563375 -SHA256 (gitlab-org-gitlab-ce-17bd59adecf525e5e0a42101d241d05e29228338_GL0.tar.gz) = 7a3615de5c2359f10f5f0ec606871a3034546e7f5cf41f41809665fe56a11464 -SIZE (gitlab-org-gitlab-ce-17bd59adecf525e5e0a42101d241d05e29228338_GL0.tar.gz) = 42430478 +TIMESTAMP = 1538419242 +SHA256 (gitlab-org-gitlab-ce-32cb452ee039e11b42933646f982b5e36363d360_GL0.tar.gz) = fd5f44632b842c117362ec105ff4a6130706d13a29ce5bf95724671126f8f784 +SIZE (gitlab-org-gitlab-ce-32cb452ee039e11b42933646f982b5e36363d360_GL0.tar.gz) = 42434337 Modified: branches/2018Q4/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2018Q4/www/gitlab-ce/pkg-plist Tue Oct 2 06:20:32 2018 (r481097) +++ branches/2018Q4/www/gitlab-ce/pkg-plist Tue Oct 2 06:21:48 2018 (r481098) @@ -10347,6 +10347,7 @@ %%WWWDIR%%/rubocop/cop/gitlab/httparty.rb %%WWWDIR%%/rubocop/cop/gitlab/module_with_instance_variables.rb %%WWWDIR%%/rubocop/cop/gitlab/predicate_memoization.rb +%%WWWDIR%%/rubocop/cop/group_public_or_visible_to_user.rb %%WWWDIR%%/rubocop/cop/include_sidekiq_worker.rb %%WWWDIR%%/rubocop/cop/line_break_around_conditional_block.rb %%WWWDIR%%/rubocop/cop/migration/add_column.rb @@ -11892,6 +11893,7 @@ %%WWWDIR%%/spec/javascripts/issue_show/components/form_spec.js %%WWWDIR%%/spec/javascripts/issue_show/components/title_spec.js %%WWWDIR%%/spec/javascripts/issue_show/helpers.js +%%WWWDIR%%/spec/javascripts/issue_show/index_spec.js %%WWWDIR%%/spec/javascripts/issue_show/mock_data.js %%WWWDIR%%/spec/javascripts/issue_spec.js %%WWWDIR%%/spec/javascripts/job_spec.js @@ -13484,6 +13486,7 @@ %%WWWDIR%%/spec/requests/api/projects_spec.rb %%WWWDIR%%/spec/requests/api/protected_branches_spec.rb %%WWWDIR%%/spec/requests/api/protected_tags_spec.rb +%%WWWDIR%%/spec/requests/api/redacted_events_spec.rb %%WWWDIR%%/spec/requests/api/repositories_spec.rb %%WWWDIR%%/spec/requests/api/resource_label_events_spec.rb %%WWWDIR%%/spec/requests/api/runner_spec.rb @@ -13528,6 +13531,7 @@ %%WWWDIR%%/spec/rubocop/cop/gitlab/httparty_spec.rb %%WWWDIR%%/spec/rubocop/cop/gitlab/module_with_instance_variables_spec.rb %%WWWDIR%%/spec/rubocop/cop/gitlab/predicate_memoization_spec.rb +%%WWWDIR%%/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb %%WWWDIR%%/spec/rubocop/cop/include_sidekiq_worker_spec.rb %%WWWDIR%%/spec/rubocop/cop/line_break_around_conditional_block_spec.rb %%WWWDIR%%/spec/rubocop/cop/migration/add_concurrent_foreign_key_spec.rb @@ -13571,6 +13575,7 @@ %%WWWDIR%%/spec/serializers/deploy_key_entity_spec.rb %%WWWDIR%%/spec/serializers/deployment_entity_spec.rb %%WWWDIR%%/spec/serializers/diff_file_entity_spec.rb +%%WWWDIR%%/spec/serializers/diff_line_entity_spec.rb %%WWWDIR%%/spec/serializers/diff_line_serializer_spec.rb %%WWWDIR%%/spec/serializers/diffs_entity_spec.rb %%WWWDIR%%/spec/serializers/discussion_entity_spec.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810020621.w926Ln9X031841>