Hello community,

here is the log from the commit of package logwatch for openSUSE:11.4
checked in at Mon Feb 28 16:17:49 CET 2011.



--------
--- old-versions/11.4/all/logwatch/logwatch.changes     2011-02-25 
12:51:22.000000000 +0100
+++ /mounts/work_src_done/11.4/logwatch/logwatch.changes        2011-02-27 
22:40:36.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 27 22:39:50 CET 2011 - [email protected]
+
+- Fix CVE-2011-1018 patch (missing parenthesis)
+
+-------------------------------------------------------------------

calling whatdependson for 11.4-i586


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ logwatch.spec ++++++
--- /var/tmp/diff_new_pack.tamIex/_old  2011-02-28 16:17:43.000000000 +0100
+++ /var/tmp/diff_new_pack.tamIex/_new  2011-02-28 16:17:43.000000000 +0100
@@ -27,7 +27,7 @@
 Name:           logwatch
 Summary:        Analyzes and Reports on system logs
 Version:        7.3.6
-Release:        78.<RELEASE2>
+Release:        78.<RELEASE3>
 License:        MIT License (or similar)
 Group:          System/Monitoring
 Url:            http://www.logwatch.org

++++++ logwatch-CVE-2011-1018.patch ++++++
--- /var/tmp/diff_new_pack.tamIex/_old  2011-02-28 16:17:44.000000000 +0100
+++ /var/tmp/diff_new_pack.tamIex/_new  2011-02-28 16:17:44.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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to