3
0
Fork 0
forked from mirrors/nixpkgs

tevent, ldb: security updates needed for samba

I managed to find no news or changelog on these,
so it's rather a black box to me, but it's clear that (some) bumps
were required for samba.
This commit is contained in:
Vladimír Čunát 2016-03-14 18:34:29 +01:00
parent 2404cd4286
commit 530214321d
2 changed files with 4 additions and 4 deletions

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "ldb-1.1.23";
name = "ldb-1.1.26";
src = fetchurl {
url = "mirror://samba/ldb/${name}.tar.gz";
sha256 = "0ncmwgga6q9v7maiywgw21w6rb3149m1w2ca11yq8k5j0izjz2wg";
sha256 = "1rmjv12pf57vga8s5z9p9d90rlfckc1lqjbcp89r83cq5fkwfhw8";
};
buildInputs = [

View file

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tevent-0.9.26";
name = "tevent-0.9.28";
src = fetchurl {
url = "mirror://samba/tevent/${name}.tar.gz";
sha256 = "1gbh6d2m49j1v2hkaiyrh8bj02i5wxd4hqayzk2g44yyivbi8b16";
sha256 = "0a9ml52jjnzz7qg9z750mavlvs1yibjwrzy4yl55dc95j0vm7n84";
};
buildInputs = [