* update gitlab-gitaly to 17.0.1-1

This commit is contained in:
Alexander Baldeck 2024-06-25 22:16:44 +02:00
parent 20822f9309
commit feca85e418
2 changed files with 68 additions and 2 deletions

View File

@ -5,7 +5,7 @@
# Contributor: loqs <bugs-archlinux@entropy-collector.net>
pkgname=gitlab-gitaly
pkgver=16.11.1
pkgver=17.0.1
pkgrel=1
pkgdesc='Speed up Git access using caching'
arch=(x86_64 powerpc64le)
@ -24,7 +24,7 @@ _archive="gitaly-v$pkgver"
source=("$url/-/archive/v$pkgver/$_archive.tar.gz"
"$pkgname-configs.patch"
"$pkgname.service")
sha256sums=('6e111b55bf6f6544afc28794981a36ab388e439fe29315d14fd0cb64a614a917'
sha256sums=('248ec37a3d833c789ad58853f55b5d8afaaca74fe582c13cb14dc228284c9016'
'3e312014c5e0f4f95c3ab3fc42a184b0ac6d403537508afc4b3ce9dfbaeba8ce'
'a047c82481ccbaa3b00ba1bb769135934fa4fa939eb6506d09c77f3a7aec08cd')

View File

@ -0,0 +1,66 @@
diff --git a/ruby/Gemfile b/ruby/Gemfile
index f247c46..f15e40b 100644
--- a/ruby/Gemfile
+++ b/ruby/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rugged', '~> 1.5.1'
gem 'gitlab-markup', '~> 1.8.0'
gem 'activesupport', '~> 6.1.7.2'
-gem 'grpc', '~> 1.42.0' # keep in lock-step with grpc-tools in ../tools/protogem
+gem 'grpc', '~> 1.54.0' # keep in lock-step with grpc-tools in ../tools/protogem
gem 'sentry-raven', '~> 3.1', require: false
gem 'rbtrace', require: false
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index bd66bc2..87bd95e 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -59,8 +59,8 @@ GEM
google-protobuf (3.22.3)
googleapis-common-protos-types (1.4.0)
google-protobuf (~> 3.14)
- grpc (1.42.0)
- google-protobuf (~> 3.18)
+ grpc (1.54.0)
+ google-protobuf (~> 3.21)
googleapis-common-protos-types (~> 1.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
@@ -191,7 +191,7 @@ DEPENDENCIES
gitlab-license_finder
gitlab-markup (~> 1.8.0)
google-protobuf (~> 3.22.3)
- grpc (~> 1.42.0)
+ grpc (~> 1.54.0)
licensee (~> 9.15)
nokogiri (~> 1.14)
pry (~> 0.13.1)
diff --git a/tools/protogem/Gemfile b/tools/protogem/Gemfile
index 9cafb75..adf2465 100644
--- a/tools/protogem/Gemfile
+++ b/tools/protogem/Gemfile
@@ -1,3 +1,3 @@
source 'https://rubygems.org'
-gem 'grpc-tools', '~> 1.42.0'
+gem 'grpc-tools', '~> 1.54.0'
diff --git a/tools/protogem/Gemfile.lock b/tools/protogem/Gemfile.lock
index 57b2bf6..ee20cd7 100644
--- a/tools/protogem/Gemfile.lock
+++ b/tools/protogem/Gemfile.lock
@@ -1,13 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
- grpc-tools (1.42.0)
+ grpc-tools (1.54.0)
PLATFORMS
ruby
DEPENDENCIES
- grpc-tools (~> 1.42.0)
+ grpc-tools (~> 1.54.0)
BUNDLED WITH
2.3.24