Changed packages: ==== alsa ==== Subpackages: alsa-devel libasound2 libasound2-32bit - Yet more DSD fix, hwdep iface sync with the recent kernel, and a minor documentation fix from upstream: 0019-Sync-enum-snd_hwdep_iface_t-with-include-asound-asou.patch 0020-pcm-2nd-round-of-pcm_misc-DSD-fixes.patch 0021-doc-fix-cross-compiling-example.patch ==== alsa-utils ==== - alsa-info.sh updates to 0.4.64: run withall also when --output is given 0005-alsa-info-Make-sure-all-full-script-is-run-even-with.patch 0006-alsa-info-Refactor-withall-logic.patch ==== cups-filters-foomatic-rip ==== Version update (1.0.55 -> 1.0.58) Subpackages: cups-filters-ghostscript - A /usr/bin/foomatic-rip -> /usr/lib/cups/filter/foomatic-rip symlink is added to the cups-filters-foomatic-rip sub-package to make our lsb RPM installable again (bnc#892604). LSB currently requires /usr/bin/foomatic-rip but future LSB will require /usr/lib/cups/filter/foomatic-rip see https://lsbbugs.linuxfoundation.org/show_bug.cgi?id=3900 - Version upgrade to 1.0.58 Changes in 1.0.58 (excerpt - for details see the NEWS file): * pdftoraster: Changed ICC profile get function to accept a PPD fallback profile. * pdftoraster: Fixed handling of cupsColorSpaces 18,19,20. * rastertopdf: Grayscale color conversion now properly inverts bits. * rastertopdf: Implemented basic 8bit->8bit color space conversions. * rastertopdf: Added black point compensation. * rastertopdf: Added handling of color rendering intent. * gstoraster, imagetoraster, pdftoraster, rastertopclx, rastertopdf, foomatic-rip: Use color management functions in libcupsfilters. * libcupsfilters: Modified code formatting and documentation in the color management functions. * libcupsfilters: Fixed string handling and added debug log messages in the color management functions. * libcupsfilters: Fixed Adobe RGB matrix for proper rendering (transpose) * libcupsfilters: Moved color management functions from the individual filters to the libcupsfilters library. - Version upgrade to 1.0.57 Changes in 1.0.57 (excerpt - for details see the NEWS file): * Build system: Explicitly link to libm as -lm was dropped from cups-config --libs. * libcupsfilters, foomaticrip, gstoraster, imagetoraster, pdftoraster, rastertopclx, rastertopdf: Handle absence of colord or D-Bus gracefully (Ubuntu bug #1356405). - Version upgrade to 1.0.56 Changes in 1.0.56 (excerpt - for details see the NEWS file): * Major regression fix in cups-browsed (introduced in 1.0.55 by no longer creating a local queue pointing to a remote raw queue that causes no longer creating local queues for traditional CUPS Browsing remote CUPS queues): Do not consider a remote CUPS queue as raw if the TXT record is NULL as for queues broadcasted by the legacy CUPS method the TXT record does not exist. Now consider a queue with NULL TXT record only as raw if the domain entry is not empty which tells that the queue is Bonjour-broadcasted (linuxfoundation.org bug #1223). * cups-browsed: Do also not mark a discovered printer as already provided by another server when the other server's queue has "unconfirmed" status. Mark the other queue with "disappeared" or "unconfirmed" status as duplicate of the discovered printer so that the new queue for the discovered printer does not get removed when the entry for the other queue times out. * rastertopdf: Some code polishing and removal of now unneeded functions * rastertopdf: Reduced color space handling to only PWG-supported color spaces * rastertopdf: Added colorspace calibration function; included optional "/Alternate" PDF key for ICC profile embedding * rastertopdf: Colorspace sRGB now embeds srgb icc profile; implemented ICC Profile embedding (PDF 1.3 spec) * rastertopdf: Added basic color calibration * rastertopdf: Implemented ICC Profile creation code for IPP Everywhere (from PWG raster) * pdftoraster: Added colord handling of ICC profiles ==== gd ==== Subpackages: libgd3 libgd3-32bit - Resolve build failure with automake-1.14 ==== glibc-32bit ==== Subpackages: glibc-locale-32bit - disable-gconv-translit-modules.patch: Disable gconv transliteration module loading (CVE-2014-5119, bnc#892073, BZ #17187) ==== glibc ==== Subpackages: glibc-devel glibc-extra glibc-info glibc-locale nscd - disable-gconv-translit-modules.patch: Disable gconv transliteration module loading (CVE-2014-5119, bnc#892073, BZ #17187) ==== kiwi ==== Version update (5.06.153 -> 5.06.155) Subpackages: kiwi-desc-isoboot kiwi-desc-netboot kiwi-desc-oemboot kiwi-desc-vmxboot kiwi-doc kiwi-media-requires kiwi-pxeboot kiwi-templates kiwi-tools - v5.06.155 released - Make sure kiwi initrd creates /run/lock (bnc #893624) The location for /var/lock has been moved to /run/lock and /var/lock is a symlink instead. /run is a tmpfs and thus the directory must be created properly - v5.06.154 released - Don't prevent the pre-init stage if root= is set in the cmdline If a root= information is passed to the cmdline kiwi uses this device and wrongly indicates the system has completed the first boot by setting LOCAL_BOOT=yes This prevents the correct setup of the bootloader device.map as well as the bootloader config to be written (bnc #893368) - Prevent creation of custom /etc/ImagePackages file for the oem and vmx image types. The information there is created at image creation time already and the call increases the first boot time, related to (bnc #893368) - Fixed schema validation error output if the schema is invalid kiwi uses jing to create good error messages but the output of jing was not displayed - Adapt unit test due to last XSL change - Fixed xsl/convert58to59.xsl to convert old controller='scsi' to controller='lsilogic' and not 'ide' which unexpectedly changes the layout (bnc #893345) - Fixed NFS root mount, use nolock option (bnc #892672) - Fixed package update from sle11 to sle12 (bnc #893340) the man pages were moved from kiwi-doc to the main kiwi package between sle11 and sle12. Thus the main kiwi package has to set the correct file provides/obsoletes in order to avoid conflicts - make sure e2fsprogs is installed explicitly in isoboot boot image descriptions for openSUSE 13.1/13.2 and SLE12 There is no package requirement for e2fsprogs which pulls it in (bnc #892087) - Fixed spec file requirements cdrkit-cdrtools-compat is a requirement on suse in order to correctly find the iso tools in the search path - Fixed legacy service insert/remove using chkconfig suseInsertService and suseRemoveService can deal with native systemd services and legacy SYS V init scripts stored in /etc/init.d/. In case of legacy services a call to "chkconfig /etc/init.d/${service} on|off" is issued but fails because chkconfig only expects a service name and not a full path. - Set sudoers secure_path for vagrant examples secure_path is needed to find executables under i.e. /sbin/ when vagrant uses sudo. This fixes the problem when using vagrant-libvirt and sync a folder via 9p which leads currently to: ==> devstack1: mounting p9 share in guest modprobe 9p bash: line 2: modprobe: command not found ==== libaio-devel ==== Subpackages: libaio1 - Add obsoletes/provides to baselibs.conf. ==== libburn4 ==== Version update (1.3.4 -> 1.3.8) Subpackages: libisoburn1 libisofs6 - update libburn to 1.3.8: * Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: Minimum drive buffer fill was measured by cdrskin before the buffer could get full * Bug fix: A failed MMC BLANK command did not cause error indication by libburn * Bug fix: A final fsync(2) was performed with stdio drives, even if not desired * Bug fix: CD TAO with multiple tracks could cause a buffer overrun * Bug fix: Compilation warning for unsupported systems mutated into an error * New system adapter for NetBSD - update libisoburn to 1.3.8: * Bug fix: -boot_image grub grub2_mbr= did not work (but -as mkisofs --grub2-mbr did work) * Bug fix: -boot_image grub2_mbr= prevented -boot_image partition_table=on * Bug fix: libburn: A final fsync(2) was performed with stdio drives, even if -stdio_sync was set to "off". * Bug fix: libburn: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 * Bug fix: -blank force:all on DVD+RW had no effect * Enabled use of libedit as alternative to libreadline * Enabled recording and restoring of extattr on NetBSD * New API calls isoburn_igopt_set_stdio_endsync() and isoburn_igopt_get_stdio_endsync * New bootspecs hppa_*, new -as mkisofs options -hppa-* for HP-PA via PALO * New -find pseudo tests -use_pattern , -or_use_pattern * New -find action report_sections * New command -concat * New commands -report_system_area and -report_el_torito * Bug fix: Command -status produced FAILURE event if no drive was acquired Regression introduced by release 1.3.6 * Bug fix: libburn : Compilation warning for unsupported systems mutated into an error. Regression introduced by release 1.3.6. * Bug fix: libburn : CD TAO with add-on sessions could cause a buffer overrun. Introduced 7 years ago by release 0.3.2. * Bug fix: libisofs: Division by zero if HFS+ was combined with TOC emulation for overwritable media. * Bug fix: -list_speeds did not work any more with old CD drives. Regression introduced by release 1.3.4 * Bug fix: -check_media marked untested sectors in sector map as valid * Bug fix: Paths with symbolic links preceding ".." were not interpreted properly * New isoburn_igopt_set_relaxed() relaxation isoburn_igopt_joliet_utf16 * New -compliance rule joliet_utf16, new -as mkisofs option - joliet-utf16 * New -find test -bad_outname, new -find action print_outname * New API call isoburn_conv_name_chars() * libburn: New system adapter for NetBSD - update libisofs to 1.3.8: * Bug fix: Prevent allocation of empty hash tables. Thanks Richard Nolde. * Bug fix: Prevent allocation of empty directory children lists. Thanks Richard Nolde. * Bug fix: The GUIDs of main GPT and backup GPT differed if more than one System Area was written into the ISO image. * New API calls iso_image_report_el_torito() and iso_image_report_system_area() * New API call iso_crc32_gpt() * Bug fix: Division by zero if HFS+ was combined with TOC emulation for overwritable media. * New API call iso_write_opts_set_joliet_utf16() and ability to read Joliet names as UTF-16BE * New API call iso_conv_name_chars() ==== libexif-devel ==== Subpackages: libexif12 libexif12-32bit - Add obsoletes/provides to baselibs.conf. ==== libsigc++2-devel ==== Subpackages: libsigc-2_0-0 - Add libsigc++2-includes.patch: Add an include in limit_reference.h. ==== libwmf-0_2-7 ==== Subpackages: libwmf-tools - dropped libwmf-devel -> libwmf-tools dependency (bnc#892356) ==== libmysqlclient-devel ==== Version update (10.0.12 -> 10.0.13) Subpackages: libmysqlclient18 libmysqlclient_r18 libmysqld18 mariadb mariadb-client mariadb-errormessages - fix privileges as a last step of upgrade - Update to 10.0.13 * Release notes: http://kb.askmonty.org/v/mariadb-10013-release-notes * Changelog: http://kb.askmonty.org/v/mariadb-10013-changelog ==== libmono-2_0-1 ==== Version update (3.2.8 -> 3.6.0) Subpackages: libmono-2_0-devel libmonoboehm-2_0-1 libmonoboehm-2_0-devel libmonosgen-2_0-1 mono-core mono-data mono-data-oracle mono-data-postgresql mono-data-sqlite mono-devel mono-extras mono-locale-extras mono-mvc mono-nunit mono-wcf mono-web mono-winforms mono-winfxcore monodoc-core - Rebased patches and submitted to upstream - Removed ARM compatibility hacks https://github.com/mono/mono/pull/1211 + mono-arm-cpuinfo-v5.patch + mono-arm-cpuinfo-v7.patch + mono-arm-vfp.patch - Update to 3.6.0 + Runtime performance counters have been integrated into the profiler allowing the performance counter information to be surfaced to profiling tools and in particular Xamarin?s upcoming profiler. + The profiler now produces backtraces for statistical mode. The profiler?s tracing mode now works on ARM. + The debugger now support line and column ranges. pdb2mdb supports it. Note: the rest of our toolchain still needs to be updated. + The debugger now supports changing the current line in the top frame. + Lots of bugfixes and performance improvements on the profiler. + The debugger now support reading simple properties without calling their getter, this is done by having a lightweight IL interpreter for small pieces of code. This allows more properties to be inspected while the process is completely stopped and without having to temporarily resume execution of the target to execute the property code. + Added buffered response mode to improve network efficiency on high latency links such as USB. + The GC bridge got a lot of performance work. There are now two new modes that can significantly improve some workloads. + Multiple http stack improvements: some leaks in the stack have been fixed, as well as solving some long-standing bugs involving asynchronous operations and proxies. We have introduced a more comprehensive test harness to ensure that those bugs do not surface again. + System.IO.Compression is now implemented + System.Security.Claims is now implemented. It resides in the System assembly (existed before in the Identity stack, but now we track the new home from the .NET 4.5 API). + Reworked locking to drop a hot lock in method lookup. + Use fine grained locking instead of a big hot lock. + Better hashing of some runtime internal items to avoid some corner-case slowdowns with generics. + The profiler is now able to produces backtraces in statistical mode. + Added periodical flushing that should help interactive users. This means that the profiling will send data over the profiling even if the application is not currently sending data (this is there to support the upcoming new profiler UI). + It now collects and reports performance counter information. See mprof-report?s man page. + Fixed the handling of the volatile. CIL prefix. + We now distribute IKVM?s ikdasm tool. This is a reliable disassembler that does not have the limitation of monodis of requiring a complete set of assemblies that are compatible to disassemble. This will disassemble even files that do not have their dependencies available. + Optimized EqualityComparer for more types. + Our msbuild implementation can now build Project K and Roslyn + Optimized EqualityComparer for more types. + [mcs] Flow analysis of nested binary expressions inside anonymous methods was missing on left/right reset. + [mcs] Fix betterness logic for default vs params parameters. + [mcs] Flow analysis of binary expressions not using logical operators. + [mcs] Emit unmanaged version info from AssemblyFileVersion. + [mcs] Fix expression tree conversion type for lifted enum equality comparisons. + [mcs] Report error when named argument for param parameter is given but not all formal parameters are provided. + [mcs] Unify reachable label lookup. + [mcs] Don?t release field address copy before it?s used. + [mcs] Fix error reporting propagation for loop statements. + [mcs] Emit better code for null coalescing operator with nullable return type. + [mcs] Add explicit array conversion involving type parameters. + Add System.ServiceModel.Security assembly. + [sdb] Avoid clearing event requests if they reference an assembly which is unloaded. Instead, remove the assembly reference from the event request so it stays active. + Rename configure.in -> configure.ac. + [System] Fix parsing of IPv6 addresses. + [Http] Cleanup chained async operations. + [corlib] Add Guid hex format parsing with whitespaces. + [System.Net.Http] Parsing productinfo like headers with missing version. + [System] Throw IOE in more cases when dealing with an invalid Process object. + [bcl] Fix Process.PrivateMemorySize64 on osx, we now return task_baic_info.resident_size. + Clean up the usage of FILETIME structures, avoid accessing them as gint64 since that would lead to alignment problems. + [sdb] Avoid stack overflows when a boxed vtype recursively references itself using fields. + [profiler] Filter more event types in mprof-report based on time. + [profiler] In mprof-report fix handling of the time filter when starting from 0. + [http] Convert string output data using BOM header when available. + [system.net.http] Fix encoding of Content-MD5. Based on patch by nberardi. + [sdb] Avoid placing implicit sequence points at offsets where the IL stack is empty when using symbol file based sequence points. + [eglib] Remove test-glib code, we don?t have to maintain compatibility with glib any more. + [corlib] Rethrow user not initialization exception when lazy initialization throws. + [mcs] Don?t report interface implementation errors for optional implementations. + [mcs] Include more unicode categories in parsing identifier part character. + [mcs] Emit null constant value for default parameters of generic types to indicate not missing value. + [mcs] Do type parameter conversion involving type parameters using dependency rules. + [mcs] Emit all method like members in same order as they appear in source code. + [mcs] Convert extended underlying enum constants to their underlying type. + [mcs] Don?t apply reference type is optimization for dynamic expressions. + [mcs] Inflate anonymymous method with correct type arguments when async this requires hoisting in parent type. + [mcs] Fix using type relationship check for type parameters. + [mcs] Caching of type argument types should not happen under error conditions. + [linq] Use hashtable lookup instead of linear scan for groupby keys. + [mcs] Private member can still have base members when in nested types. + [mcs] Make unused event warning reporting consistent to csc. + [mcs] Add parent storey reference only when this is not captured directly. + [mcs] Fix recursive resolving of crefs. + [mcs] Adding unit test for #18511 + [mcs] Emit field initializer with expression tree in all user constructors. + [dlr] Emit correct code for convert of nullable types. + [runtime] Fix decoding of jagged arrays in custom attributes. + [runtime] Avoid calling mono_thread_current () in sgen_thread_detach (), since it can construct objects. + [runtime] Avoid passing commands to lldb using the python api, it doesn?t seem to work well in script files. + [runtime] Fix Process.TotalProcessorTime becoming negative. + [runtime] Clean up an #ifdef block + [jit] Make generic ctor calls made out of gsharedvt methods indirect, since they cannot be patched. + [jit] Fix rethrowing of exceptions in thumb mode. + [jit] Fix the lookup of the AOT version of Interlocked.Exchange in full-aot mode. + [jit] Fix an unreachable code part in mini_emit_memset (). + [llvm] Fix a few problems with longs on 32 bit platforms. + [runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYPE_MVAR. + [interpreter] Disable fast call invocation using methodinfo delegates due to aot limitation. + [runtime] Improve the hashing of MONO_TYPE_VAR/MONO_TYPE_MVAR. + [sgen] Restore hazard pointers in suspend signal handler. + [corlib] Fix extra await context switch when custom SynchronizationContext does not change. + [corlib] Add SortVersion. + [corlib] Make invariant NumberFormatter thread static too as it has internal static state. + [corlib] Filter out any right-to-left sign characters. + [corlib] Fix localized resource loading bug. + [corlib] Optimize EqualityComparer for common value types. + [system] Don?t terminate response reading on bad cookie value. + DataRowView indexer should not break on ?completed? added rows (any rows other than the IsNew one). (BNC#595899) + [corlib] Defer TypeInfo instantiation logic in DefinedTypes. + [Mono.Security] Send all the certificates (except the root) from an SSL/TLS ?Server certificate? message (7.4.2 in RFC2246). + [System.Core] Don?t auto increment when trimming hashset. + [system.net.http] Close service-point slot on explicit dispose. + [Fix] System.Runtime.Caching.MemoryCache doesn?t honor SlidingExpiration. + [System.Xml.Linq] Fix XNamespace.GetName locking to not be racy. + [System.Net.Http] Incomplete byte ranges parsing. + [System.ServiceModel.Web] Fix JsonQueryStringConverter.ConvertValueToString to work when running on any culture. + System.Runtime.Caching.MemoryCache doesn?t order expirable items correctly. + ConcurrentQueue.TryPeek() is not thread safe. + System/PCL: Implement HttpWebRequest.SupportsCookieContainer, WebRequest.CreateHttp. + [interpreter] Implement simple quote expression. + mdbrebase: use File.Move instead of FileInfo.MoveTo. + Add unit test for BNC#497562 + System.Runtime.MemoryCache.GetValues() throws LockRecursionException with expired items - GetValues() calls MemoryCacheContainer.GetEntry() which now gets an EnterUpgradeableReadLock needed by ExpireIfNeeded() - Added a test case. + [Sys.Data] Fix BNC#519648 + [Sys.Data] Add unit tests for BNC#519648 + [System.XML] Fix handling of space in XSL value-of elements. + [System.XML] Fix XSL node-set bug. Fixes #18114 + [System.XML] Fix handling of global variables in XSLs. + [System.XML] Do not reset document schema when reading an element. + Fix setter of TableLayoutPanel.LayoutSettings throws unwanted exception. Fixes BNC#497562 + [MWF] Fix opacity of form. + [MWF] Fix ComboBox list to not display offscreen. + [MWF] Fix Screen.FromRectangle. + [MWF] Implement multi-display support on Linux. + [MWF] Clear currentCell before disposing. + [MWF] Unit test for DataGridView bug. + [MWF] Don?t try to remove non-child control. + [MWF] Add unit test for #19818 + [MWF] Fix AutoSize behavior of FlowLayoutPanel. + [MWF] Fix crash from null control in ContainerControl. + [MWF] Fix TableLayoutPanel layout bug. + [MWF] Fix clipping of last line of dropdown. + [MWF] Release capture when clicking LinkLabel. + [MWF] Fix text position on buttons. + [MWF] Fix crash when setting Row.Height. + [MWF] Unit test for Row.Height/MinimumHeight bug. + [MWF] Fix size of text area on message box. + [MWF] Fix hang if clipboard source application closes down. + [Printing] Improve reported printer settings. + [Printing] Add unit test for BNC#602934 - Refresh patches - Update to 3.4.0 * Revamped HttpWebRequest/ServicePoint stack - Should properly reuse connections. - Uses the specified idle times - NTLM support has been improved. - SSL/TLS operations on via async APIs are now implemented using async patterns internally to greatly alleviate Thread Pool abuse. * Network stack - Now allows developers to control which cipher suites to use with TLS/SSL. * ARM - Emit shorter floating point operations when possible - Hard float support: Mono now should work on Linux distributions which uses a hard float (armhf) ABI, like the Raspberry PI. Notes: Homogeneous floating point aggregates are not yet supported on armhf. * Documentation - Updated documentation stubs to the 4.5 .NET API. * mono-api-html - Now supports regular expressions when specifying members to ignore (e.g. mono-api-html -i 'INSCopying$') ==== libncurses5 ==== Subpackages: libncurses5-32bit libncurses6 libncurses6-32bit ncurses-devel ncurses-utils tack terminfo terminfo-base - Make pkgconfig files work for all current versions that is abi 5, abi wide 5, abi 6, and abi wide 6 - Change patch ncurses-5.9.dif to enable gen-pkgconfig to do this - Add ncurses patch 20140823 + fix special case where double-width character overwrites a single- width character in the first column (report by Egmont Koblinger, cf: 20050813). - Install pkg-config files into %_libdir - Install pkg-config files ==== libIlmImf-Imf_2_1-21 ==== Subpackages: openexr-devel - Add obsoletes to baselibs.conf. ==== openvpn ==== Version update (2.3.2 -> 2.3.4) - Update to version 2.3.4 * Add support for client-cert-not-required for PolarSSL. * Introduce safety check for http proxy options. ==== perl-MIME-Types ==== Version update (2.04 -> 2.05) - update to version 2.05: Improvements: - rename ::Type::isAscii() into ::Type::isText() - add source table broofa rt.cpan.org#98308 [Lars D??????] - add source table freedesktop rt.cpan.org#98309 [Lars D??????] - update iana types ==== permissions ==== Version update (2014.08.01.1324 -> 2014.08.26.1452) - Do not applies permissions from backup files (~ / .rpmsave / .rpmnew) (bnc#893370) - do not mention SuSEconfig anymore, long dead (bnc#843083) ==== qt-creator ==== Version update (3.0.0 -> 3.2.0) - Update to 3.2.0 See http://qt.gitorious.org/qt-creator/qt-creator/blobs/3.2/dist/changes-3.2.0 for the complete changelog ==== rsh ==== - fixed spelling (bnc#889008) ==== libdcerpc-binding0 ==== Subpackages: libdcerpc-binding0-32bit libdcerpc0 libdcerpc0-32bit libgensec0 libgensec0-32bit libndr-krb5pac0 libndr-krb5pac0-32bit libndr-nbt0 libndr-nbt0-32bit libndr-standard0 libndr-standard0-32bit libndr0 libndr0-32bit libnetapi0 libnetapi0-32bit libpdb0 libpdb0-32bit libregistry0 libsamba-credentials0 libsamba-credentials0-32bit libsamba-hostconfig0 libsamba-hostconfig0-32bit libsamba-util0 libsamba-util0-32bit libsamdb0 libsamdb0-32bit libsmbclient-devel libsmbclient-raw0 libsmbclient-raw0-32bit libsmbclient0 libsmbconf0 libsmbconf0-32bit libsmbldap0 libsmbldap0-32bit libtevent-util0 libtevent-util0-32bit libwbclient0 libwbclient0-32bit samba samba-32bit samba-client samba-client-32bit samba-doc samba-libs samba-libs-32bit samba-winbind samba-winbind-32bit - Remove pre-11.2 patch which by default uses the smbpasswd passdb backend. - build: disable mmap on s390 systems; (bso#10765); (bnc#886193). - Create the cups smb backend as sym link pointing to smbspool; (bnc#891220). ==== libslang2 ==== Subpackages: slang-slsh - Add obsoletes/provides to baselibs.conf. ==== swig ==== - support nested classes in ruby [bnc#892480] new patch: nested_classes.diff ==== libgudev-1_0-0 ==== Subpackages: libgudev-1_0-devel libudev-devel libudev1 libudev1-32bit systemd systemd-32bit systemd-bash-completion systemd-logger systemd-sysvinit typelib-1_0-GUdev-1_0 udev - Add upstream patches 0001-login-fix-memory-leak-on-DropController.patch 0002-util-fix-minimal-race-where-we-might-miss-SIGTERMs-w.patch 0003-sd-journal-properly-convert-object-size-on-big-endia.patch 0004-sd-journal-verify-that-object-start-with-the-field-n.patch - Add upstream patch 1064-udev-hwdb-do-not-look-at-usb_device-parents.patch to avoid that hwdb ID's for unrecognised USB device are taken from the USB hub. - Add upstream patches 0001-systemctl-Correct-error-message-printed-when-bus_pro.patch 0002-units-order-systemd-fsck-.service-after-local-fs-pre.patch 0003-keymap-Adjust-for-more-Samsung-900X4-series.patch - Add patch use-rndaddentropy-ioctl-to-load-random-seed.patch to use RNDADDENTROPY ioctl to load random-seed and to increase entropy count as well (bnc#892096) ==== libutempter0 ==== Subpackages: utempter-devel - Obsoletes utempter-32bit in libutempter0-32bit. ==== libblkid-devel ==== Subpackages: libblkid1 libblkid1-32bit libmount1 libmount1-32bit libsmartcols1 libuuid-devel libuuid1 libuuid1-32bit util-linux - Always mark ipcs/limits and misc/setarch as known failure - fix parsing of slash in the format string [bnc#889934] (internal) - added patches: * util-linux-slash-in-format-string.patch - Remove hacks for format_spec_file and source_validator (bnc#891152, bnc#891829). - Use macro defined summary that passes both SLE and openSUSE check-in QA scripts (invented by Ruediger Oertel). ==== util-linux-systemd ==== - Always mark ipcs/limits and misc/setarch as known failure - fix parsing of slash in the format string [bnc#889934] (internal) - added patches: * util-linux-slash-in-format-string.patch - Remove hacks for format_spec_file and source_validator (bnc#891152, bnc#891829). - Use macro defined summary that passes both SLE and openSUSE check-in QA scripts (invented by Ruediger Oertel). ==== yast2-update ==== Version update (3.1.21 -> 3.1.22) - override the target distribution also in Autoyast autoupgrade mode (bnc#892474) - 3.1.22 Removed packages: bundle-lang-common-ar cryptsetup-mkinitrd Added packages: