From owner-svn-ports-branches@freebsd.org Tue Oct 2 06:21:50 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 054D710B886B; Tue, 2 Oct 2018 06:21:50 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AF0587DF39; Tue, 2 Oct 2018 06:21:49 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A9E392BEFD; Tue, 2 Oct 2018 06:21:49 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w926LnFS031843; Tue, 2 Oct 2018 06:21:49 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w926Ln9X031841; Tue, 2 Oct 2018 06:21:49 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201810020621.w926Ln9X031841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 2 Oct 2018 06:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r481098 - branches/2018Q4/www/gitlab-ce X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q4/www/gitlab-ce X-SVN-Commit-Revision: 481098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2018 06:21:50 -0000 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