libksba: 1.6.0 -> 1.6.2

Close #192215

Noteworthy changes in version 1.6.2 (2022-10-07) [C22/A14/R2]
------------------------------------------------
 * Fix integer overflow in the CRL parser.  [rK4b7d9cd4a0]
 Release-info: https://dev.gnupg.org/T6230

Noteworthy changes in version 1.6.1 (2022-09-16) [C22/A14/R1]
------------------------------------------------
 * Allow an OCSP server not to return the sent nonce.  [rK24992a4a7a]
 Release-info: https://dev.gnupg.org/T6210
This commit is contained in:
Vladimír Čunát 2022-10-13 20:01:53 +02:00
parent 79dd787b13
commit 8ec485f514
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libksba";
version = "1.6.0";
version = "1.6.2";
src = fetchurl {
url = "mirror://gnupg/libksba/libksba-${version}.tar.bz2";
sha256 = "sha256-2taD5vLZFdiAqkvtXOqaEVaQuJNbeKG74BZpGJMHpIs=";
sha256 = "fce01ccac59812bddadffacff017dac2e4762bdb6ebc6ffe06f6ed4f6192c971";
};
outputs = [ "out" "dev" "info" ];