Packages changed: DirectFB Mesa amavisd-new bind device-mapper kernel-source (4.9.11 -> 4.10.0) libzypp (16.4.2 -> 16.4.3) lightdm (1.21.3 -> 1.21.5) lvm2 notmuch (0.23.4 -> 0.23.5) sendmail unbound (1.6.0 -> 1.6.1) zypper (1.13.16 -> 1.13.19) === Details === ==== DirectFB ==== - Remove libtimidity/cddb/vorbis from BuildRequires because IFusionSoundMusicProvider is not built ==== Mesa ==== Subpackages: Mesa-32bit Mesa-dri-devel Mesa-dri-nouveau Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv2-2 Mesa-libglapi0 Mesa-libglapi0-32bit Mesa-libva libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libvulkan_intel libvulkan_radeon libwayland-egl1 libxatracker2 - Use --enable-gallium-llvm only if llvm is available - Provide libwayland-egl1 as -32bit compat library, required by libgtk-3-0. - Some %if around %post do not match with %if around %package; drop them altogether since they are not needed except around %files. - Rename wrongly-named libOSMesa9 to libOSMesa8 ==== amavisd-new ==== Subpackages: amavisd-new-docs - fixed DKIM signing by recognizing ORIGINATING (regression in 2.11.0) (dkim-signing.diff) (https://lists.amavis.org/pipermail/amavis-users/2016-July/004428.html) - Don't require insserv if we don't need it. ==== bind ==== Subpackages: bind-chrootenv bind-doc bind-utils idnkit libbind9-140 libdns165 libidnkit1 libirs141 libisc160 libisccc140 libisccfg140 liblwres141 - Don't require and call insserv if we use systemd ==== device-mapper ==== Subpackages: libdevmapper-event1_03 libdevmapper1_03 libdevmapper1_03-32bit - Enable lvmetad in sync with SLE - Add systemid feature * update lvm.conf accordingly * replace whitespaces with tab in lvm.conf - Fix several issues about clvmd/cmorriord RAs (bsc#1023283, bsc#1025560) * deal with time values passed down with time units * make correct "return code" * fix format issue that tab messes up with spaces - udev: simplify special-case for md in 69-dm-lvm-metadata.rules * fix regression of bsc#1012973 * drop remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch * add simplify-special-case-for-md-in-69-dm-lvm-metadata.patch ==== kernel-source ==== Version update (4.9.11 -> 4.10.0) Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms - Update to 4.10-final. - commit 12a7a6d ==== libzypp ==== Version update (16.4.2 -> 16.4.3) - PublicKey: Create tmpdirs inside ZYpp::tmpPath (bsc#926844) - Don't create AnonymousUniqueId in chroot (bsc#1024741) - version 16.4.3 (0) ==== lightdm ==== Version update (1.21.3 -> 1.21.5) Subpackages: liblightdm-gobject-1-0 lightdm-lang - Update to version 1.21.5 (changes since 1.21.3): * Use power management functions from ConsoleKit2 if available. * Correctly pass return value from sessions to LightDM. * Retry VT_WAITACTIVE if we get EINTR. * Ignore SIGHUP by default. * Use SA_RESTART with SIGPIPE. * liblightdm-qt: Use liblightdm-gobject power methods instead of re-implementing in Qt. - Rebase lightdm-disable-utmp-handling.patch. ==== lvm2 ==== Subpackages: liblvm2app2_2 liblvm2cmd2_02 - Enable lvmetad in sync with SLE - Add systemid feature * update lvm.conf accordingly * replace whitespaces with tab in lvm.conf - Fix several issues about clvmd/cmorriord RAs (bsc#1023283, bsc#1025560) * deal with time values passed down with time units * make correct "return code" * fix format issue that tab messes up with spaces - udev: simplify special-case for md in 69-dm-lvm-metadata.rules * fix regression of bsc#1012973 * drop remove-special-case-for-md-in-69-dm-lvm-metadata.rul.patch * add simplify-special-case-for-md-in-69-dm-lvm-metadata.patch ==== notmuch ==== Version update (0.23.4 -> 0.23.5) - Update to version 0.23.5: * Fix quoting bug in configure. This had introduced a RUNPATH into the notmuch binary in cases where it was not not needed. ==== sendmail ==== - Don't use insserv together with systemd ==== unbound ==== Version update (1.6.0 -> 1.6.1) Subpackages: libunbound2 unbound-anchor - update to 1.6.1 Features * configure --enable-systemd and lets unbound use systemd sockets if you enable use-systemd: yes in unbound.conf. Also there are contrib/unbound.socket and contrib/unbound.service: systemd files for unbound, install them in /usr/lib/systemd/system. Contributed by Sami Kerola and Pavel Odintsov. * [bugzilla: 1185 ] Source IP rate limiting, patch from Larissa Feng. * [bugzilla: 1184 ] Log DNS replies. This includes the same logging information that DNS queries and response code and response size, patch from Larissa Feng. * Include root trust anchor id 20326 in unbound-anchor. * 64bit is default for windows builds. Bug Fixes * [bugzilla: 1176 ] Fix stack size too small for Alpine Linux. * Fix unbound-control and ipv6 only. [bugzilla: 1182 ] * Fix Resource leak (socket), at startup. [bugzilla: 1178 ] * Fix attempt to fix setup error at end, pop result values at end of install. * iana portlist update * Fix inet_ntop and inet_pton warnings in windows compile. * [bugzilla: 1191 ] Fix remove comment about view deletion. * [bugzilla: 1188 ] Fix unresolved symbol 'fake_dsa' in libunbound.so when built with Nettle * [bugzilla: 1190 ] Fix to not echo back EDNS options in local-zone error response. * [bugzilla: 1194 ] Fix if cross build fails when $host isn't `uname` for getentropy. * Fix reload chdir failure when also chrooted to that directory. * Fix to return formerr for queries for meta-types, to avoid packet amplification if this meta-type is sent on to upstream. * [bugzilla: 1201 ] Fix missing unlock in answer_from_cache error condition. * [bugzilla: 1202 ] Fix code comment that packed_rrset_data is not always 'packed'. * Fix to also block meta types 128 through to 248 with formerr. * [bugzilla: 1206 ] Fix that some view-related commands are missing from 'unbound-control -h' * Fix to rename ub_callback_t to ub_callback_type, because POSIX reserves _t typedefs. * Fix to rename internally used types from _t to _type, because _t type names are reserved by POSIX. * Increase MAX_MODULE to 16. * [bugzilla: 1211 ] Fix can't enable interface-automatic if no IPv6 with more helpful error message. * fix root_anchor test for updated icannbundle.pem lower certificates. * Fix compile on solaris of the fix to use $host detect. * Fix for type name change and fix warning on windows compile. * Fix pythonmod for typedef changes. * Fix dnstap for warning of set but not used. * Fix autoconf of systemd check for lack of pkg-config. ==== zypper ==== Version update (1.13.16 -> 1.13.19) Subpackages: zypper-aptitude zypper-log - Try to exit gracefully after SIGPIPE (bsc#926844) - BuildRequires: libzypp-devel >= 16.4.3 - version 1.13.19 - use individual libboost-*-devel packages instead of boost-devel - dup: add -y command option as alias for --non-interactive global option to be conssistent with other install commands (bsc#1018873) - version 1.13.18 - Translation: updated .pot file - Improve srcpackage info (FATE#321104) - version 1.13.17 - Improve package info. Show binary packages built from a source package and for packages the source package it was built from. If no specific type is requested and no package matches, show non-package matches if available. (FATE#321104) - version 1.13.17