blob: e5685d164aba7b614082b8948ecc8abb2ce00fde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= omniauth-rails_csrf_protection
PORTVERSION= 1.0.2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Mitigation against CVE-2015-9284 for OmniAuth
WWW= https://github.com/cookpad/omniauth-rails_csrf_protection
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-actionpack70>=4.2:www/rubygem-actionpack70 \
rubygem-omniauth>=2.0<3:security/rubygem-omniauth
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|