1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

www/rubygem-rack-protection2: Add rubygem-rack-protection2 2.2.2 (copied from rubygem-rack-protection)

- Update version requirement of RUN_DEPENDS
- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2022-10-04 00:56:42 +08:00
parent fd6652374d
commit 615af6e0c7
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -2061,6 +2061,7 @@
SUBDIR += rubygem-rack-openid
SUBDIR += rubygem-rack-protection
SUBDIR += rubygem-rack-protection1
SUBDIR += rubygem-rack-protection2
SUBDIR += rubygem-rack-proxy
SUBDIR += rubygem-rack-ssl
SUBDIR += rubygem-rack-test

View File

@ -0,0 +1,23 @@
PORTNAME= rack-protection
PORTVERSION= 2.2.2
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 2
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Collection of Rack middleware to protect against opportunistic attack
WWW= https://github.com/sinatra/sinatra/tree/master/rack-protection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/License
RUN_DEPENDS= rubygem-rack>=0,3:www/rubygem-rack
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PORTSCOUT= limit:^2\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1659161335
SHA256 (rubygem/rack-protection-2.2.2.gem) = fd41414dbabbec274af0bdb1f72a48504449de4d979782c9af38cbb5dfff3299
SIZE (rubygem/rack-protection-2.2.2.gem) = 17408

View File

@ -0,0 +1 @@
Collection of Rack middleware to protect you against common, opportunistic attack.