guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 50f0f015603699ea1258b78239f0c47ea3204f4b
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Jul 26 21:54:10 2026 +0200

    gnu: mbedtls: Update to 3.6.7 [security-fixes].
    
    This update fixes CVE-2026-50587, CVE-2026-50581, CVE-2026-50640,
    CVE-2026-50713, CVE-2026-50584, CVE-2026-35336, CVE-2026-50580,
    CVE-2026-54435, CVE-2026-50586, CVE-2026-50583, CVE-2026-50588,
    CVE-2026-50579, CVE-2026-54441, CVE-2026-50585.
    
    * gnu/packages/tls.scm (mbedtls): Update to 3.6.7.
    
    Merges: https://codeberg.org/guix/guix/pulls/10197
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 19a62a0092..e1d2b79203 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -1144,7 +1144,7 @@ coding footprint.")
   (package
     (inherit mbedtls-lts)
     (name "mbedtls")
-    (version "3.6.6")
+    (version "3.6.7")
     (source
      (origin
        (method url-fetch)
@@ -1153,7 +1153,7 @@ coding footprint.")
                            "/mbedtls-" version ".tar.bz2"))
        (sha256
         (base32
-         "0yh0r9jbnlhwrs8a4zjkrj2gh4d4c14362iwg47q9rfainp5zdlg"))))))
+         "1xhi5lhn78vphv07kvwfyrigfdbbc9vmdwi4mys63xz6q2zbrs57"))))))
 
 ;; The Hiawatha Web server requires some specific features to be enabled.
 (define-public mbedtls-for-hiawatha

Reply via email to