Packages changed: NetworkManager PackageKit abcde autoconf autoconf-el bogofilter boost-base elementary-xfce-icon-theme (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049) engrampa (1.23.0 -> 1.23.1) hwdata (0.328 -> 0.329) inkscape kdevelop5 (5.4.3 -> 5.4.4) ktouch (19.08.0 -> 19.08.2) ovmf perl-Archive-Zip (1.64 -> 1.67) perl-Mojolicious (8.25 -> 8.26) publicsuffix (20190808 -> 20191025) python-rpm-macros (20190610.2ee3233 -> 20191104.08e6493) qemu samba (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e) system-tuning-common-SUSE texinfo (6.6 -> 6.7) texlive-specs-m (2019.167.svn49390 -> 2019.168.svn49390) texlive-specs-n (2019.167.2.004svn48145 -> 2019.168.2.004svn48145) xdg-utils xfce4-screenshooter (1.9.6 -> 1.9.7) xfce4-whiskermenu-plugin (2.3.3 -> 2.3.4) xreader xslide === Details === ==== NetworkManager ==== - Drop NetworkNanager-client recommends: this is no longer needed, as NM itself ships a frontend by now (nmtui). If a DE has a better way to manage NM (by means of applets or other way of integration) it is up to the DE to depend on the applets. ==== PackageKit ==== - Remove zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch, rebase zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch, add PackageKit-zypp-dont-set-upgrade-mode-on-updating-specific-packages.patch: zypp: Don't set upgrade mode in update-packages (gh#hughsie/PackageKit#345). - Add PackageKit-zypp-get-updates-dup-or-up.patch: Fix get-updates in Tumbleweed(gh#hughsie/PackageKit#343). - Modify PackageKit-systemd-timers.patch: Port the cron configuration variables to the script, and add -sendwait parameter to mail in the script(bsc#1130306). - Refresh patches with quilt. - Drop PackageKit-cron-without-sleep.patch: Not needed for any current version of openSUSE. - Add PackageKit-drop-gtk2.patch: Port away from gtk2 dependency, drop gtk2-devel BuildRequires (gh#/hughsie/PackageKit#333). - Add autoconf-archive BuildRequires and run autogen.sh, needed as above patch touches buildsystem. - Add PackageKit-zypp-fix-what-provides-newest-filter.patch: zypp: Add support for newest filter in what-provides(bsc#984865, gh#hughsie/PackageKit#335). - Rename PackageKit-remove-default-thread-check.patch to PackageKit-add-mutex-lock-to-protect-backend-priv-eulas.patch, and update it with the one accepted upstream. - Add PackageKit-zypp-fix-newest-filter.patch: zypp: Emit installed package for newest filter (bsc#1125434, gh#hughsie/PackageKit#329). - Add zypp-perform-actions-disallowed-by-update-in-upgrade-mode.patch to fix switch to upgrade mode in the backend - Add PackageKit-remove-polkit-rules.patch: Remove polkit rules file (bsc#1125434). - Limit fdupes to the btrfs subvolume. - Combine %service_* calls to reduce generated boilerplate. - Redo summaries without em dashes. - Reduce %systemd_requires to %systemd_ordering; %service_* can deal with the absence of it. - Modify PackageKit-systemd-timers.patch: Fix unit field in packagekit-background.timer (boo#1126943). - Add zypp-Switch-to-doUpgrade-solver-when-required-by-distribution.patch so Tumbleweed can properly update - Add PackageKit-systemd-timers.patch: Migrate from cron to systemd timer (bsc#1115410). - Drop PackageKit-avoid-endless-loop-on-autoupdate.patch: With PackageKit-return-on-transactions-going-backwards.patch and PackageKit-remove-default-thread-check.patch, EULA promt works without any issue (bsc#1038425). - Add PackageKit-remove-default-thread-check.patch: Remove the pk_is_thread_default() check in pk_backend_is_eula_valid() so that we can call it in zypp backend without any issue (gh#hughsie/PackageKit#301, bsc#1038425). - Add PackageKit-return-on-transactions-going-backwards.patch: transaction: Return directly when its state is going backwards (gh#hughsie/PackageKit#301, bsc#1038425). - Update to version 1.1.12: + common: Handle quoted strings in /etc/os-release. + offline update: Fix translations to show up. + Backends: - zypp: Implement GetFilesLocal in zypp backend. - Various changes related to aptcc and dnf. - Changes from version 1.1.11: + New Features: - Add --autoremove option to pkcon. - Shutdown the daemon on idle by default. + Bugfixes: - De-register callbacks on PkClientHelper finalize. - Don't complain if command-not-found get uninstalled while running. - Fix critical on idle shutdown. - Fix issues with debconf helper not working. - Never assert when an interactive TTY is not available. - Schedule offline update service to run after system-update-pre.target. - Shut down services cleanly before rebooting after offline updates. + Backends: - Various changes related to aptcc, dnf and nix. - Drop PackageKit-get-files-local.patch: fixed upstream. - Add files/directories created by tmpfiles.d under /var as ghost entries to the rpm filelist. - Add PackageKit-get-files-local.patch: Implement GetFilesLocal method in zypp backend (bsc#1097581). - Add PackageKit.tmpfiles: Use tmpfile.d to make sure PackageKit doesn't package files in /var (bsc#1098042). - offline updates should be disabled in Leap too, just like SLE - Update to version 1.1.10: + Notes: This release fixes CVE-2018-1106 which is a moderate security issue (boo#1086936). + Backends: - zypp: . Implement GetDetailsLocal in zypp backend. . Improve refresh-cache function in zypp backend. - Various changes related to aptcc and dnf. - Drop PackageKit-zypp-backend-improve-refresh-cache.patch and PackageKit-zypp-backend-get-details-local.patch: Fixed upstream. - Drop NetworkManager-devel BuildRequires: Not used since version 1.1.7. - Disable offline-update when building for SLE. - Remove pkgconfig(npapi-sdk) BuildRequires:, it is no longer needed as browser plugin is not built since 1.1.0. - Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036). - Update to version 1.1.9: + Fix missing PK_STATUS_ENUM_RUN_HOOK in pk-enum.c. + Fix Qt annotation on DBus signature. + client: Fix an invalid read when cancelling races with Finish. + engine: Fix a memory leak when handling GetTransactionList. + Fix getting user session ID with D-Bus "user bus" model. + Fix g_object_ref() type cast warnings with glib 2.56. + Rename "Software Sources" to "Software Repositories". + transaction: Don't leak polkit authority. + transaction: Fix a memory leak when authorizing actions. + transaction: Log transaction completed messages on debug, not info level. + Backends: - zypp: remove memory leak from zypp backend. - Various changes related to aptcc, dnf, slack and urpmi. - Modernize spec-file by calling spec-cleaner - Add PackageKit-zypp-backend-get-details-local.patch: Implement GetDetailsLocal method in zypp backend (bsc#1008287). - Update to version 1.1.8: + Notes: The Slackware backend was renamed from "katja" to "slack". + Libraries: - Add getters for PkEulaRequired. - Add new pk_results_set_role() API. + New Features: Save transaction role to the offline update results file. + Bugfixes: - Various fixes to docs. - Bring introspection and vapigen m4 macros into the source. - command-not-found: Be more explicit when ignoring path components. - service: Use ConditionPathExists=!/run/ostree-booted. + Backends: - zypp: Return error if invalid package IDs are detected. - Various changes related to aptcc and slack. - Drop PK-zypp-return-error-invalid-package-ids.patch: fixed upstream. - Drop autoconf-archive and automake BuildRequires and no longer call autoreconf: no patch changes the build system. - Replace --enable/disable-systemd-updates configure parameter with - -enable/disable-offline-update: the relevant systemd-updates parameters have not been valid since PackageKit 1.0.0. - Drop --with-default-backend=zypp configure parameter: this has not been udnerstood since PackageKit 1.0. PK just used the one and only backend installed in the distro. ==== abcde ==== - Remove obsolete Groups tag (fate#326485) ==== autoconf ==== - Fix testsuite with Bash 5, add port-tests-to-bash-5.patch - Require perl-base instead of perl, none of the additional modules are required. - Remove obsolete Groups tag (fate#326485) ==== autoconf-el ==== - Fix testsuite with Bash 5, add port-tests-to-bash-5.patch - Require perl-base instead of perl, none of the additional modules are required. - Remove obsolete Groups tag (fate#326485) ==== bogofilter ==== - Remove obsolete Groups tag (fate#326485) ==== boost-base ==== - Use new openmpi-macros-devel package ==== elementary-xfce-icon-theme ==== Version update (0.13.1+git37.828aa1a8 -> 0.14+git5.36fd0049) - Update to version 0.14+git5.36fd0049: * Drop Firefox icon - Update to version 0.14+git4.5c874a03: * fix nm-device-wired 16px light icon colors * make nm-device-wired dark icon 16px match 22px style * Make 24px home folder consistent with 16px * Make 16-24px Music folder blue for better contrast on dark background * make nm-device-wired icon 16px match 22px style * Added nm-applet wired symbolic icon * Improve sizing and alignment of thunderbird icon * thunderbird png -> svg * New thunderbird icon - Update to version 0.14+git4.5c874a03: * fix nm-device-wired 16px light icon colors * make nm-device-wired dark icon 16px match 22px style * make nm-device-wired icon 16px match 22px style ==== engrampa ==== Version update (1.23.0 -> 1.23.1) - Fix build error complaining about conflicting types for g_ptr_array_copy by updating to 1.23.1. - Update to version 1.23.1: * Update translations * glib-utils: Remove unused function - g_ptr_array_copy * Remove some unused/deprecated functions * Various smaller fixes ==== hwdata ==== Version update (0.328 -> 0.329) - Update to version 0.329: * Updated pci, usb and vendor ids. ==== inkscape ==== - Add backported inkscape-fix-for-poppler-0.82.patch: Fix build with poppler 0.82 and newer. - Stop post(un) handling of desktop_database_post(un) and icon_theme_cache_post(un) macros, no longer needed for any supported version of openSUSE. ==== kdevelop5 ==== Version update (5.4.3 -> 5.4.4) Subpackages: kdevelop5-lang kdevplatform-lang - Update to 5.4.4 * Fix copyright date display in About KDevelop/KDevPlatform dialogs (kde#413390) * FindClang.cmake: also search LLVM version 9 * Clang: Workaround for empty problem ranges at start of document ==== ktouch ==== Version update (19.08.0 -> 19.08.2) - Update to 19.08.2 * New bugfix release * For more details please see: * https://www.kde.org/announcements/announce-applications-19.08.2.php - No code change since 19.08.1 - Update to 19.08.1 * New bugfix release * For more details please see: * https://www.kde.org/announcements/announce-applications-19.08.1.php - Changes since 19.08.0: * Fix Tooltip Dimensions of Learning Progress Chart * Fix Visual Glitches in Dark Themes ==== ovmf ==== - Use the same x86 4MB firmware names as the ones in the previous version (< stable201905) for backward compatibility - Disable TLS for IA32(i586) to avoid exceeding the size limitation while using the tool chain from SLE15-SP2/openSUSE Leap 15.2 - Add ovmf-bsc1153072-fix-invalid-https-cert.patch to reject the invalid server certificates for HTTPS Boot (bsc#1153072, CVE-2019-14553) ==== perl-Archive-Zip ==== Version update (1.64 -> 1.67) - Update to 1.67 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.67 Sun 06 Oct 2019 - Fixed compatibility issues with zip64 format (defined-or, pack) - Fixed hard-coded version fields introduced in version 1.66 - Fixed merge glitch with tests 26 and 27 - Fixed merge glitch with bzip passthrough - Updated bzip test file to avoid zip bomb detection - updated to 1.66 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.66 Mon 16 Sep 2019 - Refactored low-level methods for reading and writing zip files in zip64 format. Added new parameters and return values to most of these. Extended constants in Archive::Zip to cover zip64 formats and lengths. - Added public APIs Archive::Zip::Archive::zip64 Archive::Zip::Archive::desiredZip64Mode Archive::Zip::Archive::versionMadeBy Archive::Zip::Archive::versionNeededToExtract Archive::Zip::Member::zip64 Archive::Zip::Member::desiredZip64Mode and constants Archive::Zip::ZIP64_AS_NEEDED Archive::Zip::ZIP64_EOCD Archive::Zip::ZIP64_HEADERS plus POD on these. - Added tests for zip64 format in t/21_zip64.t and more test zip files below t/data. Extended tests in t/02_main.t to perform all existing tests in all possible desired zip64 modes. - Extended methods Archive::Zip::Member::localExtraField Archive::Zip::Member::cdExtraField to perform format checks when called as setters and to reject any zip64 extended information extra fields passed by the user. Extended POD and tests in t/02_main.t accordingly. - Setting {'compressedSize'} after writing central directory header. - Added new optional parameter $noFormatError to method Archive::Zip::_readSignature to silence any format errros when testing for signatures. - Added error handling for potentially failed object conversion after calling method Archive::Zip::Member::_become. Factored in method Archive::Zip::Member::_becomeDirectoryIfNecessary into caller. - Changed methods Archive::Zip::Archive::contents Archive::Zip::Member::contents (and all inheriting from these) to consistently return a pair ($contents, $status) when called in list context and a scalar $contents when called in scalar context. Extended tests in t/02_main.t accordingly. - Changed method Archive::Zip::Member::extractToFileHandle to accept a file name instead of a file handle when extracting symbolic links. Changed lower-level and higher-level methods to use that feature. Cleaned up code related to the handling of symbolic links. Added creation of intermediate directories in method Archive::Zip::Member::extractToFileNamed for symbolic links as well. Reporting errors from symlink call as AZ-error. Added POD and test zip file t/data/symlink.zip and tests in t/26_symlinks.t for these changes. - Cleaned up code and added comment related to that highly dubious (?) {'wasWritten'} logic. - updated to 1.65 see /usr/share/doc/packages/perl-Archive-Zip/Changes 1.65 Sat 7 Sep 2019 - Fix for members using bzip compression [github/pmqs] - NetBSD doesn't mind empty zips [github/pmqs] - Solaris test failure, Add diag to failing test to collect data [github/pmqs] - Test for presence of Test::MockModule [github/pmqs] - Fix skip line for Windows [github/pmqs] - Skip tests that assume /tmp on Windows [github/pmqs] ==== perl-Mojolicious ==== Version update (8.25 -> 8.26) - updated to 8.26 see /usr/share/doc/packages/perl-Mojolicious/Changes 8.26 2019-11-02 - Removed deprecated slice method from Mojo::Collection. - Moved HTML entities from Mojo::Util into a separate file. (rage311) - Changed how the state of the event loop is determined in Mojo::Reactor::EV to be more consistent with Mojo::Reactor::Poll. ==== publicsuffix ==== Version update (20190808 -> 20191025) - Update to version 20191025: * gTLD list updated to 2019-10-24 state * Update .so suffix list * Add the new TLD .ss * Add xn--mgbah1a3hjkrd (?????????) * Add lolipop.io * Add altervista.org * Remove zone.id from list * Add new domain to Synology dynamic dns service ==== python-rpm-macros ==== Version update (20190610.2ee3233 -> 20191104.08e6493) - Update to version 20191104.08e6493: * %pyproject_install macro should include --no-compile. * Recognise the _ for the macro arguments too ==== qemu ==== Subpackages: qemu-seabios qemu-vgabios - Fix two issues with qcow2 image processing which could affect disk integrity qcow2-Fix-QCOW2_COMPRESSED_SECTOR_MASK.patch qcow2-bitmap-Fix-uint64_t-left-shift-ove.patch - Work around a host kernel xfs bug which can result in qcow2 image corruption block-io-refactor-padding.patch util-iov-introduce-qemu_iovec_init_exten.patch block-Make-wait-mark-serialising-request.patch block-Add-bdrv_co_get_self_request.patch block-file-posix-Let-post-EOF-fallocate-.patch - Patch queue updated from git://github.com/openSUSE/qemu.git opensuse-4.1 - Correct package names in _constraints after switch to multibuild. ==== samba ==== Version update (4.11.0+git.95.c88b5f2c0c6 -> 4.11.2+git.99.f93cc798f2e) - Update to samba 4.11.2 + CVE-2019-10218: Client code can return filenames containing path separators; (bsc#1144902); (bso#14071). + CVE-2019-14833: Samba AD DC check password script does not receive the full password; (bso#12438). + CVE-2019-14847: User with "get changes" permission can crash AD DC LDAP server via dirsync; (bso#14040). - Fixes from 4.11.1 + Overlinking libreplace against librt and pthread against every binary or library causes issues; (bso#14140); + kpasswd fails when built with MIT Kerberos; (bso#14155); + Fix spnego fallback from kerberos to ntlmssp in smbd server; (bso#14106); + Stale file handle error when using mkstemp on a share; (bso#14137); + non-AES schannel broken; (bso#14134); + Joining Active Directory should not use SAMR to set the password; (bso#13884); + smbclient can blunder into the SMB1 specific cli_RNetShareEnum() call on an SMB2 connection; (bso#14152); + Deleted records can be resurrected during recovery; (bso#14147); + getpwnam and getpwuid need to return data for ID_TYPE_BOTH group; (bso#14141); + winbind does not list forest trusts with additional trust attributes; (bso#14130); + fault report points to outdated documentation; (bso#14139); + pam_winbind with krb5_auth or wbinfo -K doesn't work for users of trusted domains/forests; (bso#14124); + classicupgrade results in uncaught exception - a bytes-like object is required, not 'str'; (bso#14136); + pod2man is not longer required, stop checking at build time; (bso#14131); + Exit code of ctdb nodestatus should not be influenced by deleted nodes; (bso#14129); + username/password authentication doesn't work with CUPS and smbspool; (bso#14128); + smbc_readdirplus() is incompatible with smbc_telldir() and smbc_lseekdir(); (bso#14094); ==== system-tuning-common-SUSE ==== - fix variable expansion in 80-hotplug-cpu-mem.rules (boo#1154655) ==== texinfo ==== Version update (6.6 -> 6.7) - update to 6.7: * support of index subentries and sub-subentries with @subentry * new commands @seeentry and @seealso in index entries * UTF-8 is the default input encoding * updates to HTML output of texi2any * support of noderename.cnf files has been removed * INPUT_PERL_ENCODING, INPUT_ENCODING_NAME, NODE_FILE_EXTENSION, NODE_FILENAMES, SHORTEXTN and TOP_NODE_FILE removed as customization variables * TOP_NODE_FILE_TARGET now contains the extension * texi2dvi: unconditionally run in --batch mode, ignore TeX errors * info: for a tree search (with M-/), '}' and '{' work as well as 'M-}' and 'M-{' to go through the results ==== texlive-specs-m ==== Version update (2019.167.svn49390 -> 2019.168.svn49390) - Enhance spec file generator to catch more required style files e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752 - Correct path in patch updmap-map_roboto.dif ==== texlive-specs-n ==== Version update (2019.167.2.004svn48145 -> 2019.168.2.004svn48145) - Enhance spec file generator to catch more required style files e.g. readarray.sty for verbatimbox.sty as reported in boo#1155752 - Correct path in patch updmap-map_roboto.dif ==== xdg-utils ==== - Add 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch to read the KDE Frameworks config file if necessary (boo#1155462) ==== xfce4-screenshooter ==== Version update (1.9.6 -> 1.9.7) - Update to version 1.9.7 * Add warning notice to imgur upload option (bxo#15347) * Fix cursor capture when near screen edge (bxo#9262) * Improve wording (bxo#15429) * Allow compilation with panel 4.15 * Restore libxfce4ui 4.12 compatibility * Translation Updates ==== xfce4-whiskermenu-plugin ==== Version update (2.3.3 -> 2.3.4) - Update to 2.3.4 * Fix building against xfce4-panel 4.15.0 * Translation updates ==== xreader ==== - Remove Requires: xreader-backends from xreader-devel ==== xslide ==== - Stop loading xslide automatically because of conflicts with css-mode.el; bsc#1080086.