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

Matthias Fechner mfechner at FreeBSD.org
Fri Jul 27 08:04:51 UTC 2018


Author: mfechner
Date: Fri Jul 27 08:04:49 2018
New Revision: 475417
URL: https://svnweb.freebsd.org/changeset/ports/475417

Log:
  Security update to 11.1.2.
  
  For more info see here:
  https://about.gitlab.com/2018/07/26/security-release-gitlab-11-dot-1-dot-2-released/
  
  Approved by:	mentors (implicit)
  MFH:		2018Q3
  Security:	2da838f9-9168-11e8-8c75-d8cb8abf62dd

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	Fri Jul 27 07:42:18 2018	(r475416)
+++ head/www/gitlab-ce/Makefile	Fri Jul 27 08:04:49 2018	(r475417)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	11.1.1
+PORTVERSION=	11.1.2
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -213,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=	94b9323033693af247128c8648023fe5b53e80f9
+GL_COMMIT=	35936b0b6282db026128d21abe8f3490c1d376f2
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Fri Jul 27 07:42:18 2018	(r475416)
+++ head/www/gitlab-ce/distinfo	Fri Jul 27 08:04:49 2018	(r475417)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532595029
-SHA256 (gitlab-org-gitlab-ce-94b9323033693af247128c8648023fe5b53e80f9_GL0.tar.gz) = deeaed01448b282019eab1342af9f300655d26635cd946f5d9c47577a006737d
-SIZE (gitlab-org-gitlab-ce-94b9323033693af247128c8648023fe5b53e80f9_GL0.tar.gz) = 51956752
+TIMESTAMP = 1532671627
+SHA256 (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 732295b8fa10381ae867042fd1173e86033014b8f76ddbc8f5cc70bc324a718e
+SIZE (gitlab-org-gitlab-ce-35936b0b6282db026128d21abe8f3490c1d376f2_GL0.tar.gz) = 51962312

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Fri Jul 27 07:42:18 2018	(r475416)
+++ head/www/gitlab-ce/pkg-plist	Fri Jul 27 08:04:49 2018	(r475417)
@@ -11240,7 +11240,6 @@
 %%WWWDIR%%/spec/javascripts/fixtures/event_filter.html.haml
 %%WWWDIR%%/spec/javascripts/fixtures/gl_dropdown.html.haml
 %%WWWDIR%%/spec/javascripts/fixtures/gl_field_errors.html.haml
-%%WWWDIR%%/spec/javascripts/fixtures/graph.html.haml
 %%WWWDIR%%/spec/javascripts/fixtures/groups.rb
 %%WWWDIR%%/spec/javascripts/fixtures/images/green_box.png
 %%WWWDIR%%/spec/javascripts/fixtures/images/red_box.png
@@ -11519,6 +11518,7 @@
 %%WWWDIR%%/spec/javascripts/pipelines/blank_state_spec.js
 %%WWWDIR%%/spec/javascripts/pipelines/empty_state_spec.js
 %%WWWDIR%%/spec/javascripts/pipelines/graph/action_component_spec.js
+%%WWWDIR%%/spec/javascripts/pipelines/graph/dropdown_job_component_spec.js
 %%WWWDIR%%/spec/javascripts/pipelines/graph/graph_component_spec.js
 %%WWWDIR%%/spec/javascripts/pipelines/graph/job_component_spec.js
 %%WWWDIR%%/spec/javascripts/pipelines/graph/job_name_component_spec.js


More information about the svn-ports-all mailing list