head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q4:1.1.1.1.0.14 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.12 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-2010Q2:1.1.1.1.0.10 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.8 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.6 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-2009Q3:1.1.1.1.0.4 pkgsrc-2009Q3-base:1.1.1.1 pkgsrc-2009Q2:1.1.1.1.0.2 pkgsrc-2009Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2011.02.23.09.02.07; author adam; state dead; branches; next 1.1; 1.1 date 2009.05.10.12.23.36; author hasso; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.05.10.12.23.36; author hasso; state Exp; branches; next ; desc @@ 1.2 log @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 @ text @$NetBSD: patch-aa,v 1.1 2009/05/10 12:23:36 hasso Exp $ --- configure.orig 2009-05-08 15:30:32 +0300 +++ configure 2009-05-08 15:32:13 +0300 @@@@ -21751,6 +21751,19 @@@@ case "${host}" in ;; + *-*-dragonfly*) platform=DRAGONFLY + shlibsuffix=.so + lib_name="lib${PACKAGE_TARNAME}.so.${package_lib_version}" + lib_major_name="lib${PACKAGE_TARNAME}.so.${package_version_major}" + lib_short_name="lib${PACKAGE_TARNAME}.so" + + # Should use -D_REENTRANT - but not yet OK + PLATFORM_OPTIONS="${PLATFORM_OPTIONS} -DFREEBSD" + SHARED_OPTIONS="-DFREEBSD -shared -pthread" + LINK_OPTIONS="-DFREEBSD -pthread" + + ;; + *-*-linux*) platform=LINUX ; shlibsuffix=.so lib_name="lib${PACKAGE_TARNAME}.so.${package_lib_version}" @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @XML Security is an C++ implementation of the W3C digital signature specification that makes it possible for programmers to create and validate signed XML documents. @ text @@