Hello community,
here is the log from the commit of package sca-patterns-sle11 for
openSUSE:Factory checked in at 2018-01-22 16:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Jan 22 16:18:24 2018 rev:3 rq:567806 version:1.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes
2018-01-09 14:55:40.204835393 +0100
+++
/work/SRC/openSUSE:Factory/.sca-patterns-sle11.new/sca-patterns-sle11.changes
2018-01-22 16:20:32.260267348 +0100
@@ -1,0 +2,12 @@
+Fri Jan 19 21:40:55 UTC 2018 - [email protected]
+
+- New Security Announcement Patterns
+ sle11sp3/glibc_SUSE-SU-2018_0075-1_11.3.ltss.py
+ sle11sp3/java_SUSE-SU-2018_0061-1_11.3.ltss.py
+ sle11sp3/kernel_SUSE-SU-2018_0040-1_11.3.ltss.py
+ sle11sp3/microcode_ctl_SUSE-SU-2018_0068-1_11.3.ltss.py
+ sle11sp4/glibc_SUSE-SU-2018_0075-1_11.4.py
+ sle11sp4/kernel_SUSE-SU-2018_0131-1_11.4.py
+ sle11sp4/microcode_ctl_SUSE-SU-2018_0068-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/glibc_SUSE-SU-2018_0075-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/glibc_SUSE-SU-2018_0075-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/glibc_SUSE-SU-2018_0075-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/glibc_SUSE-SU-2018_0075-1_11.3.ltss.py
2018-01-19 22:38:49.536947321 +0100
@@ -0,0 +1,73 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for glibc SUSE-SU-2018:0075-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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 = "glibc"
+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/msg00038.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'glibc'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0075-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'glibc': '2.11.3-17.110.3.1',
+ 'glibc-32bit': '2.11.3-17.110.3.1',
+ 'glibc-devel': '2.11.3-17.110.3.1',
+ 'glibc-devel-32bit': '2.11.3-17.110.3.1',
+ 'glibc-html': '2.11.3-17.110.3.1',
+ 'glibc-i18ndata': '2.11.3-17.110.3.1',
+ 'glibc-info': '2.11.3-17.110.3.1',
+ 'glibc-locale': '2.11.3-17.110.3.1',
+ 'glibc-locale-32bit': '2.11.3-17.110.3.1',
+ 'glibc-profile': '2.11.3-17.110.3.1',
+ 'glibc-profile-32bit': '2.11.3-17.110.3.1',
+ 'nscd': '2.11.3-17.110.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/sle11sp3/java_SUSE-SU-2018_0061-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/java_SUSE-SU-2018_0061-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/java_SUSE-SU-2018_0061-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/java_SUSE-SU-2018_0061-1_11.3.ltss.py
2018-01-19 22:38:37.125300389 +0100
@@ -0,0 +1,66 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for Java SUSE-SU-2018:0061-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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 = "Java"
+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/msg00029.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'Java'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0061-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'java-1_7_0-ibm': '1.7.0_sr10.15-65.8.1',
+ 'java-1_7_0-ibm-alsa': '1.7.0_sr10.15-65.8.1',
+ 'java-1_7_0-ibm-devel': '1.7.0_sr10.15-65.8.1',
+ 'java-1_7_0-ibm-jdbc': '1.7.0_sr10.15-65.8.1',
+ 'java-1_7_0-ibm-plugin': '1.7.0_sr10.15-65.8.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/kernel_SUSE-SU-2018_0040-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0040-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/kernel_SUSE-SU-2018_0040-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_0040-1_11.3.ltss.py
2018-01-19 22:38:30.785480785 +0100
@@ -0,0 +1,82 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for Kernel SUSE-SU-2018:0040-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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/msg00023.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:0040-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'kernel-bigsmp': '3.0.101-0.47.106.11.1',
+ 'kernel-bigsmp-base': '3.0.101-0.47.106.11.1',
+ 'kernel-bigsmp-devel': '3.0.101-0.47.106.11.1',
+ 'kernel-default': '3.0.101-0.47.106.11.1',
+ 'kernel-default-base': '3.0.101-0.47.106.11.1',
+ 'kernel-default-devel': '3.0.101-0.47.106.11.1',
+ 'kernel-default-man': '3.0.101-0.47.106.11.1',
+ 'kernel-ec2': '3.0.101-0.47.106.11.1',
+ 'kernel-ec2-base': '3.0.101-0.47.106.11.1',
+ 'kernel-ec2-devel': '3.0.101-0.47.106.11.1',
+ 'kernel-pae': '3.0.101-0.47.106.11.1',
+ 'kernel-pae-base': '3.0.101-0.47.106.11.1',
+ 'kernel-pae-devel': '3.0.101-0.47.106.11.1',
+ 'kernel-source': '3.0.101-0.47.106.11.1',
+ 'kernel-syms': '3.0.101-0.47.106.11.1',
+ 'kernel-trace': '3.0.101-0.47.106.11.1',
+ 'kernel-trace-base': '3.0.101-0.47.106.11.1',
+ 'kernel-trace-devel': '3.0.101-0.47.106.11.1',
+ 'kernel-xen': '3.0.101-0.47.106.11.1',
+ 'kernel-xen-base': '3.0.101-0.47.106.11.1',
+ 'kernel-xen-devel': '3.0.101-0.47.106.11.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/microcode_ctl_SUSE-SU-2018_0068-1_11.3.ltss.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/microcode_ctl_SUSE-SU-2018_0068-1_11.3.ltss.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/microcode_ctl_SUSE-SU-2018_0068-1_11.3.ltss.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp3/microcode_ctl_SUSE-SU-2018_0068-1_11.3.ltss.py
2018-01-19 22:38:41.221183841 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for microcode_ctl
SUSE-SU-2018:0068-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP3 LTSS
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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 = "microcode_ctl"
+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/msg00033.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'microcode_ctl'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0068-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 3 ):
+ PACKAGES = {
+ 'microcode_ctl': '1.17-102.83.9.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/glibc_SUSE-SU-2018_0075-1_11.4.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/glibc_SUSE-SU-2018_0075-1_11.4.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/glibc_SUSE-SU-2018_0075-1_11.4.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/glibc_SUSE-SU-2018_0075-1_11.4.py
2018-01-19 22:38:49.536947321 +0100
@@ -0,0 +1,80 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for glibc SUSE-SU-2018:0075-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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 = "glibc"
+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/msg00038.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'glibc'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0075-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 4 ):
+ PACKAGES = {
+ 'glibc': '2.11.3-17.110.3.1',
+ 'glibc-32bit': '2.11.3-17.110.3.1',
+ 'glibc-debuginfo': '2.11.3-17.110.3.1',
+ 'glibc-debuginfo-32bit': '2.11.3-17.110.3.1',
+ 'glibc-debuginfo-x86': '2.11.3-17.110.3.1',
+ 'glibc-debugsource': '2.11.3-17.110.3.1',
+ 'glibc-devel': '2.11.3-17.110.3.1',
+ 'glibc-devel-32bit': '2.11.3-17.110.3.1',
+ 'glibc-html': '2.11.3-17.110.3.1',
+ 'glibc-i18ndata': '2.11.3-17.110.3.1',
+ 'glibc-info': '2.11.3-17.110.3.1',
+ 'glibc-locale': '2.11.3-17.110.3.1',
+ 'glibc-locale-32bit': '2.11.3-17.110.3.1',
+ 'glibc-locale-x86': '2.11.3-17.110.3.1',
+ 'glibc-profile': '2.11.3-17.110.3.1',
+ 'glibc-profile-32bit': '2.11.3-17.110.3.1',
+ 'glibc-profile-x86': '2.11.3-17.110.3.1',
+ 'glibc-x86': '2.11.3-17.110.3.1',
+ 'nscd': '2.11.3-17.110.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/kernel_SUSE-SU-2018_0131-1_11.4.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/kernel_SUSE-SU-2018_0131-1_11.4.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/kernel_SUSE-SU-2018_0131-1_11.4.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/kernel_SUSE-SU-2018_0131-1_11.4.py
2018-01-19 22:38:59.456665190 +0100
@@ -0,0 +1,77 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for Kernel SUSE-SU-2018:0131-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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/msg00046.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'Kernel'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0131-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 4 ):
+ PACKAGES = {
+ 'kernel-default': '3.0.101-108.24.1',
+ 'kernel-default-base': '3.0.101-108.24.1',
+ 'kernel-default-debuginfo': '3.0.101-108.24.1',
+ 'kernel-default-debugsource': '3.0.101-108.24.1',
+ 'kernel-default-devel': '3.0.101-108.24.1',
+ 'kernel-default-devel-debuginfo': '3.0.101-108.24.1',
+ 'kernel-default-man': '3.0.101-108.24.1',
+ 'kernel-docs': '3.0.101-108.24.3',
+ 'kernel-source': '3.0.101-108.24.1',
+ 'kernel-syms': '3.0.101-108.24.1',
+ 'kernel-trace': '3.0.101-108.24.1',
+ 'kernel-trace-base': '3.0.101-108.24.1',
+ 'kernel-trace-debuginfo': '3.0.101-108.24.1',
+ 'kernel-trace-debugsource': '3.0.101-108.24.1',
+ 'kernel-trace-devel': '3.0.101-108.24.1',
+ 'kernel-trace-devel-debuginfo': '3.0.101-108.24.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/microcode_ctl_SUSE-SU-2018_0068-1_11.4.py
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2018_0068-1_11.4.py
---
old/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2018_0068-1_11.4.py
1970-01-01 01:00:00.000000000 +0100
+++
new/sca-patterns-sle11-1.3/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2018_0068-1_11.4.py
2018-01-19 22:38:41.221183841 +0100
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title: Important Security Announcement for microcode_ctl
SUSE-SU-2018:0068-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4
+# Source: Security Announcement Parser v1.3.6
+# Modified: 2018 Jan 19
+#
+##############################################################################
+# 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 = "microcode_ctl"
+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/msg00033.html"
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK,
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = False
+NAME = 'microcode_ctl'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2018:0068-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+ if ( SERVER['DistroPatchLevel'] == 4 ):
+ PACKAGES = {
+ 'microcode_ctl': '1.17-102.83.9.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()
+