Date: Fri, 10 Apr 2026 16:45:33 +0000 From: Yusuf Yaman <nxjoseph@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Cc: Paavo-Einari Kaipila <pkaipila@gmail.com> Subject: git: 0f67f38ce6bf - main - security/mbedtls4: Update 4.0.0 => 4.1.0 (security) Message-ID: <69d9292d.25e13.6a07785@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f67f38ce6bf226f8a8414c6950d5f90e75499e9 commit 0f67f38ce6bf226f8a8414c6950d5f90e75499e9 Author: Paavo-Einari Kaipila <pkaipila@gmail.com> AuthorDate: 2026-04-07 14:37:12 +0000 Commit: Yusuf Yaman <nxjoseph@FreeBSD.org> CommitDate: 2026-04-10 16:40:20 +0000 security/mbedtls4: Update 4.0.0 => 4.1.0 (security) While here, sort pkg-plist. Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-4.1.0 PR: 294301 Reported by: Paavo-Einari Kaipila <pkaipila@gmail.com> (maintainer) Approved by: osa, vvd (mentors) MFH: 2026Q2 Security: CVE-2026-25833 Security: CVE-2026-25834 --- security/mbedtls4/Makefile | 3 +-- security/mbedtls4/distinfo | 6 ++--- security/mbedtls4/pkg-plist | 65 +++++++++++++++++++++++---------------------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/security/mbedtls4/Makefile b/security/mbedtls4/Makefile index c7ba7e1cfc11..0816fe7b7ee2 100644 --- a/security/mbedtls4/Makefile +++ b/security/mbedtls4/Makefile @@ -1,6 +1,5 @@ PORTNAME= mbedtls -DISTVERSION= 4.0.0 -PORTREVISION= 1 +DISTVERSION= 4.1.0 CATEGORIES= security devel MASTER_SITES= https://github.com/Mbed-TLS/${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMESUFFIX= 4 diff --git a/security/mbedtls4/distinfo b/security/mbedtls4/distinfo index bfb94dde4eaa..d3de5725a39f 100644 --- a/security/mbedtls4/distinfo +++ b/security/mbedtls4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1772372393 -SHA256 (mbedtls-4.0.0.tar.bz2) = 2f3a47f7b3a541ddef450e4867eeecb7ce2ef7776093f3a11d6d43ead6bf2827 -SIZE (mbedtls-4.0.0.tar.bz2) = 6342607 +TIMESTAMP = 1775565640 +SHA256 (mbedtls-4.1.0.tar.bz2) = 377a09cf8eb81b5fb2707045e5522d5489d3309fed5006c9874e60558fc81d10 +SIZE (mbedtls-4.1.0.tar.bz2) = 7009629 diff --git a/security/mbedtls4/pkg-plist b/security/mbedtls4/pkg-plist index 4a47cbdfb20f..318783df18b2 100644 --- a/security/mbedtls4/pkg-plist +++ b/security/mbedtls4/pkg-plist @@ -6,6 +6,7 @@ bin/mbedtls_crl_app bin/mbedtls_crypto_examples bin/mbedtls_dtls_client bin/mbedtls_dtls_server +bin/mbedtls_generate_random_uuid bin/mbedtls_hmac_demo bin/mbedtls_key_ladder_demo bin/mbedtls_key_ladder_demo.sh @@ -35,7 +36,6 @@ include/mbedtls/asn1write.h include/mbedtls/base64.h include/mbedtls/build_info.h include/mbedtls/compat-3-crypto.h -include/mbedtls/config_adjust_legacy_crypto.h include/mbedtls/constant_time.h include/mbedtls/debug.h include/mbedtls/error.h @@ -62,13 +62,15 @@ include/mbedtls/private/chacha20.h include/mbedtls/private/chachapoly.h include/mbedtls/private/cipher.h include/mbedtls/private/cmac.h -include/mbedtls/private/config_adjust_legacy_from_psa.h include/mbedtls/private/config_adjust_ssl.h include/mbedtls/private/config_adjust_test_accelerators.h include/mbedtls/private/config_adjust_x509.h -include/mbedtls/private/config_psa.h +include/mbedtls/private/crypto_adjust_config_enable_builtins.h +include/mbedtls/private/crypto_adjust_config_tweak_builtins.h +include/mbedtls/private/crypto_builtin_composites.h +include/mbedtls/private/crypto_builtin_key_derivation.h +include/mbedtls/private/crypto_builtin_primitives.h include/mbedtls/private/ctr_drbg.h -include/mbedtls/private/ecdh.h include/mbedtls/private/ecdsa.h include/mbedtls/private/ecjpake.h include/mbedtls/private/ecp.h @@ -77,6 +79,7 @@ include/mbedtls/private/error_common.h include/mbedtls/private/gcm.h include/mbedtls/private/hmac_drbg.h include/mbedtls/private/md5.h +include/mbedtls/private/pk_private.h include/mbedtls/private/pkcs5.h include/mbedtls/private/poly1305.h include/mbedtls/private/ripemd160.h @@ -100,14 +103,6 @@ include/mbedtls/x509_crl.h include/mbedtls/x509_crt.h include/mbedtls/x509_csr.h include/psa/crypto.h -include/psa/crypto_adjust_auto_enabled.h -include/psa/crypto_adjust_config_dependencies.h -include/psa/crypto_adjust_config_derived.h -include/psa/crypto_adjust_config_key_pair_types.h -include/psa/crypto_adjust_config_synonyms.h -include/psa/crypto_builtin_composites.h -include/psa/crypto_builtin_key_derivation.h -include/psa/crypto_builtin_primitives.h include/psa/crypto_compat.h include/psa/crypto_config.h include/psa/crypto_driver_common.h @@ -122,21 +117,27 @@ include/psa/crypto_struct.h include/psa/crypto_types.h include/psa/crypto_values.h include/tf-psa-crypto/build_info.h -include/tf-psa-crypto/private/everest/everest/Hacl_Curve25519.h -include/tf-psa-crypto/private/everest/everest/everest.h -include/tf-psa-crypto/private/everest/everest/kremlib.h -include/tf-psa-crypto/private/everest/everest/kremlib/FStar_UInt128.h -include/tf-psa-crypto/private/everest/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h -include/tf-psa-crypto/private/everest/everest/kremlin/c_endianness.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/builtin.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/callconv.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/compat.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/debug.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/target.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/types.h -include/tf-psa-crypto/private/everest/everest/kremlin/internal/wasmsupport.h -include/tf-psa-crypto/private/everest/everest/vs2013/Hacl_Curve25519.h -include/tf-psa-crypto/private/everest/everest/x25519.h +include/tf-psa-crypto/private/crypto_adjust_config_auto_enabled.h +include/tf-psa-crypto/private/crypto_adjust_config_dependencies.h +include/tf-psa-crypto/private/crypto_adjust_config_derived.h +include/tf-psa-crypto/private/crypto_adjust_config_key_pair_types.h +include/tf-psa-crypto/private/crypto_adjust_config_support.h +include/tf-psa-crypto/private/crypto_adjust_config_synonyms.h +include/tf-psa-crypto/private/crypto_struct_pqcp.h +include/tf-psa-crypto/private/everest/Hacl_Curve25519.h +include/tf-psa-crypto/private/everest/kremlib.h +include/tf-psa-crypto/private/everest/kremlib/FStar_UInt128.h +include/tf-psa-crypto/private/everest/kremlib/FStar_UInt64_FStar_UInt32_FStar_UInt16_FStar_UInt8.h +include/tf-psa-crypto/private/everest/kremlin/c_endianness.h +include/tf-psa-crypto/private/everest/kremlin/internal/builtin.h +include/tf-psa-crypto/private/everest/kremlin/internal/callconv.h +include/tf-psa-crypto/private/everest/kremlin/internal/compat.h +include/tf-psa-crypto/private/everest/kremlin/internal/debug.h +include/tf-psa-crypto/private/everest/kremlin/internal/target.h +include/tf-psa-crypto/private/everest/kremlin/internal/types.h +include/tf-psa-crypto/private/everest/kremlin/internal/wasmsupport.h +include/tf-psa-crypto/private/everest/vs2013/Hacl_Curve25519.h +include/tf-psa-crypto/private/everest/x25519.h include/tf-psa-crypto/version.h lib/cmake/MbedTLS/MbedTLSConfig.cmake lib/cmake/MbedTLS/MbedTLSConfigVersion.cmake @@ -148,20 +149,20 @@ lib/cmake/TF-PSA-Crypto/TF-PSA-CryptoTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/TF-PSA-Crypto/TF-PSA-CryptoTargets.cmake lib/libmbedcrypto.a lib/libmbedcrypto.so -lib/libmbedcrypto.so.17 lib/libmbedcrypto.so.%%DISTVERSION%% +lib/libmbedcrypto.so.18 lib/libmbedtls.a lib/libmbedtls.so -lib/libmbedtls.so.22 lib/libmbedtls.so.%%DISTVERSION%% +lib/libmbedtls.so.23 lib/libmbedx509.a lib/libmbedx509.so lib/libmbedx509.so.%%DISTVERSION%% -lib/libmbedx509.so.8 +lib/libmbedx509.so.9 lib/libtfpsacrypto.a lib/libtfpsacrypto.so -lib/libtfpsacrypto.so.1 -lib/libtfpsacrypto.so.1.0.0 +lib/libtfpsacrypto.so.1.1.0 +lib/libtfpsacrypto.so.2 libdata/pkgconfig/mbedcrypto.pc libdata/pkgconfig/mbedtls.pc libdata/pkgconfig/mbedx509.pchome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69d9292d.25e13.6a07785>
