Bugfixes [CPPOST-83] - Compile error with boost 1.53 [CPPOST-86] - samlsign core dumps when -dig option is used 2.5.2: (none) 2.5.1: Bugfixes [CPPOST-79] - Typo in "metadata intance failed manual validation checking" log message [CPPOST-80] - SAMLTIME_MAX constant breaks for universal Mac builds Improvement [CPPOST-78] - Add metadata:rpi schema to OpenSAML 2.5.0: Bugfixes [CPPOST-65] - Remove compile time version output where possible. [CPPOST-70] - Problem calling virtual functions from base class constructors [CPPOST-71] - Various clone methods are broken. [CPPOST-75] - ChainingTrustEngine resets SOAP/TLS-based null peer entity name, forces TrustEngine name matching Improvements [CPPOST-74] - metadata provider should check validity before replacing old metadata [CPPOST-76] - filter IdPs somehow that don't declare themselves "ready" New Features [CPPOST-69] - Load Folders of Metadata [CPPOST-73] - Metadata filter that can add EntityAttribute tags
26 lines
883 B
Makefile
26 lines
883 B
Makefile
# $NetBSD: Makefile,v 1.13 2013/09/13 21:17:35 pettai Exp $
|
|
|
|
DISTNAME= opensaml-2.5.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
|
|
|
|
MAINTAINER= pettai@NetBSD.org
|
|
HOMEPAGE= http://www.opensaml.org/
|
|
COMMENT= Security Assertion Markup Language (SAML)
|
|
LICENSE= apache-2.0
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --disable-doxygen-doc
|
|
|
|
.include "../../devel/boost-libs/buildlink3.mk"
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
.include "../../devel/log4shib/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../security/xml-security-c/buildlink3.mk"
|
|
.include "../../textproc/xerces-c/buildlink3.mk"
|
|
.include "../../textproc/xmltooling/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|