Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 May 2020 11:21:24 +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: r533534 - in head: devel/gitaly www/gitlab-ce
Message-ID:  <202005011121.041BLOjd018515@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Fri May  1 11:21:24 2020
New Revision: 533534
URL: https://svnweb.freebsd.org/changeset/ports/533534

Log:
  Security update to 12.9.5.
  Changelog:
  https://about.gitlab.com/releases/2020/04/30/security-release-12-10-2-released/
  
  Security:	e8483115-8b8e-11ea-bdcf-001b217b3468

Modified:
  head/devel/gitaly/Makefile
  head/devel/gitaly/distinfo
  head/www/gitlab-ce/Makefile
  head/www/gitlab-ce/distinfo
  head/www/gitlab-ce/pkg-plist

Modified: head/devel/gitaly/Makefile
==============================================================================
--- head/devel/gitaly/Makefile	Fri May  1 10:28:21 2020	(r533533)
+++ head/devel/gitaly/Makefile	Fri May  1 11:21:24 2020	(r533534)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	12.9.3
-PORTREVISION=	1
+DISTVERSION=	12.9.5
+PORTREVISION=	0
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -12,7 +12,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # define dependencies that are required for build and run under MY_DEPENDS
-MY_DEPENDS=	git>=2.22:devel/git \
+MY_DEPENDS=	git>=2.24.3:devel/git \
 		rubygem-bundler>=1.17.3:sysutils/rubygem-bundler \
 		rubygem-rugged>=0.28:devel/rubygem-rugged \
 		rubygem-github-linguist>=7.5<8.0:textproc/rubygem-github-linguist \
@@ -40,8 +40,8 @@ MAKE_ENV=	GOFLAGS="${GO_BUILDFLAGS}"
 
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
-# Find this here: https://gitlab.com/gitlab-org/gitaly/tags
-GL_COMMIT=	d6c8a3d730ebb1f00572914e502285fd7729ead3
+# Find this here: https://gitlab.com/gitlab-org/gitaly/-/tags
+GL_COMMIT=	982f91e3c6f073c7c043cded0e29cd42e9a6b951
 
 # for go dependencies
 USE_GITHUB=	nodefault

Modified: head/devel/gitaly/distinfo
==============================================================================
--- head/devel/gitaly/distinfo	Fri May  1 10:28:21 2020	(r533533)
+++ head/devel/gitaly/distinfo	Fri May  1 11:21:24 2020	(r533534)
@@ -1,4 +1,4 @@
-TIMESTAMP = 1586982000
+TIMESTAMP = 1588326767
 SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
 SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
 SHA256 (DataDog-dd-trace-go-v1.7.0_GH0.tar.gz) = d81bd47683ef9cbd228691b077373d3e15ca5fa5b9e7919099c4e87779040e84
@@ -97,7 +97,7 @@ SHA256 (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 6b
 SIZE (uber-jaeger-client-go-v2.15.0_GH0.tar.gz) = 164460
 SHA256 (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 98901cc41df77858a2f601ad48b45bdf72af40c56f15bc5182416b15db0daac3
 SIZE (uber-jaeger-lib-v1.5.0_GH0.tar.gz) = 31655
-SHA256 (gitlab-org-gitaly-d6c8a3d730ebb1f00572914e502285fd7729ead3_GL0.tar.gz) = 5ab35f6c43662ec75fa8e45c03ec74842099065ab109223607be64b776fbeee1
-SIZE (gitlab-org-gitaly-d6c8a3d730ebb1f00572914e502285fd7729ead3_GL0.tar.gz) = 2909844
+SHA256 (gitlab-org-gitaly-982f91e3c6f073c7c043cded0e29cd42e9a6b951_GL0.tar.gz) = 04dc67e7bc74bd43385a67fff05c98c073c2936cc967755f503d3b9736530b78
+SIZE (gitlab-org-gitaly-982f91e3c6f073c7c043cded0e29cd42e9a6b951_GL0.tar.gz) = 2909758
 SHA256 (gitlab-org-labkit-9cb7801f7feafecc53f5a061ffeae5c11567da9b_GL0.tar.gz) = 03473dec168ecb298a1733fc8b5016f1e09f47214b5080dc4986dda73227788b
 SIZE (gitlab-org-labkit-9cb7801f7feafecc53f5a061ffeae5c11567da9b_GL0.tar.gz) = 3619617

Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile	Fri May  1 10:28:21 2020	(r533533)
+++ head/www/gitlab-ce/Makefile	Fri May  1 11:21:24 2020	(r533534)
@@ -2,8 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-ce
-PORTVERSION=	12.9.3
-PORTREVISION=	4
+PORTVERSION=	12.9.5
+PORTREVISION=	0
 CATEGORIES=	www devel
 
 MAINTAINER=	mfechner@FreeBSD.org
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # the rubygems of RUN_DEPENDS matches the order of the Gemfile
 # which makes maintaining this long list much easier!
-MY_DEPENDS=	git>=2.22.2:devel/git \
+MY_DEPENDS=	git>=2.24.3:devel/git \
 	gitlab-shell>=12.0.0:devel/gitlab-shell \
 	gitlab-workhorse>=8.25.2:www/gitlab-workhorse \
 	gitaly>=${PORTVERSION}:devel/gitaly \
@@ -113,7 +113,7 @@ MY_DEPENDS=	git>=2.22.2:devel/git \
 	rubygem-rouge317>=3.17.0<3.18:textproc/rubygem-rouge317 \
 	rubygem-truncato>=0.7.11<0.8.0:textproc/rubygem-truncato \
 	rubygem-bootstrap_form>=4.2.0<4.3.0:devel/rubygem-bootstrap_form \
-	rubygem-nokogiri>=1.10.8<1.11.0:textproc/rubygem-nokogiri \
+	rubygem-nokogiri>=1.10.9<1.11.0:textproc/rubygem-nokogiri \
 	rubygem-escape_utils>=1.1<2.0:textproc/rubygem-escape_utils \
 	rubygem-icalendar>=0:devel/rubygem-icalendar \
 	rubygem-diffy>=3.3<4:textproc/rubygem-diffy \
@@ -245,7 +245,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=	571e31b8362a6903c97c5d42f2211151941a7cd3
+GL_COMMIT=	58afee038ec5ae1c6e1887238a0d9b3aba9cfb86
 
 USERS=	git
 GROUPS=	git

Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo	Fri May  1 10:28:21 2020	(r533533)
+++ head/www/gitlab-ce/distinfo	Fri May  1 11:21:24 2020	(r533534)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586981336
-SHA256 (gitlab-org-gitlab-foss-571e31b8362a6903c97c5d42f2211151941a7cd3_GL0.tar.gz) = dc6448e3af0a77ef0c588c48e6db9f91a15f18bfb57fc336c2268dd44c22a575
-SIZE (gitlab-org-gitlab-foss-571e31b8362a6903c97c5d42f2211151941a7cd3_GL0.tar.gz) = 89130246
+TIMESTAMP = 1588326501
+SHA256 (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 7cd1267906dad7e4c1030d309fccaf81dd18ae589a52793751040895050fcbee
+SIZE (gitlab-org-gitlab-foss-58afee038ec5ae1c6e1887238a0d9b3aba9cfb86_GL0.tar.gz) = 89140411

Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist	Fri May  1 10:28:21 2020	(r533533)
+++ head/www/gitlab-ce/pkg-plist	Fri May  1 11:21:24 2020	(r533534)
@@ -16186,6 +16186,7 @@
 %%WWWDIR%%/spec/controllers/notification_settings_controller_spec.rb
 %%WWWDIR%%/spec/controllers/oauth/applications_controller_spec.rb
 %%WWWDIR%%/spec/controllers/oauth/authorizations_controller_spec.rb
+%%WWWDIR%%/spec/controllers/oauth/authorized_applications_controller_spec.rb
 %%WWWDIR%%/spec/controllers/oauth/token_info_controller_spec.rb
 %%WWWDIR%%/spec/controllers/omniauth_callbacks_controller_spec.rb
 %%WWWDIR%%/spec/controllers/passwords_controller_spec.rb
@@ -17005,6 +17006,7 @@
 %%WWWDIR%%/spec/features/projects/show/user_sees_last_commit_ci_status_spec.rb
 %%WWWDIR%%/spec/features/projects/show/user_sees_readme_spec.rb
 %%WWWDIR%%/spec/features/projects/show/user_sees_setup_shortcut_buttons_spec.rb
+%%WWWDIR%%/spec/features/projects/show/user_uploads_files_spec.rb
 %%WWWDIR%%/spec/features/projects/snippets/create_snippet_spec.rb
 %%WWWDIR%%/spec/features/projects/snippets/show_spec.rb
 %%WWWDIR%%/spec/features/projects/snippets/user_comments_on_snippet_spec.rb
@@ -21954,6 +21956,7 @@
 %%WWWDIR%%/spec/support/shared_examples/features/navbar_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/features/project_features_apply_to_issuables_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/features/project_list_shared_examples.rb
+%%WWWDIR%%/spec/support/shared_examples/features/project_upload_files_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/features/protected_branches_access_control_ce_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/features/reportable_note_shared_examples.rb
 %%WWWDIR%%/spec/support/shared_examples/features/resolving_discussions_in_issues_shared_examples.rb



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