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

Matthias Fechner mfechner at FreeBSD.org
Thu Jan 17 00:18:31 UTC 2019


Author: mfechner
Date: Thu Jan 17 00:18:29 2019
New Revision: 490523
URL: https://svnweb.freebsd.org/changeset/ports/490523

Log:
  Security update to 11.6.4.
  
  Approved by:	mentors (implicit)
  MFH:		2019Q1
  Security:	ff50192c-19eb-11e9-8573-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	Thu Jan 17 00:14:17 2019	(r490522)
+++ head/www/gitlab-ce/Makefile	Thu Jan 17 00:18:29 2019	(r490523)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	11.6.3
+PORTVERSION=	11.6.4
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -219,7 +219,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=	bc9391c294422742a7c0f904cbac4e841a73ae9e
+GL_COMMIT=	300fef12295e24e33b7d180679d0f7c4333d91b7
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Thu Jan 17 00:14:17 2019	(r490522)
+++ head/www/gitlab-ce/distinfo	Thu Jan 17 00:18:29 2019	(r490523)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547070040
-SHA256 (gitlab-org-gitlab-ce-bc9391c294422742a7c0f904cbac4e841a73ae9e_GL0.tar.gz) = c397c2eb49a0fb5e232e2e881bc547ffcfeeb2eb8fa9c4e75dfc73a43c50b65e
-SIZE (gitlab-org-gitlab-ce-bc9391c294422742a7c0f904cbac4e841a73ae9e_GL0.tar.gz) = 49849558
+TIMESTAMP = 1547682529
+SHA256 (gitlab-org-gitlab-ce-300fef12295e24e33b7d180679d0f7c4333d91b7_GL0.tar.gz) = 4ed006ae14dd76d033ff90a95b623cce3c7388c7b043505d25acff4098cc654a
+SIZE (gitlab-org-gitlab-ce-300fef12295e24e33b7d180679d0f7c4333d91b7_GL0.tar.gz) = 49852433

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Thu Jan 17 00:14:17 2019	(r490522)
+++ head/www/gitlab-ce/pkg-plist	Thu Jan 17 00:18:29 2019	(r490523)
@@ -9958,6 +9958,7 @@
 %%WWWDIR%%/lib/gitlab/git/blame.rb
 %%WWWDIR%%/lib/gitlab/git/blob.rb
 %%WWWDIR%%/lib/gitlab/git/branch.rb
+%%WWWDIR%%/lib/gitlab/git/bundle_file.rb
 %%WWWDIR%%/lib/gitlab/git/commit.rb
 %%WWWDIR%%/lib/gitlab/git/commit_stats.rb
 %%WWWDIR%%/lib/gitlab/git/compare.rb
@@ -12072,6 +12073,7 @@
 %%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites_2.xml
 %%WWWDIR%%/spec/fixtures/junit/junit_with_three_testsuites_3.xml
 %%WWWDIR%%/spec/fixtures/logo_sample.svg
+%%WWWDIR%%/spec/fixtures/malicious.bundle
 %%WWWDIR%%/spec/fixtures/markdown.md.erb
 %%WWWDIR%%/spec/fixtures/metrics.json
 %%WWWDIR%%/spec/fixtures/missing_metadata.po
@@ -13379,6 +13381,7 @@
 %%WWWDIR%%/spec/lib/gitlab/git/blame_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/git/blob_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/git/branch_spec.rb
+%%WWWDIR%%/spec/lib/gitlab/git/bundle_file_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/git/commit_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/git/compare_spec.rb
 %%WWWDIR%%/spec/lib/gitlab/git/conflict/file_spec.rb


More information about the svn-ports-head mailing list