Packages changed: binutils bzip2 gtksourceview (3.18.1 -> 3.18.2) harfbuzz (1.1.2 -> 1.1.3) iproute2 (4.3 -> 4.4) libcanberra libproxy (0.4.11 -> 0.4.12) libproxy-plugins (0.4.11 -> 0.4.12) mlocate ncurses perl-Apache-AuthCookie (3.23 -> 3.24) perl-Log-Dispatch (2.51 -> 2.54) perl-Net-XMPP (1.02 -> 1.05) python3-pip (7.1.2 -> 8.0.0) smartmontools (6.3 -> 6.4) tuned (2.5.1 -> 2.6.0) virt-manager virt-viewer (3.0 -> 3.1) virtualbox (5.0.12 -> 5.0.14) wine === Details === ==== binutils ==== Subpackages: binutils-devel - gold-relocate-tls.patch: Fix internal error when applying TLSDESC relocations with no TLS segment ==== bzip2 ==== Subpackages: libbz2-1 libbz2-1-32bit libbz2-devel - Remove bzip2-faster.patch, it causes a crash with libarchive and valgrind points out uninitialized memory. See https://github.com/libarchive/libarchive/issues/637#issuecomment-170612576 ==== gtksourceview ==== Version update (3.18.1 -> 3.18.2) Subpackages: glade-catalog-gtksourceview gtksourceview-devel libgtksourceview-3_0-1 typelib-1_0-GtkSource-3_0 - Update to version 3.18.2: + A few bug fixes in *.lang files. + Updated translations. ==== harfbuzz ==== Version update (1.1.2 -> 1.1.3) Subpackages: harfbuzz-devel libharfbuzz-icu0 libharfbuzz0 libharfbuzz0-32bit - Update to version 1.1.3: + Ported Indic shaper to Unicode 8.0 data. + Universal Shaping Engine fixes. + Speed up CoreText shaper when font fallback happens in CoreText. + Documentation improvements, thanks to Khaled Hosny. + Very rough directwrite shaper for testing. + Misc bug fixes. + API extensions. ==== iproute2 ==== Version update (4.3 -> 4.4) - Update to new upstream release 4.4 * tunnel code rework * add VRF support * add lightweight tunnel support * ila: Add support for ILA lwtunnels * f_bpf: allow for optional classid and add flags * m_bpf: don't require default opcode on ebpf actions * route: Add RTM_F_LOOKUP_TABLE flag and show table id * neigh: Add support for filtering dumps by master device * route: print addrgenmode stable_secret and fallback otherwise * tc: flower no need to specify the ethertype * geneve: add support for IPv6 link partners * neigh: device is optional for proxy entries * tunnel: determine tunnel address family from the tunnel type * addr: ignore EADDRNOTAVAIL errors during address flush operation * vxlan, gre: add support for collect metadata flag * route: ignore RTAX_HOPLIMIT of value -1 * route: fix printing of locked entries * vxlan: Add support for remote checksum offload * documentation improvements - man-fix-documentation-references-in-manual-pages.patch: replace Debian specific paths and package names with SUSE ones ==== libcanberra ==== Subpackages: canberra-gtk-play libcanberra-devel libcanberra-gtk-module-common libcanberra-gtk0 libcanberra-gtk0-32bit libcanberra-gtk2-module libcanberra-gtk2-module-32bit libcanberra-gtk3-0 libcanberra-gtk3-module libcanberra0 libcanberra0-32bit - Do not require sound-theme-freedesktop by libcanberra0: if this is wanted on a default install, it is up to the DE pattern to recommend/require this - it is not needed for the libraries proper functioning. ==== libproxy ==== Version update (0.4.11 -> 0.4.12) Subpackages: libproxy-devel libproxy1 - Update to version 0.4.12: + Move development to github.com/libproxy/libproxy. + Fix fd leak in get_pac (Bug #185). + Detect running MATE session (Bug #186, Part1). + Fix linking of perl bindings to pthread (Bug #182). + Correctly detect spidermonky (mozjs185) (Bug #188). + Stop pxgsettings from segfaulting on exit (Bug #192). + Fix test #10 (Bug #189). + Fix build on Mac OS X (Bug #183). + Add a generic KDE Config module (fix crashes of Qt5 based apps) (issue#4). - Drop upstream fixed patches: + libproxy-pxgsettings-crash.patch + libproxy-no-libperl.patch + libproxy-pxgsettings-signals.patch - Rename libproxy1-config-kde4 subpackage to libproxy-config-kde, following upstreams introduction of the generic config loader. - Require libKF5ConfigCore5 from libproxy1-config-kde (we don't really need the library, but kreadconfig5 in this package). - Replace libkde4-devel and libqt4-devel BuildRequires with libKF5ConfigCore5: the new KDE config parser interacts directly with kreadconfig5 and does not link to Qt. ==== libproxy-plugins ==== Version update (0.4.11 -> 0.4.12) Subpackages: libproxy1-config-gnome3 libproxy1-networkmanager libproxy1-pacrunner-webkit - Update to version 0.4.12: + Move development to github.com/libproxy/libproxy. + Fix fd leak in get_pac (Bug #185). + Detect running MATE session (Bug #186, Part1). + Fix linking of perl bindings to pthread (Bug #182). + Correctly detect spidermonky (mozjs185) (Bug #188). + Stop pxgsettings from segfaulting on exit (Bug #192). + Fix test #10 (Bug #189). + Fix build on Mac OS X (Bug #183). + Add a generic KDE Config module (fix crashes of Qt5 based apps) (issue#4). - Drop upstream fixed patches: + libproxy-pxgsettings-crash.patch + libproxy-no-libperl.patch + libproxy-pxgsettings-signals.patch - Rename libproxy1-config-kde4 subpackage to libproxy-config-kde, following upstreams introduction of the generic config loader. - Require libKF5ConfigCore5 from libproxy1-config-kde (we don't really need the library, but kreadconfig5 in this package). - Replace libkde4-devel and libqt4-devel BuildRequires with libKF5ConfigCore5: the new KDE config parser interacts directly with kreadconfig5 and does not link to Qt. ==== mlocate ==== Subpackages: mlocate-lang - Cron file updates: - Remove the ac/battery detection that does not work - Exit with 1 when the updatedb is not executable - Add more mounts to exclude in updatedb.conf ==== ncurses ==== Subpackages: libncurses5 libncurses6 libncurses6-32bit ncurses-devel ncurses-utils tack terminfo terminfo-base - Add ncurses patch 20160102 + modify ncurses c/C color test-screens to take advantage of wide screens, reducing the number of lines used for 88- and 256-colors. + minor refinement to check versus ncv to ignore two parameters of SGR 38 and 48 when those come from color-capabilities. - Add ncurses patch 20151226 + add check in tic for use of bold, etc., video attributes in the color capabilities, accounting whether the feature is listed in ncv. + add check in tic for conflict between ritm, rmso, rmul versus sgr0. - Add ncurses patch 20151219 + add a paragraph to curs_getch.3x discussing key naming (discussion with James Crippen). + amend workaround for Solaris vs line-drawing to take the configure check into account. + add a configure check for wcwidth() versus the ncurses line-drawing characters, to use in special-casing systems such as Solaris. - Add ncurses patch 20151212 + improve CF_XOPEN_CURSES macro used in test/configure, to define as needed NCURSES_WIDECHAR for platforms where _XOPEN_SOURCE_EXTENDED does not work. Also modified the test program to ensure that if building with ncurses, that the cchar_t type is checked, since that normally is since 20111030 ifdef'd depending on this test. + improve 20121222 workaround for broken acs, letting Solaris "work" in spite of its m.isconfigured wcwidth which marks all of the line drawing characters as double-width. - Add ncurses patch 20151205 + update form_cursor.3x, form_post.3x, menu_attributes.3x to list function names in NAME section (patch by Jason McIntyre). + minor fixes to manpage NAME/SYNOPSIS sections to consistently use rule that either all functions which are prototyped in SYNOPSIS are listed in the NAME section, or the manual-page name is the sole item listed in the NAME section. The latter is used to reduce clutter, e.g., for the top-level library manual pages as well as for certain feature-pages such as SP-funcs and threading (prompted by patches by Jason McIntyre). ==== perl-Apache-AuthCookie ==== Version update (3.23 -> 3.24) - updated to 3.24 see /usr/share/doc/packages/perl-Apache-AuthCookie/Changes 3.24 2016-01-13 - Update Apache 2.4 README, flesh out guts of Authz Provider notes. - Improve Apache 2.4 README's AuthzProvider documentation - Add POD to Apache2_4::AuthCookie - Add FAQ to Apache2_4::AuthCookie documenation - 2.4: document that PerlAddAuthzProvider is only needed for *custom* Requires directives. - 2.4: make authz_handler recognize multiple usernames in the directive like mod_authz_user does. - add test case for internal authz_handler - explicitly require Apache::Test 1.39 so that APACHE2_4 defines are set ==== perl-Log-Dispatch ==== Version update (2.51 -> 2.54) - updated to 2.54 see /usr/share/doc/packages/perl-Log-Dispatch/Changes 2.54 2016-01-18 - Fixed File::Locked even more. While some deadlocks were eliminated, there was still an issue when a Log::Dispatch object was created in a parent process and then recreated in the children. If the close_after_write parameter was false, then there would be a deadlock. - Made Syslog work on a threaded Perl when the threads module was not explicitly loaded. Fixed by Konrad Bucheli. GitHub #13. - The log() method now accepts a level parameter as an integer. Fixed by Steve Bertrand. GitHub #15. 2.53 2016-01-14 - Actually fix File::Locked, this time with some actual tests. 2.52 2016-01-13 - Make File::Locked output do an explicit unlock if the close_after_write option is not set. Without this it would open the file once in each process, attempting to get a lock at open time, pretty much guaranteeing a deadlock in a multiprocess environment. Now it should work sanely whether close_after_write is true or not. ==== perl-Net-XMPP ==== Version update (1.02 -> 1.05) - skip tests that need network - add cpanspec.yml - updated to 1.05 see /usr/share/doc/packages/perl-Net-XMPP/CHANGES 1.05 2014-12-22 ==== - Update CHANGES file 1.04 2014-12-22 ==== - Increase XML::Stream dependency to 1.24 1.03 2014-12-22 ==== - Roll-up of all 1.02_* changes - Update bug tracker location - RT#94649 use Digest::SHA (from Debian package maintainers) - RT#94650 spelling corrections (from Debian package maintainers) 1.02_05 2014-12-17 ==== - Correct incorrectly tagged 1.02_04 (errantly tagged as 1.23_04) - Remove extraneous tag 1.02_1 (1.02_01 points to the same content) 1.02_04 2011-07-19 === - Remove outdated Test::More/Test::Builder (szabgab) - Address more memory leaks in Net::XMPP::Connection, Net::XMPP::Protocol and Net::XMPP::Roster (szabgab) - Fix crash connecting to Google Talk (szabgab) - Add Google Talk-specific test (szabgab) - Add memory leak tests (szabgab) - Correct behavior of Net::XMPP::Debug when level >= 0 (szabgab) - Correct documentation with regard to debug settings (szabgab) - Correct required version of Perl (szabgab) - Removed specific XML::Stream version require (szabgab) 1.02_03 2011-06-23 === - RT#61611 Correct comparison operator - Fixed memory leak in Net::XMPP::Connection (szabgab) - RT#52549 unindented POD so that it reformats properly (szabgab) - Replace indirect object notation with direct invocation notation (szabgab) 1.02_02 2010-09-24 === - Increase XML::Stream dependency to 1.23_04 1.02_01 2010-09-22 === - New maintainer: DAPATRICK - RT#15736 Replace print statements to debug logging - RT#51156 Correct typo in documentation - RT#54521 Note dependency on XML::Stream 1.23 - RT#37129, RT#18539 Support for virtual domains - RT#57887 Use each required module explicitly - RT#61453 Pass ssl_verify and ssl_ca_path - RT#61453 Improve undef/null ssl param handling - RT#61144 Appropriately handle non-object jid - RT#37030 Clarify license as LGPL 2.1 - RT#58333 Check definedness of hash key before use ==== python3-pip ==== Version update (7.1.2 -> 8.0.0) - Update to 0.8.0 * BACKWARD INCOMPATIBLE Drop support for Python 3.2. * BACKWARD INCOMPATIBLE Remove the ability to find any files other than the ones directly linked from the index or find-links pages. * BACKWARD INCOMPATIBLE Remove the ``--download-cache`` which had been deprecated and no-op'd in 6.0. * BACKWARD INCOMPATIBLE Remove the ``--log-explicit-levels`` which had been deprecated in 6.0. * BACKWARD INCOMPATIBLE Change pip wheel --wheel-dir default path from /wheelhouse to . * Deprecate and no-op the ``--allow-external``, ``--allow-all-external``, and ``--allow-unverified`` functionality that was added as part of PEP 438. With changes made to the repository protocol made in PEP 470, these options are no longer functional. * Allow ``--trusted-host`` within a requirements file. :issue:`2822`. * Allow ``--process-dependency-links`` within a requirements file. :issue:`1274`. * Allow ``--pre`` within a requirements file. :issue:`1273`. * Allow repository URLs with secure transports to count as trusted. (E.g., "git+ssh" is okay.) :issue:`2811`. * Implement a top-level ``pip download`` command and deprecate ``pip install --download``. * Fixed :issue:`3141`, when uninstalling, look for the case of paths containing symlinked directories (:pull:`3154`) * When installing, if building a wheel fails, clear up the build directory before falling back to a source install. :issue:`3047`. * Fix user directory expansion when ``HOME=/``. Workaround for Python bug http://bugs.python.org/issue14768, reported in :issue:`2996`. * Fixed :issue:`3009`, correct reporting of requirements file line numbers (:pull:`3125`) * Fixed :issue:`1062`, Exception(IOError) for ``pip freeze`` and ``pip list`` commands with subversion >= 1.7. (:pull:`3346`) * Provide a spinner showing that progress is happening when installing or building a package via ``setup.py``. This will alleviate concerns that projects with unusually long build times have with pip appearing to stall. * Include the functionality of ``peep`` into pip, allowing hashes to be baked into a requirements file and ensuring that the packages being downloaded match one of those hashes. This is an additional, opt-in security measure that, when used, removes the need to trust the repository. * Fix a bug causing pip to not select a wheel compiled against an OSX SDK later than what Python itself was compiled against when running on a newer version of OSX. * Add a new ``--prefix`` option for ``pip install`` that supports wheels and sdists. (:pull:`3252`) * Fixed :issue:`2042` regarding wheel building with setup.py using a different encoding than the system. * Drop PasteScript specific egg_info hack. (:pull:`3270`) * Allow combination of pip list options --editable with --outdated/--updtodate. (:issue:`933`) * Gives VCS implementations control over saying whether a project is under their control (:pull:`3258`) * Git detection now works when ``setup.py`` is not at the Git repo root and when ``package_dir`` is used, so ``pip freeze`` works in more cases (:pull:`3258`) * Correctly freeze Git develop packages in presence of the &subdirectory option (:pull:`3258`) * The detection of editable packages now relies on the presence of ``.egg-link`` instead of looking for a VCS, so ``pip list -e`` is more reliable (:pull:`3258`) * Add the ``--prefix`` flag to ``pip install`` which allows specifying a root prefix to use instead of ``sys.prefix`` (:pull:`3252`). * Allow duplicate specifications in the case that only the extras differ, and union all specified extras together (:pull:`3198`). * Fix the detection of the user's current platform on OSX when determining the OSX SDK version (:pull:`3232`). * Prevent the automatically built wheels from mistakenly being used across multiple versions of Python when they may not be correctly configured for that by making the wheel specific to a specific version of Python and specific interpreter (:pull:`3225`). * Emulate the SOABI support in wheels from Python 2.x on Python 2.x as closely as we can with the information available within the interpreter (:pull:`3075`). * Don't roundtrip to the network when git is pinned to a specific commit hash and that hash already exists locally (:pull:`3066`). * Prefer wheels built against a newer SDK to wheels built against an older SDK on OSX (:pull:`3163`). * Show entry points for projects installed via wheel (:pull:`3122`). * Improve message when an unexisting path is passed to --find-links option (:issue:`2968`). * pip freeze does not add the VCS branch/tag name in the #egg=... fragment anymore (:pull:`3312`). * Warn on installation of editable if the provided #egg=name part does not match the metadata produced by `setup.py egg_info`. :issue:`3143`. * Add support for .xz files for python versions supporting them (>= 3.3). :issue:`722`. ==== smartmontools ==== Version update (6.3 -> 6.4) - replaced keyring with 2015/2016 key. pub rsa2048/0xDF0F1A49C4A4903A 2014-12-31 [verfällt: 2016-12-31] Schl.-Fingerabdruck = F41F 01FC 0784 4958 4FFC CF57 DF0F 1A49 C4A4 903A uid [ unbekannt] Smartmontools Signing Key (through 2016) - Update to version 6.0.4 * Device type ' *d usbprolific' for Prolific PL2571/277x USB bridges. * SAT: Support for ATA registers returned in fixed format sense data. * smartctl ' *i' and ' * *identify': ATA ACS *4 and SATA 3.2 enhancements. * smartctl ' *l xerror': Support for logs with more than 255 pages. * smartctl ' *l devstat': Prints ACS *3 DSN flags. * smartctl ' *l devstat': Read via SMART command if GP log is not available. * smartctl ' *l scttempsts': Prints SCT SMART STATUS (ACS *4) and vendor specific SCT bytes. * configure option ' * *with *systemdenvfile=auto' as new default. * configure options ' * *disable *drivedb', ' * *enable *savestates' and ' * *enable *attributelog' are deprecated. * Corresponding ' * *with **' options are enhanced accordingly. * Configure option ' * *with *docdir' is deprecated. * autoconf < 2.60 and automake < 1.10 are deprecated. (all of the above still work but a warning is printed if used) * HDD, SSD and USB additions to drive database. * Linux: AACRAID fixes, SMART STATUS should work now. * Linux: '/dev/megaraid_sas_ioctl_node' fd leak fix. * Darwin: ' *S' command implemented, ' *l devstat' should work now. * Cygwin: Compile fix. * Windows: Device type ' *d aacraid' for AACRAID controllers. * Windows: SAT autodetection based on IOCTL_STORAGE_QUERY_PROPERTY. * Windows installer: Fix possible loss of user PATH environment variable. - Update smartmontools-drivedb.h to the latest version from the upstream branch RELEASE_6_4_DRIVEDB. - Cleanup and remove conditional macros; the package doesn't build for SLE anyway - Remove smartmontools-default-enabled.patch; not needed anymore ==== tuned ==== Version update (2.5.1 -> 2.6.0) - Update to 2.6.0 * plugin_cpu: do not show error if cpupower or x86_energy_perf_policy are missing * plugin_sysctl: fixed quoting of sysctl values * tuned-adm: added log file location hint to verify command output * libexec: fixed listdir and isdir in defirqaffinity.py * plugin_cpu: save and restore only intel pstate attributes that were changed * functions: fixed sysfs save to work with options * plugins: added scsi_host plugin * tuned-adm: fixed restart attempt if tuned is not running * spec: fixed post scriptlet to work without grub * tuned-profiles-nfv: fix find-lapictscdeadline-optimal.sh for CPUS where ns > 6500 * functions: fixed restore_logs_syncing to preserve SELinux context on rsyslog.conf * realtime: set unboud workqueues cpumask * spec: correctly remove tuned footprint from /etc/default/grub * gui: fixed creation of new profile * profiles: removed nohz_full from the realtime profile * profiles: Added nohz_full and nohz=on to realtime guest/host profiles * profiles: fixed lapic_timer_adv_ns cache * plugin_sysctl: pass verification even if the option doesn't exist * added support for 'summary' and 'description' of profiles, extended D-Bus API for better Cockpit support ==== virt-manager ==== Subpackages: virt-install virt-manager-common - bsc#962221 - virt-install: 'NoneType' object has no attribute 'isdigit' eae7dc06-fix-URL-installs-when-content-length-header-missing.patch - bsc#960828 - Unable to create qcow2 volumes on remote KVM with virt-manager virtinst-vol-default-nocow.patch - bsc#960724 - virt-manager fails to create Virtual machines on a CentOS7 host virtinst-set-qemu-emulator.patch - Upstream bug fix 89c3638b-fix-detection-that-libvirtd-is-stopped.patch ==== virt-viewer ==== Version update (3.0 -> 3.1) - Update to virt-viewer version 3.1 virt-viewer-3.1.tar.bz2 - Last release to support GTK2 for Linux. The next 4.0 release will be GTK3 only - Don?t add URI scheme / path info to oVirt URIs - Require spice-gtk >= 0.30 - Enable webdav folder sharing with spice - Add preferences UI dialog - Take ?direct into account when checking if guest is reachable - Take SPICE proxy into account when connecting to oVirt instances - Fail gracefully when hostname is not returned by oVirt - Don?t show empty foreign menu on secondary displays - Avoid accidentally trying to connect to port 0 when oVirt doesn?t specify a port number - Correctly update geometry when enabling/disabling display heads - Avoid accidentally creating extra monitors when using configuration file monitor mapping - Exit normally when cancelling connect dialog - Don?t wait for a guest that we know will never show up - Fix crash when using ?reconnect with SPICE - Avoid zooming out if it would decrease window size below minimum required for top menu display - Fix crash when disabling last enabled display - Honour changes in display position from guest - Don?t show error dialog twice for unknown graphics type - Allow to cancel oVirt auth without error - Set sensitivity of display menu based on whether it is usable or not - Set sensitivity of tool bar buttons based on whether they are usable or not - Set guest name reported by VNC - Fix crash when using gtk-vnc 0.3.8 - Fix alt-tab behaviour in choose VM dialog - Don?t allow missing display in monitor mapping config - Add ?with-osid flag to configure to allow specifying the operating system build target. The values should be based on libosinfo OS short IDs. - Ensure windows installer places menu icon for all users not just admin. Requires manual uninstall of previous windows version - Require address in remote viewer connect dialog - Automatically retry VNC connection after auth failure - Drop GTK2 support for Windows builds - Enable keepalives on libvirt conncetion - Allow resize of window to arbitrary size - Fix thread safety handling event callbacks - Avoid deprecation warnings with newer glib - Pulled in multiple fixes for event loop from libvirt-glib - Fix misc bugs reported by coverity - Fix binary ID in MSI installer - Stop polling libvirt after reconnecting to libvirt - Drop old tarball virt-viewer-3.0.tar.bz2 ==== virtualbox ==== Version update (5.0.12 -> 5.0.14) Subpackages: virtualbox-guest-kmp-default virtualbox-guest-tools virtualbox-guest-x11 virtualbox-host-kmp-default virtualbox-qt - Version bump to 5.0.14 (released 2016-01-19i by Oracle) This is a maintenance release. The following items were fixed and/or added: GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X (bug #15018) Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression; bug #14981) Audio: don't crash if the backend is unable to initialize (bug #14960) Audio: fixed audio capture on Mac OS X (bug #14386) Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM (bug #14951) BIOS: properly report if two floppy drives are attached USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression; bug #15042) ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past Windows hosts: fixed a regression which caused robocopy to fail (bug #14958) Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression; bug #14989) Mac OS X hosts: several fixes for USB on El Capitan (bug #14677) Linux Additions: fixes for Linux 4.5 (bug #15032) - vboxadd script no more fails on remote_fs failure (bnc#908383) ==== wine ==== Subpackages: wine-32bit - make sure wine desktop files installed under correct categories * currently they land in "unspecific category" * "Emulator" can only be used after "System" or "Game" according to freedesktop specification * "Wine" itself is not a valid category * "Documentation" doesn't fit wine related stuff