Date: Tue, 8 Oct 2019 20:39:03 +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: r514105 - branches/2019Q4/www/gitlab-ce Message-ID: <201910082039.x98Kd3id053889@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Oct 8 20:39:03 2019 New Revision: 514105 URL: https://svnweb.freebsd.org/changeset/ports/514105 Log: MFH: r513820 www/gtilab-ce security update to 12.3.3. Changelog: https://about.gitlab.com/2019/10/02/security-release-gitlab-12-dot-3-dot-3-released/ Security: b17c86b9-e52e-11e9-86e9-001b217b3468 Approved by: ports-secteam (miwi) Modified: branches/2019Q4/www/gitlab-ce/Makefile branches/2019Q4/www/gitlab-ce/distinfo branches/2019Q4/www/gitlab-ce/pkg-plist Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/www/gitlab-ce/Makefile ============================================================================== --- branches/2019Q4/www/gitlab-ce/Makefile Tue Oct 8 20:31:57 2019 (r514104) +++ branches/2019Q4/www/gitlab-ce/Makefile Tue Oct 8 20:39:03 2019 (r514105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 12.3.2 +PORTVERSION= 12.3.3 PORTREVISION= 0 CATEGORIES= www devel @@ -237,7 +237,7 @@ USE_GITLAB= yes GL_ACCOUNT= gitlab-org GL_PROJECT= gitlab-foss # Find the here: https://gitlab.com/gitlab-org/gitlab-foss/-/tags -GL_COMMIT= d3cda7c1f96371e868eaea2e30d577aa147dd34d +GL_COMMIT= ab531f31825d8d5aedce12d9975ecaa3e2720417 USERS= git GROUPS= git Modified: branches/2019Q4/www/gitlab-ce/distinfo ============================================================================== --- branches/2019Q4/www/gitlab-ce/distinfo Tue Oct 8 20:31:57 2019 (r514104) +++ branches/2019Q4/www/gitlab-ce/distinfo Tue Oct 8 20:39:03 2019 (r514105) @@ -1,3 +1,3 @@ -TIMESTAMP = 1569914953 -SHA256 (gitlab-org-gitlab-foss-d3cda7c1f96371e868eaea2e30d577aa147dd34d_GL0.tar.gz) = 2f1b60ec5564e52e9231b7665337f06b37c19bfe5f4a1397cd88ef513da8a644 -SIZE (gitlab-org-gitlab-foss-d3cda7c1f96371e868eaea2e30d577aa147dd34d_GL0.tar.gz) = 74630737 +TIMESTAMP = 1570175752 +SHA256 (gitlab-org-gitlab-foss-ab531f31825d8d5aedce12d9975ecaa3e2720417_GL0.tar.gz) = c6080cd14ba403f34d7861346d72a88eefd1625c28b5aa736fa503d91e12acce +SIZE (gitlab-org-gitlab-foss-ab531f31825d8d5aedce12d9975ecaa3e2720417_GL0.tar.gz) = 74638773 Modified: branches/2019Q4/www/gitlab-ce/pkg-plist ============================================================================== --- branches/2019Q4/www/gitlab-ce/pkg-plist Tue Oct 8 20:31:57 2019 (r514104) +++ branches/2019Q4/www/gitlab-ce/pkg-plist Tue Oct 8 20:39:03 2019 (r514105) @@ -16674,6 +16674,7 @@ %%WWWDIR%%/spec/support/helpers/policy_helpers.rb %%WWWDIR%%/spec/support/helpers/position_tracer_helpers.rb %%WWWDIR%%/spec/support/helpers/project_forks_helper.rb +%%WWWDIR%%/spec/support/helpers/project_helpers.rb %%WWWDIR%%/spec/support/helpers/prometheus_helpers.rb %%WWWDIR%%/spec/support/helpers/query_recorder.rb %%WWWDIR%%/spec/support/helpers/quick_actions_helpers.rb @@ -16780,6 +16781,7 @@ %%WWWDIR%%/spec/support/shared_contexts/merge_requests_allowing_collaboration.rb %%WWWDIR%%/spec/support/shared_contexts/policies/group_policy_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/policies/project_policy_shared_context.rb +%%WWWDIR%%/spec/support/shared_contexts/policies/project_policy_table_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/services_shared_context.rb %%WWWDIR%%/spec/support/shared_contexts/url_shared_context.rb %%WWWDIR%%/spec/support/shared_examples/application_setting_examples.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910082039.x98Kd3id053889>