diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index 2e27351c3ddb..0a7b5b486b92 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -1,25 +1,25 @@ # Created by: Tony Maher PORTNAME= xml-security-c -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= security MASTER_SITES= APACHE/santuario/c-library PKGNAMEPREFIX= apache- MAINTAINER= girgen@FreeBSD.org COMMENT= Apache XML security libraries - C++ version LICENSE= APACHE20 LIB_DEPENDS+= libxerces-c.so:textproc/xerces-c3 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --without-xalan --with-openssl=${OPENSSLBASE} USES= cpe gmake libtool tar:bzip2 ssl pkgconfig autoreconf USE_LDCONFIG= yes CONFIGURE_ENV+= openssl_LIBS="-L${OPENSSLLIB} -lcrypto" openssl_CFLAGS=-I${OPENSSLBASE} CPE_PRODUCT= xml_security_for_c++ CPE_VENDOR= apache .include diff --git a/security/apache-xml-security-c/distinfo b/security/apache-xml-security-c/distinfo index 1f4891b69370..304c274ac730 100644 --- a/security/apache-xml-security-c/distinfo +++ b/security/apache-xml-security-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1541343540 -SHA256 (xml-security-c-2.0.2.tar.bz2) = 39e963ab4da477b7bda058f06db37228664c68fe68902d86e334614dd06e046b -SIZE (xml-security-c-2.0.2.tar.bz2) = 659543 +TIMESTAMP = 1635286229 +SHA256 (xml-security-c-2.0.3.tar.bz2) = 803029f129005a9b453aa45f0b3e44c28b8f2ec5eb526c20c74f93995cf6da69 +SIZE (xml-security-c-2.0.3.tar.bz2) = 676128 diff --git a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.cpp b/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.cpp deleted file mode 100644 index ea0fb0abd3e7..000000000000 --- a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xsec/enc/OpenSSL/OpenSSLCryptoBase64.cpp.orig 2018-06-18 14:48:29.000000000 +0000 -+++ xsec/enc/OpenSSL/OpenSSLCryptoBase64.cpp 2018-11-02 18:30:38.642036000 +0000 -@@ -48,7 +48,7 @@ - // Construction/Destruction - // -------------------------------------------------------------------------------- - --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) - OpenSSLCryptoBase64::OpenSSLCryptoBase64() : mp_ectx(&m_ectx_store), mp_dctx(&m_dctx_store) { } - OpenSSLCryptoBase64::~OpenSSLCryptoBase64() { } - #else diff --git a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.hpp b/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.hpp deleted file mode 100644 index 4474837fd56f..000000000000 --- a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xsec/enc/OpenSSL/OpenSSLCryptoBase64.hpp.orig 2018-06-18 14:48:29.000000000 +0000 -+++ xsec/enc/OpenSSL/OpenSSLCryptoBase64.hpp 2018-11-02 18:30:38.642261000 +0000 -@@ -205,7 +205,7 @@ - EVP_ENCODE_CTX *mp_ectx; // Encode context - EVP_ENCODE_CTX *mp_dctx; // Decode context - --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) - EVP_ENCODE_CTX m_ectx_store; - EVP_ENCODE_CTX m_dctx_store; - #endif diff --git a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.cpp b/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.cpp deleted file mode 100644 index 2ff49586dd74..000000000000 --- a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xsec/enc/OpenSSL/OpenSSLSupport.cpp.orig 2018-06-18 14:48:29.000000000 +0000 -+++ xsec/enc/OpenSSL/OpenSSLSupport.cpp 2018-11-02 18:30:38.642471000 +0000 -@@ -273,7 +273,7 @@ - - #endif - --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) - EvpEncodeCtxRAII::EvpEncodeCtxRAII() : mp_ctx(&mp_ctx_store) { }; - EvpEncodeCtxRAII::~EvpEncodeCtxRAII() { } - #else diff --git a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp b/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp deleted file mode 100644 index 66fdf7de6801..000000000000 --- a/security/apache-xml-security-c/files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- xsec/enc/OpenSSL/OpenSSLSupport.hpp.orig 2018-06-18 14:48:29.000000000 +0000 -+++ xsec/enc/OpenSSL/OpenSSLSupport.hpp 2018-11-02 18:30:38.642655000 +0000 -@@ -88,7 +88,7 @@ - - private: - EVP_ENCODE_CTX *mp_ctx; --#if (OPENSSL_VERSION_NUMBER < 0x10100000L) -+#if (OPENSSL_VERSION_NUMBER < 0x10100000L) || defined(LIBRESSL_VERSION_NUMBER) - EVP_ENCODE_CTX mp_ctx_store; - #endif - }; diff --git a/security/apache-xml-security-c/pkg-plist b/security/apache-xml-security-c/pkg-plist index 98ca6b51e73a..9642a485915c 100644 --- a/security/apache-xml-security-c/pkg-plist +++ b/security/apache-xml-security-c/pkg-plist @@ -1,162 +1,161 @@ bin/xsec-c14n bin/xsec-checksig bin/xsec-cipher bin/xsec-siginf bin/xsec-templatesign bin/xsec-txfmout bin/xsec-xklient bin/xsec-xtest include/xsec/canon/XSECC14n20010315.hpp include/xsec/canon/XSECCanon.hpp include/xsec/canon/XSECXMLNSStack.hpp include/xsec/dsig/DSIGAlgorithmHandlerDefault.hpp include/xsec/dsig/DSIGConstants.hpp include/xsec/dsig/DSIGKeyInfo.hpp include/xsec/dsig/DSIGKeyInfoDEREncoded.hpp include/xsec/dsig/DSIGKeyInfoExt.hpp include/xsec/dsig/DSIGKeyInfoList.hpp include/xsec/dsig/DSIGKeyInfoMgmtData.hpp include/xsec/dsig/DSIGKeyInfoName.hpp include/xsec/dsig/DSIGKeyInfoPGPData.hpp include/xsec/dsig/DSIGKeyInfoSPKIData.hpp include/xsec/dsig/DSIGKeyInfoValue.hpp include/xsec/dsig/DSIGKeyInfoX509.hpp include/xsec/dsig/DSIGObject.hpp include/xsec/dsig/DSIGReference.hpp include/xsec/dsig/DSIGReferenceList.hpp include/xsec/dsig/DSIGSignature.hpp include/xsec/dsig/DSIGSignedInfo.hpp include/xsec/dsig/DSIGTransform.hpp include/xsec/dsig/DSIGTransformBase64.hpp include/xsec/dsig/DSIGTransformC14n.hpp include/xsec/dsig/DSIGTransformEnvelope.hpp include/xsec/dsig/DSIGTransformList.hpp include/xsec/dsig/DSIGTransformXPath.hpp include/xsec/dsig/DSIGTransformXPathFilter.hpp include/xsec/dsig/DSIGTransformXSL.hpp include/xsec/dsig/DSIGXPathFilterExpr.hpp include/xsec/dsig/DSIGXPathHere.hpp include/xsec/enc/NSS/NSSCryptoHash.hpp include/xsec/enc/NSS/NSSCryptoHashHMAC.hpp include/xsec/enc/NSS/NSSCryptoKeyDSA.hpp include/xsec/enc/NSS/NSSCryptoKeyHMAC.hpp include/xsec/enc/NSS/NSSCryptoKeyRSA.hpp include/xsec/enc/NSS/NSSCryptoProvider.hpp include/xsec/enc/NSS/NSSCryptoSymmetricKey.hpp include/xsec/enc/NSS/NSSCryptoX509.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoBase64.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyDSA.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyEC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyHMAC.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoKeyRSA.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoProvider.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoSymmetricKey.hpp include/xsec/enc/OpenSSL/OpenSSLCryptoX509.hpp include/xsec/enc/OpenSSL/OpenSSLSupport.hpp include/xsec/enc/XSCrypt/XSCryptCryptoBase64.hpp include/xsec/enc/XSECCryptoBase64.hpp include/xsec/enc/XSECCryptoException.hpp include/xsec/enc/XSECCryptoHash.hpp include/xsec/enc/XSECCryptoKey.hpp include/xsec/enc/XSECCryptoKeyDSA.hpp include/xsec/enc/XSECCryptoKeyEC.hpp include/xsec/enc/XSECCryptoKeyHMAC.hpp include/xsec/enc/XSECCryptoKeyRSA.hpp include/xsec/enc/XSECCryptoProvider.hpp include/xsec/enc/XSECCryptoSymmetricKey.hpp include/xsec/enc/XSECCryptoUtils.hpp include/xsec/enc/XSECCryptoX509.hpp include/xsec/enc/XSECKeyInfoResolver.hpp include/xsec/enc/XSECKeyInfoResolverDefault.hpp include/xsec/framework/XSECAlgorithmHandler.hpp include/xsec/framework/XSECAlgorithmMapper.hpp include/xsec/framework/XSECConfig.hpp include/xsec/framework/XSECDefs.hpp include/xsec/framework/XSECEnv.hpp include/xsec/framework/XSECError.hpp include/xsec/framework/XSECException.hpp include/xsec/framework/XSECProvider.hpp include/xsec/framework/XSECURIResolver.hpp include/xsec/framework/XSECURIResolverXerces.hpp include/xsec/framework/XSECVersion.hpp include/xsec/framework/XSECW32Config.hpp include/xsec/transformers/TXFMBase.hpp include/xsec/transformers/TXFMBase64.hpp include/xsec/transformers/TXFMC14n.hpp include/xsec/transformers/TXFMChain.hpp include/xsec/transformers/TXFMChar.hpp include/xsec/transformers/TXFMCipher.hpp include/xsec/transformers/TXFMConcatChains.hpp include/xsec/transformers/TXFMDocObject.hpp include/xsec/transformers/TXFMEnvelope.hpp include/xsec/transformers/TXFMHash.hpp include/xsec/transformers/TXFMOutputFile.hpp include/xsec/transformers/TXFMParser.hpp include/xsec/transformers/TXFMSB.hpp include/xsec/transformers/TXFMURL.hpp include/xsec/transformers/TXFMXPath.hpp include/xsec/transformers/TXFMXPathFilter.hpp include/xsec/transformers/TXFMXSL.hpp include/xsec/utils/XSECBinTXFMInputStream.hpp include/xsec/utils/XSECNameSpaceExpander.hpp include/xsec/utils/XSECPlatformUtils.hpp include/xsec/utils/XSECSOAPRequestor.hpp include/xsec/utils/XSECSOAPRequestorSimple.hpp include/xsec/utils/XSECSafeBuffer.hpp include/xsec/utils/XSECSafeBufferFormatter.hpp include/xsec/utils/XSECTXFMInputSource.hpp include/xsec/utils/XSECXPathNodeList.hpp include/xsec/xenc/XENCCipher.hpp include/xsec/xenc/XENCCipherData.hpp include/xsec/xenc/XENCCipherReference.hpp include/xsec/xenc/XENCCipherValue.hpp include/xsec/xenc/XENCEncryptedData.hpp include/xsec/xenc/XENCEncryptedKey.hpp include/xsec/xenc/XENCEncryptedType.hpp include/xsec/xenc/XENCEncryptionMethod.hpp include/xsec/xkms/XKMSAuthentication.hpp include/xsec/xkms/XKMSCompoundRequest.hpp include/xsec/xkms/XKMSCompoundResult.hpp include/xsec/xkms/XKMSConstants.hpp include/xsec/xkms/XKMSKeyBinding.hpp include/xsec/xkms/XKMSKeyBindingAbstractType.hpp include/xsec/xkms/XKMSLocateRequest.hpp include/xsec/xkms/XKMSLocateResult.hpp include/xsec/xkms/XKMSMessageAbstractType.hpp include/xsec/xkms/XKMSMessageFactory.hpp include/xsec/xkms/XKMSNotBoundAuthentication.hpp include/xsec/xkms/XKMSPendingRequest.hpp include/xsec/xkms/XKMSPrototypeKeyBinding.hpp include/xsec/xkms/XKMSQueryKeyBinding.hpp include/xsec/xkms/XKMSRSAKeyPair.hpp include/xsec/xkms/XKMSRecoverKeyBinding.hpp include/xsec/xkms/XKMSRecoverRequest.hpp include/xsec/xkms/XKMSRecoverResult.hpp include/xsec/xkms/XKMSRegisterRequest.hpp include/xsec/xkms/XKMSRegisterResult.hpp include/xsec/xkms/XKMSReissueKeyBinding.hpp include/xsec/xkms/XKMSReissueRequest.hpp include/xsec/xkms/XKMSReissueResult.hpp include/xsec/xkms/XKMSRequestAbstractType.hpp include/xsec/xkms/XKMSRespondWith.hpp include/xsec/xkms/XKMSResponseMechanism.hpp include/xsec/xkms/XKMSResult.hpp include/xsec/xkms/XKMSResultType.hpp include/xsec/xkms/XKMSRevokeKeyBinding.hpp include/xsec/xkms/XKMSRevokeRequest.hpp include/xsec/xkms/XKMSRevokeResult.hpp include/xsec/xkms/XKMSStatus.hpp include/xsec/xkms/XKMSStatusRequest.hpp include/xsec/xkms/XKMSStatusResult.hpp include/xsec/xkms/XKMSUnverifiedKeyBinding.hpp include/xsec/xkms/XKMSUseKeyWith.hpp include/xsec/xkms/XKMSValidateRequest.hpp include/xsec/xkms/XKMSValidateResult.hpp include/xsec/xkms/XKMSValidityInterval.hpp -lib/libxml-security-c.a lib/libxml-security-c.so lib/libxml-security-c.so.20 -lib/libxml-security-c.so.20.0.2 +lib/libxml-security-c.so.20.0.3 libdata/pkgconfig/xml-security-c.pc