Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 00:27:16 +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: r476329 - head/www/gitlab-ce
Message-ID:  <201808040027.w740RGDq087328@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Aug  4 00:27:16 2018
New Revision: 476329
URL: https://svnweb.freebsd.org/changeset/ports/476329

Log:
  Update gitlab to 11.1.4.
  Fixed dependency problem for security/doorkeeper.
  The currently used doorkeeper43 version has a security vulnerability, this problem was reported upstream to gitlab here:
  https://gitlab.com/gitlab-org/gitlab-ce/issues/49940
  
  PR:		230306
  Approved by:	mentors (implicit)

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 Aug  4 00:23:08 2018	(r476328)
+++ head/www/gitlab-ce/Makefile	Sat Aug  4 00:27:16 2018	(r476329)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	11.1.2
-PORTREVISION=	2
+PORTVERSION=	11.1.4
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -41,7 +40,7 @@ RUN_DEPENDS=	git>=2.16.2:devel/git \
 	rubygem-grape-path-helpers>=1.0:devel/rubygem-grape-path-helpers \
 	rubygem-faraday>=0.12.0:www/rubygem-faraday \
 	rubygem-devise>=4.4:devel/rubygem-devise \
-	rubygem-doorkeeper>=4.3:security/rubygem-doorkeeper \
+	rubygem-doorkeeper43>=4.3:security/rubygem-doorkeeper43 \
 	rubygem-doorkeeper-openid_connect>=1.5:security/rubygem-doorkeeper-openid_connect \
 	rubygem-omniauth>=1.8:security/rubygem-omniauth \
 	rubygem-omniauth-auth0>=2.0.0:net/rubygem-omniauth-auth0 \
@@ -214,7 +213,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=	35936b0b6282db026128d21abe8f3490c1d376f2
+GL_COMMIT=	63daf37ad326bb4c4e74ebee8b8e2be7878b298f
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Sat Aug  4 00:23:08 2018	(r476328)
+++ head/www/gitlab-ce/distinfo	Sat Aug  4 00:27:16 2018	(r476329)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532671627
-SHA256 (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 732295b8fa10381ae867042fd1173e86033014b8f76ddbc8f5cc70bc324a718e
-SIZE (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 51962312
+TIMESTAMP = 1533307986
+SHA256 (gitlab-org-gitlab-ce-63daf37ad326bb4c4e74ebee8b8e2be7878b298f_GL0.tar.gz) = 0f0e0de62b4ca863ec051b05875618c92480fba2e37477ff4a19d7a6d6a6f624
+SIZE (gitlab-org-gitlab-ce-63daf37ad326bb4c4e74ebee8b8e2be7878b298f_GL0.tar.gz) = 51956860

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Sat Aug  4 00:23:08 2018	(r476328)
+++ head/www/gitlab-ce/pkg-plist	Sat Aug  4 00:27:16 2018	(r476329)
@@ -6948,6 +6948,7 @@
 %%WWWDIR%%/db/post_migrate/20180608201435_cleanup_merge_requests_allow_collaboration_rename.rb
 %%WWWDIR%%/db/post_migrate/20180629191052_add_partial_index_to_projects_for_last_repository_check_at.rb
 %%WWWDIR%%/db/post_migrate/20180702120647_enqueue_fix_cross_project_label_links.rb
+%%WWWDIR%%/db/post_migrate/20180704145007_update_project_indexes.rb
 @(git,,) %%WWWDIR%%/db/schema.rb
 %%WWWDIR%%/db/seeds.rb
 %%WWWDIR%%/doc/README.md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808040027.w740RGDq087328>