diff options
Diffstat (limited to 'security/rubygem-omniauth-rails_csrf_protection/Makefile')
-rw-r--r-- | security/rubygem-omniauth-rails_csrf_protection/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/security/rubygem-omniauth-rails_csrf_protection/Makefile b/security/rubygem-omniauth-rails_csrf_protection/Makefile new file mode 100644 index 000000000000..8bd530bec7e1 --- /dev/null +++ b/security/rubygem-omniauth-rails_csrf_protection/Makefile @@ -0,0 +1,21 @@ +PORTNAME= omniauth-rails_csrf_protection +PORTVERSION= 1.0.1 +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-actionpack61>=4.2:www/rubygem-actionpack61 \ + rubygem-omniauth>=2.0<3:security/rubygem-omniauth + +USES= gem +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> |