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,26 +1,26 @@ PORTNAME= gitlab-secret_detection -PORTVERSION= 0.21.1 +PORTVERSION= 0.23.0 CATEGORIES= security rubygems MASTER_SITES= RG MAINTAINER= mfechner@FreeBSD.org COMMENT= Secret detector for Gitlab WWW= https://gitlab.com/gitlab-org/security-products/secret-detection/secret-detection-service LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-grpc>=1.63.0<2:net/rubygem-grpc \ rubygem-grpc_reflection>=0.1<1:net/rubygem-grpc_reflection \ rubygem-grpc-tools>=1.63<2:net/rubygem-grpc-tools \ rubygem-parallel>=1<2:sysutils/rubygem-parallel \ rubygem-re2>=2.7<3:devel/rubygem-re2 \ rubygem-sentry-ruby>=5.22<6:devel/rubygem-sentry-ruby \ rubygem-stackprof>=0.2.27<0.3:devel/rubygem-stackprof \ rubygem-toml-rb>=2.2<3:www/rubygem-toml-rb USES= gem NO_ARCH= yes .include 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.freeze, ["~> 1.63.0".freeze]) ++ s.add_runtime_dependency(%q.freeze, ["~> 1.63".freeze]) + s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) + s.add_runtime_dependency(%q.freeze, ["~> 1.63".freeze]) + s.add_runtime_dependency(%q.freeze, ["~> 1".freeze])