Changed packages: ==== ImageMagick ==== Version update (6.9.0.0 -> 6.9.0.3) Subpackages: ImageMagick-devel ImageMagick-doc ImageMagick-extra libMagick++-6_Q16-5 libMagickCore-6_Q16-2 libMagickWand-6_Q16-2 perl-PerlMagick - update to 6.9.0-3 * Don't read beyond the end of a tEXt keyword when checking for Raw profile. * Fixed enabling alpha in 32-bit BMP files. * Added support for writing 16-bit TGA files. * Improved performance of dds. * Fix ImageMagick crashes while read EXIF from TIFF. * Don't handle a "previous" image in the PNG or JNG decoder. * Don't override gamma with 1.0 when reading a grayscale PNG image. * Update progress monitor for every PNG row instead of every pass. * Reject input PNG with dimensions larger than specified with - limit width and -limit height. * etc., see ChangeLog ==== Mesa ==== Version update (10.4.0 -> 10.4.2) Subpackages: Mesa-32bit Mesa-devel Mesa-dri-devel Mesa-libEGL-devel Mesa-libEGL1 Mesa-libEGL1-32bit Mesa-libGL-devel Mesa-libGL1 Mesa-libGL1-32bit Mesa-libGLESv1_CM-devel Mesa-libGLESv1_CM1 Mesa-libGLESv2-2 Mesa-libGLESv2-devel Mesa-libglapi-devel Mesa-libglapi0 Mesa-libglapi0-32bit libOSMesa-devel libOSMesa9 libOSMesa9-32bit libgbm-devel libgbm1 libgbm1-32bit libvdpau_nouveau libvdpau_r300 libvdpau_r600 libvdpau_radeonsi libwayland-egl-devel libwayland-egl1 libxatracker2 - Version bump to 10.4.2 (bugfix release): * Bug 85529 - Surfaces not drawn in Unvanquished * Bug 87619 - Changes to state such as render targets change fragment shader without marking it dirty. * Bug 87658 - [llvmpipe] SEGV in sse2_has_daz on ancient Pentium4-M * Bug 87913 - CPU cacheline size of 0 can be returned by CPUID leaf 0x80000006 in some virtual machines * i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy() * i965: Use safer pointer arithmetic in gather_oa_results() * Revert "r600g/sb: fix issues cause by GLSL switching to loops for switch" * r600g: fix regression since UCMP change * r600g/sb: implement r600 gpr index workaround. (v3.1) * docs: Add sha256 sums for the 10.4.1 release * Update version to 10.4.2 * nv50,nvc0: set vertex id base to index_bias * nv50/ir: fix texture offsets in release builds * i965: Add missing BRW_NEW_*_PROG_DATA to texture/renderbuffer atoms. * i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES. * gallium/util: make sure cache line size is not zero * glsl_to_tgsi: fix a bug in copy propagation * vbo: ignore primitive restart if FixedIndex is enabled in DrawArrays * st/mesa: fix GL_PRIMITIVE_RESTART_FIXED_INDEX * radeonsi: fix VertexID for OpenGL * radeonsi: Don't modify PA_SC_RASTER_CONFIG register value if rb_mask == 0 * gallium/util: fix crash with daz detection on x86 * nv50,nvc0: implement half_pixel_center * r600g/sb: fix issues with loops created for switch - Use download url fully in Source line ==== apache2 ==== Version update (2.4.10 -> 2.4.11) Subpackages: apache2-devel apache2-doc apache2-example-pages apache2-prefork apache2-utils - remove obsolete patches * httpd-2.4.10-check_null_pointer_dereference.patch * httpd-event-deadlock.patch * httpd-2.4.x-bnc871310-CVE-2013-5704-mod_headers_chunked_requests.patch * httpd-2.4.x-bnc909715-CVE-2014-8109-mod_lua_handling_of_Require_line.patch - Apache 2.4.11 * ) SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. [Yann Ylavic, Jeff Trawick] * ) SECURITY: CVE-2014-3581 (cve.mitre.org) mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. [Mark Montague , Jan Kaluza] * ) SECURITY: CVE-2014-8109 (cve.mitre.org) mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204 [Edward Lu ] * ) SECURITY: CVE-2013-5704 (cve.mitre.org) core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener] * ) mod_ssl: New directive SSLSessionTickets (On|Off). The directive controls the use of TLS session tickets (RFC 5077), default value is "On" (unchanged behavior). Session ticket creation uses a random key created during web server startup and recreated during restarts. No other key recreation mechanism is available currently. Therefore using session tickets without restarting the web server with an appropriate frequency (e.g. daily) compromises perfect forward secrecy. [Rainer Jung] * ) mod_proxy_fcgi: Provide some basic alternate options for specifying how PATH_INFO is passed to FastCGI backends by adding significance to the value of proxy-fcgi-pathinfo. PR 55329. [Eric Covener] * ) mod_proxy_fcgi: Enable UDS backends configured with SetHandler/RewriteRule to opt-in to connection reuse and other Proxy options via explicitly declared "proxy workers" (] * ) mod_proxy_fcgi: Remove proxy:balancer:// prefix from SCRIPT_FILENAME passed to fastcgi backends. [Eric Covener] * ) core: Configuration files with long lines and continuation characters are not read properly. PR 55910. [Manuel Mausz ] * ) mod_include: the 'env' function was incorrectly handled as 'getenv' if the leading 'e' was written in upper case in statements. [Christophe Jaillet] * ) split-logfile: Fix perl error: 'Can't use string ("example.org:80") as a symbol ref while "strict refs"'. PR 56329. [Holger Mauermann ] * ) mod_proxy: Prevent ProxyPassReverse from doing a substitution when the URL parameter interpolates to an empty string. PR 56603. [] * ) core: Fix -D[efined] or [d] variables lifetime accross restarts. PR 57328. [Armin Abfalterer , Yann Ylavic]. * ) mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387. [Yann Ylavic] * ) mod_ssl: dump SSL IO/state for the write side of the connection(s), like reads (level TRACE4). [Yann Ylavic] * ) mod_proxy_fcgi: Ignore body data from backend for 304 responses. PR 57198. [Jan Kaluza] * ) mod_ssl: Do not crash when looking up SSL related variables during expression evaluation on non SSL connections. PR 57070 [Ruediger Pluem] * ) mod_proxy_ajp: Fix handling of the default port (8009) in the ProxyPass and configurations. PR 57259. [Yann Ylavic] * ) mpm_event: Avoid a possible use after free when notifying the end of connection during lingering close. PR 57268. [Eric Covener, Yann Ylavic] * ) mod_ssl: Fix recognition of OCSP stapling responses that are encoded improperly or too large. [Jeff Trawick] * ) core: Add ap_log_data(), ap_log_rdata(), etc. for logging buffers. [Jeff Trawick] * ) mod_proxy_fcgi, mod_authnz_fcgi: stop reading the response and issue an error when parsing or forwarding the response fails. [Yann Ylavic] * ) mod_ssl: Fix a memory leak in case of graceful restarts with OpenSSL >= 0.9.8e PR 53435 [tadanori , Sebastian Wiedenroth ] * ) mod_proxy_connect: Don't issue AH02447 on sockets hangups, let the read determine whether it is a normal close or a real error. PR 57168. [Yann Ylavic] * ) mod_proxy_wstunnel: abort backend connection on polling error to avoid further processing. [Yann Ylavic] * ) core: Support custom ErrorDocuments for HTTP 501 and 414 status codes. PR 57167 [Edward Lu ] * ) mod_proxy_connect: Fix ProxyRemote to https:// backends on EBCDIC systems. PR 57092 [Edward Lu ] * ) mod_cache: Avoid a 304 response to an unconditional requst when an AH00752 CacheLock error occurs during cache revalidation. [Eric Covener] * ) mod_ssl: Move OCSP stapling information from a per-certificate store to a per-server hash. PR 54357, PR 56919. [Alex Bligh , Yann Ylavic, Kaspar Brand] * ) mod_cache_socache: Change average object size hint from 32 bytes to 2048 bytes. [Rainer Jung] * ) mod_cache_socache: Add cache status to server-status. [Rainer Jung] * ) event: Fix worker-listener deadlock in graceful restart. PR 56960. * ) Concat strings at compile time when possible. PR 53741. * ) mod_substitute: Restrict configuration in .htaccess to FileInfo as documented. [Rainer Jung] * ) mod_substitute: Make maximum line length configurable. [Rainer Jung] * ) mod_substitute: Fix line length limitation in case of regexp plus flatten. [Rainer Jung] * ) mod_proxy: Truncated character worker names are no longer fatal errors. PR53218. [Jim Jagielski] * ) mod_dav: Set r->status_line in dav_error_response. PR 55426. * ) mod_proxy_http, mod_cache: Avoid (unlikely) accesses to freed memory. [Yann Ylavic, Christophe Jaillet] * ) http_protocol: fix logic in ap_method_list_(add|remove) in order: - to correctly reset bits - not to modify the 'method_mask' bitfield unnecessarily [Christophe Jaillet] * ) mod_slotmem_shm: Increase log level for some originally debug messages. [Jim Jagielski] * ) mod_ldap: In 2.4.10, some LDAP searches or comparisons might be done with the wrong credentials when a backend connection is reused. [Eric Covener] * ) mod_macro: Add missing APLOGNO for some Warning log messages. [Christophe Jaillet] * ) mod_cache: Avoid sending 304 responses during failed revalidations PR56881. [Eric Covener] * ) mod_status: Honor client IP address using mod_remoteip. PR 55886. [Jim Jagielski] * ) cmake-based build for Windows: Fix incompatibility with cmake 2.8.12 and later. PR 56615. [Chuck Liu , Jeff Trawick] * ) mod_ratelimit: Drop severity of AH01455 and AH01457 (ap_pass_brigade failed) messages from ERROR to TRACE1. Other filters do not bother re-reporting failures from lower level filters. PR56832. [Eric Covener] * ) core: Avoid useless warning message when parsing a section guarded by if $(foo) is used within the section. PR 56503 [Christophe Jaillet] * ) mod_proxy_fcgi: Fix faulty logging of large amounts of stderr from the application. PR 56858. [Manuel Mausz ] * ) mod_proxy_http: Proxy responses with error status and "ProxyErrorOverride On" hang until proxy timeout. PR53420 [Rainer Jung] * ) mod_log_config: Allow three character log formats to be registered. For backwards compatibility, the first character of a three-character format must be the '^' (caret) character. [Eric Covener] * ) mod_lua: Don't quote Expires and Path values. PR 56734. [Keith Mashinter, ] * ) mod_authz_core: Allow 'es to be seen from auth stanzas under virtual hosts. PR 56870. [Eric Covener] ==== bind ==== Subpackages: bind-chrootenv bind-doc bind-utils libbind9-140 libdns146 libirs141 libisc142 libisccc140 libisccfg140 liblwres141 - Explicitly BuildRequire systemd-rpm-macros since it is used for lwresd %post etc. Then drop pre-12.x material. Remove configure.in.diff2. ==== bluez ==== Version update (5.26 -> 5.27) Subpackages: bluez-cups bluez-devel libbluetooth3 - update to version 5.27 Here comes the traditional x-mas release! BlueZ 5.27 consists mostly of bug fixes to areas such as GATT and mgmt (the interface through which bluetoothd talks to the kernel). The emulation framework has also received many new features, paving the way for more extensive test automation. ==== dosfstools ==== Version update (3.0.26 -> 3.0.27) - updated to 3.0.27: * fsck.fat: Don't print version string every time -v is encountered * Fix attempt to rename root dir in fsck due to uninitialized fields * Support long file names in volume labeling code - upstream changed ==== libfltk1 ==== Version update (1.3.2 -> 1.3.3) - Update to version 1.3.3 +Very much changes; please have a look on CHANGES file - Remove fltk-1.3.2-underlinking.patch; merged upstream ==== libgle3 ==== - Improve RPM group classification and summaries. Use pkgconfig() names to pull in build dependencies. Drop --with-pic as shared libs are implicitly PIC already. ==== gnome-online-accounts ==== Version update (3.14.2 -> 3.14.3) Subpackages: gnome-online-accounts-devel libgoa-1_0-0 libgoa-backend-1_0-1 typelib-1_0-Goa-1_0 - Update to version 3.14.3: + Bugs fixed: bgo#743044 ewsclient: httpclient: Don't crash or deadlock during clean up. + Updated translations. ==== gnuchess ==== Version update (6.1.2 -> 6.2.1) - gnuchess 6.2.1: - Man page in English. - includes changes from 6.2.0; - "Tighter connection" with XBoard by means of an engine file and a logo, as expected by XBoard (>= 4.6.0). - Uppercase chars only for piece names, as Fruit doesn't like lowercase. - A man page based on help2man. - verify source signature ==== gpsd ==== Version update (3.10 -> 3.11) Subpackages: gpsd-devel libgps21 python-gpsd - Update to version 3.11 * A bug that prevented track interpolation has been fixed. * We now get vertical error position and speed estimates from the u-blox driver rather than having to interpolate them. * Some unusual AIS talker IDs (NMEA 4.0 station classes) are supported. * chrpath is no longer a dependency for building and testing, and now defaults to 'no'. * Full systemd support. * Fixes for handling large PPS offsets. * Improved recovery from device flakeouts, gpsmon argument parsing. - Disable chrpath ==== libhyphen0 ==== Version update (2.8.6 -> 2.8.8) - Update to version 2.8.8 + remove last coverity warning, 0 remaining - Changes from version 2.8.7 + various clang scan-build warning fixes ==== intel-gpu-tools ==== Version update (1.7 -> 1.9) - reenabled post build checks - u_build-fixes.patch * fix post build checks - Update to version 1.9: + Patches refactored for new sources + post-build-checks disabled, due to check failure: I: Program returns random data in a function E: intel-gpu-tools no-return-in-nonvoid-function intel_renderstate_gen8.c:441 + Dropped: - n_missing_check-ndebug.h.patch - intel-gpu-tools-1.7.tar.bz2 + Added: - intel-gpu-tools-1.9.tar.bz2 + Changes from version 1.7 - More Android porting - Fixes to documentation warnings - Updates to UPDATE, MAINTAINERS, and README - lib: - Fix out of tree build of version.h - added function to lock memory into RAM - add option log domain filtering - introduce log domains - igt_debugfs: Don't setup crc in _new - igt_debugfs: Throw away the two first CRCs - igt.cocci: Deal with min/max/swap - add swap() macro - always reset connectors after the state is forced - remove igt_edid.h - tests: - gem_tiled_swapping: use igt_info logging wrapper - replaced 3D test images - kms_cursor_crc: Restore the valid pipe/connector combo check - kms_mmio_vs_cs_flip: Count valid tests for all crtcs - kms_flip: * Target the back buffer with the dummy load * Calibrate the dummy load delay in kms_flip * Use fixed size (2kx2k) buffers for dummy load * Refactor blit code - Run lib/igt.cocci - pm_rps: vlv: * roundmiddle point to freq supported by HW * load gpu for idle min/max tests\ * wait for freq to settleo - add gem_gpgpu_fill to .gitignore - use base edid - tools: - add missing copyright headers - terminate getopt_long long option arrays properly - drv_hangman: Remove unused function - kms_cursor_crc: Remove value to 'return' in a void function - igt/drm_read: Require that pipe 0 is active - igt/drm_read: Abuse read(drm) - intel_error_decode: Decode the ERROR register on Sandybridge and Ivybridge - gem_bad_reloc: Don't flip-flop between SKIP and PASS ==== kernel-default ==== Version update (3.18.1 -> 3.18.3) Subpackages: kernel-default-devel - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== kernel-desktop ==== Version update (3.18.1 -> 3.18.3) Subpackages: kernel-desktop-devel - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== kernel-docs ==== Version update (3.18.1 -> 3.18.3) - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== kernel-devel ==== Version update (3.18.1 -> 3.18.3) Subpackages: kernel-macros kernel-source - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== kernel-syms ==== Version update (3.18.1 -> 3.18.3) - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== kernel-xen ==== Version update (3.18.1 -> 3.18.3) Subpackages: kernel-xen-devel - Update patches.kernel.org/patch-3.18.1-2 (CVE-2014-8133 bnc#906545 bnc#908163 bsc#909077). Add one more reference. - commit c3e148f - Linux 3.18.3 (bnc#908794). - Delete patches.fixes/blk-mq-Fix-uninitialized-kobject-at-CPU-hotplugging. - commit 390047f - Refresh patches.arch/arm64-0039-generic-pci.patch (fix PCI bridge support) - commit 88366a3 - Linux 3.18.2 (CVE-2014-8133 bnc#908163 bsc#909077). - Delete patches.fixes/KEYS-Fix-stale-key-registration-at-error-path. - Delete patches.fixes/x86-tls-validate-tls-entries-to-protect-espfix.patch. - commit a393f37 - Bluetooth: Add support for Broadcom BCM20702A0 variants firmware download (bnc#911311). - commit 15c2753 - drm/radeon: fix sad_count check for dce3 (bnc#911356). - commit d0f80d0 - drm/i915: Don't call intel_prepare_page_flip() multiple times on gen2-4 (bnc#911835). - commit 946a5ed - arm64: Enable DRM - commit c00a333 - arm64: Enable generic PHB driver (bnc#912061). - commit 5452184 ==== libgphoto2-6 ==== Version update (2.5.6 -> 2.5.7) Subpackages: libgphoto2-6-32bit libgphoto2-devel - 2.5.7 release ptp2: * Canon EOS focusinfo crash fixed (affected all config operations) * wait_for_event sleep backoff increased (50 - 100 - 150 - 200ms) * Nikon: fixes to make Nikon Coolpix S9700 over PTPIP work better * Nikon: WLAN GUID setting * Sony: tighten event loop to avoid loss of objectadded events * New USB ids: Nikon Coolpix 9400, Nikon S9700, Pentax K3 (in PTP). pentax: * added Pentax K100Ds * added raw capture support packaging: * fixed missing libexif in pkgconfig translations: * updated ukrainian, vietnamese, french, polish ==== libpng12-0 ==== Subpackages: libpng12-0-32bit libpng12-compat-devel libpng12-devel - Fix CVE-2013-7354.patch, include limits.h for INT_MAX ==== man-pages ==== Version update (3.76 -> 3.77) - add info to return value of adjtimex() [bnc#910082](internal) + man-pages-adjtimex.2.patch - update to 3.77: - new or rewritten pages: * seccomp.2 - newly documented interfaces in existing pages * netlink.7: Add NETLINK_CRYPTO ==== fcitx-mozc ==== Version update (2.16.2003.102 -> 2.16.2020.102) Subpackages: ibus-mozc ibus-mozc-candidate-window mozc mozc-gui-tools - Upstream update to 2.16.2020.102 * Fix Noisy candidate "itsumo" due to language aware conversion * Fix AssertionError in gen_zip_code_seed.py ==== myspell-cs_CZ ==== Version update (20140911 -> 20141215) Subpackages: myspell-da_DK myspell-de myspell-dictionaries myspell-el_GR myspell-en myspell-es myspell-fr_FR myspell-hu_HU myspell-it_IT myspell-lightproof-en myspell-lightproof-hu_HU myspell-lightproof-pt_BR myspell-lightproof-ru_RU myspell-pl_PL myspell-pt_BR myspell-ru_RU - update to 20141215 - package split according to locale [bnc#907966] ==== postfix ==== Subpackages: postfix-doc - bnc#912594 config.postfix creates config based on old options - bnc#911806 config.postfix does not set up correct saslauthd socket directory for chroot - bnc#910265 config.postfix does not upgrade the chroot - bnc#908003 wrong access rights on /usr/sbin/postdrop causes permission denied when trying to send a mail as non root user - bnc#729154 wrong permissions for some postfix components ==== remmina ==== Subpackages: remmina-lang remmina-plugin-rdp remmina-plugin-vnc remmina-plugin-xdmcp - amend remmina-fix-install-paths.patch to fix the installation of headers (gh#FreeRDP/Remmina#292) ==== sane-backends ==== Subpackages: sane-backends-32bit sane-backends-autoconfig sane-backends-devel - MG5550-works.patch: support Canon Pixma MG5500 ==== libsqlite3-0 ==== Version update (3.8.7.4 -> 3.8.8.1) Subpackages: libsqlite3-0-32bit sqlite3 sqlite3-devel sqlite3-doc - SQLite 3.8.8.1: * Fix a bug in the sorting logic, present since version 3.8.4, that can cause output to appear in the wrong order on queries that contains an ORDER BY clause, a LIMIT clause, and that have approximately 60 or more columns in the result set. - SQLite 3.8.8 - New Features: * Added the PRAGMA data_version command * Added the SQLITE_CHECKPOINT_TRUNCATE option to the sqlite3_wal_checkpoint_v2() / PRAGMA wal_checkpoint. * Added the sqlite3_stmt_scanstatus() when compiled with SQLITE_ENABLE_STMT_SCANSTATUS. * The sqlite3_table_column_metadata() is enhanced to work correctly on WITHOUT ROWID tables and to check for the existence of a a table if the column name parameter is NULL. The interface is now also included in the build by default, without requiring the SQLITE_ENABLE_COLUMN_METADATA compile- time option. * Added the SQLITE_ENABLE_API_ARMOR compile-time option. * Added the SQLITE_REVERSE_UNORDERED_SELECTS compile-time option. * Added the SQLITE_SORTER_PMASZ compile-time option and SQLITE_CONFIG_PMASZ start-time option. * Added the SQLITE_CONFIG_PCACHE_HDRSZ option to sqlite3_config() * The number of rows in a VALUES clause is no longer limited by SQLITE_LIMIT_COMPOUND_SELECT. * Added the eval.c loadable extension that implements an eval() SQL function that will recursively evaluate SQL. - Performance Enhancements: * Reduce the number of memcpy() operations involved in balancing a b-tree, for 3.2% overall performance boost. * Improvements to cost estimates for the skip-scan optimization. * The automatic indexing optimization is now capable of generating a partial index if that is appropriate. - Bug fixes: * Ensure durability following a power loss with "PRAGMA journal_mode=TRUNCATE" by calling fsync() right after truncating the journal file. * The query planner now recognizes that any column in the right- hand table of a LEFT JOIN can be NULL, even if that column has a NOT NULL constraint. Avoid trying to optimize out NULL tests in those cases. * Make sure ORDER BY puts rows in ascending order even if the DISTINCT operator is implemented using a descending index. * Fix data races that might occur under stress when running with many threads in shared cache mode where some of the threads are opening and closing connections. * Fix obscure crash bugs found by american fuzzy lop. - Other changes: * Disable the use of the strchrnul() C-library routine unless it is specifically enabled using the -DHAVE_STRCHRNULL compile- time option. * Improvements to the effectiveness and accuracy of the likelihood(), likely(), and unlikely() SQL hint functions. ==== libvala-0_26-0 ==== Version update (0.26.1 -> 0.26.2) Subpackages: vala - Update to version 0.26.2: + Bug fixes and binding updates. ==== whois ==== Version update (5.2.2 -> 5.2.3) - whois 5.2.3: * Added the .gw TLD server. * Updated the .bm, .gr, .gt, .md, .np, .py, .tc, .tg, .vi, .net.za, .org.za and .web.za TLD servers. * Removed the .cg TLD server. * Updated the list of new gTLDs. * mkpasswd: use arc4random_buf(3) where available. * mkpasswd: support OpenBSD's new hash 2b. * Updated some IPv4 allocations. ==== xdg-utils ==== Version update (20141009 -> 20150119) - update to 20150119 * xdg-open: Improve performance of get_key function * xdg-open: better fix for command injection vulnerability (bnc#913676) * xdg-screensaver: Change screensaver_freedesktop's interpretation of GetActive * xdg-mime: dereference symlinks when using mimetype or file * xdg-open: command injection vulnerability * xdg-screensaver should control X11's screensaver in xfce as fallback ==== xdm ==== - Don't truncate filenames of lt.baltic.map.gz, lt.std.map.gz, lt.l4.map.gz and defkeymap_V1.0 too much (bnc#897803). Removed packages: Added packages: myspell-de_DE > myspell-en_GB > myspell-en_US > myspell-es_ES