From 8c8d5286add8c455d1d6b41ba48990dafa08c96cd3a0e2c242d47293819872b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Marqu=C3=ADnez=20Ferr=C3=A1ndiz?= Date: Thu, 17 Aug 2023 13:42:22 +0000 Subject: [PATCH] Accepting request 1104234 from home:sbradnick:branches:security:tls Looks like 2.28.4 fixes the tests that were failing OBS-URL: https://build.opensuse.org/request/show/1104234 OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls-2?expand=0&rev=6 --- mbedtls-2.28.3.tar.gz | 3 --- mbedtls-2.28.4.tar.gz | 3 +++ mbedtls-2.changes | 30 ++++++++++++++++++++++++++++++ mbedtls-2.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 mbedtls-2.28.3.tar.gz create mode 100644 mbedtls-2.28.4.tar.gz diff --git a/mbedtls-2.28.3.tar.gz b/mbedtls-2.28.3.tar.gz deleted file mode 100644 index efd0556..0000000 --- a/mbedtls-2.28.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdf7c5bbdc338da3edad89b2885d4f8668f9a6fffeba6ec17a60333e36dade6f -size 3952497 diff --git a/mbedtls-2.28.4.tar.gz b/mbedtls-2.28.4.tar.gz new file mode 100644 index 0000000..082a57a --- /dev/null +++ b/mbedtls-2.28.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578c4dcd15bbff3f5cd56aa07cd4f850fc733634e3d5947be4f7157d5bfd81ac +size 3993397 diff --git a/mbedtls-2.changes b/mbedtls-2.changes index db9bc0c..1d69774 100644 --- a/mbedtls-2.changes +++ b/mbedtls-2.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed Aug 16 18:46:37 UTC 2023 - Scott Bradnick + +- Update to 2.28.4: + Features + * Allow MBEDTLS_CONFIG_FILE and MBEDTLS_USER_CONFIG_FILE to be set by + setting the CMake variable of the same name at configuration time. + Bugfix + * Fix crypt_and_hash decryption fail when used with a stream cipher + mode of operation, due to the input not being a multiple of the block + size. Resolves #7417. + * Fix a bug where mbedtls_x509_string_to_names() would return success + when given a invalid name string, if it did not contain '=' or ','. + * Fix missing PSA initialization in sample programs when + MBEDTLS_USE_PSA_CRYPTO is enabled. + * Fix clang and armclang compilation error when targeting certain Arm + M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, + SecurCore SC000). Fixes #1077. + * Fixed an issue that caused compile errors when using CMake and the IAR + toolchain. + * Fix the build with MBEDTLS_PSA_INJECT_ENTROPY. Fixes #7516. + * Fix builds on Windows with clang. + * Fix compilation warnings in aes.c for certain combinations + of configuration options. + * Fix a compilation error on some platforms when including mbedtls/ssl.h + with all TLS support disabled. Fixes #6628. + Changes + * Update test data to avoid failures of unit tests after 2023-08-07, and + update expiring certififcates in the certs + ------------------------------------------------------------------- Mon May 8 11:27:53 UTC 2023 - Jaime Marquínez Ferrándiz diff --git a/mbedtls-2.spec b/mbedtls-2.spec index 28446cc..8ddb651 100644 --- a/mbedtls-2.spec +++ b/mbedtls-2.spec @@ -21,7 +21,7 @@ %define lib_x509 libmbedx509-1 %define _rname mbedtls Name: mbedtls-2 -Version: 2.28.3 +Version: 2.28.4 Release: 0 Summary: Libraries for crypto and SSL/TLS protocols License: Apache-2.0