commit logwatch for openSUSE:Factory
Hello community, here is the log from the commit of package logwatch for openSUSE:Factory checked in at Mon Feb 28 09:06:39 CET 2011. -------- --- logwatch/logwatch.changes 2011-02-25 12:51:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/logwatch/logwatch.changes 2011-02-27 22:40:36.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Feb 27 22:39:50 CET 2011 - jslaby@suse.de + +- Fix CVE-2011-1018 patch (missing parenthesis) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ logwatch.spec ++++++ --- /var/tmp/diff_new_pack.h7yWai/_old 2011-02-28 09:03:16.000000000 +0100 +++ /var/tmp/diff_new_pack.h7yWai/_new 2011-02-28 09:03:16.000000000 +0100 @@ -27,7 +27,7 @@ Name: logwatch Summary: Analyzes and Reports on system logs Version: 7.3.6 -Release: 80 +Release: 81 License: MIT License (or similar) Group: System/Monitoring Url: http://www.logwatch.org ++++++ logwatch-CVE-2011-1018.patch ++++++ --- /var/tmp/diff_new_pack.h7yWai/_old 2011-02-28 09:03:16.000000000 +0100 +++ /var/tmp/diff_new_pack.h7yWai/_new 2011-02-28 09:03:16.000000000 +0100 @@ -31,7 +31,7 @@ or die "system $Config{'pathtobzcat'} failed: $?" - } elsif (-f "$Archive") { - my $arguments = "$Archive >> $DestFile"; -+ } elsif (-f "$Archive") && (-s "$Archive")) { ++ } elsif ((-f "$Archive") && (-s "$Archive")) { + my $arguments = "'${Archive}' >> $DestFile"; system("$Config{'pathtocat'} $arguments") == 0 or die "system $Config{'pathtocat'} failed: $?" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de