From nobody Tue Oct 26 22:23:26 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 83FB01827304; Tue, 26 Oct 2021 22:23:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hf5v22nCzz4Zyf; Tue, 26 Oct 2021 22:23:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 407E124CBB; Tue, 26 Oct 2021 22:23:26 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19QMNQ93024883; Tue, 26 Oct 2021 22:23:26 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19QMNQdd024882; Tue, 26 Oct 2021 22:23:26 GMT (envelope-from git) Date: Tue, 26 Oct 2021 22:23:26 GMT Message-Id: <202110262223.19QMNQdd024882@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Palle Girgensohn Subject: git: 1e58dd3aed67 - main - security/apache-xml-security-c: update to 2.0.3 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: girgen X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1e58dd3aed677fe3055aa119c478d914dd401d77 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by girgen: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e58dd3aed677fe3055aa119c478d914dd401d77 commit 1e58dd3aed677fe3055aa119c478d914dd401d77 Author: Palle Girgensohn AuthorDate: 2021-10-26 22:20:26 +0000 Commit: Palle Girgensohn CommitDate: 2021-10-26 22:20:26 +0000 security/apache-xml-security-c: update to 2.0.3 --- security/apache-xml-security-c/Makefile | 2 +- security/apache-xml-security-c/distinfo | 6 +++--- .../files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.cpp | 11 ----------- .../files/patch-xsec_enc_OpenSSL_OpenSSLCryptoBase64.hpp | 11 ----------- .../files/patch-xsec_enc_OpenSSL_OpenSSLSupport.cpp | 11 ----------- .../files/patch-xsec_enc_OpenSSL_OpenSSLSupport.hpp | 11 ----------- security/apache-xml-security-c/pkg-plist | 3 +-- 7 files changed, 5 insertions(+), 50 deletions(-) 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,7 +1,7 @@ # 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- 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 @@ -155,8 +155,7 @@ 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