samba: 4.10.10 -> 4.10.11 (#75456)

Security fix: CVE-2019-14861, CVE-2019-14870

This update is only a security fix. See
https://www.samba.org/samba/history/samba-4.10.11.html
This commit is contained in:
Markus Wamser 2019-12-11 11:12:49 +01:00 committed by Renaud
parent a8df1b1230
commit 7e93638ca7

View file

@ -20,11 +20,11 @@ with lib;
stdenv.mkDerivation rec {
pname = "samba";
version = "4.10.10";
version = "4.10.11";
src = fetchurl {
url = "mirror://samba/pub/samba/stable/${pname}-${version}.tar.gz";
sha256 = "19b653rr2i9snvapik58phbqj38cxjdlyx6nl3m2y3k1a55p633h";
sha256 = "157qvz8x2s7994rzxhcmpc79cfk86zc0rq5qwg8alvjcw0r457v0";
};
outputs = [ "out" "dev" "man" ];