Loading pkgs/servers/xinetd/default.nix +16 −15 Original line number Diff line number Diff line { fetchurl, fetchpatch, lib, stdenv, libtirpc }: { lib , stdenv , fetchurl , pkg-config , libtirpc }: stdenv.mkDerivation rec { pname = "xinetd"; version = "2.3.15"; version = "2.3.15.4"; src = fetchurl { url = "http://www.xinetd.org/xinetd-${version}.tar.gz"; sha256 = "1qsv1al506x33gh92bqa8w21k7mxqrbsrwmxvkj0amn72420ckmz"; url = "https://github.com/openSUSE/xinetd/releases/download/${version}/xinetd-${version}.tar.xz"; hash = "sha256-K6pYEBC8cDYavfo38SHpKuucXOZ/mnGRPOvWk1nMllQ="; }; patches = [ (fetchpatch { url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/xinetd/files/xinetd-2.3.15-creds.patch?id=426002bfe2789fb6213fba832c8bfee634d68d02"; name = "CVE-2013-4342.patch"; sha256 = "1iqcrqzgisz4b6vamprzg2y6chai7qpifqcihisrwbjwbc4wzj8v"; }) nativeBuildInputs = [ pkg-config ]; buildInputs = [ libtirpc ]; NIX_CFLAGS_COMPILE = [ "-I${libtirpc.dev}/include/tirpc" ]; NIX_LDFLAGS = [ "-ltirpc" ]; buildInputs = [ libtirpc ]; meta = { description = "Secure replacement for inetd"; platforms = lib.platforms.linux; homepage = "http://xinetd.org"; homepage = "https://github.com/openSUSE/xinetd"; license = lib.licenses.free; maintainers = with lib.maintainers; [ fgaz ]; }; } Loading
pkgs/servers/xinetd/default.nix +16 −15 Original line number Diff line number Diff line { fetchurl, fetchpatch, lib, stdenv, libtirpc }: { lib , stdenv , fetchurl , pkg-config , libtirpc }: stdenv.mkDerivation rec { pname = "xinetd"; version = "2.3.15"; version = "2.3.15.4"; src = fetchurl { url = "http://www.xinetd.org/xinetd-${version}.tar.gz"; sha256 = "1qsv1al506x33gh92bqa8w21k7mxqrbsrwmxvkj0amn72420ckmz"; url = "https://github.com/openSUSE/xinetd/releases/download/${version}/xinetd-${version}.tar.xz"; hash = "sha256-K6pYEBC8cDYavfo38SHpKuucXOZ/mnGRPOvWk1nMllQ="; }; patches = [ (fetchpatch { url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-apps/xinetd/files/xinetd-2.3.15-creds.patch?id=426002bfe2789fb6213fba832c8bfee634d68d02"; name = "CVE-2013-4342.patch"; sha256 = "1iqcrqzgisz4b6vamprzg2y6chai7qpifqcihisrwbjwbc4wzj8v"; }) nativeBuildInputs = [ pkg-config ]; buildInputs = [ libtirpc ]; NIX_CFLAGS_COMPILE = [ "-I${libtirpc.dev}/include/tirpc" ]; NIX_LDFLAGS = [ "-ltirpc" ]; buildInputs = [ libtirpc ]; meta = { description = "Secure replacement for inetd"; platforms = lib.platforms.linux; homepage = "http://xinetd.org"; homepage = "https://github.com/openSUSE/xinetd"; license = lib.licenses.free; maintainers = with lib.maintainers; [ fgaz ]; }; }