Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package s390-tools for openSUSE:Factory checked in at 2025-05-27 18:42:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/s390-tools (Old) and /work/SRC/openSUSE:Factory/.s390-tools.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s390-tools" Tue May 27 18:42:21 2025 rev:94 rq:1280426 version:2.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/s390-tools/s390-tools.changes 2025-05-03 20:58:22.200101829 +0200 +++ /work/SRC/openSUSE:Factory/.s390-tools.new.2732/s390-tools.changes 2025-05-27 18:42:32.809451034 +0200 @@ -1,0 +2,7 @@ +Fri May 23 17:19:07 UTC 2025 - Nikolay Gueorguiev <nikolay.gueorgu...@suse.com> + +- Revendored vendor.tar.zst (bsc#1242622 (CVE-2025-3416)) +- Updated 'cputype' and 'read_value.c' + * Added the new IBM z17 (9175) processor type + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cputype ++++++ --- /var/tmp/diff_new_pack.ikzHeq/_old 2025-05-27 18:42:34.497522185 +0200 +++ /var/tmp/diff_new_pack.ikzHeq/_new 2025-05-27 18:42:34.501522353 +0200 @@ -2,7 +2,7 @@ # # cputype # -# Copyright (c) 2014-2017, 2019, 2023 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2014-2017, 2019, 2023-2025 SUSE LINUX GmbH, Nuernberg, Germany. # # Based on the IBM machine model, returns a (hopefully) human understandable # string that identifies the processor. @@ -64,6 +64,7 @@ 8562) echo "${machine} = z15 T02 IBM z15 T02" ;; 3931) echo "${machine} = z16 A01 IBM z16 A01" ;; 3932) echo "${machine} = z16 A02 IBM z16 A02" ;; + 9175) echo "${machine} = z17 IBM z17 " ;; *) echo "An unknown machine type was reported: ${machine}" >&2 echo "Please file a bug report with this output:" >&2 /bin/cat /proc/cpuinfo >&2 ++++++ read_values.c ++++++ --- /var/tmp/diff_new_pack.ikzHeq/_old 2025-05-27 18:42:34.821535841 +0200 +++ /var/tmp/diff_new_pack.ikzHeq/_new 2025-05-27 18:42:34.825536010 +0200 @@ -37,9 +37,9 @@ #define WITHOUT_KEY 0 #define WITH_KEY 1 -static char *versionstring = "Version 1.0.5 2024-06-20 14:30"; +static char *versionstring = "Version 1.0.6 2025-05-07 08:30"; -static char *version = "1.0.5"; +static char *version = "1.0.6"; void *configuration_handle = NULL; int layers = -1; @@ -80,6 +80,8 @@ { QC_TYPE_FAMILY_LINUXONE, "3931", "3931 = IBM LinuxONE Emperor 4" }, { QC_TYPE_FAMILY_IBMZ, "3932", "3932 = z16 A02 IBM z16 A02" }, { QC_TYPE_FAMILY_LINUXONE, "3932", "3932 = IBM LinuxONE Rockhopper 4" }, + { QC_TYPE_FAMILY_IBMZ, "9175", "9175 = z17 IBM z17 " }, + { QC_TYPE_FAMILY_LINUXONE, "9175", "9175 = IBM LinuxONE 5" }, }; int debug = 0; ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/s390-tools/vendor.tar.zst /work/SRC/openSUSE:Factory/.s390-tools.new.2732/vendor.tar.zst differ: char 7, line 1