- Security Fix Add extra validations to prevent Signature wrapping attacks - Fix XMLSecurity SHA256 and SHA512 uris - Fix Destination validation Approved by: junovitch (mentor) Security: CVE-2016-5697 MFH: 2016Q3
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# Created by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ruby-saml
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= SAML toolkit for Ruby on Rails
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-nokogiri>=1.5.10:textproc/rubygem-nokogiri
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|