git: 501df456c73c - main - security/rubygem-gitlab-secret_detection: update to 0.23.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 08:35:01 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=501df456c73ce64db295ca666cf28a5c4e925db4
commit 501df456c73ce64db295ca666cf28a5c4e925db4
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-04-16 12:03:49 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-04-18 08:34:24 +0000
security/rubygem-gitlab-secret_detection: update to 0.23.0
Required for gitlab 17.11
Changes: https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service/-/blob/main/CHANGELOG.md
---
security/rubygem-gitlab-secret_detection/Makefile | 2 +-
security/rubygem-gitlab-secret_detection/distinfo | 6 +++---
.../files/patch-gitlab-secret__detection.gemspec | 11 +++++++++++
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/security/rubygem-gitlab-secret_detection/Makefile b/security/rubygem-gitlab-secret_detection/Makefile
index c4f22bab482a..5181cc95393d 100644
--- a/security/rubygem-gitlab-secret_detection/Makefile
+++ b/security/rubygem-gitlab-secret_detection/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gitlab-secret_detection
-PORTVERSION= 0.21.1
+PORTVERSION= 0.23.0
CATEGORIES= security rubygems
MASTER_SITES= RG
diff --git a/security/rubygem-gitlab-secret_detection/distinfo b/security/rubygem-gitlab-secret_detection/distinfo
index 5f11beebab84..6b31c0f467a9 100644
--- a/security/rubygem-gitlab-secret_detection/distinfo
+++ b/security/rubygem-gitlab-secret_detection/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744085219
-SHA256 (rubygem/gitlab-secret_detection-0.21.1.gem) = 0a585055a83aeca5d5faf1866a2c158f0ada570c41f82a224ba00301b8564317
-SIZE (rubygem/gitlab-secret_detection-0.21.1.gem) = 34304
+TIMESTAMP = 1744780917
+SHA256 (rubygem/gitlab-secret_detection-0.23.0.gem) = 93dd3cd32a15d992a46cdd38bb01fe1f06d9e7f1638cc1e792dcde2279c863e7
+SIZE (rubygem/gitlab-secret_detection-0.23.0.gem) = 37376
diff --git a/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec b/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec
new file mode 100644
index 000000000000..b04d7941f822
--- /dev/null
+++ b/security/rubygem-gitlab-secret_detection/files/patch-gitlab-secret__detection.gemspec
@@ -0,0 +1,11 @@
+--- gitlab-secret_detection.gemspec.orig 2025-04-16 06:47:28 UTC
++++ gitlab-secret_detection.gemspec
+@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
+
+ s.specification_version = 4
+
+- s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.63.0".freeze])
++ s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.63".freeze])
+ s.add_runtime_dependency(%q<grpc_reflection>.freeze, ["~> 0.1".freeze])
+ s.add_runtime_dependency(%q<grpc-tools>.freeze, ["~> 1.63".freeze])
+ s.add_runtime_dependency(%q<parallel>.freeze, ["~> 1".freeze])