pkgsrc/security/xml-security-c/buildlink3.mk
adam 017a4783d5 Changes 1.6.0:
* Fix: wrong namespace in encryption DigestMethod
* Fix: RetrievalMethod handler
* Fix: support for >1 CRL per KeyInfo
* Fix: buffer initialization issue
* Fix: vector index bug
* Fix: stylesheet append bug
* Fix: header guard in XPath transform header
* Fix: string release crash
* Fix: improper c14n of XSLT
* Fix: setters for Reference Type/Id
* Fix: skip comments in X509Certificate elements
* Fix: more header guards
* Fix: NSS verification of RSA broken
* Expose algorithm URI on Signature and Reference objects
* White/blacklisting of otherwise registered algorithms
* Add selected XML Signature 1.1 KeyInfo extensions
* Add elliptic curve keys and signatures via ECDSA
* Support debugging of Reference/SignedInfo data
* Clean up tests for SHA2 algorithms in OpenSSL
* Updated autoconf script, added NSS support, removed pre-automake material
* Add methods for Reference removal to DSIGSignature/DSIGSignedInfo classes
2011-02-23 09:02:07 +00:00

16 lines
533 B
Makefile

# $NetBSD: buildlink3.mk,v 1.5 2011/02/23 09:02:07 adam Exp $
BUILDLINK_TREE+= xml-security-c
.if !defined(XML_SECURITY_C_BUILDLINK3_MK)
XML_SECURITY_C_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xml-security-c+= xml-security-c>=1.4.0
BUILDLINK_ABI_DEPENDS.xml-security-c+= xml-security-c>=1.5.1nb3
BUILDLINK_PKGSRCDIR.xml-security-c?= ../../security/xml-security-c
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/xerces-c/buildlink3.mk"
.endif # XML_SECURITY_C_BUILDLINK3_MK
BUILDLINK_TREE+= -xml-security-c