svn commit: r491845 - in branches/2019Q1/devel/gitaly: . files

Matthias Fechner mfechner at FreeBSD.org
Fri Feb 1 19:53:03 UTC 2019


Author: mfechner
Date: Fri Feb  1 19:53:01 2019
New Revision: 491845
URL: https://svnweb.freebsd.org/changeset/ports/491845

Log:
  MFH: r491730 r491751
  
  Upgrade to 1.12.1 which is required for gitlab-ce 11.7 upgrade.
  
  Upgrade to 1.12.2 which is required for security update of gitlab-ce 11.7.3.
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2019Q1/devel/gitaly/Makefile
  branches/2019Q1/devel/gitaly/distinfo
  branches/2019Q1/devel/gitaly/files/patch-ruby_Gemfile
  branches/2019Q1/devel/gitaly/pkg-plist
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/devel/gitaly/Makefile
==============================================================================
--- branches/2019Q1/devel/gitaly/Makefile	Fri Feb  1 19:52:05 2019	(r491844)
+++ branches/2019Q1/devel/gitaly/Makefile	Fri Feb  1 19:53:01 2019	(r491845)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitaly
-DISTVERSION=	1.7.1
+DISTVERSION=	1.12.2
 CATEGORIES=	devel
 
 MAINTAINER=	mfechner at FreeBSD.org
@@ -12,7 +12,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 # define dependencies that are required for build and run under MY_DEPENDS
 MY_DEPENDS=	git>=2.17:devel/git \
-		rubygem-i18n>=0:devel/rubygem-i18n \
 		rubygem-bundler>=1.16.5:sysutils/rubygem-bundler \
 		rubygem-rugged>=0.27.4:devel/rubygem-rugged \
 		rubygem-github-linguist>=6.1:textproc/rubygem-github-linguist \
@@ -41,7 +40,7 @@ USE_RUBY=	yes
 USE_GITLAB=	yes
 GL_ACCOUNT=	gitlab-org
 # Find this here: https://gitlab.com/gitlab-org/gitaly/tags
-GL_COMMIT=	8a89c4a6e20ff92193cdabd1bb9964b8e817d6b2
+GL_COMMIT=	2b9c04142a0e7db26c014efa7c6530f4f0f298c9
 
 post-patch:
 	${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/config.toml.example

Modified: branches/2019Q1/devel/gitaly/distinfo
==============================================================================
--- branches/2019Q1/devel/gitaly/distinfo	Fri Feb  1 19:52:05 2019	(r491844)
+++ branches/2019Q1/devel/gitaly/distinfo	Fri Feb  1 19:53:01 2019	(r491845)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545487298
-SHA256 (gitlab-org-gitaly-8a89c4a6e20ff92193cdabd1bb9964b8e817d6b2_GL0.tar.gz) = 65407240a6da07dfc66d93ea6809eaa2546eef7f7f94c380479059ca20a20bed
-SIZE (gitlab-org-gitaly-8a89c4a6e20ff92193cdabd1bb9964b8e817d6b2_GL0.tar.gz) = 4257794
+TIMESTAMP = 1548955426
+SHA256 (gitlab-org-gitaly-2b9c04142a0e7db26c014efa7c6530f4f0f298c9_GL0.tar.gz) = 55b00ef230b74c0e45532f8b8213280872ad32e4e07a5a73366fd4f969d9b9c8
+SIZE (gitlab-org-gitaly-2b9c04142a0e7db26c014efa7c6530f4f0f298c9_GL0.tar.gz) = 4275786

Modified: branches/2019Q1/devel/gitaly/files/patch-ruby_Gemfile
==============================================================================
--- branches/2019Q1/devel/gitaly/files/patch-ruby_Gemfile	Fri Feb  1 19:52:05 2019	(r491844)
+++ branches/2019Q1/devel/gitaly/files/patch-ruby_Gemfile	Fri Feb  1 19:53:01 2019	(r491845)
@@ -1,21 +1,18 @@
---- ruby/Gemfile.orig	2018-12-10 17:27:53 UTC
+--- ruby/Gemfile.orig	2019-01-14 15:50:42 UTC
 +++ ruby/Gemfile
-@@ -8,12 +8,13 @@ gem 'github-linguist', '~> 6.1', require: 'linguist'
+@@ -6,9 +6,9 @@ gem 'bundler', '>= 1.16.5'
+ gem 'rugged', '~> 0.27'
+ gem 'github-linguist', '~> 6.1', require: 'linguist'
  gem 'gitlab-markup', '~> 1.6.5'
- gem 'gitaly-proto', '~> 1.3.0'
+-gem 'gitaly-proto', '~> 1.3.0'
++gem 'gitaly-proto', '~> 1.5.0'
  gem 'activesupport', '~> 5.0.2'
 -gem 'rdoc', '~> 4.2'
 +gem 'rdoc', '~> 6.0'
  gem 'gitlab-gollum-lib', '~> 4.2', require: false
  gem 'gitlab-gollum-rugged_adapter', '~> 0.4.4', require: false
  gem 'grpc', '~> 1.15.0'
- gem 'sentry-raven', '~> 2.7.2', require: false
- gem 'faraday', '~> 0.12'
-+gem 'i18n'
- 
- # Detects the open source license the repository includes
- # This version needs to be in sync with GitLab CE/EE
-@@ -21,10 +22,3 @@ gem 'licensee', '~> 8.9.0'
+@@ -21,10 +21,3 @@ gem 'licensee', '~> 8.9.0'
  
  gem 'google-protobuf', '~> 3.6'
  

Modified: branches/2019Q1/devel/gitaly/pkg-plist
==============================================================================
--- branches/2019Q1/devel/gitaly/pkg-plist	Fri Feb  1 19:52:05 2019	(r491844)
+++ branches/2019Q1/devel/gitaly/pkg-plist	Fri Feb  1 19:53:01 2019	(r491845)
@@ -62,6 +62,7 @@
 %%DATADIR%%/ruby/lib/gitlab/git_logger.rb
 %%DATADIR%%/ruby/lib/gitlab/gollum.rb
 %%DATADIR%%/ruby/lib/gitlab/rails_logger.rb
+%%DATADIR%%/ruby/lib/gitlab/ref_matcher.rb
 %%DATADIR%%/ruby/lib/gitlab/utils/strong_memoize.rb
 %%DATADIR%%/ruby/lib/gitlab/version_info.rb
 %%DATADIR%%/ruby/spec/factories/gitaly/commit.rb
@@ -96,9 +97,12 @@
 %%DATADIR%%/ruby/spec/lib/gitlab/git/submodule_spec.rb
 %%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert.pem
 %%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert2.pem
+%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycert3.pem
+%%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/certs/gitalycertdup.pem
 %%DATADIR%%/ruby/spec/lib/gitlab/git/testdata/gitalycert.pem
 %%DATADIR%%/ruby/spec/lib/gitlab/git/user_spec.rb
 %%DATADIR%%/ruby/spec/lib/gitlab/git/wiki_spec.rb
+%%DATADIR%%/ruby/spec/lib/gitlab/ref_matcher_spec.rb
 %%DATADIR%%/ruby/spec/lib/gitlab/version_info_spec.rb
 %%DATADIR%%/ruby/spec/spec_helper.rb
 %%DATADIR%%/ruby/spec/support/generate-seed-repo-rb


More information about the svn-ports-branches mailing list