svn commit: r516101 - head/www/gitlab-ce

Matthias Fechner mfechner at FreeBSD.org
Wed Oct 30 19:14:20 UTC 2019


Author: mfechner
Date: Wed Oct 30 19:14:18 2019
New Revision: 516101
URL: https://svnweb.freebsd.org/changeset/ports/516101

Log:
  www/gitlab-ce: security update to 12.4.1.
  Changelog:
  https://about.gitlab.com/blog/2019/10/30/security-release-gitlab-12-dot-4-dot-1-released/
  
  Security:	6eddfa51-fb44-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	Wed Oct 30 19:07:32 2019	(r516100)
+++ head/www/gitlab-ce/Makefile	Wed Oct 30 19:14:18 2019	(r516101)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	12.4.0
-PORTREVISION=	1
+PORTVERSION=	12.4.1
+PORTREVISION=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -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=	1425a56c75beecaa289ad59587d636f8f469509e
+GL_COMMIT=	4281915cfebcaf03e729ddf8cfe58d9cb76b2356
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Wed Oct 30 19:07:32 2019	(r516100)
+++ head/www/gitlab-ce/distinfo	Wed Oct 30 19:14:18 2019	(r516101)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1571860432
-SHA256 (gitlab-org-gitlab-foss-1425a56c75beecaa289ad59587d636f8f469509e_GL0.tar.gz) = 6e5007c68af005794b4ba6cebefcf08e284568bc93cc4384572d6f3a35ec690d
-SIZE (gitlab-org-gitlab-foss-1425a56c75beecaa289ad59587d636f8f469509e_GL0.tar.gz) = 100104540
+TIMESTAMP = 1572460607
+SHA256 (gitlab-org-gitlab-foss-4281915cfebcaf03e729ddf8cfe58d9cb76b2356_GL0.tar.gz) = 6acedf5cf84f518a30339ca1b8d05167bf9e986cdc3857e53476f594bca7ec12
+SIZE (gitlab-org-gitlab-foss-4281915cfebcaf03e729ddf8cfe58d9cb76b2356_GL0.tar.gz) = 100115726

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Wed Oct 30 19:07:32 2019	(r516100)
+++ head/www/gitlab-ce/pkg-plist	Wed Oct 30 19:14:18 2019	(r516101)
@@ -5133,6 +5133,7 @@
 %%WWWDIR%%/app/services/concerns/exclusive_lease_guard.rb
 %%WWWDIR%%/app/services/concerns/git/change_params.rb
 %%WWWDIR%%/app/services/concerns/issues/resolve_discussions.rb
+%%WWWDIR%%/app/services/concerns/merge_requests/assigns_merge_params.rb
 %%WWWDIR%%/app/services/concerns/suggestible.rb
 %%WWWDIR%%/app/services/concerns/update_visibility_level.rb
 %%WWWDIR%%/app/services/concerns/users/new_user_notifier.rb
@@ -11246,6 +11247,7 @@
 %%WWWDIR%%/lib/gitlab/graphql/present.rb
 %%WWWDIR%%/lib/gitlab/graphql/present/instrumentation.rb
 %%WWWDIR%%/lib/gitlab/graphql/query_analyzers/logger_analyzer.rb
+%%WWWDIR%%/lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb
 %%WWWDIR%%/lib/gitlab/graphql/representation/submodule_tree_entry.rb
 %%WWWDIR%%/lib/gitlab/graphql/representation/tree_entry.rb
 %%WWWDIR%%/lib/gitlab/graphql/variables.rb
@@ -15204,6 +15206,9 @@
 %%WWWDIR%%/spec/fixtures/GoogleCodeProjectHosting.json
 %%WWWDIR%%/spec/fixtures/aosp_manifest.xml
 %%WWWDIR%%/spec/fixtures/api/graphql/introspection.graphql
+%%WWWDIR%%/spec/fixtures/api/graphql/recursive-introspection.graphql
+%%WWWDIR%%/spec/fixtures/api/graphql/recursive-query.graphql
+%%WWWDIR%%/spec/fixtures/api/graphql/small-recursive-introspection.graphql
 %%WWWDIR%%/spec/fixtures/api/schemas/board.json
 %%WWWDIR%%/spec/fixtures/api/schemas/boards.json
 %%WWWDIR%%/spec/fixtures/api/schemas/branch.json
@@ -18600,6 +18605,7 @@
 %%WWWDIR%%/spec/services/commits/commit_patch_service_spec.rb
 %%WWWDIR%%/spec/services/commits/tag_service_spec.rb
 %%WWWDIR%%/spec/services/compare_service_spec.rb
+%%WWWDIR%%/spec/services/concerns/merge_requests/assigns_merge_params_spec.rb
 %%WWWDIR%%/spec/services/create_branch_service_spec.rb
 %%WWWDIR%%/spec/services/create_snippet_service_spec.rb
 %%WWWDIR%%/spec/services/delete_branch_service_spec.rb


More information about the svn-ports-head mailing list