From 64e7ee41425e93bf70338a2e7281f400c25eaf7d Mon Sep 17 00:00:00 2001 From: Mathijs Kwik Date: Sun, 23 Mar 2014 14:47:09 +0100 Subject: [PATCH] libarchive: patch checksum failure Probably github changed some headers in their patch output. I verified other sources for CVE2013-0211 and the patch seems the same. --- pkgs/development/libraries/libarchive/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix index b7b001e44eb..e6b01f695dc 100644 --- a/pkgs/development/libraries/libarchive/default.nix +++ b/pkgs/development/libraries/libarchive/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { patches = [(fetchurl { url = "https://github.com/libarchive/libarchive/commit/22531545514043e04633e1c015c7540b9de9dbe4.patch"; - sha256 = "0c1a0prlpq5nn7zgs7cqvw9xnmhkkc8l0mpsip86k1lafircqhzh"; + sha256 = "1y649pvilwx4jpjhyq5pfs2jb0ay01ylrn1y8098v785z0j82wml"; name = "CVE-2013-0211.patch"; })];