mbedtls: 3.6.0 -> 3.6.1

Changelog: https://github.com/Mbed-TLS/mbedtls/releases/tag/mbedtls-3.6.1
Fixes CVE-2024-45157, CVE-2024-45158, CVE-2024-45159

(cherry picked from commit e15a897286)
This commit is contained in:
Raphael Robatsch
2024-09-05 20:06:59 +02:00
committed by github-actions[bot]
parent a182b824c1
commit eff8fa7c48

View File

@@ -1,18 +1,6 @@
{ callPackage
, fetchpatch
}:
{ callPackage }:
callPackage ./generic.nix {
version = "3.6.0";
hash = "sha256-tCwAKoTvY8VCjcTPNwS3DeitflhpKHLr6ygHZDbR6wQ=";
patches = [
# https://github.com/Mbed-TLS/mbedtls/pull/9000
# Remove at next version update
(fetchpatch {
name = "fix-darwin-memcpy-error.patch";
url = "https://github.com/Mbed-TLS/mbedtls/commit/b32d7ae0fee2f906be59780b42a0cd4468a39bd1.patch";
hash = "sha256-BTkJs9NEkCl+/Q8EwB/LW9uwF95jQOKWmoCK4B/7/sU=";
})
];
version = "3.6.1";
hash = "sha256-SVWz2uOvGIplnBr4g6nwfxKMWVpzdZjusseAhw6GOJ8=";
}