From owner-svn-ports-all@freebsd.org Tue May 7 20:48:53 2019 Return-Path: Delivered-To: svn-ports-all@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 403CB1593A1D; Tue, 7 May 2019 20:48:53 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB28474781; Tue, 7 May 2019 20:48:52 +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 B1550238E9; Tue, 7 May 2019 20:48:52 +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 x47Kmqgj007114; Tue, 7 May 2019 20:48:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x47Kmqss007111; Tue, 7 May 2019 20:48:52 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201905072048.x47Kmqss007111@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Tue, 7 May 2019 20:48:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500981 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 500981 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: DB28474781 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 May 2019 20:48:53 -0000 Author: mfechner Date: Tue May 7 20:48:51 2019 New Revision: 500981 URL: https://svnweb.freebsd.org/changeset/ports/500981 Log: Update to version 11.10.4. For detailed changelog please see here: https://about.gitlab.com/2019/05/01/gitlab-11-10-4-released/ Security: 4faac805-6be0-11e9-a685-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 Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/Makefile Tue May 7 20:48:51 2019 (r500981) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.10.2 +PORTVERSION= 11.10.4 PORTREVISION= 0 CATEGORIES= www devel @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE # for the options MY_DEPENDS= git>=2.16.2:devel/git \ gitlab-shell>=9.0.0:devel/gitlab-shell \ - gitlab-workhorse>=8.5.1:www/gitlab-workhorse \ + gitlab-workhorse>=8.5.2:www/gitlab-workhorse \ gitaly>=1.34.1:devel/gitaly \ gitlab-pages>=1.5.0:www/gitlab-pages \ redis>=3.2.12:databases/redis \ @@ -228,7 +228,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= f3e84e78b62450d3fc6beb9191596a22bf271a38 +GL_COMMIT= 62c464651d2df6f4002af4e4967d11be9aec8d92 USERS= git GROUPS= git @@ -270,7 +270,6 @@ do-install: ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab ${WRKSRC}/lib/support/nginx/gitlab.sample ${MV} ${WRKSRC}/lib/support/nginx/gitlab-ssl ${WRKSRC}/lib/support/nginx/gitlab-ssl.sample - ${MKDIR} ${STAGEDIR}/usr/local/git/repositories ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/uploads ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/distinfo Tue May 7 20:48:51 2019 (r500981) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556570767 -SHA256 (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 18025b7c8afc59bd7f4d24d11eda227885384dfe46541757137d4431a7b61ba9 -SIZE (gitlab-org-gitlab-ce-f3e84e78b62450d3fc6beb9191596a22bf271a38_GL0.tar.gz) = 62703385 +TIMESTAMP = 1557156121 +SHA256 (gitlab-org-gitlab-ce-62c464651d2df6f4002af4e4967d11be9aec8d92_GL0.tar.gz) = 3ac0950518ccc9873e6411108e658fbe7144c6f131cf43b44990f1b5acdde493 +SIZE (gitlab-org-gitlab-ce-62c464651d2df6f4002af4e4967d11be9aec8d92_GL0.tar.gz) = 62704897 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Tue May 7 20:46:06 2019 (r500980) +++ head/www/gitlab-ce/pkg-plist Tue May 7 20:48:51 2019 (r500981) @@ -4093,6 +4093,7 @@ %%WWWDIR%%/app/models/concerns/chronic_duration_attribute.rb %%WWWDIR%%/app/models/concerns/ci/contextable.rb %%WWWDIR%%/app/models/concerns/ci/metadatable.rb +%%WWWDIR%%/app/models/concerns/ci/pipeline_delegator.rb %%WWWDIR%%/app/models/concerns/ci/processable.rb %%WWWDIR%%/app/models/concerns/closed_at_filterable.rb %%WWWDIR%%/app/models/concerns/created_at_filterable.rb @@ -9707,6 +9708,7 @@ %%WWWDIR%%/lib/api/helpers/custom_attributes.rb %%WWWDIR%%/lib/api/helpers/custom_validators.rb %%WWWDIR%%/lib/api/helpers/discussions_helpers.rb +%%WWWDIR%%/lib/api/helpers/events_helpers.rb %%WWWDIR%%/lib/api/helpers/graphql_helpers.rb %%WWWDIR%%/lib/api/helpers/headers_helpers.rb %%WWWDIR%%/lib/api/helpers/internal_helpers.rb @@ -9745,6 +9747,7 @@ %%WWWDIR%%/lib/api/pipeline_schedules.rb %%WWWDIR%%/lib/api/pipelines.rb %%WWWDIR%%/lib/api/project_clusters.rb +%%WWWDIR%%/lib/api/project_events.rb %%WWWDIR%%/lib/api/project_export.rb %%WWWDIR%%/lib/api/project_hooks.rb %%WWWDIR%%/lib/api/project_import.rb @@ -9955,6 +9958,7 @@ %%WWWDIR%%/lib/gitlab/access.rb %%WWWDIR%%/lib/gitlab/access/branch_protection.rb %%WWWDIR%%/lib/gitlab/action_rate_limiter.rb +%%WWWDIR%%/lib/gitlab/action_view_output/context.rb %%WWWDIR%%/lib/gitlab/allowable.rb %%WWWDIR%%/lib/gitlab/app_logger.rb %%WWWDIR%%/lib/gitlab/asciidoc.rb @@ -11563,6 +11567,7 @@ %%WWWDIR%%/rubocop/cop/gitlab/predicate_memoization.rb %%WWWDIR%%/rubocop/cop/gitlab/union.rb %%WWWDIR%%/rubocop/cop/group_public_or_visible_to_user.rb +%%WWWDIR%%/rubocop/cop/include_action_view_context.rb %%WWWDIR%%/rubocop/cop/include_sidekiq_worker.rb %%WWWDIR%%/rubocop/cop/inject_enterprise_edition_module.rb %%WWWDIR%%/rubocop/cop/line_break_around_conditional_block.rb @@ -15238,6 +15243,7 @@ %%WWWDIR%%/spec/requests/api/pipeline_schedules_spec.rb %%WWWDIR%%/spec/requests/api/pipelines_spec.rb %%WWWDIR%%/spec/requests/api/project_clusters_spec.rb +%%WWWDIR%%/spec/requests/api/project_events_spec.rb %%WWWDIR%%/spec/requests/api/project_export_spec.rb %%WWWDIR%%/spec/requests/api/project_hooks_spec.rb %%WWWDIR%%/spec/requests/api/project_import_spec.rb @@ -15308,6 +15314,7 @@ %%WWWDIR%%/spec/rubocop/cop/gitlab/predicate_memoization_spec.rb %%WWWDIR%%/spec/rubocop/cop/gitlab/union_spec.rb %%WWWDIR%%/spec/rubocop/cop/group_public_or_visible_to_user_spec.rb +%%WWWDIR%%/spec/rubocop/cop/include_action_view_context_spec.rb %%WWWDIR%%/spec/rubocop/cop/include_sidekiq_worker_spec.rb %%WWWDIR%%/spec/rubocop/cop/inject_enterprise_edition_module_spec.rb %%WWWDIR%%/spec/rubocop/cop/line_break_around_conditional_block_spec.rb @@ -16413,8 +16420,3 @@ @sample %%WWWDIR%%/config/database.yml.sample @sample %%WWWDIR%%/lib/support/nginx/gitlab.sample @sample %%WWWDIR%%/lib/support/nginx/gitlab-ssl.sample -@owner root -@group wheel -@dir /usr/local -@dir(git,git,) /usr/local/git -@dir(git,git,2770) /usr/local/git/repositories