From 39013aa035e0d36c2a09a53a291d025700a4adb3 Mon Sep 17 00:00:00 2001 From: Reda Chouk Date: Mon, 9 Sep 2024 16:32:32 +0200 Subject: [PATCH 1/2] prepare for v5.7.2 --- ChangeLog.rst | 6 ++++++ wolfcrypt/_version.py | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 32e2471..6969ed7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,9 @@ +wolfCrypt-py Release 5.7.2 (Sep 6, 2024) +========================================== + +* Update to wolfSSL version 5.7.2 + + wolfCrypt-py Release 5.6.6 (Jan 23, 2024) ========================================== diff --git a/wolfcrypt/_version.py b/wolfcrypt/_version.py index 6826ff3..a7f1a22 100644 --- a/wolfcrypt/_version.py +++ b/wolfcrypt/_version.py @@ -1,6 +1,6 @@ # When bumping the C library version, reset the POST count to 0 -__wolfssl_version__ = "v5.6.6-stable" +__wolfssl_version__ = "v5.7.2-stable" # We're using implicit post releases [PEP 440] to bump package version # while maintaining the C library version intact for better reference. @@ -8,5 +8,5 @@ # # MAJOR.MINOR.BUILD-POST -__version__ = "5.6.6-0" +__version__ = "5.7.2-0" From 4ff6d46db663151674bb817ceb377c612ce508f3 Mon Sep 17 00:00:00 2001 From: Reda Chouk Date: Mon, 9 Sep 2024 16:46:07 +0200 Subject: [PATCH 2/2] update submodule --- lib/wolfssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wolfssl b/lib/wolfssl index 9797073..00e4215 160000 --- a/lib/wolfssl +++ b/lib/wolfssl @@ -1 +1 @@ -Subproject commit 979707380c677dfa65e3ba48f19e149773a4a32d +Subproject commit 00e42151ca061463ba6a95adb2290f678cbca472