Packages changed: Mesa (19.2.3 -> 19.2.4) Mesa-drivers (19.2.3 -> 19.2.4) apache2-mod_perl (2.0.10 -> 2.0.11) automake binutils (2.32 -> 2.33.1) c-ares (1.15.0~20191108 -> 1.15.0+20191108) curl exo (0.12.8 -> 0.12.9) gcc7 (7.4.1+r275405 -> 7.5.0+r278197) gsl harfbuzz (2.6.1 -> 2.6.3) highlight (3.53 -> 3.54) kdump kernel-firmware (20191023 -> 20191108) libfreehand libqt5-qtwebengine libqt5-qtwebkit libselinux libselinux-bindings libssh (0.9.0 -> 0.9.2) libvirt libyui-qt-pkg mhvtl obs-service-format_spec_file (20191106 -> 20191114) openssh osinfo-db (20190920 -> 20191108) parole (1.0.3 -> 1.0.5) perl-Crypt-SmbHash perl-Font-AFM perl-HTTP-Cookies (6.05 -> 6.06) perl-HTTP-Date (6.02 -> 6.03) perl-X11-Protocol perl-ldap pragha (1.3.99 -> 1.3.99.1) python-numpy (1.17.3 -> 1.17.4) radvd read-only-root-fs (1.0+git20190607.11f8587 -> 1.0+git20191112.42add9e) rpm-config-SUSE (0.g44 -> 0.g45) rubygem-mixlib-shellout rubygem-nokogiri (1.10.4 -> 1.10.5) systemd thunar (1.8.9 -> 1.8.11) ucode-intel (20190918 -> 20191112) xen (4.13.0_01 -> 4.13.0_02) === Details === ==== Mesa ==== Version update (19.2.3 -> 19.2.4) Subpackages: Mesa-dri-devel Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1 - u_call-shmget-with-permission-0600-instead-of-0777.patch * CVE-2019-5068 (bsc#1156015) - Update to version 19.2.4 * This is an emergency release, to fix a critical bug found in the 19.2.3 release which causes incomplete rendering on all mesa drivers. This release contains a single patch to fix that bug. - Update _contraints, Mesa-drivers needs 7GB of disk to build safely. ==== Mesa-drivers ==== Version update (19.2.3 -> 19.2.4) Subpackages: Mesa-dri Mesa-dri-nouveau Mesa-gallium Mesa-libva libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libxatracker2 - u_call-shmget-with-permission-0600-instead-of-0777.patch * CVE-2019-5068 (bsc#1156015) - Update to version 19.2.4 * This is an emergency release, to fix a critical bug found in the 19.2.3 release which causes incomplete rendering on all mesa drivers. This release contains a single patch to fix that bug. - Update _contraints, Mesa-drivers needs 7GB of disk to build safely. ==== apache2-mod_perl ==== Version update (2.0.10 -> 2.0.11) - Apache mod_perl 2.0.11: * CVE-2011-2767: Arbitrary Perl code execution in the context of the user account via a user-owned .htaccess (boo#1156944) ==== automake ==== - Add missing perl dependency (bsc#1156491). ==== binutils ==== Version update (2.32 -> 2.33.1) Subpackages: binutils-devel - Update to binutils 2.33.1: * Adds support for the Arm Scalable Vector Extension version 2 (SVE2) instructions, the Arm Transactional Memory Extension (TME) instructions and the Armv8.1-M Mainline and M-profile Vector Extension (MVE) instructions. * Adds support for the Arm Cortex-A76AE, Cortex-A77 and Cortex-M35P processors and the AArch64 Cortex-A34, Cortex-A65, Cortex-A65AE, Cortex-A76AE, and Cortex-A77 processors. * Adds a .float16 directive for both Arm and AArch64 to allow encoding of 16-bit floating point literals. * For MIPS, Add -m[no-]fix-loongson3-llsc option to fix (or not) Loongson3 LLSC Errata. Add a --enable-mips-fix-loongson3-llsc=[yes|no] configure time option to set the default behavior. Set the default if the configure option is not used to "no". * The Cortex-A53 Erratum 843419 workaround now supports a choice of which workaround to use. The option --fix-cortex-a53-843419 now takes an optional argument --fix-cortex-a53-843419[=full|adr|adrp] which can be used to force a particular workaround to be used. See --help for AArch64 for more details. * Add support for GNU_PROPERTY_AARCH64_FEATURE_1_BTI and GNU_PROPERTY_AARCH64_FEATURE_1_PAC in ELF GNU program properties in the AArch64 ELF linker. * Add -z force-bti for AArch64 to enable GNU_PROPERTY_AARCH64_FEATURE_1_BTI on output while warning about missing GNU_PROPERTY_AARCH64_FEATURE_1_BTI on inputs and use PLTs protected with BTI. * Add -z pac-plt for AArch64 to pick PAC enabled PLTs. * Add --source-comment[=] option to objdump which if present, provides a prefix to source code lines displayed in a disassembly. * Add --set-section-alignment = option to objcopy to allow the changing of section alignments. * Add --verilog-data-width option to objcopy for verilog targets to control width of data elements in verilog hex format. * The separate debug info file options of readelf (--debug-dump=links and --debug-dump=follow) and objdump (--dwarf=links and - -dwarf=follow-links) will now display and/or follow multiple links if more than one are present in a file. (This usually happens when gcc's -gsplit-dwarf option is used). In addition objdump's --dwarf=follow-links now also affects its other display options, so that for example, when combined with - -syms it will cause the symbol tables in any linked debug info files to also be displayed. In addition when combined with - -disassemble the --dwarf= follow-links option will ensure that any symbol tables in the linked files are read and used when disassembling code in the main file. * Add support for dumping types encoded in the Compact Type Format to objdump and readelf. - Includes fixes for these CVEs: bnc#1126826 aka CVE-2019-9077 aka PR1126826 bnc#1126829 aka CVE-2019-9075 aka PR1126829 bnc#1126831 aka CVE-2019-9074 aka PR24235 bnc#1140126 aka CVE-2019-12972 aka PR23405 bnc#1143609 aka CVE-2019-14444 aka PR24829 bnc#1142649 aka CVE-2019-14250 aka PR90924 - Remove patches that are now included in the release: binutils-2.32-branch.diff.gz, binutils-fix-ld-segv.diff, binutils-pr24486.patch, riscv-abi-check.patch, rx-gas-padding-pr24464.patch. - Add binutils-2.33-branch.diff.gz patch. - Rebase binutils-revert-plt32-in-branches.diff and cross-avr-size.patch patch. - Add binutils-fix-ld-segv.diff to fix a segfault in ld when building some versions of pacemaker. [bsc#1154025, bsc#1154016] ==== c-ares ==== Version update (1.15.0~20191108 -> 1.15.0+20191108) - Fix version number of the snapshot to not be downgrade: bsc#1156601 ==== curl ==== Subpackages: libcurl4 - Fix segfault in zypper ref: [bsc#1156481] * remove_handle: clear expire timers after multi_done() * Add patch curl-expire-clear.patch ==== exo ==== Version update (0.12.8 -> 0.12.9) Subpackages: exo-data exo-helpers exo-lang exo-tools libexo-1-0 libexo-2-0 - Update to version 0.12.9 * Explicitly depend on gio-unix-2.0 (bxo#15825) * Fix alignment of multi-line filenames when text beside icons (bxo#16107) * Fix cursor missing in search popup widget (bxo#16068) * Fix desktop item creation on symbolic link directories * Fix excess clickable area of multiline filenames (bxo#16075) * Fix issues with displaying icon view contents (bxo#14737) * Fix prelight deactivation (bxo#11806) * Hide search widget when doing a fullscreen resize (bxo#15106) * Make user-created launchers executable by default * Translation Updates ==== gcc7 ==== Version update (7.4.1+r275405 -> 7.5.0+r278197) - Update to GCC 7.5.0 release. - Add gcc7-pr85887.patch to fix miscompilation with thread-safe local static initialization. [gcc#85887] - Add gcc7-bsc1146475.patch to fix debug info created for array definitions that complete an earlier declaration. [bsc#1146475] ==== gsl ==== Subpackages: libgsl25 libgslcblas0 - module package must not be noarch, so that %{_lib} is expanded correctly ==== harfbuzz ==== Version update (2.6.1 -> 2.6.3) Subpackages: libharfbuzz-icu0 libharfbuzz0 libharfbuzz0-32bit - update to 2.6.3: + Misc small fixes, mostly to build-related issues + New API: hb_font_get_nominal_glyphs() - add upstream sigining keyring and verify source signature - Update to version 2.6.2: + Misc small fixes, mostly to build-related issues. ==== highlight ==== Version update (3.53 -> 3.54) - Update to version 3.54: * Fixed default colour output in BBCode (gl#saalen/highlight#134). * Fixed corner case in sh.lang. * Fixed syntax tests with UTF-8 input (gl#saalen/highlight#123). * Added support for Bash in outhtml_codefold.lua plug-in. * Added ballerina.lang. * Added block strings to java.lang. * Added author hints in themes and language definitions. * Added C++20 reserved words in c.lang. * Added editorconfig file and validated all files accordingly. * CLI: Fixed --list-scripts with -d or HIGHLIGHT_DATADIR env variable (gl#saalen/highlight#139). * GUI: Removed AsciiDoc instruction lines from the README popup window. - Use lang_package macro for highlight-gui-lang declaration. ==== kdump ==== - add kdump-savedump-search-also-for-vmlinux.xz.patch (bnc#1155921) ==== kernel-firmware ==== Version update (20191023 -> 20191108) Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd - Update to version 20191108 (git commit f1100ddf581f): * i915: Add HuC firmware v7.0.3 for TGL * i915: Add GuC firmware v35.2.0 for TGL * i915: Add HuC firmware v9.0.0 for EHL * i915: Add GuC firmware v33.0.4 for EHL * rtw88: RTL8723D: add firmware file v48 * qed: Add firmware 8.40.33.0 * amdgpu: add new navi14 wks gfx firmware for 19.30 * amdgpu: update navi14 firmware for 19.30 * amdgpu: update raven firmware for 19.30 * linux-firmware: Add firmware file for Intel Bluetooth AX201 ==== libfreehand ==== - add icu-build-fix.patch: fix build with icu 65.1. ==== libqt5-qtwebengine ==== - Add icu-build-fix.patch: fix build with icu 65.1. ==== libqt5-qtwebkit ==== Subpackages: libQt5WebKit5 libQt5WebKit5-imports libQt5WebKitWidgets5 - Add icu-build-fix.patch: fix the build with libicu 65.1. ==== libselinux ==== Subpackages: libselinux1 libselinux1-32bit selinux-tools - Added Use-Python-distutils-to-install-SELinux.patch to use Python's distutils instead of building and installing python bindings manually ==== libselinux-bindings ==== - Add python3.8-compat.patch which makes build possible even with Python 3.8, which doesn?t automatically adds -lpython ==== libssh ==== Version update (0.9.0 -> 0.9.2) Subpackages: libssh-config libssh4 - Update to version 0.9.2 * Fixed libssh-config.cmake * Fixed issues with rsa algorithm negotiation (T191) * Fixed detection of OpenSSL ed25519 support (T197) - Update to version 0.9.1 * Added support for Ed25519 via OpenSSL * Added support for X25519 via OpenSSL * Added support for localuser in Match keyword * Fixed Match keyword to be case sensitive * Fixed compilation with LibreSSL * Fixed error report of channel open (T75) * Fixed sftp documentation (T137) * Fixed known_hosts parsing (T156) * Fixed build issue with MinGW (T157) * Fixed build with gcc 9 (T164) * Fixed deprecation issues (T165) * Fixed known_hosts directory creation (T166) ==== libvirt ==== Subpackages: libvirt-bash-completion libvirt-client libvirt-daemon libvirt-daemon-driver-interface libvirt-daemon-driver-libxl libvirt-daemon-driver-lxc libvirt-daemon-driver-network libvirt-daemon-driver-nodedev libvirt-daemon-driver-nwfilter libvirt-daemon-driver-qemu libvirt-daemon-driver-secret libvirt-daemon-driver-storage libvirt-daemon-driver-storage-core libvirt-daemon-driver-storage-disk libvirt-daemon-driver-storage-gluster libvirt-daemon-driver-storage-iscsi libvirt-daemon-driver-storage-iscsi-direct libvirt-daemon-driver-storage-logical libvirt-daemon-driver-storage-mpath libvirt-daemon-driver-storage-rbd libvirt-daemon-driver-storage-scsi libvirt-daemon-lxc libvirt-daemon-qemu libvirt-daemon-xen libvirt-libs - libxl: Fix lock manager lock ordering 2552752f-libxl-fix-lock-manager-lock-ordering.patch bsc#1145774 - spec: Forcibly remove '--listen' option from LIBVIRTD_ARGS in /etc/sysconfig/libvirtd since it is incompatible with socket activation. Also add '--timeout' option for consistency with upstream. boo#1156161 - Enable automatic firmware seletction and add the new smm flavor to the build-time firmware list jsc#SLE-6997 ==== libyui-qt-pkg ==== - Switch to native rpm boolean dependency syntax (boo#1156428) ==== mhvtl ==== - Fix some builds of ppc and arm that were failing to compile the dump_tape command. This adds the patch: * mhvtl-fix-ppc-Makefile.patch ==== obs-service-format_spec_file ==== Version update (20191106 -> 20191114) - Update to version 20191114: * Use copyright line without the . at the end ==== openssh ==== Subpackages: openssh-helpers - Add openssh-8.1p1-seccomp-clock_nanosleep.patch, allow clock_nanosleep glibc master implements multiple functions using that syscall making the privsep sandbox kill the preauth process. ==== osinfo-db ==== Version update (20190920 -> 20191108) - Update database to version 20191108 osinfo-db-20191108.tar.xz ==== parole ==== Version update (1.0.3 -> 1.0.5) Subpackages: parole-lang - Update to version 1.0.5 * Fix creation and cleanup of thumbnails (bxo#16026) * Fix volume hotkeys in fullscreen (bxo#16005) * Fix compiler warnings * Translation Updates ==== perl-Crypt-SmbHash ==== - Change architecture to 'noarch' ==== perl-Font-AFM ==== - change architecture to 'noarch' - cleanup spec ==== perl-HTTP-Cookies ==== Version update (6.05 -> 6.06) - updated to 6.06 see /usr/share/doc/packages/perl-HTTP-Cookies/Changes 6.06 2019-11-12 14:28:31Z - Make test pass in 2025 (GH#56) (Bernhard M. Wiedemann) ==== perl-HTTP-Date ==== Version update (6.02 -> 6.03) - updated to 6.03 see /usr/share/doc/packages/perl-HTTP-Date/Changes ==== perl-X11-Protocol ==== - Change architecture to 'noarch' ==== perl-ldap ==== - Change architecture to 'noarch' ==== pragha ==== Version update (1.3.99 -> 1.3.99.1) Subpackages: pragha-lang pragha-plugins - Fix CPPFLAGS to use current versions. - Fix the source URL. - try to fix crazy deps explosion by packaging libpragha.so in main pragha package - do not package plugins again in plugins-devel package - Update to 1.3.99.1 (1.4 RC) * Shows temporary messages or services errors such as in-app-notifications. * Replace the status bar with a floating bar that does not require so much space. * Huge refactoring of the mtp plugin. Everything runs in a second thread. * Split Pragha between the application and a library to link the plugins. * Add proxy setting to song-info plugin. * Introduce PraghaTempProvider but not used yet. * Move background tasks popover to main toolbar. * Strip accentuation and others characters when approximate search. Issue #146 * Send notification when finished ampache or koel import * Use popovers in the menus of sidebars. * Improve metadata for appstream. Issue #152 * Adjust copyright mentioning Consonance. * Convert the status bar to an floating bar. * Implement upgrade Koel and Ampache from library pane menu. * Ampache: Reports when the server is empty. * Save the list of suggestions with the original information. * Show and hide the status bar automatically. * Depends on xdt-csource instead of exo-csource to compile the menus. * Add option to ignore playback errors to continue with others songs. * Vizualizer: Not saturate particles so much but give them more dynamics. * Last.fm: Postpose update current song when a scrobble is pending. Improve issue #142 * Tune.In: Find the first audio between all results. * Rename dbus and appstream ids to better reverse-DNS domain. Issue #117 * Don't use deprecated g_type_class_add_private. * Port the status icon menu to GktBuilder/GMenu/GAction. * Port part of library pane to GtkBuilder/GMenu. * Fix a lot of deprecations messages. * Fix ghost row (null null), in the list of similar songs * Fix pulse indication in filter entry while search. * DLNA client.. Force load glr-dleyna plugin. * Various fixes to compile pragha with msys2 ==== python-numpy ==== Version update (1.17.3 -> 1.17.4) - update to version 1.17.4: * #14758: BLD: declare support for python 3.8 * #14781: BUG: random: biased samples from integers() with 8 or 16 bit... * #14851: BUG: Fix _ctypes class circular reference. (#13808) * #14852: BLD: add 'apt update' to shippable * #14855: BUG: Fix np.einsum errors on Power9 Linux and z/Linux * #14857: BUG: lib: Fix histogram problem with signed integer arrays. * #14858: BLD: Prevent -flto from optimising long double representation... * #14866: MAINT: move buffer.h -> npy_buffer.h to avoid conflicts ==== radvd ==== - the previous fix for (bsc#1149037) did not work correctly, fix it ==== read-only-root-fs ==== Version update (1.0+git20190607.11f8587 -> 1.0+git20191112.42add9e) - Update to version 1.0+git20191112.42add9e: * Add RequiresMountsFor=/etc override for systemd-udevd.service ==== rpm-config-SUSE ==== Version update (0.g44 -> 0.g45) - Update to version 0.g45: * Use -flto=auto for _lto_cflags for now ==== rubygem-mixlib-shellout ==== - added license 'Apache-2.0' to gem2rpm.yml and recreated spec file ==== rubygem-nokogiri ==== Version update (1.10.4 -> 1.10.5) - updated to version 1.10.5 [#]## Dependencies * [MRI] vendored libxml2 is updated from 2.9.9 to 2.9.10 * [MRI] vendored libxslt is updated from 1.1.33 to 1.1.34 ==== systemd ==== Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-container systemd-lang systemd-logger systemd-sysvinit udev - Import commit 0b715187a87907e18edf98eab9d0a50fced4a424 9dbdbc2f10 logind: fix (again) the race that might happen when logind restores VT (bsc#1101591 bsc#1140081) c848bec110 libblkid: open device in nonblock mode. (bsc#1084671) b70ad6c927 resolved: check for IP in certificate when using DoT with GnuTLS (bsc#1155539 CVE-2018-21029) bbedf3d557 resolved: require at least version 3.6.0 of GnuTLS for DNS-over-TLS eb732c2e29 resolved: fix connection failures with TLS 1.3 and GnuTLS 4e45084ac5 shared/install: failing with -ELOOP can be due to the use of an alias in install_error() 2e297f0d87 shared/install: fix error codes returned by install_context_apply() dd29d70d32 man: alias names can't be used with enable command - Fix %{_libexecdir} misuses of /usr/lib ==== thunar ==== Version update (1.8.9 -> 1.8.11) Subpackages: libthunarx-3-0 thunar-lang - Update to version 1.8.11 - Thunar 1.8.10 crashing on startup in FreeBSD and Fedora, caused by nonfunctional pango version check (bxo#16136, bxo#16138) - Translation Updates - Update to version 1.8.10 - Allow compilation with panel 4.15 - thunar-job: keep track of number of processed files (bxo#16117) - No context menu on right-click when started via trash-panel-plugin (bxo#16000) - icon text now centered after unchecking "Text besides icons" - Remove the vertical gap between icon and label (bxo#16041) - Fix icon view alignment (bxo#16107) - Not possible to grab scrollbar on the very right pixels when maximized (bxo#16050) - Wrap text of error dialog - Not possible to empty the trash via the pathbar context menu - Crash on refresh if remote folder has been removed (bxo#15961) - Center action buttons in conflict dialog window (bxo#15973) - Ensure UCAs use currently selected file path (bxo#15119) - make filename label selectable in conflict dialog window - Center action buttons in conflict dialog window (bxo#15973) - Clear UCA shortcut when the action is deleted - Prevent Gtk-CRITICAL when adding or modifying a UCA - Thunar SendTo Email: Add missing archive formats (bxo#15917) - sendto plugin: fix content type resolution. (bxo#15916) - sendto plugin: extract function tse_file_is_archive (bxo#15916) - All glory to lowercase (bxo#15394) - mismatched names between thunar.appdata.xml and thunar.desktop (bxo#15498) - Remove superfluous .desktop file "Thunar-folder-handler.desktop.in" (bxo#15467) - Prevent unnecessary fallback copy-delete in file move when overwriting - Fix possible memory leak - Fix popup menus size (bxo#15832) - Add Alt+D as accelerator for Open Location (bxo#15828) - Do not insert hyphens at intra-word line breaks (bxo#15856) - Dropped obsolete patch thunar-1.8-appdata.patch as fixed upstream (bxo#15498) ==== ucode-intel ==== Version update (20190918 -> 20191112) - Updated to 20191112 security release (bsc#1155988) - Processor Identifier Version Products - Model Stepping F-MO-S/PI Old->New - ---- new platforms ---------------------------------------- - AVN B0/C0 6-4d-8/01 0000012d Atom C2xxx - CNL-U D0 6-66-3/80 0000002a Core Gen8 Mobile - SKX-SP B1 6-55-3/97 01000151 Xeon Scalable - CLX-SP B0 6-55-6/bf 0400002c Xeon Scalable Gen2 - GLK-R R0 6-7a-8/01 00000016 Pentium J5040/N5030, Celeron J4125/J4025/N4020/N4120 - ICL-U/Y D1 6-7e-5/80 00000046 Core Gen10 Mobile - CML-U62 A0 6-a6-0/80 000000c6 Core Gen10 Mobile - ---- updated platforms ------------------------------------ - SKL-U/Y D0 6-4e-3/c0 000000cc->000000d4 Core Gen6 Mobile - SKX-SP H0/M0/U0 6-55-4/b7 02000064->02000065 Xeon Scalable - SKX-D M1 6-55-4/b7 02000064->02000065 Xeon D-21xx - CLX-SP B1 6-55-7/bf 0500002b->0500002c Xeon Scalable Gen2 - SKL-H/S/E3 R0/N0 6-5e-3/36 000000cc->000000d4 Core Gen6 - GLK B0 6-7a-1/01 0000002e->00000032 Pentium J5005/N5000, Celeron J4005/J4105/N4000/N4100 - AML-Y22 H0 6-8e-9/10 000000b4->000000c6 Core Gen8 Mobile - KBL-U/Y H0 6-8e-9/c0 000000b4->000000c6 Core Gen7 Mobile - CFL-U43e D0 6-8e-a/c0 000000b4->000000c6 Core Gen8 Mobile - WHL-U W0 6-8e-b/d0 000000b8->000000c6 Core Gen8 Mobile - AML-Y V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile - CML-U42 V0 6-8e-c/94 000000b8->000000c6 Core Gen10 Mobile - WHL-U V0 6-8e-c/94 000000b8->000000c6 Core Gen8 Mobile - KBL-G/X H0 6-9e-9/2a 000000b4->000000c6 Core Gen7/Gen8 - KBL-H/S/E3 B0 6-9e-9/2a 000000b4->000000c6 Core Gen7; Xeon E3 v6 - CFL-H/S/E3 U0 6-9e-a/22 000000b4->000000c6 Core Gen8 Desktop, Mobile, Xeon E - CFL-S B0 6-9e-b/02 000000b4->000000c6 Core Gen8 - CFL-H R0 6-9e-d/22 000000b8->000000c6 Core Gen9 Mobile - ---- removed platforms ------------------------------------ - CFL-H/S P0 6-9e-c/22 000000a2 Core Gen9 - Includes security fixes for: - CVE-2019-11135: Added feature allowing to disable TSX RTM (bsc#1139073) - CVE-2019-11139: A CPU microcode only fix for Voltage modulation issues (bsc#1141035) ==== xen ==== Version update (4.13.0_01 -> 4.13.0_02) Subpackages: xen-libs xen-tools xen-tools-domU - Update to Xen 4.13.0 RC2 release xen-4.13.0-testing-src.tar.bz2