Skip to content

Commit

Permalink
devel/rubygem-request_store: fix security problem
Browse files Browse the repository at this point in the history
The use rack version 1.6 has security problems.
This gem supports any rack version newer than 1.4.
  • Loading branch information
mfechner committed Dec 1, 2023
1 parent 02782f9 commit fad100b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/rubygem-request_store/Makefile
@@ -1,5 +1,6 @@
PORTNAME= request_store
PORTVERSION= 1.5.1
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG

Expand All @@ -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

Expand Down

0 comments on commit fad100b

Please sign in to comment.