summaryrefslogtreecommitdiff
path: root/security/opensaml/Makefile
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-09-13 21:17:35 +0000
committerpettai <pettai@pkgsrc.org>2013-09-13 21:17:35 +0000
commit31eaf9ef5bdb294bf1c0e47e52f0ffc6cc0c55a6 (patch)
tree82530739813cd5a39afbd2ac21484edea2efc48e /security/opensaml/Makefile
parentcfbafc7a68aa0544f4f9c9e2157f3859090dda9c (diff)
downloadpkgsrc-31eaf9ef5bdb294bf1c0e47e52f0ffc6cc0c55a6.tar.gz
2.5.3:
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
Diffstat (limited to 'security/opensaml/Makefile')
-rw-r--r--security/opensaml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile
index 8b5a695647c..d4b0f5bdde5 100644
--- a/security/opensaml/Makefile
+++ b/security/opensaml/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2013/09/10 11:44:15 obache Exp $
+# $NetBSD: Makefile,v 1.13 2013/09/13 21:17:35 pettai Exp $
-DISTNAME= opensaml-2.4.3
-PKGREVISION= 3
+DISTNAME= opensaml-2.5.3
CATEGORIES= security
MASTER_SITES= http://www.shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
@@ -15,6 +14,7 @@ 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"