syslog-ng: Update from 3.5.4.1 to 3.5.6
This commit is contained in:
parent
f4cd161e9b
commit
0dd1551806
@ -1,11 +1,13 @@
|
|||||||
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd, perl }:
|
{ stdenv, fetchurl, eventlog, pkgconfig, glib, python, systemd, perl }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation rec {
|
||||||
name = "syslog-ng-3.5.4.1";
|
name = "syslog-ng-${version}";
|
||||||
|
|
||||||
|
version = "3.5.6";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.balabit.com/downloads/files?path=/syslog-ng/sources/3.5.4.1/source/syslog-ng_3.5.4.1.tar.gz";
|
url = "http://www.balabit.com/downloads/files?path=/syslog-ng/sources/${version}/source/syslog-ng_${version}.tar.gz";
|
||||||
sha256 = "0rkgrmnyx1x6m3jw5n49k7r1dcg79lxh900g74rgvd3j86g9dilj";
|
sha256 = "19i1idklpgn6mz0mg7194by5fjgvvh5n4v2a0rr1z0778l2038kc";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ eventlog pkgconfig glib python systemd perl ];
|
buildInputs = [ eventlog pkgconfig glib python systemd perl ];
|
||||||
@ -16,9 +18,10 @@ stdenv.mkDerivation {
|
|||||||
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
"--with-systemdsystemunitdir=$(out)/etc/systemd/system"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.balabit.com/network-security/syslog-ng/";
|
homepage = "http://www.balabit.com/network-security/syslog-ng/";
|
||||||
description = "Next-generation syslogd with advanced networking and filtering capabilities";
|
description = "Next-generation syslogd with advanced networking and filtering capabilities";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.rickynils ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user