git: fad100ba05ae - main - devel/rubygem-request_store: fix security problem
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Dec 2023 17:36:14 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fad100ba05aed054078cff4ae12fc854c2a79fb4
commit fad100ba05aed054078cff4ae12fc854c2a79fb4
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2023-12-01 16:58:12 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2023-12-01 17:35:53 +0000
devel/rubygem-request_store: fix security problem
The use rack version 1.6 has security problems.
This gem supports any rack version newer than 1.4.
---
devel/rubygem-request_store/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/rubygem-request_store/Makefile b/devel/rubygem-request_store/Makefile
index 949041a4839e..166251659d00 100644
--- a/devel/rubygem-request_store/Makefile
+++ b/devel/rubygem-request_store/Makefile
@@ -1,5 +1,6 @@
PORTNAME= request_store
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -10,7 +11,7 @@ WWW= https://github.com/steveklabnik/request_store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= rubygem-rack16>=1.4:www/rubygem-rack16
+RUN_DEPENDS= rubygem-rack>=1.4:www/rubygem-rack
USES= gem