wolfssl: 5.6.4 -> 5.6.6

This commit is contained in:
Adrian Pistol 2023-12-19 23:57:25 +01:00
parent 63dd8e1d2e
commit 9af669c9db

View File

@ -1,7 +1,6 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, Security
, autoreconfHook
, util-linux
@ -15,23 +14,15 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wolfssl-${variant}";
version = "5.6.4";
version = "5.6.6";
src = fetchFromGitHub {
owner = "wolfSSL";
repo = "wolfssl";
rev = "refs/tags/v${finalAttrs.version}-stable";
hash = "sha256-a9a3ca4Zb/XTS5YfPJwnXPYbDjmgD8qylhPQg5pjzJM=";
hash = "sha256-HXl8GgngC1J8Dlt7fXBrVRa+IV7thVr+MIpeuf3Khcg=";
};
patches = [
(fetchpatch {
name = "fix-expected-test-response.patch";
url = "https://github.com/wolfSSL/wolfssl/commit/ca694938fd053a8557f9f08b1b4265292d8bef65.patch";
hash = "sha256-ETxszjjEMk0WdYgXHWTxTaWZPpyDs9jdko0jtkjzgwI=";
})
];
postPatch = ''
patchShebangs ./scripts
# ocsp stapling tests require network access, so skip them