Hello community,
here is the log from the commit of package sca-patterns-sle11 for
openSUSE:Factory checked in at 2018-02-05 10:52:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle11 (Old)
and /work/SRC/openSUSE:Factory/.sca-patterns-sle11.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sca-patterns-sle11"
Mon Feb 5 10:52:28 2018 rev:4 rq:572120 version:1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes
2018-01-22 16:20:32.260267348 +0100
+++
/work/SRC/openSUSE:Factory/.sca-patterns-sle11.new/sca-patterns-sle11.changes
2018-02-05 10:53:22.947264701 +0100
@@ -1,0 +2,10 @@
+Fri Feb 2 21:02:34 UTC 2018 - [email protected]
+
+- New Security Announcement Patterns
+ sle11sp3/clamav_SUSE-SU-2018_0254-1_11.3.ltss.py
+ sle11sp3/kernel_SUSE-SU-2018_0171-1_11.3.ltss.py
+ sle11sp3/perl-xml-libxml_SUSE-SU-2018_0170-1_11.3.ltss.py
+ sle11sp4/clamav_SUSE-SU-2018_0254-1_11.4.py
+ sle11sp4/perl-xml-libxml_SUSE-SU-2018_0170-1_11.4.py
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sca-patterns-sle11-1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/clamav_SUSE-SU-2018_0254-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/clamav_SUSE-SU-2018_0254-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/clamav_SUSE-SU-2018_0254-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/clamav_SUSE-SU-2018_0254-1_11.3.ltss.py
2018-02-02 21:52:34.420215935 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for clamav SUSE-SU-2018:0254-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.7
+# Modified: 2018 Feb 02
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Authors/Contributors:
+# Jason Record ([email protected])
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "clamav"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS =
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00074.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'clamav'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0254-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'clamav': '0.99.3-0.20.3.2',
+ }
+ SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS,
SEVERITY, TAG, PACKAGES)
+ else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the service pack scope")
+else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0171-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0171-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0171-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0171-1_11.3.ltss.py
2018-02-02 21:52:02.393137896 +0100
@@ -0,0 +1,70 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for Kernel SUSE-SU-2018:0171-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.7
+# Modified: 2018 Feb 02
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Authors/Contributors:
+# Jason Record ([email protected])
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "Kernel"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS =
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00051.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'Kernel'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0171-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'kernel-default': '3.0.101-0.47.106.14.1',
+ 'kernel-default-base': '3.0.101-0.47.106.14.1',
+ 'kernel-default-devel': '3.0.101-0.47.106.14.1',
+ 'kernel-default-man': '3.0.101-0.47.106.14.1',
+ 'kernel-source': '3.0.101-0.47.106.14.1',
+ 'kernel-syms': '3.0.101-0.47.106.14.1',
+ 'kernel-trace': '3.0.101-0.47.106.14.1',
+ 'kernel-trace-base': '3.0.101-0.47.106.14.1',
+ 'kernel-trace-devel': '3.0.101-0.47.106.14.1',
+ }
+ SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS,
SEVERITY, TAG, PACKAGES)
+ else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the service pack scope")
+else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/perl-xml-libxml_SUSE-SU-2018_0170-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/perl-xml-libxml_SUSE-SU-2018_0170-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/perl-xml-libxml_SUSE-SU-2018_0170-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/perl-xml-libxml_SUSE-SU-2018_0170-1_11.3.ltss.py
2018-02-02 21:52:00.789184070 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for perl-XML-LibXML
SUSE-SU-2018:0170-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.7
+# Modified: 2018 Feb 02
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Authors/Contributors:
+# Jason Record ([email protected])
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "perl-XML-LibXML"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS =
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00050.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'perl-XML-LibXML'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0170-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'perl-XML-LibXML': '1.66-3.3.1',
+ }
+ SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS,
SEVERITY, TAG, PACKAGES)
+ else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the service pack scope")
+else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/clamav_SUSE-SU-2018_0254-1_11.4.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/clamav_SUSE-SU-2018_0254-1_11.4.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/clamav_SUSE-SU-2018_0254-1_11.4.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/clamav_SUSE-SU-2018_0254-1_11.4.py
2018-02-02 21:52:34.420215935 +0100
@@ -0,0 +1,64 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for clamav SUSE-SU-2018:0254-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source: Security Announcement Parser v1.3.7
+# Modified: 2018 Feb 02
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Authors/Contributors:
+# Jason Record ([email protected])
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "clamav"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS =
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00074.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'clamav'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0254-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 4 ):
+ PACKAGES = {
+ 'clamav': '0.99.3-0.20.3.2',
+ 'clamav-debuginfo': '0.99.3-0.20.3.2',
+ 'clamav-debugsource': '0.99.3-0.20.3.2',
+ }
+ SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS,
SEVERITY, TAG, PACKAGES)
+ else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the service pack scope")
+else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/perl-xml-libxml_SUSE-SU-2018_0170-1_11.4.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/perl-xml-libxml_SUSE-SU-2018_0170-1_11.4.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/perl-xml-libxml_SUSE-SU-2018_0170-1_11.4.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/perl-xml-libxml_SUSE-SU-2018_0170-1_11.4.py
2018-02-02 21:52:00.789184070 +0100
@@ -0,0 +1,64 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for perl-XML-LibXML
SUSE-SU-2018:0170-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source: Security Announcement Parser v1.3.7
+# Modified: 2018 Feb 02
+#
+##############################################################################
+# Copyright (C) 2018 SUSE LLC
+##############################################################################
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; version 2 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
+#
+# Authors/Contributors:
+# Jason Record ([email protected])
+#
+##############################################################################
+
+import os
+import Core
+import SUSE
+
+META_CLASS = "Security"
+META_CATEGORY = "SLE"
+META_COMPONENT = "perl-XML-LibXML"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_Security"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS =
"META_LINK_Security=https://lists.opensuse.org/opensuse-security-announce/2018-01/msg00050.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'perl-XML-LibXML'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0170-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 4 ):
+ PACKAGES = {
+ 'perl-XML-LibXML': '1.66-3.3.1',
+ 'perl-XML-LibXML-debuginfo': '1.66-3.3.1',
+ 'perl-XML-LibXML-debugsource': '1.66-3.3.1',
+ }
+ SUSE.securityAnnouncementPackageCheck(NAME, MAIN, LTSS,
SEVERITY, TAG, PACKAGES)
+ else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the service pack scope")
+else:
+ Core.updateStatus(Core.ERROR, "ERROR: " + NAME + " Security
Announcement: Outside the distribution scope")
+Core.printPatternResults()
+