freebsd-ports/security/rubygem-ruby-saml/Makefile
Torsten Zuehlsdorff 5f889a72ba security/rubygem-ruby-saml: update from 1.2.0 to 1.3.0
- 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
2016-07-08 12:37:35 +00:00

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>