Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sca-patterns-sle11 for openSUSE:Factory checked in at 2021-07-03 20:50:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle11 (Old) and /work/SRC/openSUSE:Factory/.sca-patterns-sle11.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sca-patterns-sle11" Sat Jul 3 20:50:48 2021 rev:15 rq:903775 version:1.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes 2021-06-19 23:04:59.395851734 +0200 +++ /work/SRC/openSUSE:Factory/.sca-patterns-sle11.new.2625/sca-patterns-sle11.changes 2021-07-03 20:51:07.204643564 +0200 @@ -1,0 +2,7 @@ +Fri Jul 2 21:03:03 UTC 2021 - Jason Record <jason.rec...@suse.com> + +- Changes in version 1.3.4 + - New security announcement patterns (12) + + Jun 2021 (12) for SUSE-SU-2021:14747-1 SUSE-SU-2021:14748-1 SUSE-SU-2021:14744-1 SUSE-SU-2021:14757-1 SUSE-SU-2021:14743-1 SUSE-SU-2021:14758-1 SUSE-SU-2021:14751-1 SUSE-SU-2021:14750-1 SUSE-SU-2021:14740-1 SUSE-SU-2021:14760-1 SUSE-SU-2021:14759-1 SUSE-SU-2021:14749-1 + +------------------------------------------------------------------- Old: ---- sca-patterns-sle11-1.3.3.tar.gz New: ---- sca-patterns-sle11-1.3.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sca-patterns-sle11.spec ++++++ --- /var/tmp/diff_new_pack.zpfsIK/_old 2021-07-03 20:51:07.712639657 +0200 +++ /var/tmp/diff_new_pack.zpfsIK/_new 2021-07-03 20:51:07.712639657 +0200 @@ -25,7 +25,7 @@ %define category SLE Name: sca-patterns-sle11 -Version: 1.3.3 +Version: 1.3.4 Release: 0 Summary: Supportconfig Analysis Patterns for SLE11 License: GPL-2.0-only ++++++ sca-patterns-sle11-1.3.3.tar.gz -> sca-patterns-sle11-1.3.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/apache_SUSE-SU-2021_14749-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/apache_SUSE-SU-2021_14749-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/apache_SUSE-SU-2021_14749-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/apache_SUSE-SU-2021_14749-1_11.4.ltss.py 2021-07-02 22:39:48.622982996 +0200 @@ -0,0 +1,67 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for Apache SUSE-SU-2021:14749-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "Apache" +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.suse.com/pipermail/sle-security-updates/2021-June/009024.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'Apache' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14749-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'apache2': '2.2.34-70.35.1', + 'apache2-doc': '2.2.34-70.35.1', + 'apache2-example-pages': '2.2.34-70.35.1', + 'apache2-prefork': '2.2.34-70.35.1', + 'apache2-utils': '2.2.34-70.35.1', + 'apache2-worker': '2.2.34-70.35.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.3/patterns/SLE/sle11sp4/arpwatch_SUSE-SU-2021_14759-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/arpwatch_SUSE-SU-2021_14759-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/arpwatch_SUSE-SU-2021_14759-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/arpwatch_SUSE-SU-2021_14759-1_11.4.ltss.py 2021-07-02 22:41:24.256454378 +0200 @@ -0,0 +1,62 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for arpwatch SUSE-SU-2021:14759-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "arpwatch" +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.suse.com/pipermail/sle-security-updates/2021-June/009093.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'arpwatch' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14759-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'arpwatch': '2.1a15-131.23.2.6.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.3/patterns/SLE/sle11sp4/curl_SUSE-SU-2021_14760-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/curl_SUSE-SU-2021_14760-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/curl_SUSE-SU-2021_14760-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/curl_SUSE-SU-2021_14760-1_11.4.ltss.py 2021-07-02 22:41:42.275983017 +0200 @@ -0,0 +1,64 @@ +#!/usr/bin/python +# +# Title: Moderate Security Announcement for curl SUSE-SU-2021:14760-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "curl" +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.suse.com/pipermail/sle-security-updates/2021-June/009106.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'curl' +MAIN = '' +SEVERITY = 'Moderate' +TAG = 'SUSE-SU-2021:14760-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'curl': '7.37.0-70.66.1', + 'libcurl4': '7.37.0-70.66.1', + 'libcurl4-32bit': '7.37.0-70.66.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.3/patterns/SLE/sle11sp4/dhcp_SUSE-SU-2021_14740-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/dhcp_SUSE-SU-2021_14740-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/dhcp_SUSE-SU-2021_14740-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/dhcp_SUSE-SU-2021_14740-1_11.4.ltss.py 2021-07-02 22:37:11.755248509 +0200 @@ -0,0 +1,65 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for dhcp SUSE-SU-2021:14740-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "dhcp" +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.suse.com/pipermail/sle-security-updates/2021-June/008905.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'dhcp' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14740-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'dhcp': '4.2.4.P2-0.28.12.1', + 'dhcp-client': '4.2.4.P2-0.28.12.1', + 'dhcp-relay': '4.2.4.P2-0.28.12.1', + 'dhcp-server': '4.2.4.P2-0.28.12.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.3/patterns/SLE/sle11sp4/inn_SUSE-SU-2021_14750-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/inn_SUSE-SU-2021_14750-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/inn_SUSE-SU-2021_14750-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/inn_SUSE-SU-2021_14750-1_11.4.ltss.py 2021-07-02 22:39:45.267072619 +0200 @@ -0,0 +1,62 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for inn SUSE-SU-2021:14750-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "inn" +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.suse.com/pipermail/sle-security-updates/2021-June/009022.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'inn' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14750-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'inn': '2.4.2-170.21.3.6.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.3/patterns/SLE/sle11sp4/libgcrypt_SUSE-SU-2021_14751-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/libgcrypt_SUSE-SU-2021_14751-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/libgcrypt_SUSE-SU-2021_14751-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/libgcrypt_SUSE-SU-2021_14751-1_11.4.ltss.py 2021-07-02 22:40:26.117985913 +0200 @@ -0,0 +1,63 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for libgcrypt SUSE-SU-2021:14751-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "libgcrypt" +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.suse.com/pipermail/sle-security-updates/2021-June/009053.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'libgcrypt' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14751-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'libgcrypt11': '1.5.0-0.26.6.1', + 'libgcrypt11-32bit': '1.5.0-0.26.6.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.3/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2021_14758-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2021_14758-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2021_14758-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/microcode_ctl_SUSE-SU-2021_14758-1_11.4.ltss.py 2021-07-02 22:41:22.736494207 +0200 @@ -0,0 +1,62 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for microcode_ctl SUSE-SU-2021:14758-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +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.suse.com/pipermail/sle-security-updates/2021-June/009092.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-2021:14758-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'microcode_ctl': '1.17-102.83.71.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.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14743-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14743-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14743-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14743-1_11.4.ltss.py 2021-07-02 22:38:14.737516072 +0200 @@ -0,0 +1,64 @@ +#!/usr/bin/python +# +# Title: Moderate Security Announcement for MozillaFirefox SUSE-SU-2021:14743-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "MozillaFirefox" +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.suse.com/pipermail/sle-security-updates/2021-June/008952.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'MozillaFirefox' +MAIN = '' +SEVERITY = 'Moderate' +TAG = 'SUSE-SU-2021:14743-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'MozillaFirefox': '78.11.0-78.131.1', + 'MozillaFirefox-translations-common': '78.11.0-78.131.1', + 'MozillaFirefox-translations-other': '78.11.0-78.131.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.3/patterns/SLE/sle11sp4/openexr_SUSE-SU-2021_14757-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/openexr_SUSE-SU-2021_14757-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/openexr_SUSE-SU-2021_14757-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/openexr_SUSE-SU-2021_14757-1_11.4.ltss.py 2021-07-02 22:40:50.645337728 +0200 @@ -0,0 +1,63 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for OpenEXR SUSE-SU-2021:14757-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "OpenEXR" +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.suse.com/pipermail/sle-security-updates/2021-June/009069.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'OpenEXR' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14757-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'OpenEXR': '1.6.1-83.17.25.1', + 'OpenEXR-32bit': '1.6.1-83.17.25.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.3/patterns/SLE/sle11sp4/spice_SUSE-SU-2021_14744-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/spice_SUSE-SU-2021_14744-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/spice_SUSE-SU-2021_14744-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/spice_SUSE-SU-2021_14744-1_11.4.ltss.py 2021-07-02 22:38:37.236903938 +0200 @@ -0,0 +1,62 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for spice SUSE-SU-2021:14744-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "spice" +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.suse.com/pipermail/sle-security-updates/2021-June/008966.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'spice' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14744-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'libspice-server1': '0.12.4-21.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.3/patterns/SLE/sle11sp4/xorg-x11-libx11_SUSE-SU-2021_14748-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/xorg-x11-libx11_SUSE-SU-2021_14748-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/xorg-x11-libx11_SUSE-SU-2021_14748-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/xorg-x11-libx11_SUSE-SU-2021_14748-1_11.4.ltss.py 2021-07-02 22:39:38.059265329 +0200 @@ -0,0 +1,63 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for xorg-x11-libX11 SUSE-SU-2021:14748-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "xorg-x11-libX11" +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.suse.com/pipermail/sle-security-updates/2021-June/009017.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'xorg-x11-libX11' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14748-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'xorg-x11-libX11': '7.4-5.11.72.27.1', + 'xorg-x11-libX11-32bit': '7.4-5.11.72.27.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.3/patterns/SLE/sle11sp4/xterm_SUSE-SU-2021_14747-1_11.4.ltss.py new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/xterm_SUSE-SU-2021_14747-1_11.4.ltss.py --- old/sca-patterns-sle11-1.3.3/patterns/SLE/sle11sp4/xterm_SUSE-SU-2021_14747-1_11.4.ltss.py 1970-01-01 01:00:00.000000000 +0100 +++ new/sca-patterns-sle11-1.3.4/patterns/SLE/sle11sp4/xterm_SUSE-SU-2021_14747-1_11.4.ltss.py 2021-07-02 22:39:32.035426616 +0200 @@ -0,0 +1,62 @@ +#!/usr/bin/python +# +# Title: Important Security Announcement for xterm SUSE-SU-2021:14747-1 +# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS +# Source: Security Announcement Parser v1.6.1 +# Modified: 2021 Jul 02 +# +############################################################################## +# Copyright (C) 2021 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 <jason.rec...@suse.com> +# +############################################################################## + +import os +import Core +import SUSE + +META_CLASS = "Security" +META_CATEGORY = "SLE" +META_COMPONENT = "xterm" +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.suse.com/pipermail/sle-security-updates/2021-June/009009.html" +Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, OVERALL, OVERALL_INFO, OTHER_LINKS) + +LTSS = True +NAME = 'xterm' +MAIN = '' +SEVERITY = 'Important' +TAG = 'SUSE-SU-2021:14747-1' +PACKAGES = {} +SERVER = SUSE.getHostInfo() + +if ( SERVER['DistroVersion'] == 11): + if ( SERVER['DistroPatchLevel'] == 4 ): + PACKAGES = { + 'xterm': '238-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() +