botan2: add patch for CVE-2021-40529

(cherry picked from commit 63bf10c8487963d50d67024859178178f776164a)
This commit is contained in:
Robert Scott
2021-09-08 05:07:41 +00:00
committed by github-actions[bot]
parent 57ff6689cc
commit e8fe5c4eb4
2 changed files with 12 additions and 1 deletions
@@ -3,6 +3,7 @@
, baseVersion, revision, sha256
, sourceExtension ? "tar.xz"
, extraConfigureFlags ? ""
, extraPatches ? [ ]
, postPatch ? null
, knownVulnerabilities ? [ ]
, CoreServices
@@ -22,6 +23,7 @@ stdenv.mkDerivation rec {
];
inherit sha256;
};
patches = extraPatches;
inherit postPatch;
buildInputs = [ python3 bzip2 zlib gmp openssl boost ]