Date: Tue, 7 May 2019 20:48:52 +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: r500981 - head/www/gitlab-ce Message-ID: <201905072048.x47Kmqss007111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905072048.x47Kmqss007111>