commit sca-patterns-sle15 for openSUSE:Factory

2024-01-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2024-01-30 18:25:28

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1815 (New)


Package is "sca-patterns-sle15"

Tue Jan 30 18:25:28 2024 rev:26 rq:1142630 version:1.5.7

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2024-01-12 23:47:01.666113729 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1815/sca-patterns-sle15.changes
  2024-01-30 18:25:44.930664537 +0100
@@ -1,0 +2,7 @@
+Mon Jan 29 19:02:26 UTC 2024 - jason.rec...@suse.com
+
+- Changes to version 1.5.7
+  + rsyslog-19710.py not applicable to SLE Micro (bsc#1219320)
+  + coredumpctl-18634.py has invalid output element (bsc#1219319)
+
+---

Old:

  sca-patterns-sle15-1.5.6.tar.gz

New:

  sca-patterns-sle15-1.5.7.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.UxXllg/_old  2024-01-30 18:25:45.518685750 +0100
+++ /var/tmp/diff_new_pack.UxXllg/_new  2024-01-30 18:25:45.518685750 +0100
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.5.6
+Version:1.5.7
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.5.6.tar.gz -> sca-patterns-sle15-1.5.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.5.6/patterns/SLE/sle15all/coredumpctl-18634.py 
new/sca-patterns-sle15-1.5.7/patterns/SLE/sle15all/coredumpctl-18634.py
--- old/sca-patterns-sle15-1.5.6/patterns/SLE/sle15all/coredumpctl-18634.py 
2021-11-04 23:04:59.873229653 +0100
+++ new/sca-patterns-sle15-1.5.7/patterns/SLE/sle15all/coredumpctl-18634.py 
2024-01-29 19:35:34.368616837 +0100
@@ -4,10 +4,10 @@
 # Description: How to obtain systemd service core dumps
 # Source:  Basic Python Pattern Template v0.3.4
 # Options: SLE,Application,Core,coredumpctl,18634,0,1,0,0
-# Modified:2021 Sep 07
+# Modified:2024 Jan 29
 #
 ##
-# Copyright (C) 2021 SUSE LLC
+# Copyright (C) 2021-2024 SUSE LLC
 ##
 #
 # This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,7 @@
 PRIMARY_LINK = "META_LINK_TID"
 OVERALL = Core.TEMP
 OVERALL_INFO = "NOT SET"
-OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=18634|Video=https://youtu.be/CNsuBBh3M10;
+OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=18634|META_LINK_Video=https://youtu.be/CNsuBBh3M10;
 Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
 
 CORE_LIST = {}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.5.6/patterns/SLE/sle15all/rsyslog-19710.py 
new/sca-patterns-sle15-1.5.7/patterns/SLE/sle15all/rsyslog-19710.py
--- old/sca-patterns-sle15-1.5.6/patterns/SLE/sle15all/rsyslog-19710.py 
2021-11-04 23:04:59.881229457 +0100
+++ new/sca-patterns-sle15-1.5.7/patterns/SLE/sle15all/rsyslog-19710.py 
2024-01-29 19:54:56.573635860 +0100
@@ -2,10 +2,10 @@
 
 # Title:   No System Log Service
 # Description: no syslog service after upgrade from SLES 11 SP4 to SLES 15
-# Modified:2021 Mar 27
+# Modified:2024 Jan 29
 #
 ##
-# Copyright (C) 2021, SUSE LLC
+# Copyright (C) 2021-2024, SUSE LLC
 ##
 #
 # This program is free software; you can redistribute it and/or modify
@@ -69,7 +69,10 @@
 ##
 PACKAGE_SYSLOG = 'rsyslog'
 
-if( SUSE.packageInstalled(PACKAGE_SYSLOG) ):
+SERVER = SUSE.getHostInfo()
+if( "enterprise micro" in SERVER['Distro'].lower() ):
+   Core.updateStatus(Core.ERROR, "Not appliable to SLE Micro")
+elif( SUSE.packageInstalled(PACKAGE_SYSLOG) ):
Core.updateStatus(Core.IGNORE, "The " + PACKAGE_SYSLOG + " package is 
installed")
 else:
if( upgraded() ):
@@ -77,4 +80,4 @@
else:
Core.updateStatus(Core.WARN, "The rsyslog package is missing, 
system logging is disabled")
 
-Core.printPatternResults()
\ No newline at end of file

commit sca-patterns-sle15 for openSUSE:Factory

2024-01-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2024-01-12 23:46:48

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.21961 (New)


Package is "sca-patterns-sle15"

Fri Jan 12 23:46:48 2024 rev:25 rq:1138387 version:1.5.6

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2023-09-01 14:20:23.890774647 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.21961/sca-patterns-sle15.changes
 2024-01-12 23:47:01.666113729 +0100
@@ -1,0 +2,6 @@
+Fri Jan 12 18:13:04 UTC 2024 - jason.rec...@suse.com
+
+- Changes to version 1.5.6
+  + Changed pattern mode in spec file (bsc#1218773)
+
+---

Old:

  sca-patterns-sle15-1.5.5.tar.gz

New:

  sca-patterns-sle15-1.5.6.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.ZhTi3L/_old  2024-01-12 23:47:02.078128809 +0100
+++ /var/tmp/diff_new_pack.ZhTi3L/_new  2024-01-12 23:47:02.082128955 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sca-patterns-sle15
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,11 +21,11 @@
 %define patdir %{patdirbase}/patterns
 %define patuser root
 %define patgrp root
-%define mode 544
+%define patmode 755
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.5.5
+Version:1.5.6
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only
@@ -57,13 +57,13 @@
 install -d %{buildroot}/%{patdir}/%{category}/sle15sp3
 install -d %{buildroot}/%{patdir}/%{category}/sle15sp4
 install -d %{buildroot}/%{patdir}/%{category}/sle15sp5
-install -m %{mode} patterns/%{category}/sle15all/* 
%{buildroot}/%{patdir}/%{category}/sle15all
-install -m %{mode} patterns/%{category}/sle15sp0/* 
%{buildroot}/%{patdir}/%{category}/sle15sp0
-install -m %{mode} patterns/%{category}/sle15sp1/* 
%{buildroot}/%{patdir}/%{category}/sle15sp1
-install -m %{mode} patterns/%{category}/sle15sp2/* 
%{buildroot}/%{patdir}/%{category}/sle15sp2
-install -m %{mode} patterns/%{category}/sle15sp3/* 
%{buildroot}/%{patdir}/%{category}/sle15sp3
-install -m %{mode} patterns/%{category}/sle15sp4/* 
%{buildroot}/%{patdir}/%{category}/sle15sp4
-install -m %{mode} patterns/%{category}/sle15sp5/* 
%{buildroot}/%{patdir}/%{category}/sle15sp5
+install -m %{patmode} patterns/%{category}/sle15all/* 
%{buildroot}/%{patdir}/%{category}/sle15all
+install -m %{patmode} patterns/%{category}/sle15sp0/* 
%{buildroot}/%{patdir}/%{category}/sle15sp0
+install -m %{patmode} patterns/%{category}/sle15sp1/* 
%{buildroot}/%{patdir}/%{category}/sle15sp1
+install -m %{patmode} patterns/%{category}/sle15sp2/* 
%{buildroot}/%{patdir}/%{category}/sle15sp2
+install -m %{patmode} patterns/%{category}/sle15sp3/* 
%{buildroot}/%{patdir}/%{category}/sle15sp3
+install -m %{patmode} patterns/%{category}/sle15sp4/* 
%{buildroot}/%{patdir}/%{category}/sle15sp4
+install -m %{patmode} patterns/%{category}/sle15sp5/* 
%{buildroot}/%{patdir}/%{category}/sle15sp5
 %fdupes %{buildroot}
 
 %files
@@ -78,11 +78,11 @@
 %dir %{patdir}/%{category}/sle15sp3
 %dir %{patdir}/%{category}/sle15sp4
 %dir %{patdir}/%{category}/sle15sp5
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15all/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp0/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp1/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp2/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp3/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp4/*
-%attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp5/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15all/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp0/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp1/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp2/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp3/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp4/*
+%attr(%{patmode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp5/*
 

++ sca-patterns-sle15-1.5.5.tar.gz -> sca-patterns-sle15-1.5.6.tar.gz ++


commit sca-patterns-sle15 for openSUSE:Factory

2023-09-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2023-09-01 14:19:35

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1766 (New)


Package is "sca-patterns-sle15"

Fri Sep  1 14:19:35 2023 rev:24 rq:1108328 version:1.5.5

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2022-10-28 19:30:50.711026954 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1766/sca-patterns-sle15.changes
  2023-09-01 14:20:23.890774647 +0200
@@ -1,0 +2,229 @@
+Thu Aug 31 17:05:06 UTC 2023 - jason.rec...@suse.com
+
+- Changes in version 1.5.5
+  - New patterns (2) (bsc#1214837):
++ sle15sp4/kabi-21148.py: Pattern for TID21148
++ sle15sp5/vmwgfx-21151.py: Pattern for TID21151
+  - New security announcement patterns as of Aug 2023 (140):
+SUSE-SU-2023:2794-1 SUSE-SU-2023:3462-1 SUSE-SU-2023:3230-1 
SUSE-SU-2023:2347-1 SUSE-SU-2023:2616-1
+SUSE-SU-2023:2777-1 SUSE-SU-2023:2812-1 SUSE-SU-2023:2829-1 
SUSE-SU-2023:2491-1 SUSE-SU-2023:2862-1
+SUSE-SU-2023:3441-1 SUSE-SU-2023:3442-1 SUSE-SU-2023:3016-1 
SUSE-SU-2023:3020-1 SUSE-SU-2023:3389-1
+SUSE-SU-2023:2534-1 SUSE-SU-2023:2830-1 SUSE-SU-2023:3392-1 
SUSE-SU-2023:3434-1 SUSE-SU-2023:2614-1
+SUSE-SU-2023:2835-1 SUSE-SU-2023:2849-1 SUSE-SU-2023:2440-1 
SUSE-SU-2023:2960-1 SUSE-SU-2023:3163-1
+SUSE-SU-2023:2622-1 SUSE-SU-2023:2961-1 SUSE-SU-2023:3346-1 
SUSE-SU-2023:2783-1 SUSE-SU-2023:2783-1
+SUSE-SU-2023:3094-1 SUSE-SU-2023:2571-1 SUSE-SU-2023:3123-1 
SUSE-SU-2023:3017-1 SUSE-SU-2023:2813-1
+SUSE-SU-2023:1295-1 SUSE-SU-2023:2504-1 SUSE-SU-2023:2578-1 
SUSE-SU-2023:3144-1 SUSE-SU-2023:3359-1
+SUSE-SU-2023:2640-1 SUSE-SU-2023:3300-1 SUSE-SU-2023:3494-1 
SUSE-SU-2023:2390-1 SUSE-SU-2023:2794-1
+SUSE-SU-2023:2545-1 SUSE-SU-2023:2843-1 SUSE-SU-2023:3454-1 
SUSE-SU-2023:3230-1 SUSE-SU-2023:2347-1
+SUSE-SU-2023:2616-1 SUSE-SU-2023:2777-1 SUSE-SU-2023:3235-1 
SUSE-SU-2023:3265-1 SUSE-SU-2023:3266-1
+SUSE-SU-2023:2853-1 SUSE-SU-2023:2491-1 SUSE-SU-2023:2862-1 
SUSE-SU-2023:3441-1 SUSE-SU-2023:3020-1
+SUSE-SU-2023:3389-1 SUSE-SU-2023:2651-1 SUSE-SU-2023:2834-1 
SUSE-SU-2023:3390-1 SUSE-SU-2023:3434-1
+SUSE-SU-2023:2860-1 SUSE-SU-2023:3207-1 SUSE-SU-2023:2754-1 
SUSE-SU-2023:2614-1 SUSE-SU-2023:2886-1
+SUSE-SU-2023:2489-1 SUSE-SU-2023:2958-1 SUSE-SU-2023:3162-1 
SUSE-SU-2023:3455-1 SUSE-SU-2023:3408-1
+SUSE-SU-2023:0305 SUSE-SU-2023:2343-1 SUSE-SU-2023:3179-1 
SUSE-SU-2023:3498-1 SUSE-SU-2023:2783-1
+SUSE-SU-2023:3094-1 SUSE-SU-2023:3407-1 SUSE-SU-2023:2571-1 
SUSE-SU-2023:2572-1 SUSE-SU-2023:3131-1
+SUSE-SU-2023:3358-1 SUSE-SU-2023:1295-1 SUSE-SU-2023:2505-1 
SUSE-SU-2023:2578-1 SUSE-SU-2023:3383-1
+SUSE-SU-2023:2640-1 SUSE-SU-2023:2607-1 SUSE-SU-2023:3233-1 
SUSE-SU-2023:3496-1 SUSE-SU-2023:2390-1
+SUSE-SU-2023:2843-1 SUSE-SU-2023:3454-1 SUSE-SU-2023:2347-1 
SUSE-SU-2023:2616-1 SUSE-SU-2023:2777-1
+SUSE-SU-2023:3267-1 SUSE-SU-2023:3265-1 SUSE-SU-2023:3266-1 
SUSE-SU-2023:2491-1 SUSE-SU-2023:2862-1
+SUSE-SU-2023:3441-1 SUSE-SU-2023:3206-1 SUSE-SU-2023:3361-1 
SUSE-SU-2023:2611-1 SUSE-SU-2023:2859-1
+SUSE-SU-2023:3391-1 SUSE-SU-2023:3365-1 SUSE-SU-2023:2860-1 
SUSE-SU-2023:3207-1 SUSE-SU-2023:2614-1
+SUSE-SU-2023:2478-2 SUSE-SU-2023:2886-1 SUSE-SU-2023:2958-1 
SUSE-SU-2023:3162-1 SUSE-SU-2023:3455-1
+SUSE-SU-2023:3408-1 SUSE-SU-2023:2861-1 SUSE-SU-2023:3400-1 
SUSE-SU-2023:2945-1 SUSE-SU-2023:2343-1
+SUSE-SU-2023:3179-1 SUSE-SU-2023:2783-1 SUSE-SU-2023:2957-1 
SUSE-SU-2023:3444-1 SUSE-SU-2023:2571-1
+SUSE-SU-2023:2581-1 SUSE-SU-2023:3143-1 SUSE-SU-2023:3060-1 
SUSE-SU-2023:1295-1 SUSE-SU-2023:2505-1
+SUSE-SU-2023:3383-1 SUSE-SU-2023:2640-1 SUSE-SU-2023:2607-1 
SUSE-SU-2023:3233-1 SUSE-SU-2023:3089-1
+
+---
+Thu Jun 15 18:09:21 UTC 2023 - jason.rec...@suse.com
+
+- Changes in version 1.5.4
+  - New security announcement patterns as of May 2023 (881):
+SUSE-SU-2022:3729-1 SUSE-SU-2022:3687-1 SUSE-SU-2022:4260-1 
SUSE-SU-2023:0003-1 SUSE-SU-2022:4463-1
+SUSE-SU-2022:3774-1 SUSE-SU-2022:3549-1 SUSE-SU-2022:4081-1 
SUSE-SU-2022:4310-1 SUSE-SU-2022:3598-1
+SUSE-SU-2022:4276-1 SUSE-SU-2022:3597-1 SUSE-SU-2022:3912-1 
SUSE-SU-2023:0005-1 SUSE-SU-2022:4620-1
+SUSE-SU-2022:4140-1 SUSE-SU-2022:4078-1 SUSE-SU-2022:4166-1 
SUSE-SU-2022:4452-1 SUSE-SU-2022:3547-1
+SUSE-SU-2022:3688-1 SUSE-SU-2022:4573-1 SUSE-SU-2022:4154-1 
SUSE-SU-2022:3493-1 SUSE-SU-2022:3495-1
+SUSE-SU-2022:3683-1 SUSE-SU-2022:3782-1 SUSE-SU-2022:3671-1 
SUSE-SU-2022:3784-1 SUSE-SU-2022:3871-1
+SUSE-SU-2022:3698-1 SUSE-SU-2022:4083-1 

commit sca-patterns-sle15 for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2022-10-28 19:30:29

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2275 (New)


Package is "sca-patterns-sle15"

Fri Oct 28 19:30:29 2022 rev:23 rq:1031622 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2022-05-16 18:10:01.081349779 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2275/sca-patterns-sle15.changes
  2022-10-28 19:30:50.711026954 +0200
@@ -1,0 +2,44 @@
+Thu Oct 27 17:24:28 UTC 2022 - jason.rec...@suse.com
+
+- Changes in version 1.5.3
+  - Updated category in btrfsmaster-18779.py (bsc#1188138)
+  - sle15all/bhc-kernelload-1.py fixed divison by zero (bsc#1204721)
+  - sle15all/lvmsnapshot-19858.py KeyError (bsc#1204724)
+  - New regular patterns (7)
++ sle15all/vimerr-20735.py: Pattern for TID20735
++ sle15all/nmiconfig-20754.py: Pattern for TID20754
++ sle15sp2/kmpdracut-20799.py: Pattern for TID20799
++ sle15sp3/kmpdracut-20799.py: Pattern for TID20799
++ sle15sp3/sssdad-20793.py: Pattern for TID20793
++ sle15sp4/drbdresdir-20749.py: Pattern for TID20749
++ sle15sp4/sssdad-20793.py: Pattern for TID20793
+  - New security announcement patterns (1426)
++ Sep 2022 (510) for SUSE-SU-2022:2370-1 SUSE-SU-2022:2597-1 
SUSE-SU-2022:2296-1 SUSE-SU-2022:2523-1 SUSE-SU-2022:2307-1 SUSE-SU-2022:2304-1 
SUSE-SU-2022:2543-1 SUSE-SU-2022:2260-1 SUSE-SU-2022:2357-1 SUSE-SU-2022:2402-1 
SUSE-SU-2022:2532-1 SUSE-SU-2022:2361-1 SUSE-SU-2022:2566-1 SUSE-SU-2022:2360-1 
SUSE-SU-2022:2306-1 SUSE-SU-2022:2308-1 SUSE-SU-2022:2595-1 SUSE-SU-2022:2533-1 
SUSE-SU-2022:2396-1 SUSE-SU-2022:2552-1 SUSE-SU-2022:2520-1 SUSE-SU-2022:2546-1 
SUSE-SU-2022:2550-1 SUSE-SU-2022:2340-1 SUSE-SU-2022:2294-1 SUSE-SU-2022:2305-1 
SUSE-SU-2022:2378-1 SUSE-SU-2022:2302-1 SUSE-SU-2022:2375-1 SUSE-SU-2022:2599-1 
SUSE-SU-2022:2525-1 SUSE-SU-2022:2586-1 SUSE-SU-2022:2310-1 SUSE-SU-2022:2254-1 
SUSE-SU-2022:2344-1 SUSE-SU-2022:2357-1 SUSE-SU-2022:2402-1 SUSE-SU-2022:2562-1 
SUSE-SU-2022:2361-1 SUSE-SU-2022:2405-1 SUSE-SU-2022:2328-1 SUSE-SU-2022:2251-1 
SUSE-SU-2022:2533-1 SUSE-SU-2022:2547-1 SUSE-SU-2022:2549-1 SUSE-SU-2022:2422-1 
SUSE-SU-2022:2546-1 SUSE-SU-2022:2550-1 SUSE-SU-2022
 :2340-1 SUSE-SU-2022:2327-1 SUSE-SU-2022:2342-1 SUSE-SU-2022:2375-1 
SUSE-SU-2022:2375-1 SUSE-SU-2022:2591-1 SUSE-SU-2022:2591-1 SUSE-SU-2022:2525-1 
SUSE-SU-2022:2525-1 SUSE-SU-2022:2553-1 SUSE-SU-2022:2553-1 SUSE-SU-2022:2278-1 
SUSE-SU-2022:2278-1 SUSE-SU-2022:2341-1 SUSE-SU-2022:2341-1 SUSE-SU-2022:2344-1 
SUSE-SU-2022:2344-1 SUSE-SU-2022:2351-1 SUSE-SU-2022:2351-1 SUSE-SU-2022:2402-1 
SUSE-SU-2022:2402-1 SUSE-SU-2022:2562-1 SUSE-SU-2022:2562-1 SUSE-SU-2022:2361-1 
SUSE-SU-2022:2361-1 SUSE-SU-2022:2315-1 SUSE-SU-2022:2315-1 SUSE-SU-2022:2328-1 
SUSE-SU-2022:2328-1 SUSE-SU-2022:2251-1 SUSE-SU-2022:2251-1 SUSE-SU-2022:2321-1 
SUSE-SU-2022:2425-1 SUSE-SU-2022:2425-1 SUSE-SU-2022:2430-1 SUSE-SU-2022:2430-1 
SUSE-SU-2022:2313-1 SUSE-SU-2022:2313-1 SUSE-SU-2022:2533-1 SUSE-SU-2022:2533-1 
SUSE-SU-2022:2547-1 SUSE-SU-2022:2547-1 SUSE-SU-2022:2423-1 SUSE-SU-2022:2423-1 
SUSE-SU-2022:2530-1 SUSE-SU-2022:2535-1 SUSE-SU-2022:2535-1 SUSE-SU-2022:2340-1 
SUSE-SU-2022:2340-1 SUSE-SU-2022:2345-1 SUSE-SU-2
 022:2345-1 SUSE-SU-2022:2273-1 SUSE-SU-2022:2273-1 SUSE-SU-2022:2448-1 
SUSE-SU-2022:2448-1 SUSE-SU-2022:2327-1 SUSE-SU-2022:2327-1 SUSE-SU-2022:2414-1 
SUSE-SU-2022:2414-1 SUSE-SU-2022:2342-1 SUSE-SU-2022:2342-1 SUSE-SU-2022:2374-1 
SUSE-SU-2022:2374-1 SUSE-SU-2022:2600-1 SUSE-SU-2022:2600-1 SUSE-SU-2022:2524-1 
SUSE-SU-2022:2524-1 SUSE-SU-2022:2553-1 SUSE-SU-2022:2553-1 SUSE-SU-2022:2341-1 
SUSE-SU-2022:2341-1 SUSE-SU-2022:2344-1 SUSE-SU-2022:2344-1 SUSE-SU-2022:2351-1 
SUSE-SU-2022:2351-1 SUSE-SU-2022:2441-1 SUSE-SU-2022:2441-1 SUSE-SU-2022:2403-1 
SUSE-SU-2022:2403-1 SUSE-SU-2022:2562-1 SUSE-SU-2022:2562-1 SUSE-SU-2022:2275-1 
SUSE-SU-2022:2275-1 SUSE-SU-2022:2361-1 SUSE-SU-2022:2361-1 SUSE-SU-2022:2316-1 
SUSE-SU-2022:2316-1 SUSE-SU-2022:2311-1 SUSE-SU-2022:2311-1 SUSE-SU-2022:2321-1 
SUSE-SU-2022:2321-1 SUSE-SU-2022:2596-1 SUSE-SU-2022:2596-1 SUSE-SU-2022:2279-1 
SUSE-SU-2022:2279-1 SUSE-SU-2022:2533-1 SUSE-SU-2022:2533-1 SUSE-SU-2022:2547-1 
SUSE-SU-2022:2547-1 SUSE-SU-2022:2252-1 SUSE-S
 U-2022:2252-1 SUSE-SU-2022:2411-1 SUSE-SU-2022:2411-1 SUSE-SU-2022:2530-1 
SUSE-SU-2022:2530-1 SUSE-SU-2022:2535-1 SUSE-SU-2022:2535-1 SUSE-SU-2022:2340-1 
SUSE-SU-2022:2340-1 SUSE-SU-2022:2272-1 SUSE-SU-2022:2272-1 SUSE-SU-2022:2432-1 
SUSE-SU-2022:2432-1 SUSE-SU-2022:2410-1 SUSE-SU-2022:2410-1 SUSE-SU-2022:2338-1 

commit sca-patterns-sle15 for openSUSE:Factory

2022-05-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2022-05-16 18:07:45

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1538 (New)


Package is "sca-patterns-sle15"

Mon May 16 18:07:45 2022 rev:22 rq:977078 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-11-05 22:58:46.912287698 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1538/sca-patterns-sle15.changes
  2022-05-16 18:10:01.081349779 +0200
@@ -1,0 +2,10 @@
+Fri May  6 15:46:42 UTC 2022 - Jason Record 
+
+- Changes in version 1.5.1
+  - New security announcement patterns (213)
++ Apr 2022 (13) for SUSE-SU-2022:1293-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1250-1 SUSE-SU-2022:1108-1 SUSE-SU-2022:1292-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1448-1 SUSE-SU-2022:1250-1 SUSE-SU-2022:1255-1 SUSE-SU-2022:1255-1 
SUSE-SU-2022:1288-1 SUSE-SU-2022:1427-1 SUSE-SU-2022:1139-1
++ Mar 2022 (48) for SUSE-SU-2022:1293-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1250-1 SUSE-SU-2022:1108-1 SUSE-SU-2022:1292-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1448-1 SUSE-SU-2022:1250-1 SUSE-SU-2022:1255-1 SUSE-SU-2022:1255-1 
SUSE-SU-2022:1288-1 SUSE-SU-2022:1427-1 SUSE-SU-2022:1139-1 SUSE-SU-2022:0931-1 
SUSE-SU-2022:0703-1 SUSE-SU-2022:0779-1 SUSE-SU-2022:0695-1 SUSE-SU-2022:0826-1 
SUSE-SU-2022:0825-1 SUSE-SU-2022:1058-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0853-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0929-1 SUSE-SU-2022:0732-1 SUSE-SU-2022:0703-1 
SUSE-SU-2022:0810-1 SUSE-SU-2022:0694-1 SUSE-SU-2022:0826-1 SUSE-SU-2022:0825-1 
SUSE-SU-2022:1057-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0851-1 SUSE-SU-2022:1041-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0933-1 
SUSE-SU-2022:0934-1 SUSE-SU-2022:0929-1
++ Feb 2022 (60) for SUSE-SU-2022:1293-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1250-1 SUSE-SU-2022:1108-1 SUSE-SU-2022:1292-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1448-1 SUSE-SU-2022:1250-1 SUSE-SU-2022:1255-1 SUSE-SU-2022:1255-1 
SUSE-SU-2022:1288-1 SUSE-SU-2022:1427-1 SUSE-SU-2022:1139-1 SUSE-SU-2022:0931-1 
SUSE-SU-2022:0703-1 SUSE-SU-2022:0779-1 SUSE-SU-2022:0695-1 SUSE-SU-2022:0826-1 
SUSE-SU-2022:0825-1 SUSE-SU-2022:1058-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0853-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0929-1 SUSE-SU-2022:0732-1 SUSE-SU-2022:0703-1 
SUSE-SU-2022:0810-1 SUSE-SU-2022:0694-1 SUSE-SU-2022:0826-1 SUSE-SU-2022:0825-1 
SUSE-SU-2022:1057-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0851-1 SUSE-SU-2022:1041-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0933-1 
SUSE-SU-2022:0934-1 SUSE-SU-2022:0929-1 SUSE-SU-2022:
 0277-1 SUSE-SU-2022:0283-1 SUSE-SU-2022:0500-1 SUSE-SU-2022:0468-1 
SUSE-SU-2022:0541-1 SUSE-SU-2022:0284-1 SUSE-SU-2022:0563-1 SUSE-SU-2022:0500-1 
SUSE-SU-2022:0563-1 SUSE-SU-2022:0301-1 SUSE-SU-2022:0367-1 SUSE-SU-2022:0367-1
++ Jan 2022 (92) for SUSE-SU-2022:1293-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1250-1 SUSE-SU-2022:1108-1 SUSE-SU-2022:1292-1 SUSE-SU-2022:1313-1 
SUSE-SU-2022:1448-1 SUSE-SU-2022:1250-1 SUSE-SU-2022:1255-1 SUSE-SU-2022:1255-1 
SUSE-SU-2022:1288-1 SUSE-SU-2022:1427-1 SUSE-SU-2022:1139-1 SUSE-SU-2022:0931-1 
SUSE-SU-2022:0703-1 SUSE-SU-2022:0779-1 SUSE-SU-2022:0695-1 SUSE-SU-2022:0826-1 
SUSE-SU-2022:0825-1 SUSE-SU-2022:1058-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0853-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0929-1 SUSE-SU-2022:0732-1 SUSE-SU-2022:0703-1 
SUSE-SU-2022:0810-1 SUSE-SU-2022:0694-1 SUSE-SU-2022:0826-1 SUSE-SU-2022:0825-1 
SUSE-SU-2022:1057-1 SUSE-SU-2022:0679-1 SUSE-SU-2022:0851-1 SUSE-SU-2022:1041-1 
SUSE-SU-2022:0819-1 SUSE-SU-2022:0778-1 SUSE-SU-2022:0676-1 SUSE-SU-2022:0725-1 
SUSE-SU-2022:0754-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0766-1 SUSE-SU-2022:0933-1 
SUSE-SU-2022:0934-1 SUSE-SU-2022:0929-1 SUSE-SU-2022:
 0277-1 SUSE-SU-2022:0283-1 SUSE-SU-2022:0500-1 SUSE-SU-2022:0468-1 
SUSE-SU-2022:0541-1 SUSE-SU-2022:0284-1 SUSE-SU-2022:0563-1 SUSE-SU-2022:0500-1 
SUSE-SU-2022:0563-1 SUSE-SU-2022:0301-1 SUSE-SU-2022:0367-1 SUSE-SU-2022:0367-1 
SUSE-SU-2022:0043-1 SUSE-SU-2022:0177-1 SUSE-SU-2022:0064-1 SUSE-SU-2022:0134-1 
SUSE-SU-2022:0141-1 SUSE-SU-2022:0050-1 SUSE-SU-2022:0021-1 SUSE-SU-2022:0069-1 
SUSE-SU-2022:0198-1 SUSE-SU-2022:0131-1 SUSE-SU-2022:0088-1 SUSE-SU-2022:0144-1 
SUSE-SU-2022:0151-1 SUSE-SU-2022:0091-1 

commit sca-patterns-sle15 for openSUSE:Factory

2021-11-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-11-05 22:58:32

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1890 (New)


Package is "sca-patterns-sle15"

Fri Nov  5 22:58:32 2021 rev:21 rq:929481 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-09-16 23:17:49.855994537 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1890/sca-patterns-sle15.changes
  2021-11-05 22:58:46.912287698 +0100
@@ -1,0 +2,6 @@
+Fri Nov  5 01:38:38 UTC 2021 - Jason Record 
+
+- Changes to updated version 1.5.0
+  + Converted to python3 (bsc#1191005, SLE-21579)
+
+---

Old:

  sca-patterns-sle15-1.0.8.tar.gz

New:

  sca-patterns-sle15-1.5.0.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.4CXOXt/_old  2021-11-05 22:58:47.432288018 +0100
+++ /var/tmp/diff_new_pack.4CXOXt/_new  2021-11-05 22:58:47.436288020 +0100
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.8
+Version:1.5.0
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only
@@ -33,7 +33,7 @@
 URL:https://github.com/g23guy/sca-patterns-sle15
 Source: %{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-Requires:   sca-patterns-base >= 1.3.3
+Requires:   sca-patterns-base >= 1.5.0
 BuildArch:  noarch
 
 %description

++ sca-patterns-sle15-1.0.8.tar.gz -> sca-patterns-sle15-1.5.0.tar.gz ++
 6005 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-09-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-09-16 23:15:00

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899 (New)


Package is "sca-patterns-sle15"

Thu Sep 16 23:15:00 2021 rev:20 rq:919545 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-09-09 23:07:54.336856126 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899/sca-patterns-sle15.changes
  2021-09-16 23:17:49.855994537 +0200
@@ -1,0 +2,6 @@
+Thu Sep 16 15:01:07 UTC 2021 - Jason Record 
+
+- Added video links to patterns (bsc#1190460)
+  + bhc-scc-expired.py,  bhc-scc-registered.py, bhc-diskused-1.pl, 
bhc-memused-1.pl
+
+---



Other differences:
--
++ sca-patterns-sle15-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl 
new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl
--- old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl
2021-09-07 16:45:04.295866522 +0200
+++ new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl
2021-09-13 23:02:48.879161053 +0200
@@ -2,7 +2,7 @@
 
 # Title:   Basic Health Check - File System Used Space
 # Description: Check the available of mounted disk space
-# Modified:2021 Sep 07
+# Modified:2021 Sep 13
 
 ##
 #  Copyright (C) 2013,2021 SUSE LLC
@@ -54,7 +54,8 @@
PROPERTY_NAME_PRIMARY_LINK."=META_LINK_TID",
PROPERTY_NAME_OVERALL."=$GSTATUS",
PROPERTY_NAME_OVERALL_INFO."=None",
-   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7002723;
+   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7002723;,
+   "META_LINK_Video=https://youtu.be/Vgr8n-J1T3M;
 );
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl 
new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl
--- old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl 
2021-08-27 16:05:17.328919020 +0200
+++ new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl 
2021-09-16 14:39:45.138649318 +0200
@@ -2,10 +2,10 @@
 
 # Title:   Basic Health Check - Free Memory and Disk Swapping
 # Description: Check the available memory and disk swapping activity
-# Modified:2014 Mar 4
+# Modified:2021 Sep 16
 
 ##
-#  Copyright (C) 2013,2014 SUSE LLC
+#  Copyright (C) 2013,2014,2021 SUSE LLC
 ##
 #
 #  This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 #  along with this program; if not, see .
 #
 #  Authors/Contributors:
-# Jason Record (jrec...@suse.com)
+# Jason Record 
 #
 #
 ##
@@ -54,7 +54,8 @@
PROPERTY_NAME_PRIMARY_LINK."=META_LINK_TID",
PROPERTY_NAME_OVERALL."=$GSTATUS",
PROPERTY_NAME_OVERALL_INFO."=None",
-   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7000120;
+   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7000120;,
+   "META_LINK_Video=https://youtu.be/yLtX5F7ORJI;
 );
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-scc-expired.py 
new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-scc-expired.py
--- old/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-scc-expired.py   
2021-09-07 23:55:26.855915057 +0200
+++ new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-scc-expired.py   
2021-09-13 19:15:49.914911358 +0200
@@ -2,7 +2,7 @@
 
 # Title:   Expired SCC Registrations
 # Description: Identify if SCC registrations have expired
-# Modified:2021 Sep 07
+# Modified:2021 Sep 13
 #
 ##
 # Copyright (C) 2015,2021 SUSE LLC
@@ -45,7 +45,7 @@
 PRIMARY_LINK = "META_LINK_SCC"
 

commit sca-patterns-sle15 for openSUSE:Factory

2021-09-09 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-09-09 23:07:30

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899 (New)


Package is "sca-patterns-sle15"

Thu Sep  9 23:07:30 2021 rev:19 rq:917633 version:1.0.8

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-08-26 23:16:16.896200247 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899/sca-patterns-sle15.changes
  2021-09-09 23:07:54.336856126 +0200
@@ -1,0 +2,18 @@
+Wed Sep  8 19:36:20 UTC 2021 - Jason Record 
+
+- Updates to version 1.0.8
+  + Removed outdated TID2 link in bhc-diskused-1.pl (bsc#1190260)
+  + Added Video link to coredumpctl-18634.py
+  + Updated renewal link in bhc-scc-expired.py
+  + Updated registration link in bhc-scc-registered.py
+  + Fixed field reference in sle15all/lvm-3.pl
+
+---
+Fri Aug 27 14:48:55 UTC 2021 - Jason Record 
+
+- Renamed pattern files for filename standard
+  + renamed: patterns/SLE/sle15all/scc-expired.py -> 
patterns/SLE/sle15all/bhc-scc-expired.py
+  + renamed: patterns/SLE/sle15all/scc-registered.py -> 
patterns/SLE/sle15all/bhc-scc-registered.py
+- Fixed percent used calculation in SLES15 for bhc-memused-1.pl 
(bsc#1189889)
+
+---

Old:

  sca-patterns-sle15-1.0.7.tar.gz

New:

  sca-patterns-sle15-1.0.8.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.VZuDxR/_old  2021-09-09 23:07:54.768856628 +0200
+++ /var/tmp/diff_new_pack.VZuDxR/_new  2021-09-09 23:07:54.768856628 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.7
+Version:1.0.8
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.7.tar.gz -> sca-patterns-sle15-1.0.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/bhc-diskused-1.pl 
new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl
--- old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/bhc-diskused-1.pl
2021-03-01 22:54:24.779616171 +0100
+++ new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-diskused-1.pl
2021-09-07 16:45:04.295866522 +0200
@@ -2,10 +2,10 @@
 
 # Title:   Basic Health Check - File System Used Space
 # Description: Check the available of mounted disk space
-# Modified:2013 Jun 20
+# Modified:2021 Sep 07
 
 ##
-#  Copyright (C) 2013 SUSE LLC
+#  Copyright (C) 2013,2021 SUSE LLC
 ##
 #
 #  This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,7 @@
 #  along with this program; if not, see .
 #
 #  Authors/Contributors:
-# Jason Record (jrec...@suse.com) - original BASH script
+# Jason Record 
 #
 ##
 
@@ -54,8 +54,7 @@
PROPERTY_NAME_PRIMARY_LINK."=META_LINK_TID",
PROPERTY_NAME_OVERALL."=$GSTATUS",
PROPERTY_NAME_OVERALL_INFO."=None",
-   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7002723;,
-   "META_LINK_TID2=http://www.suse.com/support/kb/doc.php?id=3005720;
+   "META_LINK_TID=http://www.suse.com/support/kb/doc.php?id=7002723;
 );
 
 ##
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/bhc-memused-1.pl 
new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl
--- old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/bhc-memused-1.pl 
2021-03-01 22:54:24.779616171 +0100
+++ new/sca-patterns-sle15-1.0.8/patterns/SLE/sle15all/bhc-memused-1.pl 
2021-08-27 16:05:17.328919020 +0200
@@ -64,10 +64,10 @@
 # Check Free Memory and Disk Swapping
 sub checkMemUsed() {
SDP::Core::printDebug('> checkMemUsed');
-   use constant MEM_USED_FIELD   => 2;
-   use constant MEM_TOTAL_FIELD  => 1;
-   use constant SWAP_FIELD   => 2;
-   use constant FIELDS_REQUIRED  => 15;
+   use constant MEM_AVAILABLE_FIELD => -1;
+   use constant MEM_TOTAL_FIELD 

commit sca-patterns-sle15 for openSUSE:Factory

2021-08-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-08-26 23:15:06

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899 (New)


Package is "sca-patterns-sle15"

Thu Aug 26 23:15:06 2021 rev:18 rq:914302 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-08-18 08:57:12.838883046 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899/sca-patterns-sle15.changes
  2021-08-26 23:16:16.896200247 +0200
@@ -1,0 +2,12 @@
+Wed Aug 25 22:58:37 UTC 2021 - Jason Record 
+
+- Fixed metadata tags in scc-registered.py
+
+---
+Wed Aug 25 21:54:46 UTC 2021 - Jason Record 
+
+- Updates to version 1.0.7
+  - New regular patterns (1)
++ sle15all/scc-registered.py: Check system registration status 
(TID18546)
+
+---



Other differences:
--
++ sca-patterns-sle15-1.0.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/scc-registered.py 
new/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/scc-registered.py
--- old/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/scc-registered.py
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.7/patterns/SLE/sle15all/scc-registered.py
2021-08-26 00:58:30.654100811 +0200
@@ -0,0 +1,183 @@
+#!/usr/bin/python
+#
+# Title:   Pattern for TID18546
+# Description: Check system registration status
+# Source:  Basic Python Pattern Template v0.3.4
+# Options: Basic 
Health,Registration,Status,registration-scc,18546,0,2,0,0
+# Distro:  SLES1[2,5] All
+# Modified:2021 Aug 25
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+import re
+import os
+import Core
+import SUSE
+
+META_CLASS = "Basic Health"
+META_CATEGORY = "SLE"
+META_COMPONENT = "Registration"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=18546|META_LINK_SCC=https://scc.suse.com/dashboard|META_LINK_Register=https://www.suse.com/products/server/how-to-buy/;
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+OES_TAG = 'Microfocus'
+
+##
+# Local Function Definitions
+##
+
+def getRegService():
+   global OES_TAG
+   fileOpen = "updates.txt"
+   content = []
+   IDX_NUM = 0
+   IDX_ALIAS = 1
+   SERVICE_TAG = ''
+   SMT = re.compile("SMT-.*suse", re.IGNORECASE)
+   SUSE = re.compile("/updates.suse.com/|/scc.suse.com/", re.IGNORECASE)
+   OES = re.compile("/nu.novell.com/", re.IGNORECASE)
+   if Core.isFileActive(fileOpen):
+   section = "zypper --non-interactive --no-gpg-checks repos -d"
+   if Core.getRegExSection(fileOpen, "zypper --non-interactive 
--no-gpg-checks repos -d", content):
+   IDX_URI = 8
+   for line in content:
+   PARTS = line.split('|')
+   PARTS = [x.strip(' ') for x in PARTS]
+   if( PARTS[IDX_NUM].isdigit() ):
+   REPO_ALIAS = PARTS[IDX_ALIAS].strip()
+   REPO_URI = PARTS[IDX_URI].strip()
+   if SUSE.search(PARTS[IDX_URI]):
+ 

commit sca-patterns-sle15 for openSUSE:Factory

2021-08-18 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-08-18 08:56:21

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899 (New)


Package is "sca-patterns-sle15"

Wed Aug 18 08:56:21 2021 rev:17 rq:912709 version:1.0.7

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-07-28 19:20:56.111565060 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899/sca-patterns-sle15.changes
  2021-08-18 08:57:12.838883046 +0200
@@ -1,0 +2,13 @@
+Tue Aug 17 14:36:00 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.7
+  - New regular patterns (5)
++ sle15all/mysqlperf-20354.py: mysqld segfault when the system is 
under stress (bsc#1186792)
++ sle15all/oomvsftpd-20252.py: vsftpd and other processes terminated 
due to OOM scenario (bsc#1182905)
++ sle15all/postfix-20356.py: Postfix fails to start with IPv6 disabled 
(TID20356)
++ sle15sp2/rpmnfs-20364.py: Upgrading an RPM reports cpio chmod failed 
(bsc#1189394)
++ sle15sp3/rpmnfs-20364.py: Upgrading an RPM reports cpio chmod failed 
(bsc#1189394)
+  - New security announcement patterns (20)
++ Jul 2021 (20) for SUSE-SU-2021:2457-1 SUSE-SU-2021:2410-1 
SUSE-SU-2021:2442-1 SUSE-SU-2021:2352-1 SUSE-SU-2021:1863-2 SUSE-SU-2021:2415-1 
SUSE-SU-2021:2555-1 SUSE-SU-2021:2439-1 SUSE-SU-2021:2459-1 SUSE-SU-2021:2291-1 
SUSE-SU-2021:2457-1 SUSE-SU-2021:2404-1 SUSE-SU-2021:2474-1 SUSE-SU-2021:2471-1 
SUSE-SU-2021:2438-1 SUSE-SU-2021:2325-1 SUSE-SU-2021:2439-1 SUSE-SU-2021:2461-1 
SUSE-SU-2021:2421-1 SUSE-SU-2021:2470-1
+
+---

Old:

  sca-patterns-sle15-1.0.6.tar.gz

New:

  sca-patterns-sle15-1.0.7.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.sQnU1p/_old  2021-08-18 08:57:13.194882628 +0200
+++ /var/tmp/diff_new_pack.sQnU1p/_new  2021-08-18 08:57:13.198882623 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.6
+Version:1.0.7
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.6.tar.gz -> sca-patterns-sle15-1.0.7.tar.gz ++
 2017 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-07-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-07-28 19:19:57

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899 (New)


Package is "sca-patterns-sle15"

Wed Jul 28 19:19:57 2021 rev:16 rq:908669 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-07-03 20:51:09.328627230 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1899/sca-patterns-sle15.changes
  2021-07-28 19:20:56.111565060 +0200
@@ -1,0 +2,8 @@
+Tue Jul 27 21:18:37 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.6
+  - New regular patterns (2)
++ sle15all/cronlimit-20338.py: crontab - More than 1000 entries in 
crontab file, can't install (bsc#1187508)
++ sle15all/scc-expired.py: Identify if SCC registrations have expired
+
+---



Other differences:
--
++ sca-patterns-sle15-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.6/patterns/SLE/sle15all/cronlimit-20338.py 
new/sca-patterns-sle15-1.0.6/patterns/SLE/sle15all/cronlimit-20338.py
--- old/sca-patterns-sle15-1.0.6/patterns/SLE/sle15all/cronlimit-20338.py   
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.6/patterns/SLE/sle15all/cronlimit-20338.py   
2021-07-22 19:38:34.448046324 +0200
@@ -0,0 +1,118 @@
+#!/usr/bin/python
+#
+# Title:   Pattern for TID20338
+# Description: crontab - More than 1000 entries in crontab file, cant 
install
+# Source:  Package Version Pattern Template v0.3.8
+# Options: 
SLE,Cron,Limits,cronlimit,20338,1187508,cronie,0,1.5.1-6.12.2,1
+# Distro:  SLES15*
+# Modified:2021 Jul 22
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+import re
+import os
+import Core
+import SUSE
+
+META_CLASS = "SLE"
+META_CATEGORY = "Cron"
+META_COMPONENT = "Limits"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=20338|META_LINK_BUG=https://bugzilla.suse.com/show_bug.cgi?id=1187508;
+
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+##
+# Local Function Definitions
+##
+
+def bigUserCron():
+   BIG_ENTRY_LIMIT = 100
+
+   FILE_OPEN = "cron.txt"
+   CONTENT = []
+   IN_STATE = False
+   ENTRIES = 0
+   if Core.loadFullFile(FILE_OPEN, CONTENT):
+   for LINE in CONTENT:
+   if( IN_STATE ):
+   if LINE.startswith("#==["):
+   IN_STATE = False
+   if( ENTRIES >= BIG_ENTRY_LIMIT ):
+   return True
+   else:
+   ENTRIES += 1
+   elif LINE.startswith("# /var/spool/cron/tabs/"):
+   IN_STATE = True
+   ENTRIES = 0
+   else:
+   Core.updateStatus(Core.ERROR, "ERROR: Empty file - " + 
FILE_OPEN)
+
+   return False
+
+def systemLogError():
+   AFFECTED_LIST = {}
+   IDX_LAST = -2
+   fileOpen = "cron.txt"
+   section = "/bin/systemctl status cron.service"
+   content = []
+   CONFIRMED = re.compile("CRON.*too many entries \(.*", re.IGNORECASE)
+   if 

commit sca-patterns-sle15 for openSUSE:Factory

2021-07-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-07-03 20:50:49

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2625 (New)


Package is "sca-patterns-sle15"

Sat Jul  3 20:50:49 2021 rev:15 rq:903780 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-06-19 23:05:01.139854424 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2625/sca-patterns-sle15.changes
  2021-07-03 20:51:09.328627230 +0200
@@ -1,0 +2,11 @@
+Fri Jul  2 21:07:52 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.6
+  - New regular patterns (3)
++ sle15all/sdagentconfig-20301.py: SCA Appliance configuration reports 
ERROR 2002 HY000 Cannot connect to MySQL server (bsc#1183464)
++ sle15all/systemd-current-failed-7017137.py: Check for failed systemd 
services (TID7017137)
++ sle15sp3/dasdkvm-20295.py: DASD partitions not recognized on SLES 15 
SP3 KVM guest (bsc#1185857)
+  - New security announcement patterns (46)
++ Jun 2021 (46) for SUSE-SU-2021:2011-1 SUSE-SU-2021:1933-1 
SUSE-SU-2021:1998-1 SUSE-SU-2021:2106-1 SUSE-SU-2021:1951-1 SUSE-SU-2021:2213-1 
SUSE-SU-2021:1942-1 SUSE-SU-2021:2012-1 SUSE-SU-2021:1859-1 SUSE-SU-2021:1843-1 
SUSE-SU-2021:1825-1 SUSE-SU-2021:2196-1 SUSE-SU-2021:1917-1 SUSE-SU-2021:1958-1 
SUSE-SU-2021:2184-1 SUSE-SU-2021:1977-1 SUSE-SU-2021:1819-1 SUSE-SU-2021:1944-1 
SUSE-SU-2021:1834-1 SUSE-SU-2021:1826-1 SUSE-SU-2021:2127-1 SUSE-SU-2021:2011-1 
SUSE-SU-2021:1933-1 SUSE-SU-2021:1999-1 SUSE-SU-2021:2106-1 SUSE-SU-2021:2212-1 
SUSE-SU-2021:1893-1 SUSE-SU-2021:1859-1 SUSE-SU-2021:1994-1 SUSE-SU-2021:1970-1 
SUSE-SU-2021:1843-1 SUSE-SU-2021:2196-1 SUSE-SU-2021:1917-1 SUSE-SU-2021:1958-1 
SUSE-SU-2021:1890-1 SUSE-SU-2021:1819-1 SUSE-SU-2021:1834-1 SUSE-SU-2021:2127-1 
SUSE-SU-2021:1901-1 SUSE-SU-2021:1911-1 SUSE-SU-2021:2104-1 SUSE-SU-2021:1895-1 
SUSE-SU-2021:2155-1 SUSE-SU-2021:2122-1 SUSE-SU-2021:2211-1 SUSE-SU-2021:1845-1
+
+---

Old:

  sca-patterns-sle15-1.0.5.tar.gz

New:

  sca-patterns-sle15-1.0.6.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.NNZMwk/_old  2021-07-03 20:51:09.812623507 +0200
+++ /var/tmp/diff_new_pack.NNZMwk/_new  2021-07-03 20:51:09.816623477 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.5
+Version:1.0.6
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.5.tar.gz -> sca-patterns-sle15-1.0.6.tar.gz ++
 3786 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-06-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-06-19 23:04:18

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2625 (New)


Package is "sca-patterns-sle15"

Sat Jun 19 23:04:18 2021 rev:14 rq:900802 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-06-11 00:19:46.233431262 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2625/sca-patterns-sle15.changes
  2021-06-19 23:05:01.139854424 +0200
@@ -1,0 +2,12 @@
+Fri Jun 18 17:25:06 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.5
+  - New regular patterns (6)
++ sle15all/blacklist-19607.py: System exit to emergency shell at boot 
with multipath enabled (TID19607)
++ sle15all/btrfsmaster-18779.py: BTRFS Master TID
++ sle15all/sizingbtrfs-18798.py: How to resize/extend a btrfs 
formatted root partition (TID18798)
++ sle15sp0/mpiofindpaths-19511.py: Using the find_multipaths yes 
option in multipath.conf (bsc#1138452)
++ sle15sp2/mpiopmem-19884.py: Executing multipath -ll on Optane memory 
based pmem devices returns HDIO_GETGEO failed with 25 (bsc#1182917)
++ sle15sp3/intelpstate_153-20273.py: Frequency scaling driver 
intel_pstate not loading on some Intel Xeon Scalable processors (bsc#1185758)
+
+---



Other differences:
--
++ sca-patterns-sle15-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/blacklist-19607.py 
new/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/blacklist-19607.py
--- old/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/blacklist-19607.py   
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/blacklist-19607.py   
2021-06-18 18:11:42.697388780 +0200
@@ -0,0 +1,74 @@
+#!/usr/bin/python
+#
+# Title:   Pattern for TID19607
+# Description: System exit to emergency shell at boot with multipath enabled
+# Source:  Basic Python Pattern Template v0.3.4
+# Options: SLE,MPIO,Blacklist,blacklist,19607,0,1,0,0
+# Modified:2021 Jun 18
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+import re
+import os
+import Core
+
+META_CLASS = "SLE"
+META_CATEGORY = "MPIO"
+META_COMPONENT = "Blacklist"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = "META_LINK_TID=https://www.suse.com/support/kb/doc/?id=19607;
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+##
+# Local Function Definitions
+##
+
+def ignoredMaps():
+   fileOpen = "mpio.txt"
+   section = "systemctl status multipathd"
+   content = []
+   map_list = {}
+   IDX_WWID = -2
+   CONFIRMED = re.compile("multipathd.*ignoring map", re.IGNORECASE)
+   # Jun 18 12:51:21 server multipathd[3391]: 
364cd98f0cd0b4200263d647def941d99: ignoring map
+   if Core.isFileActive(fileOpen):
+   if Core.getRegExSection(fileOpen, section, content):
+   for line in content:
+   if CONFIRMED.search(line):
+   map_list[line.split(':')[IDX_WWID]] = 
True
+   return map_list
+
+##
+# Main Program Execution

commit sca-patterns-sle15 for openSUSE:Factory

2021-06-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-06-11 00:19:17

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.32437 (New)


Package is "sca-patterns-sle15"

Fri Jun 11 00:19:17 2021 rev:13 rq:899347 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-06-04 00:33:34.788891830 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.32437/sca-patterns-sle15.changes
 2021-06-11 00:19:46.233431262 +0200
@@ -1,0 +2,9 @@
+Thu Jun 10 20:07:57 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.5
+  - New regular patterns (2)
++ sle15sp2/intelpstate_152-20273.py: Frequency scaling driver 
intel_pstate not loading on some Intel Xeon Scalable processors
+   + sle15all/zypproxy-20275.py: zypper commands return Error code 
HTTP response 0
+  - Requires Core library 1.3.3 which contains Core.logFullFile function
+
+---

Old:

  sca-patterns-sle15-1.0.4.tar.gz

New:

  sca-patterns-sle15-1.0.5.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.5Dl1cl/_old  2021-06-11 00:19:46.625431942 +0200
+++ /var/tmp/diff_new_pack.5Dl1cl/_new  2021-06-11 00:19:46.629431950 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.4
+Version:1.0.5
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only
@@ -33,7 +33,7 @@
 URL:https://github.com/g23guy/sca-patterns-sle15
 Source: %{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-Requires:   sca-patterns-base >= 1.3.2
+Requires:   sca-patterns-base >= 1.3.3
 BuildArch:  noarch
 
 %description

++ sca-patterns-sle15-1.0.4.tar.gz -> sca-patterns-sle15-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.4/patterns/SLE/sle15all/zypproxy-20275.py 
new/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/zypproxy-20275.py
--- old/sca-patterns-sle15-1.0.4/patterns/SLE/sle15all/zypproxy-20275.py
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.5/patterns/SLE/sle15all/zypproxy-20275.py
2021-06-10 22:04:04.169428611 +0200
@@ -0,0 +1,115 @@
+#!/usr/bin/python
+#
+# Title:   Pattern for TID20275
+# Description: zypper commands return Error code HTTP response 0
+# Source:  Basic Python Pattern Template v0.3.4
+# Options: SLE,Zypper,Proxy,zypproxy,20275,0,2,0,0
+# Modified:2021 Jun 10
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+import re
+import os
+import Core
+
+META_CLASS = "SLE"
+META_CATEGORY = "Zypper"
+META_COMPONENT = "Proxy"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = "META_LINK_TID=https://www.suse.com/support/kb/doc/?id=20275;
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+##
+# Local Function Definitions
+##
+
+def proxyActive():
+   FILE_OPEN = "updates.txt"
+   SECTION = "bin/env"
+   CONTENT = []
+   if Core.isFileActive(FILE_OPEN):
+   if Core.getRegExSection(FILE_OPEN, SECTION, CONTENT):
+   CONFIRMED = re.compile("^http_proxy=|^https_proxy=", 
re.IGNORECASE)
+   for LINE in CONTENT:
+   if 

commit sca-patterns-sle15 for openSUSE:Factory

2021-06-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-06-04 00:33:25

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1898 (New)


Package is "sca-patterns-sle15"

Fri Jun  4 00:33:25 2021 rev:12 rq:897013 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-06-01 10:38:20.564903041 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1898/sca-patterns-sle15.changes
  2021-06-04 00:33:34.788891830 +0200
@@ -1,0 +2,12 @@
+Wed Jun  2 22:23:25 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.4
+  - New regular patterns (4)
++ sle15all/nobarrier-20240.py: XFS nobarrier option has been 
completely deprecated starting from SLES15 SP2 (bsc#1176375)
++ sle15all/sysdjobs-20261.py: Troubleshooting systemd jobs that are 
hung or stuck (TID20261)
++ sle15all/udevmac-20260.py: systemd-udevd Could not generate 
persistent MAC address for br0 No such file or directory (bsc#1185357)
++ sle15sp2/nfstimeout_152-19943.py: Delayed outgoing packets causing 
NFS timeouts (bsc#1183405)
+  - New security announcement patterns (39)
++ May 2021 (39) for SUSE-SU-2021:1557-1 SUSE-SU-2021:1806-1 
SUSE-SU-2021:1785-1 SUSE-SU-2021:1466-1 SUSE-SU-2021:1491-1 SUSE-SU-2021:1577-1 
SUSE-SU-2021:1654-1 SUSE-SU-2021:1523-1 SUSE-SU-2021:1765-1 SUSE-SU-2021:1755-1 
SUSE-SU-2021:1599-1 SUSE-SU-2021:1761-1 SUSE-SU-2021:1655-1 SUSE-SU-2021:1598-1 
SUSE-SU-2021:1762-1 SUSE-SU-2021:1474-1 SUSE-SU-2021:1493-1 SUSE-SU-2021:1557-1 
SUSE-SU-2021:1806-1 SUSE-SU-2021:1785-1 SUSE-SU-2021:1466-1 SUSE-SU-2021:1491-1 
SUSE-SU-2021:1577-1 SUSE-SU-2021:1654-1 SUSE-SU-2021:1523-1 SUSE-SU-2021:1765-1 
SUSE-SU-2021:1755-1 SUSE-SU-2021:1574-1 SUSE-SU-2021:1599-1 SUSE-SU-2021:1761-1 
SUSE-SU-2021:1636-1 SUSE-SU-2021:1655-1 SUSE-SU-2021:1598-1 SUSE-SU-2021:1762-1 
SUSE-SU-2021:1474-1 SUSE-SU-2021:1493-1 SUSE-SU-2021:1500-1 SUSE-SU-2021:1792-1 
SUSE-SU-2021:1573-1
+
+---

Old:

  sca-patterns-sle15-1.0.3.tar.gz

New:

  sca-patterns-sle15-1.0.4.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.YeOgtS/_old  2021-06-04 00:33:35.220892166 +0200
+++ /var/tmp/diff_new_pack.YeOgtS/_new  2021-06-04 00:33:35.220892166 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.3
+Version:1.0.4
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.3.tar.gz -> sca-patterns-sle15-1.0.4.tar.gz ++
 3349 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-06-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-06-01 10:37:17

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1898 (New)


Package is "sca-patterns-sle15"

Tue Jun  1 10:37:17 2021 rev:11 rq:895602 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-05-20 19:25:22.449865269 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.1898/sca-patterns-sle15.changes
  2021-06-01 10:38:20.564903041 +0200
@@ -1,0 +2,19 @@
+Mon May 24 17:43:35 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.3
+  - New regular patterns (5)
++ sle15all/coredumpctl-18634.py: How to obtain systemd service core 
dumps (TID18634)
++ sle15all/scatool-04685.py: scatool fails with traceback 
(TID04685)
++ sle15all/scatool-20253.py: scatool fails to analyze supportconfigs 
with xz compression (bsc#1155181)
++ sle15all/vmcore-1.pl: Identifies kernel core dumps for review
++ sle15all/vmcore-2.pl: Detects the need for a kernel core analysis
+
+  - Deleted regular patterns (1)
++ sle15all/bhc-scc.sh: Pattern removed (bsc#1184594, bsc#1186317)
+
+---
+Thu May 20 17:10:51 UTC 2021 - Jason Record 
+
+- Fixed crosstalk message strings (bsc#1186312)
+
+---



Other differences:
--
++ sca-patterns-sle15-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/bhc-scc.sh 
new/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/bhc-scc.sh
--- old/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/bhc-scc.sh   
2021-03-01 22:54:24.779616171 +0100
+++ new/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/bhc-scc.sh   
1970-01-01 01:00:00.0 +0100
@@ -1,78 +0,0 @@
-#!/bin/bash
-
-# Title:   Validate supportconfig
-# Description: Confirms supportconfig is current
-# Modified:2013 Nov 19
-
-CURRENT_VERSION='2.25-390'
-
-##
-#  Copyright (C) 2013 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 .
-#
-#  Authors/Contributors:
-#   Jason Record (jrec...@suse.com)
-#
-##
-
-##
-# Module Definition
-##
-
-LIBS='Core.rc SUSE.rc'
-for LIB in $LIBS; do [[ -s ${BASHLIB}/${LIB} ]] && . ${BASHLIB}/${LIB} || { 
echo "Error: Library not found - ${BASHLIB}/${LIB}"; exit 5; }; done
-
-##
-# Overriden (eventually or in part) from Core.rc
-##
-
-PATTERN_RESULTS=(\
-"META_CLASS=Basic Health" \
-"META_CATEGORY=SLE" \
-"META_COMPONENT=Supportconfig" \
-"PATTERN_ID=$(basename $0)" \
-"PRIMARY_LINK=META_LINK_CoolSolution" \
-"OVERALL=$GSTATUS" \
-"OVERALL_INFO=None" \
-"META_LINK_CoolSolution=http://www.novell.com/coolsolutions/tools/16106.html; \
-"META_LINK_Patch=https://www.suse.com/communities/conversations/files/2013/03/supportutils-plugin-updater-1.0-25.1.noarch.rpm;
 \
- 
-)
-
-processOptions "$@"
-packageInstalled 'ntsutils'
-if (( $? ))
-then
-   updateStatus $STATUS_CRITICAL "Supportconfig from ntsutils package is 
deprecated, remove ntsutils and install the supportutils package"
-else
-   getSCInfo # populates SC_INFO_VERSION
-   compareVersions "$SC_INFO_VERSION" "$CURRENT_VERSION"
-   RESULTS=$?
-   printDebug "main RESULTS" "$RESULTS"
-   if (( $RESULTS < $COMPARED_EQUAL ))
-   then
-   packageInstalled 'supportutils-plugin-updater'
-  

commit sca-patterns-sle15 for openSUSE:Factory

2021-05-20 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-05-20 19:24:59

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2988 (New)


Package is "sca-patterns-sle15"

Thu May 20 19:24:59 2021 rev:10 rq:894411 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-05-05 20:41:07.990619194 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2988/sca-patterns-sle15.changes
  2021-05-20 19:25:22.449865269 +0200
@@ -1,0 +2,21 @@
+Wed May 19 15:52:54 UTC 2021 - Jason Record 
+
+- Updated regular patterns (1)
+  + sle15all/lvm-3.pl: Physical volumes can be removed or damaged and 
appear missing. This pattern looks for missing physical volumes.
+
+---
+Tue May 18 21:41:12 UTC 2021 - Jason Record 
+
+- Changes in version 1.0.3
+  - New regular patterns (9)
++ sle15all/lvm-3.pl: Physical volumes can be removed or damaged and 
appear missing. This pattern looks for missing physical volumes.
++ sle15all/lvm-4.pl: LMV Check sum errors may indicate corrupted LVM 
metadata
++ sle15all/lvm-5.pl: Duplicate volume groups are usually a 
configuration issue
++ sle15all/proxy-3.pl: Checks for proxy environment variables
++ sle15sp1/namespace-19571.py: Activation of multiple namespaces 
simultaneously may lead to an activation failure (bsc#1157778)
++ sle15sp1/nfit-19688.py: dmesg shows NFIT related messages after 
updating the kernel (bsc#1159356)
++ sle15sp1/nfsipv6_151-19618.py: Timeout when attempting NFS mount 
over IPv6 (bsc#1144162)
++ sle15sp1/nfsperf-151-19615.py: Performance loss when writing large 
files over NFS (bsc#1163403)
++ sle15sp2/ipmitool-20250.py: hanging on getting cipher suites 
(bsc#1185684)
+
+---



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.gPlXQz/_old  2021-05-20 19:25:23.249861988 +0200
+++ /var/tmp/diff_new_pack.gPlXQz/_new  2021-05-20 19:25:23.253861972 +0200
@@ -33,7 +33,7 @@
 URL:https://github.com/g23guy/sca-patterns-sle15
 Source: %{name}-%{version}.tar.gz
 BuildRequires:  fdupes
-Requires:   sca-patterns-base
+Requires:   sca-patterns-base >= 1.3.2
 BuildArch:  noarch
 
 %description

++ sca-patterns-sle15-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/lvm-3.pl 
new/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/lvm-3.pl
--- old/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/lvm-3.pl 
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.3/patterns/SLE/sle15all/lvm-3.pl 
2021-05-19 17:49:49.594705613 +0200
@@ -0,0 +1,100 @@
+#!/usr/bin/perl -w
+
+# Title:   Check for missing LVM UUIDs
+# Description: Physical volumes can be removed or damaged and appear missing. 
This pattern looks for missing physical volumes.
+# Modified:2021 May 19
+
+##
+#  Copyright (C) 2013,2012-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 .
+#
+#  Authors/Contributors:
+# Jason Record 
+#
+##
+
+##
+# Module Definition
+##
+
+use strict;
+use warnings;
+use SDP::Core;
+use SDP::SUSE;
+
+##
+# Overriden (eventually or in part) from SDP::Core Module
+##
+
+@PATTERN_RESULTS = (
+   PROPERTY_NAME_CLASS."=SLE",
+ 

commit sca-patterns-sle15 for openSUSE:Factory

2021-05-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-05-05 20:40:42

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2988 (New)


Package is "sca-patterns-sle15"

Wed May  5 20:40:42 2021 rev:9 rq:890777 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-04-22 18:04:38.806569258 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2988/sca-patterns-sle15.changes
  2021-05-05 20:41:07.990619194 +0200
@@ -1,0 +2,24 @@
+Wed May  5 15:41:13 UTC 2021 - Jason Record 
+
+- New security announcement patterns (30) for version 1.0.3
+  + May 2021 (30) for SUSE-SU-2021:1182-1 SUSE-SU-2021:1430-1 
SUSE-SU-2021:1168-1 SUSE-SU-2021:1408-1 SUSE-SU-2021:1409-1 SUSE-SU-2021:1182-1 
SUSE-SU-2021:1028-1 SUSE-SU-2021:1166-1 SUSE-SU-2021:1430-1 SUSE-SU-2021:1113-1 
SUSE-SU-2021:1444-1 SUSE-SU-2021:1280-1 SUSE-SU-2021:1243-1 SUSE-SU-2021:1168-1 
SUSE-SU-2021:1408-1 SUSE-SU-2021:1094-1 SUSE-SU-2021:1029-1 SUSE-SU-2021:1238-1 
SUSE-SU-2021:1409-1 SUSE-SU-2021:1006-1 SUSE-SU-2021:1161-1 SUSE-SU-2021:1108-1 
SUSE-SU-2021:1282-1 SUSE-SU-2021:1179-1 SUSE-SU-2021:1153-1 SUSE-SU-2021:1445-1 
SUSE-SU-2021:1244-1 SUSE-SU-2021:1292-1 SUSE-SU-2021:1103-1 SUSE-SU-2021:1455-1
+
+---
+Tue May  4 20:23:01 UTC 2021 - Jason Record 
+
+- New regular patterns (13) for version 1.0.3
+  + sle15all/iscsimnts-19648.py: Proper mount options for iSCSI drives 
(TID19648)
+  + sle15all/lvmsnapshot-19858.py: LVM snapshot changed state to Invalid 
and should be removed (bsc#1179170)
+  + sle15all/softlock-18705.py: soft lockup messages about? (TID18705)
+  + sle15sp0/ghostcat_150-19606.py: Ghostcat - Apache Tomcat AJP File 
Read/Inclusion Vulnerability (bsc#1164692)
+  + sle15sp1/docore_151-19881.py: System crash in do_coredump() when a 
process is restarted (bsc#1177753)
+  + sle15sp1/edac-19537.py: A kernel message shows EDAC amd64 Error F0 not 
found, device 0x1460 broken BIOS (bsc#1131489)
+  + sle15sp1/ghostcat_151-19606.py: Ghostcat - Apache Tomcat AJP File 
Read/Inclusion Vulnerability (bsc#1164692)
+  + sle15sp1/ipmi-19602.py: IPMI driver can be unloaded when being 
accessed by user space (bsc#1154768)
+  + sle15sp1/passthrough-19579.py: Passthrough of Raid Controller to KVM 
guest results in NMI and unresponsiveness on host (bsc#1152800)
+  + sle15sp2/fcoe-19889.py: System with FCoE connected devices fails to 
boot randomly due to wicked ordering cycle problems (bsc#1176140)
+  + sle15sp2/ghostcat_152-19606.py: Ghostcat - Apache Tomcat AJP File 
Read/Inclusion Vulnerability (bsc#1164692)
+  + sle15sp2/oldlvm-19878.py: Physical Volume is using an old PV header 
(bsc#1179170)
+  + sle15sp3/oldlvm-19878.py: Physical Volume is using an old PV header 
(bsc#1179170)
+
+---

Old:

  sca-patterns-sle15-1.0.2.tar.gz

New:

  sca-patterns-sle15-1.0.3.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.peI2uQ/_old  2021-05-05 20:41:08.402617380 +0200
+++ /var/tmp/diff_new_pack.peI2uQ/_new  2021-05-05 20:41:08.402617380 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.2
+Version:1.0.3
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.2.tar.gz -> sca-patterns-sle15-1.0.3.tar.gz ++
 3773 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-04-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-04-22 18:03:51

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.12324 (New)


Package is "sca-patterns-sle15"

Thu Apr 22 18:03:51 2021 rev:8 rq:887351 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-04-06 17:32:25.187302795 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.12324/sca-patterns-sle15.changes
 2021-04-22 18:04:38.806569258 +0200
@@ -1,0 +2,13 @@
+Wed Apr 21 17:45:48 UTC 2021 - Jason Record 
+
+- New regular patterns (8) for version 1.0.2
+  + sle15all/acpid-19708.py: acpid.service failed to start after upgrade 
(bsc#1158890)
+  + sle15all/slapd-19711.py: slapd.service not enabled/failed after 
upgrade from SLES 11 SP4 to SLES 15 (bsc#1156353)
+  + sle15sp0/ucodeintel_150-19635.py: L1D data cache eviction and Vector 
Register sampling - CVE-2020-0548, CVE-2020-0549 (bsc#1156353)
+  + sle15sp1/crosstalk_151-19643.py: Special Register Buffer Data Sampling 
aka CrossTalk (CVE-2020-0543) (bsc#1154824)
+  + sle15sp1/qlogic-19630.py: System crashes when the system is rebooted 
with SR-IOV enabled QLogic cards (bsc#1155990)
+  + sle15sp1/ucodeintel_151-19635.py: L1D data cache eviction and Vector 
Register sampling - CVE-2020-0548, CVE-2020-0549 (bsc#1156353)
+  + sle15sp2/crosstalk_152-19643.py: Special Register Buffer Data Sampling 
aka CrossTalk (CVE-2020-0543) (bsc#1154824)
+  + sle15sp2/ucodeintel_152-19635.py: L1D data cache eviction and Vector 
Register sampling - CVE-2020-0548, CVE-2020-0549 (bsc#1156353)
+
+---

Old:

  sca-patterns-sle15-1.0.1.tar.gz

New:

  sca-patterns-sle15-1.0.2.tar.gz



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.hx30Bw/_old  2021-04-22 18:04:39.230569904 +0200
+++ /var/tmp/diff_new_pack.hx30Bw/_new  2021-04-22 18:04:39.234569910 +0200
@@ -25,7 +25,7 @@
 %define category SLE
 
 Name:   sca-patterns-sle15
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Supportconfig Analysis Patterns for SLE15
 License:GPL-2.0-only

++ sca-patterns-sle15-1.0.1.tar.gz -> sca-patterns-sle15-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/acpid-19708.py 
new/sca-patterns-sle15-1.0.2/patterns/SLE/sle15all/acpid-19708.py
--- old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/acpid-19708.py   
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.2/patterns/SLE/sle15all/acpid-19708.py   
2021-04-05 18:52:38.453474375 +0200
@@ -0,0 +1,78 @@
+#!/usr/bin/python
+#
+# Title:   Pattern for TID19708
+# Description: acpid.service failed to start after upgrade
+# Source:  Package Version Pattern Template v0.3.1
+# Options: SLE,Services,acpid,acpid,19708,1158890,1,1,0
+# Modified:2021 Apr 05
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+import re
+import os
+import Core
+import SUSE
+
+META_CLASS = "SLE"
+META_CATEGORY = "Services"
+META_COMPONENT = "acpid"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=19708|META_LINK_BUG=https://bugzilla.suse.com/show_bug.cgi?id=1158890;
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+
+##
+# Local 

commit sca-patterns-sle15 for openSUSE:Factory

2021-04-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-04-06 17:30:51

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2401 (New)


Package is "sca-patterns-sle15"

Tue Apr  6 17:30:51 2021 rev:7 rq:883050 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-03-28 11:57:10.800267396 +0200
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2401/sca-patterns-sle15.changes
  2021-04-06 17:32:25.187302795 +0200
@@ -2 +2,12 @@
-Thu Mar 25 21:05:17 UTC 2021 - jason.rec...@suse.com
+Wed Mar 31 22:44:30 UTC 2021 - Jason Record 
+
+- Changes to version 1.0.1
+  + Mar 2021 New Security Announcement Patterns (19) for SUSE-SU-2021:0955-1 
SUSE-SU-2021:0778-1 SUSE-SU-2021:0948-1 SUSE-SU-2021:0974-1 SUSE-SU-2021:0777-1 
SUSE-SU-2021:0947-1 SUSE-SU-2021:0955-1 SUSE-SU-2021:0754-1 SUSE-SU-2021:0930-1 
SUSE-SU-2021:0945-1 SUSE-SU-2021:0741-1 SUSE-SU-2021:0683-1 SUSE-SU-2021:0935-1 
SUSE-SU-2021:0778-1 SUSE-SU-2021:0770-1 SUSE-SU-2021:0989-1 SUSE-SU-2021:0755-1 
SUSE-SU-2021:0740-1 SUSE-SU-2021:0685-1
+- New regular patterns (4) for version 1.0.1
+  + sle15all/gpgpubkey-19712.py: zypper or rpm warns about unsupported V3 
key after upgrade (bsc#1158913)
+  + sle15all/rsyslog-19710.py: no syslog service after upgrade 
(bsc#1158912)
+  + sle15all/tmpfiles-19707.py: systemd-tmpfiles-setup.service failed 
after upgrade (bsc#1158911)
+  + sle15all/zerologon-19713.py: Zerologon aka CVE-2020-1472 (bsc#1176579)
+
+---
+Fri Mar 26 13:31:07 UTC 2021 - jason.rec...@suse.com
@@ -5 +16 @@
-  + sle15sp2/kernel-19739.py: BIOS update failure when an update is 
performed using the Linux .bin files
+  + sle15sp2/kernel-19739.py: BIOS update failure when an update is 
performed using the Linux .bin files (bsc#1175952)
@@ -15,3 +26,3 @@
-  + sle15sp2/openwsman-19729.py: owsmangencert.sh generates error
-  + sle15sp2/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed
-  + sle15sp1/x710-19639.py: Intel X710 based NIC is not detected
+  + sle15sp2/openwsman-19729.py: owsmangencert.sh generates error 
(bsc#1174541)
+  + sle15sp2/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed (bsc#1175623)
+  + sle15sp1/x710-19639.py: Intel X710 based NIC is not detected 
(bsc#1151067)
@@ -19 +30 @@
-  + sle15sp1/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed
+  + sle15sp1/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed (bsc#1175623)



Other differences:
--
++ sca-patterns-sle15-1.0.1.tar.gz ++
 1842 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-03-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-03-28 11:55:06

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2401 (New)


Package is "sca-patterns-sle15"

Sun Mar 28 11:55:06 2021 rev:6 rq:881402 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-03-05 13:50:11.419890207 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2401/sca-patterns-sle15.changes
  2021-03-28 11:57:10.800267396 +0200
@@ -2 +2,22 @@
-Thu Mar  4 03:25:51 UTC 2021 - jason.rec...@gmail.com
+Thu Mar 25 21:05:17 UTC 2021 - jason.rec...@suse.com
+
+- New regular patterns (5) for version 1.0.1
+  + sle15sp2/kernel-19739.py: BIOS update failure when an update is 
performed using the Linux .bin files
+  + sle15sp2/bleedingtooth_152-19735.py: BleedingTooth aka CVE-2020-12351, 
CVE-2020-12352, and CVE-2020-24490
+  + sle15sp1/bleedingtooth_151-19735.py: BleedingTooth aka CVE-2020-12351, 
CVE-2020-12352, and CVE-2020-24490
+  + sle15sp0/bleedingtooth_150-19735.py: BleedingTooth aka CVE-2020-12351, 
CVE-2020-12352, and CVE-2020-24490
+  + sle15all/amavis-19709.py: amavis.service failed to start after upgrade
+
+---
+Wed Mar 24 22:39:50 UTC 2021 - jason.rec...@suse.com
+
+- New regular patterns (6) for version 1.0.1
+  + sle15sp2/openwsman-19729.py: owsmangencert.sh generates error
+  + sle15sp2/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed
+  + sle15sp1/x710-19639.py: Intel X710 based NIC is not detected
+  + sle15sp1/plymouth-19595.py: plymouth hang - login to console not 
possible
+  + sle15sp1/lscpu-19784-15.py: lscpu segfaults on IBM Power8 - Assertion 
failed
+  + sle15sp0/plymouth-19595.py: plymouth hang - login to console not 
possible
+
+---
+Thu Mar  4 03:25:51 UTC 2021 - jason.rec...@suse.com
@@ -12 +33 @@
-Mon Mar  1 21:37:07 UTC 2021 - jason.rec...@gmail.com
+Mon Mar  1 21:37:07 UTC 2021 - jason.rec...@suse.com
@@ -18 +39 @@
-Tue Jan 26 18:47:03 UTC 2021 - jason.rec...@gmail.com
+Tue Jan 26 18:47:03 UTC 2021 - jason.rec...@suse.com



Other differences:
--
++ sca-patterns-sle15-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/amavis-19709.py 
new/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/amavis-19709.py
--- old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/amavis-19709.py  
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.1/patterns/SLE/sle15all/amavis-19709.py  
2021-03-25 21:57:52.429684271 +0100
@@ -0,0 +1,73 @@
+#!/usr/bin/python
+
+# Title:   Amavis Virus Scanner failed start
+# Description: amavis.service failed to start after upgrade
+# Modified:2021 Mar 25
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+##
+# Module Definition
+##
+
+import os
+import Core
+import SUSE
+
+##
+# Overriden (eventually or in part) from SDP::Core Module
+##
+
+META_CLASS = "SLE"
+META_CATEGORY = "Services"
+META_COMPONENT = "Amavis"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = "META_LINK_TID=https://www.suse.com/support/kb/doc/?id=19709;
+

commit sca-patterns-sle15 for openSUSE:Factory

2021-03-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-03-05 13:47:42

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2378 (New)


Package is "sca-patterns-sle15"

Fri Mar  5 13:47:42 2021 rev:5 rq:876727 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2021-02-07 15:23:40.246175309 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2378/sca-patterns-sle15.changes
  2021-03-05 13:50:11.419890207 +0100
@@ -1,0 +2,16 @@
+Thu Mar  4 03:25:51 UTC 2021 - jason.rec...@gmail.com
+
+- Changes to version 1.0.1
+  + Feb 2021 New Security Announcement Patterns (15) for SUSE-SU-2021:0536-1 
SUSE-SU-2021:0630-1 SUSE-SU-2021:0521-1 SUSE-SU-2021:0529-1 SUSE-SU-2021:0594-1 
SUSE-SU-2021:0543-1 SUSE-SU-2021:0544-1 SUSE-SU-2021:0354-1 SUSE-SU-2021:0285-1 
SUSE-SU-2021:0551-1 SUSE-SU-2021:0628-1 SUSE-SU-2021:0341-1 SUSE-SU-2021:0440-1 
SUSE-SU-2021:0277-1 SUSE-SU-2021:0438-1
+  + Jan 2021 New Security Announcement Patterns (17) for SUSE-SU-2021:0109-1 
SUSE-SU-2021:0197-1 SUSE-SU-2021:0183-1 SUSE-SU-2021:0129-1 SUSE-SU-2021:0127-1 
SUSE-SU-2021:0195-1 SUSE-SU-2021:0117-1 SUSE-SU-2021:0184-1 SUSE-SU-2021:0163-1 
SUSE-SU-2021:0183-1 SUSE-SU-2021:0118-1 SUSE-SU-2021:0163-1 SUSE-SU-2021:0023-1 
SUSE-SU-2021:0040-1 SUSE-SU-2021:0060-1 SUSE-SU-2021:0029-1 SUSE-SU-2021:0162-1
+  + Dec 2020 New Security Announcement Patterns (51) for SUSE-SU-2020:3597-1 
SUSE-SU-2020:3930-1 SUSE-SU-2020:3593-1 SUSE-SU-2020:3749-1 SUSE-SU-2020:3933-1 
SUSE-SU-2020:3588-1 SUSE-SU-2020:3915-1 SUSE-SU-2020:3615-1 SUSE-SU-2020:3867-1 
SUSE-SU-2020:3597-1 SUSE-SU-2020:3930-1 SUSE-SU-2020:3593-1 SUSE-SU-2020:3723-1 
SUSE-SU-2020:3737-1 SUSE-SU-2020:3592-1 SUSE-SU-2020:3721-1 SUSE-SU-2020:3736-1 
SUSE-SU-2020:3748-1 SUSE-SU-2020:3749-1 SUSE-SU-2020:3933-1 SUSE-SU-2020:3735-1 
SUSE-SU-2020:3790-1 SUSE-SU-2020:3895-1 SUSE-SU-2020:3586-1 SUSE-SU-2020:3881-1 
SUSE-SU-2020:3611-1 SUSE-SU-2020:3864-1 SUSE-SU-2020:3597-1 SUSE-SU-2020:3930-1 
SUSE-SU-2020:3593-1 SUSE-SU-2020:3723-1 SUSE-SU-2020:3737-1 SUSE-SU-2020:3720-1 
SUSE-SU-2020:3866-1 SUSE-SU-2020:3718-1 SUSE-SU-2020:3749-1 SUSE-SU-2020:3933-1 
SUSE-SU-2020:3733-1 SUSE-SU-2020:3790-1 SUSE-SU-2020:3589-1 SUSE-SU-2020:3864-1 
SUSE-SU-2020:3597-1 SUSE-SU-2020:3930-1 SUSE-SU-2020:3593-1 SUSE-SU-2020:3722-1 
SUSE-SU-2020:3762-1 SUSE-SU-2020:3882-1 
 SUSE-SU-2020:3932-1 SUSE-SU-2020:3591-1 SUSE-SU-2020:3749-1 SUSE-SU-2020:3933-1
+  + Nov 2020 New Security Announcement Patterns (40) for SUSE-SU-2020:3412-1 
SUSE-SU-2020:3376-1 SUSE-SU-2020:3166-1 SUSE-SU-2020:3271-1 SUSE-SU-2020:3161-1 
SUSE-SU-2020:3358-1 SUSE-SU-2020:3155-1 SUSE-SU-2020:3115-1 SUSE-SU-2020:3566-1 
SUSE-SU-2020:3463-1 SUSE-SU-2020:3476-1 SUSE-SU-2020:3384-1 SUSE-SU-2020:3377-1 
SUSE-SU-2020:3373-1 SUSE-SU-2020:3273-1 SUSE-SU-2020:3122-1 SUSE-SU-2020:3330-1 
SUSE-SU-2020:3359-1 SUSE-SU-2020:3473-1 SUSE-SU-2020:3152-1 SUSE-SU-2020:3376-1 
SUSE-SU-2020:3166-1 SUSE-SU-2020:3372-1 SUSE-SU-2020:3276-1 SUSE-SU-2020:3282-1 
SUSE-SU-2020:3358-1 SUSE-SU-2020:3243-1 SUSE-SU-2020:3115-1 SUSE-SU-2020:3566-1 
SUSE-SU-2020:3476-1 SUSE-SU-2020:3385-1 SUSE-SU-2020:3377-1 SUSE-SU-2020:3459-1 
SUSE-SU-2020:3425-1 SUSE-SU-2020:3413-1 SUSE-SU-2020:3507-1 SUSE-SU-2020:3272-1 
SUSE-SU-2020:3330-1 SUSE-SU-2020:3359-1 SUSE-SU-2020:3165-1
+
+
+---
+Mon Mar  1 21:37:07 UTC 2021 - jason.rec...@gmail.com
+
+- Pattern for TID19883 - iscsiadm crashing when updating target parameter
+- Pattern for TID19637 - cpupower tool unable to read boost states for AMD 
Rome CPUs
+
+---



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.vCpWMQ/_old  2021-03-05 13:50:12.003890739 +0100
+++ /var/tmp/diff_new_pack.vCpWMQ/_new  2021-03-05 13:50:12.003890739 +0100
@@ -81,7 +81,6 @@
 %attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp2/*
 %attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp3/*
 %attr(%{mode},%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp4/*
-%attr(444,%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp3/README
 %attr(444,%{patuser},%{patgrp}) %{patdir}/%{category}/sle15sp4/README
 
 %changelog

++ sca-patterns-sle15-1.0.1.tar.gz ++
 9344 lines of diff (skipped)


commit sca-patterns-sle15 for openSUSE:Factory

2021-02-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2021-02-07 15:20:45

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.28504 (New)


Package is "sca-patterns-sle15"

Sun Feb  7 15:20:45 2021 rev:4 rq:869584 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2020-12-16 11:01:52.015651195 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.28504/sca-patterns-sle15.changes
 2021-02-07 15:23:40.246175309 +0100
@@ -1,0 +2,10 @@
+Tue Jan 26 18:47:03 UTC 2021 - jason.rec...@gmail.com
+
+- Pattern for TID19825 - Graphic interface no longer working after patches
+
+---
+Mon Jan 25 17:54:17 UTC 2021 - jason.rec...@suse.com
+
+- Patterns for TID19786 Security Vulnerability: SADDNS attack 
(CVE-2020-25705)
+
+---



Other differences:
--
++ sca-patterns-sle15.spec ++
--- /var/tmp/diff_new_pack.CJCnJ8/_old  2021-02-07 15:23:40.734175867 +0100
+++ /var/tmp/diff_new_pack.CJCnJ8/_new  2021-02-07 15:23:40.738175871 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sca-patterns-sle15
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ sca-patterns-sle15-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15sp0/saddns-19786_150.py 
new/sca-patterns-sle15-1.0.1/patterns/SLE/sle15sp0/saddns-19786_150.py
--- old/sca-patterns-sle15-1.0.1/patterns/SLE/sle15sp0/saddns-19786_150.py  
1970-01-01 01:00:00.0 +0100
+++ new/sca-patterns-sle15-1.0.1/patterns/SLE/sle15sp0/saddns-19786_150.py  
2021-01-25 20:00:09.334834906 +0100
@@ -0,0 +1,105 @@
+#!/usr/bin/python
+
+# Title:   Side-channel AttackeD DNS
+# Description: Security Vulnerability: SADDNS attack (CVE-2020-25705)
+# Distro:  SLES15 SP0
+# Modified:2021 Jan 16
+#
+##
+# 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 .
+#
+#  Authors/Contributors:
+#   Jason Record 
+#
+##
+
+##
+# Module Definition
+##
+
+import re
+import os
+import Core
+import SUSE
+
+##
+# Overriden (eventually or in part) from SDP::Core Module
+##
+
+META_CLASS = "SLE"
+META_CATEGORY = "Security"
+META_COMPONENT = "DNS"
+PATTERN_ID = os.path.basename(__file__)
+PRIMARY_LINK = "META_LINK_TID"
+OVERALL = Core.TEMP
+OVERALL_INFO = "NOT SET"
+OTHER_LINKS = 
"META_LINK_TID=https://www.suse.com/support/kb/doc/?id=19786|META_LINK_BUG=https://bugzilla.suse.com/show_bug.cgi?id=1175721|META_LINK_CVE=https://www.suse.com/security/cve/CVE-2020-25705/|META_LINK_SADDNS=https://www.saddns.net/;
+
+KERNEL_VERSION = '4.12.14-150.63'
+DNS_PACKAGE = 'bind'
+DNS_SERVICE = 'named.service'
+
+
+Core.init(META_CLASS, META_CATEGORY, META_COMPONENT, PATTERN_ID, PRIMARY_LINK, 
OVERALL, OVERALL_INFO, OTHER_LINKS)
+##
+# Local Function Definitions
+##
+
+def workAroundApplied():
+   fileOpen = "network.txt"
+   section = "iptables -t filter"
+   content = {}
+   IN_STATE = False
+   WORK_AROUND = re.compile("DROP.*icmp.*icmptype")
+   if 

commit sca-patterns-sle15 for openSUSE:Factory

2020-12-16 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package sca-patterns-sle15 for 
openSUSE:Factory checked in at 2020-12-16 11:01:47

Comparing /work/SRC/openSUSE:Factory/sca-patterns-sle15 (Old)
 and  /work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2328 (New)


Package is "sca-patterns-sle15"

Wed Dec 16 11:01:47 2020 rev:3 rq:856090 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/sca-patterns-sle15/sca-patterns-sle15.changes
2019-02-01 11:46:39.168478085 +0100
+++ 
/work/SRC/openSUSE:Factory/.sca-patterns-sle15.new.2328/sca-patterns-sle15.changes
  2020-12-16 11:01:52.015651195 +0100
@@ -1,0 +2,16 @@
+Thu Dec 10 22:17:03 UTC 2020 - jason.rec...@suse.com
+
+- Changes to version 1.0.1
+  + New Security Announcement Patterns for SUSE-SU-2020:3565-1 
SUSE-SU-2020:3568-1 SUSE-SU-2020:3380-1 SUSE-SU-2020:3565-1 SUSE-SU-2020:3568-1 
SUSE-SU-2020:3500-1 SUSE-SU-2020:3551-1 SUSE-SU-2020:3460-1 SUSE-SU-2020:3478-1 
SUSE-SU-2020:3380-1 SUSE-SU-2020:3565-1 SUSE-SU-2020:3568-1 SUSE-SU-2020:3500-1 
SUSE-SU-2020:3551-1 SUSE-SU-2020:3460-1 SUSE-SU-2020:3478-1 SUSE-SU-2020:3380-1 
SUSE-SU-2020:3565-1 SUSE-SU-2020:3455-1 SUSE-SU-2020:3568-1 SUSE-SU-2020:3500-1 
SUSE-SU-2020:2474-2 SUSE-SU-2020:3551-1 SUSE-SU-2020:3375-1 SUSE-SU-2020:3532-1 
SUSE-SU-2020:3532-1 SUSE-SU-2020:3460-1 SUSE-SU-2020:3478-1 SUSE-SU-2020:3552-1
+
+---
+Tue Nov 17 00:34:07 UTC 2020 - jason.rec...@suse.com
+
+- Chanages to version 1.0.1
+  + New Security Announcement Patterns
+
+SUSE-SU-2020:1126-1 SUSE-SU-2020:2344-1 SUSE-SU-2020:3067-1 
SUSE-SU-2020:3151-1 SUSE-SU-2020:2583-1 SUSE-SU-2020:2914-1 SUSE-SU-2020:1083-1 
SUSE-SU-2020:1773-1 SUSE-SU-2020:1379-1 SUSE-SU-2020:2266-1 SUSE-SU-2020:1334-1 
SUSE-SU-2020:2767-1 SUSE-SU-2020:1023-1 SUSE-SU-2020:2995-1 SUSE-SU-2020:1220-1 
SUSE-SU-2020:2095-1 SUSE-SU-2020:0991-1 SUSE-SU-2020:0820-1 SUSE-SU-2020:1584-1 
SUSE-SU-2020:2988-1 SUSE-SU-2020:2073-1 SUSE-SU-2020:2303-1 SUSE-SU-2020:1300-1 
SUSE-SU-2020:0819-1 SUSE-SU-2020:0617-1 SUSE-SU-2020:0231-1 SUSE-SU-2020:0231-1 
SUSE-SU-2020:0466-1 SUSE-SU-2020:0466-1 SUSE-SU-2020:1511-1 SUSE-SU-2020:1569-1 
SUSE-SU-2020:1684-1 SUSE-SU-2020:2143-1 SUSE-SU-2020:2453-1 SUSE-SU-2020:3349-1 
SUSE-SU-2020:1663-1 SUSE-SU-2020:1663-1 SUSE-SU-2020:2106-1 SUSE-SU-2020:2106-1 
SUSE-SU-2020:2610-1 SUSE-SU-2020:2610-1 SUSE-SU-2020:0204-1 SUSE-SU-2020:0213-1 
SUSE-SU-2020:0213-1 SUSE-SU-2020:0868-1 SUSE-SU-2020:1475-1 SUSE-SU-2020:1663-1 
SUSE-SU-2020:1769-1 SUSE-SU-2020:1771-1 SUSE-SU-2020:1789-1 SUSE-SU-2020:3244-1 
SUSE-SU-2020:0948-1 SUSE-SU-2020:2901-1 SUSE-SU-2020:0349-1 SUSE-SU-2020:0349-1 
SUSE-SU-2020:2748-1 org:SUSE-SU-2019 SUSE-SU-2020:0130-1 SUSE-SU-2020:0130-1 
SUSE-SU-2020:1250-1 SUSE-SU-2020:2969-1 SUSE-SU-2020:0143-1 SUSE-SU-2020:0143-1 
SUSE-SU-2020:2116-1 SUSE-SU-2020:2197-1 SUSE-SU-2020:1423-1 SUSE-SU-2020:1677-1 
SUSE-SU-2020:1850-1 SUSE-SU-2020:1171-1 SUSE-SU-2020:0455-1 SUSE-SU-2020:0455-1 
SUSE-SU-2020:1568-1 SUSE-SU-2020:2829-1 SUSE-SU-2020:0454-1 SUSE-SU-2020:0454-1 
SUSE-SU-2020:1576-1 SUSE-SU-2020:1823-1 SUSE-SU-2020:2947-1 SUSE-SU-2020:1219-1 
SUSE-SU-2020:1856-1 SUSE-SU-2020:2712-2 SUSE-SU-2020:3313-1 SUSE-SU-2020:2713-1 
SUSE-SU-2020:0357-1 SUSE-SU-2020:0357-1 SUSE-SU-2020:2645-1 SUSE-SU-2020:2827-1 
SUSE-SU-2020:1682-1 SUSE-SU-2020:1163-1 SUSE-SU-2020:1858-1 SUSE-SU-2020:2814-1 
SUSE-SU-2020:0622-1 SUSE-SU-2020:2997-1 SUSE-SU-2020:0589-1 SUSE-SU-2020:0589-1 
SUSE-SU-2020:2264-1 SUSE-SU-2020:2149-1 SUSE-SU-2020:1920-1 SUSE-SU-2020:2784-1 
SUSE-SU-2020:3269-1 SUSE-SU-2020:1822-1 SUSE-SU-2020:1523-1 SUSE-SU-2020:0260-1 
SUSE-SU-2020:0260-1 SUSE-SU-2020:1179-1 SUSE-SU-2020:3147-1 SUSE-SU-2020:1177-1 
SUSE-SU-2020:0737-1 SUSE-SU-2020:1151-1 SUSE-SU-2020:1973-1 SUSE-SU-2020:0224-1 
SUSE-SU-2020:0224-1 SUSE-SU-2020:1132-1 SUSE-SU-2020:2065-1 SUSE-SU-2020:2719-1 
SUSE-SU-2020:3087-1 SUSE-SU-2020:0813-1 SUSE-SU-2020:1156-1 SUSE-SU-2020:2442-1 
SUSE-SU-2020:0408-1 SUSE-SU-2020:0408-1 SUSE-SU-2020:0335-1 SUSE-SU-2020:0335-1 
SUSE-SU-2020:2882-1 SUSE-SU-2020:0598-1 SUSE-SU-2020:1364-1 SUSE-SU-2020:1841-1 
SUSE-SU-2020:2045-1 SUSE-SU-2020:3283-1 SUSE-SU-2020:1819-1 SUSE-SU-2020:1551-1 
SUSE-SU-2020:0468-1 SUSE-SU-2020:0468-1 SUSE-SU-2020:1109-1 SUSE-SU-2020:1198-1 
SUSE-SU-2020:1990-1 SUSE-SU-2020:2198-1 SUSE-SU-2020:0263-1 SUSE-SU-2020:0263-1 
SUSE-SU-2020:0370-1 SUSE-SU-2020:0370-1 SUSE-SU-2020:0693-1 SUSE-SU-2020:2326-1 
SUSE-SU-2020:2398-1 SUSE-SU-2020:1933-1 SUSE-SU-2020:3264-1 SUSE-SU-2020:1396-2 
SUSE-SU-2020:1126-1 SUSE-SU-2020:2344-1 SUSE-SU-2020:3067-1 SUSE-SU-2020:3151-1 
SUSE-SU-2020:2914-1 SUSE-SU-2020:1083-1 SUSE-SU-2020:1773-1 SUSE-SU-2020:1023-1 
SUSE-SU-2020:2995-1 SUSE-SU-2020:1220-1 SUSE-SU-2020:2095-1 SUSE-SU-2020:0991-1 
SUSE-SU-2020:0820-1 SUSE-SU-2020:1584-1 SUSE-SU-2020:2988-1 SUSE-SU-2020:1300-1