From f757f27852e897a63468d41be5404a11be838e41 Mon Sep 17 00:00:00 2001 From: Tomas Heinrich Date: Tue, 9 Jul 2013 16:51:52 +0200 Subject: [PATCH] Rebase to 7.4.2 Most importantly, this release fixes a potential vulnerability, see http://www.lsexperts.de/advisories/lse-2013-07-03.txt The impact should be low as only those using the omelasticsearch plugin with a specific configuration are exposed. --- .gitignore | 1 + rsyslog.spec | 11 +++++++++-- sources | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cb268e3..7702352 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ rsyslog-4.6.3.tar.gz /rsyslog-7.3.15-20130604git6e72fa6.tar.gz /rsyslog-7.4.0.tar.gz /rsyslog-7.4.1.tar.gz +/rsyslog-7.4.2.tar.gz diff --git a/rsyslog.spec b/rsyslog.spec index 82b51e1..3bfa9a8 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -12,7 +12,7 @@ Summary: Enhanced system logging and kernel message trapping daemon Name: rsyslog -Version: 7.4.1 +Version: 7.4.2 Release: 1%{?dist} License: (GPLv3+ and ASL 2.0) Group: System Environment/Daemons @@ -467,6 +467,13 @@ done %{_libdir}/rsyslog/omudpspoof.so %changelog +* Tue Jul 09 2013 Tomas Heinrich 7.4.2-1 +- rebase to 7.4.2 + most importantly, this release fixes a potential vulnerability, + see http://www.lsexperts.de/advisories/lse-2013-07-03.txt + the impact should be low as only those using the omelasticsearch + plugin with a specific configuration are exposed + * Mon Jun 17 2013 Tomas Heinrich 7.4.1-1 - rebase to 7.4.1 this release adds code that somewhat mitigates damage in cases @@ -478,7 +485,7 @@ done mentioned above - update option name in rsyslog.conf -* Tue Jun 12 2013 Tomas Heinrich 7.4.0-1 +* Wed Jun 12 2013 Tomas Heinrich 7.4.0-1 - rebase to 7.4.0 - drop autoconf automake libtool from BuildRequires - depends on systemd >= 201 because of the sd_journal_get_events() api diff --git a/sources b/sources index e18d83a..911d82a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e0e868a425bfa5c2c13bdc28338e1af rsyslog-7.4.1.tar.gz +52ba87ddce153625ec4e4a2e60c4ec0e rsyslog-7.4.2.tar.gz