diff options
author | girgen <girgen@FreeBSD.org> | 2017-11-16 01:21:49 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2017-11-16 01:21:49 +0800 |
commit | 9554c49484014fca8b04c830a68a2683a500367b (patch) | |
tree | 9bfa075733d530e05ff1cec97c7be3471c86907b /security/opensaml2/Makefile | |
parent | 7fc131f3800abf6202f3b57c23f8722abdcf878e (diff) | |
download | freebsd-ports-gnome-9554c49484014fca8b04c830a68a2683a500367b.tar.gz freebsd-ports-gnome-9554c49484014fca8b04c830a68a2683a500367b.tar.zst freebsd-ports-gnome-9554c49484014fca8b04c830a68a2683a500367b.zip |
Shibboleth Service Provider Security Advisory [15 November 2017]
An updated version of the Shibboleth Service Provider software
is available which corrects a critical security issue in the
"Dynamic" metadata provider plugin.
Deployers making use of the affected feature should apply the
relevant update at the soonest possible moment.
Security: b4b7ec7d-ca27-11e7-a12d-6cc21735f730
Diffstat (limited to 'security/opensaml2/Makefile')
-rw-r--r-- | security/opensaml2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/opensaml2/Makefile b/security/opensaml2/Makefile index 769f68409c4a..3d96d70e801b 100644 --- a/security/opensaml2/Makefile +++ b/security/opensaml2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opensaml2 -PORTVERSION= 2.6.0 -PORTREVISION= 5 +PORTVERSION= 2.6.1 CATEGORIES= security MASTER_SITES= http://shibboleth.net/downloads/c++-opensaml/${PORTVERSION}/ DISTNAME= opensaml-${PORTVERSION} @@ -11,14 +10,15 @@ DISTNAME= opensaml-${PORTVERSION} MAINTAINER= girgen@FreeBSD.org COMMENT= Open source implementation of SAML2 +LICENSE= APACHE20 + +BUILD_DEPENDS= boost-libs>=0:devel/boost-libs LIB_DEPENDS= libcurl.so:ftp/curl \ liblog4shib.so:devel/log4shib \ libxml-security-c.so:security/apache-xml-security-c \ libxerces-c.so:textproc/xerces-c3 \ libxmltooling.so:devel/xmltooling -BUILD_DEPENDS= boost-libs>=0:devel/boost-libs - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc |