Date: Sat, 5 Oct 2019 09:17:50 +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: r513820 - head/www/gitlab-ce Message-ID: <201910050917.x959Ho7A073595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Sat Oct 5 09:17:50 2019 New Revision: 513820 URL: https://svnweb.freebsd.org/changeset/ports/513820 Log: 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/ MFH: 2019Q4 Security: b17c86b9-e52e-11e9-86e9-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 Sat Oct 5 09:13:24 2019 (r513819) +++ head/www/gitlab-ce/Makefile Sat Oct 5 09:17:50 2019 (r513820) @@ -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: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Sat Oct 5 09:13:24 2019 (r513819) +++ head/www/gitlab-ce/distinfo Sat Oct 5 09:17:50 2019 (r513820) @@ -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: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Sat Oct 5 09:13:24 2019 (r513819) +++ head/www/gitlab-ce/pkg-plist Sat Oct 5 09:17:50 2019 (r513820) @@ -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?201910050917.x959Ho7A073595>