3
0
Fork 0
forked from mirrors/nixpkgs

subversion_1_10: 1.10.3 -> 1.10.4

bugfix release for CVE-2018-11803 [0].

[0] https://subversion.apache.org/security/CVE-2018-11803-advisory.txt

(cherry picked from commit a6bb05be45)
This commit is contained in:
Andreas Rammhold 2019-03-20 13:35:53 +01:00 committed by Uli Baum
parent b50bf3af83
commit 2d78754c7e

View file

@ -121,8 +121,8 @@ in {
};
subversion_1_10 = common {
version = "1.10.3";
sha256 = "1z6r3n91a4znsh68rl3jisfr7k4faymhbpalmmvsmvsap34al3cz";
version = "1.10.4";
sha256 = "18c1vdq32nil76w678lxmp73jsbqha3dmzgmfrj76nc0xjmywql2";
extraBuildInputs = [ lz4 utf8proc ];
};