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-04-01 14:17:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle11 (Old)
 and      /work/SRC/openSUSE:Factory/.sca-patterns-sle11.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sca-patterns-sle11"

Thu Apr  1 14:17:58 2021 rev:9 rq:882454 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sca-patterns-sle11/sca-patterns-sle11.changes    
2021-03-05 13:50:07.647886779 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle11.new.2401/sca-patterns-sle11.changes
  2021-04-01 14:19:25.660165187 +0200
@@ -1,0 +2,6 @@
+Wed Mar 31 22:49:10 UTC 2021 - Jason Record <jason.rec...@suse.com>
+
+- Changes to version 1.3.1
+  + Mar 2021 New Security Announcement Patterns (5) for SUSE-SU-2021:14669-1 
SUSE-SU-2021:14670-1 SUSE-SU-2021:14657-1 SUSE-SU-2021:14668-1 
SUSE-SU-2021:14659-1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sca-patterns-sle11-1.3.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/grub2_SUSE-SU-2021_14659-1_11.4.ltss.py
 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/grub2_SUSE-SU-2021_14659-1_11.4.ltss.py
--- 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/grub2_SUSE-SU-2021_14659-1_11.4.ltss.py
  1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/grub2_SUSE-SU-2021_14659-1_11.4.ltss.py
  2021-03-31 23:52:08.386461102 +0200
@@ -0,0 +1,63 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for grub2 SUSE-SU-2021:14659-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS
+# Source:      Security Announcement Parser v1.6.1
+# Modified:    2021 Mar 31
+#
+##############################################################################
+# 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 = "grub2"
+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-March/008426.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'grub2'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2021:14659-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'grub2-x86_64-efi': '2.02-0.66.26.1',
+                       'grub2-x86_64-xen': '2.02-0.66.26.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.1/patterns/SLE/sle11sp4/kgraft-patch_SUSE-SU-2021_14668-1_11.4.ltss.py
 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/kgraft-patch_SUSE-SU-2021_14668-1_11.4.ltss.py
--- 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/kgraft-patch_SUSE-SU-2021_14668-1_11.4.ltss.py
   1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/kgraft-patch_SUSE-SU-2021_14668-1_11.4.ltss.py
   2021-03-31 23:53:34.368192608 +0200
@@ -0,0 +1,106 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for kgraft-patch 
SUSE-SU-2021:14668-1
+# Description: Security fixes for SUSE Linux Kernel Live Patch 11 SP4 LTSS
+# Source:      Security Announcement Parser v1.6.1
+# Modified:    2021 Mar 31
+#
+##############################################################################
+# 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 = "kgraft-patch"
+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-March/008508.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'kgraft-patch'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2021:14668-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'apache2-mod_php53': '5.3.17-112.99.2',
+                       'php53': '5.3.17-112.99.2',
+                       'php53-bcmath': '5.3.17-112.99.2',
+                       'php53-bz2': '5.3.17-112.99.2',
+                       'php53-calendar': '5.3.17-112.99.2',
+                       'php53-ctype': '5.3.17-112.99.2',
+                       'php53-curl': '5.3.17-112.99.2',
+                       'php53-dba': '5.3.17-112.99.2',
+                       'php53-dom': '5.3.17-112.99.2',
+                       'php53-exif': '5.3.17-112.99.2',
+                       'php53-fastcgi': '5.3.17-112.99.2',
+                       'php53-fileinfo': '5.3.17-112.99.2',
+                       'php53-ftp': '5.3.17-112.99.2',
+                       'php53-gd': '5.3.17-112.99.2',
+                       'php53-gettext': '5.3.17-112.99.2',
+                       'php53-gmp': '5.3.17-112.99.2',
+                       'php53-iconv': '5.3.17-112.99.2',
+                       'php53-intl': '5.3.17-112.99.2',
+                       'php53-json': '5.3.17-112.99.2',
+                       'php53-ldap': '5.3.17-112.99.2',
+                       'php53-mbstring': '5.3.17-112.99.2',
+                       'php53-mcrypt': '5.3.17-112.99.2',
+                       'php53-mysql': '5.3.17-112.99.2',
+                       'php53-odbc': '5.3.17-112.99.2',
+                       'php53-openssl': '5.3.17-112.99.2',
+                       'php53-pcntl': '5.3.17-112.99.2',
+                       'php53-pdo': '5.3.17-112.99.2',
+                       'php53-pear': '5.3.17-112.99.2',
+                       'php53-pgsql': '5.3.17-112.99.2',
+                       'php53-pspell': '5.3.17-112.99.2',
+                       'php53-shmop': '5.3.17-112.99.2',
+                       'php53-snmp': '5.3.17-112.99.2',
+                       'php53-soap': '5.3.17-112.99.2',
+                       'php53-suhosin': '5.3.17-112.99.2',
+                       'php53-sysvmsg': '5.3.17-112.99.2',
+                       'php53-sysvsem': '5.3.17-112.99.2',
+                       'php53-sysvshm': '5.3.17-112.99.2',
+                       'php53-tokenizer': '5.3.17-112.99.2',
+                       'php53-wddx': '5.3.17-112.99.2',
+                       'php53-xmlreader': '5.3.17-112.99.2',
+                       'php53-xmlrpc': '5.3.17-112.99.2',
+                       'php53-xmlwriter': '5.3.17-112.99.2',
+                       'php53-xsl': '5.3.17-112.99.2',
+                       'php53-zip': '5.3.17-112.99.2',
+                       'php53-zlib': '5.3.17-112.99.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.1/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14657-1_11.4.ltss.py
 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14657-1_11.4.ltss.py
--- 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14657-1_11.4.ltss.py
 1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/mozillafirefox_SUSE-SU-2021_14657-1_11.4.ltss.py
 2021-03-31 23:51:46.131043224 +0200
@@ -0,0 +1,64 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for MozillaFirefox 
SUSE-SU-2021:14657-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS
+# Source:      Security Announcement Parser v1.6.1
+# Modified:    2021 Mar 31
+#
+##############################################################################
+# 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-March/008409.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'MozillaFirefox'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2021:14657-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'MozillaFirefox': '78.8.0-78.120.1',
+                       'MozillaFirefox-translations-common': '78.8.0-78.120.1',
+                       'MozillaFirefox-translations-other': '78.8.0-78.120.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.1/patterns/SLE/sle11sp4/openssl_SUSE-SU-2021_14670-1_11.4.ltss.py
 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/openssl_SUSE-SU-2021_14670-1_11.4.ltss.py
--- 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/openssl_SUSE-SU-2021_14670-1_11.4.ltss.py
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/openssl_SUSE-SU-2021_14670-1_11.4.ltss.py
        2021-03-31 23:53:59.655519667 +0200
@@ -0,0 +1,67 @@
+#!/usr/bin/python
+#
+# Title:       Moderate Security Announcement for openssl SUSE-SU-2021:14670-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS
+# Source:      Security Announcement Parser v1.6.1
+# Modified:    2021 Mar 31
+#
+##############################################################################
+# 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 = "openssl"
+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-March/008528.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'openssl'
+MAIN = ''
+SEVERITY = 'Moderate'
+TAG = 'SUSE-SU-2021:14670-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'libopenssl0_9_8': '0.9.8j-0.106.37.1',
+                       'libopenssl0_9_8-32bit': '0.9.8j-0.106.37.1',
+                       'libopenssl0_9_8-hmac': '0.9.8j-0.106.37.1',
+                       'libopenssl0_9_8-hmac-32bit': '0.9.8j-0.106.37.1',
+                       'openssl': '0.9.8j-0.106.37.1',
+                       'openssl-doc': '0.9.8j-0.106.37.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.1/patterns/SLE/sle11sp4/wavpack_SUSE-SU-2021_14669-1_11.4.ltss.py
 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/wavpack_SUSE-SU-2021_14669-1_11.4.ltss.py
--- 
old/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/wavpack_SUSE-SU-2021_14669-1_11.4.ltss.py
        1970-01-01 01:00:00.000000000 +0100
+++ 
new/sca-patterns-sle11-1.3.1/patterns/SLE/sle11sp4/wavpack_SUSE-SU-2021_14669-1_11.4.ltss.py
        2021-03-31 23:53:49.439792020 +0200
@@ -0,0 +1,62 @@
+#!/usr/bin/python
+#
+# Title:       Important Security Announcement for wavpack SUSE-SU-2021:14669-1
+# Description: Security fixes for SUSE Linux Enterprise 11 SP4 LTSS
+# Source:      Security Announcement Parser v1.6.1
+# Modified:    2021 Mar 31
+#
+##############################################################################
+# 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 = "wavpack"
+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-March/008521.html";
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+LTSS = True
+NAME = 'wavpack'
+MAIN = ''
+SEVERITY = 'Important'
+TAG = 'SUSE-SU-2021:14669-1'
+PACKAGES = {}
+SERVER = SUSE.getHostInfo()
+
+if ( SERVER['DistroVersion'] == 11):
+       if ( SERVER['DistroPatchLevel'] == 4 ):
+               PACKAGES = {
+                       'libwavpack1': '4.50.1-1.33.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()
+

Reply via email to