Skip to content

Commit

Permalink
[Backport release-24.05] mbedtls: 3.6.0 -> 3.6.1, mbedtls_2: 2.28.8 -…
Browse files Browse the repository at this point in the history
…> 2.29.9 (#340227)
  • Loading branch information
fabianhjr committed Sep 7, 2024
2 parents 68e7dce + bf24ba2 commit 0f3e959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mbedtls/2.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ callPackage }:

callPackage ./generic.nix {
version = "2.28.8";
hash = "sha256-A1DYZrvJ8SRujroVwqPfcTOSgLnT5xRat/RVdq2fL/o=";
version = "2.28.9";
hash = "sha256-/Bm05CvS9t7WSh4qoMconCaD7frlmA/H9YDyJOuGuFE=";
}
18 changes: 3 additions & 15 deletions pkgs/development/libraries/mbedtls/3.nix
Original file line number Diff line number Diff line change
@@ -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=";
}

0 comments on commit 0f3e959

Please sign in to comment.