rsyslog: 8.1907.0 -> 8.1910.0 (#69954)

* rsyslog: 8.1907.0 -> 8.1908.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions

* rsyslog: 8.1908.0 -> 8.1910.0

Changelog:
https://raw.githubusercontent.com/rsyslog/rsyslog/v8.1910.0/ChangeLog

Security fix: CVE-2019-17040
wip/yesman
R. RyanTM 5 years ago committed by Renaud
parent aed81020ed
commit 7833adb0ee
  1. 8
      pkgs/tools/system/rsyslog/default.nix

@ -11,11 +11,12 @@ let
mkFlag = cond: name: if cond then "--enable-${name}" else "--disable-${name}";
in
stdenv.mkDerivation rec {
name = "rsyslog-8.1907.0";
pname = "rsyslog";
version = "8.1910.0";
src = fetchurl {
url = "https://www.rsyslog.com/files/download/rsyslog/${name}.tar.gz";
sha256 = "1dcz0w5xalqsi2xjb5j7c9mq5kf9s9kq9j2inpv4w5wkrrg569zb";
url = "https://www.rsyslog.com/files/download/rsyslog/${pname}-${version}.tar.gz";
sha256 = "14qczsj12spx0m3dz1pkxnacwi5njr0syamnmi1rg8ri5xlyw682";
};
#patches = [ ./fix-gnutls-detection.patch ];
@ -108,6 +109,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://www.rsyslog.com/;
description = "Enhanced syslog implementation";
changelog = "https://raw.githubusercontent.com/rsyslog/rsyslog/v${version}/ChangeLog";
license = licenses.gpl3;
platforms = platforms.linux;
};

Loading…
Cancel
Save