1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xinetd: Update to 2.3.15

Fixes CVE-2012-0862.
This commit is contained in:
Eelco Dolstra 2012-10-02 11:52:37 -04:00
parent 3cf0b00b5a
commit 9bc8e1250b

View file

@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "xinetd-2.3.14";
name = "xinetd-2.3.15";
src = fetchurl {
url = "http://www.xinetd.org/${name}.tar.gz";
sha256 = "07xws1ydxrrx4xinvfqkc66diwfjh2apxz33xw4hb6k0gihhw3kn";
sha256 = "1qsv1al506x33gh92bqa8w21k7mxqrbsrwmxvkj0amn72420ckmz";
};
meta = {