Changed packages: ==== MozillaFirefox ==== Version update (38.0.5 -> 38.0.6) Subpackages: MozillaFirefox-translations-common - update to Firefox 38.0.6 * fixes bmo#1171730 which is not really relevant to oS builds - fix KDE regression from 38.0.5 builds (bsc#933439) ==== atftp ==== - Force gnu89 inline semantics ==== biosdevname ==== Version update (0.6.1 -> 0.6.2) - Update to 0.6.1 * no upstream changelog provided ==== dd_rescue ==== Version update (1.46 -> 1.98) Subpackages: dd_rescue-lzo - Add three missing doc files. - Update to dd_rescue-1.98: * Fix AESNI detection (x86) * Avoid test failures due to insufficient entropy - Update to dd_rescue-1.98pre: * crypt plugin: Encrypt and decrypt the data stream using various AES variants. There are -CBC, -ECB, -CTR stream ciphers, and 128, 192, 256 bit variants, also with enhanced number of rounds, and with twice the rounds. Keys can generated, saved, or derived from password with salt. On x86, the hardware AES support is used if featured by the CPU. * Speed up PRNG generation. * Fault injection framework for testing. * Some minor improvements of the plugin interface and fixes all over the place. ==== evolution ==== Version update (3.16.2.1 -> 3.16.3) Subpackages: evolution-plugin-bogofilter evolution-plugin-spamassassin - Update to version 3.16.3: + Bugs fixed: bgo#749217, bgo#749060, bgo#748574, bgo#749108, bgo#531054, bgo#593272, bgo#748981, bgo#749613, bgo#749579, bgo#733877, bgo#675671, bgo#733877, bgo#684556, bgo#750202, bgo#749149, bgo#575242, bgo#706557, bgo#750414. ==== evolution-data-server ==== Version update (3.16.2 -> 3.16.3) Subpackages: evolution-data-server-devel libcamel-1_2-52 libebackend-1_2-10 libebook-1_2-16 libebook-contacts-1_2-1 libecal-1_2-18 libedata-book-1_2-25 libedata-cal-1_2-27 libedataserver-1_2-20 libedataserverui-1_2-1 typelib-1_0-EBook-1_2 typelib-1_0-EBookContacts-1_2 typelib-1_0-EDataServer-1_2 - Update to version 3.16.3: + Fix a dead-code found by the Coverity Scan. + [Camel] Freeze/thaw also subfolders of vFolders. + [ESourceWebdav] Use Unknown instead of Reject result on runtime errors. + [Weather calendar] Merge intra-day forecasts into one event. + Change ownCloud calendar color only when the source is new. + Address some Coveriry Scan detected issues. + Prevent read after buffer bounds in ENamedParameters::get_parameter_index(). + [IMAPx] - Message moved to real Trash/Junk multiple times. - Consider also G_IO_ERROR_BROKEN_PIPE as 'Connection reset by peer' error. + Truly disable gtk-doc build when asked to. + [Google book] Remove unnecessary code path found by Coverity Scan. + Add --factory parameter to factory subprocesses for easier debugging. + Bugs fixed: bgo#749190, bgo#719476, bgo#749108, bgo#382684, bgo#728496, bgo#734300, bgo#749135, bgo#749385, bgo#747988, bgo#749292, bgo#749664, bgo#720197, bgo#663828, bgo#750146, bgo#750416. + Updated translations. ==== evolution-ews ==== Version update (3.16.2 -> 3.16.3) Subpackages: evolution-ews-lang libeews-1_2-0 libewsutils0 - Update to version 3.16.3: + Correct locking in e_book_backend_ews_set_locale(). + Address some of the Coverity Scan issues. - Add evolution-ews-intltool-path.patch: Fix locale installation when using recent intltools. - Delete po/Makefile* to ensure no stale file is left. - Add gnome-common BuildRequires and call to gnome-autogen.sh, as above patch touches the buildsystem. ==== grub2 ==== Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi grub2-x86_64-xen - Fix btrfs patch on BigEndian systems (bsc#933541) * modified grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch * modified grub2-btrfs-06-subvol-mount.patch ==== kde-l10n-cs ==== Version update (15.04.1 -> 15.04.2) Subpackages: kde-l10n-da kde-l10n-da-data kde-l10n-da-doc kde-l10n-de kde-l10n-de-data kde-l10n-de-doc kde-l10n-el kde-l10n-en_GB kde-l10n-en_GB-data kde-l10n-en_GB-doc kde-l10n-es kde-l10n-es-data kde-l10n-es-doc kde-l10n-fr kde-l10n-fr-data kde-l10n-hu kde-l10n-it kde-l10n-it-data kde-l10n-it-doc kde-l10n-ja kde-l10n-pl kde-l10n-pl-data kde-l10n-pt kde-l10n-pt_BR kde-l10n-pt_BR-data kde-l10n-ru kde-l10n-ru-data kde-l10n-zh_CN kde-l10n-zh_TW - Update to KDE Applications 15.04.2 * KDE Applications 15.04.2 * https://www.kde.org/announcements/announce-applications-15.04.2.php ==== kiwi ==== Version update (7.02.51 -> 7.02.53) Subpackages: kiwi-desc-isoboot kiwi-desc-netboot kiwi-desc-oemboot kiwi-desc-vmxboot kiwi-doc kiwi-media-requires kiwi-pxeboot kiwi-templates kiwi-tools - v7.02.53 released - Follow up fix for btrfs grub2 boot path For iso media the adaption of the boot path to /@/... is wrong because in this case we read from iso9660 and not from btrfs. This is related to (bnc#933664) - Fixed grub2 setup on btrfs without boot partition If the image is built with btrfs and no extra boot partition is requested the grub2 btrfs module is used to read the boot data from the filesystem. However in kiwi we setup a btrfs filesystem in a way that all subvolumes are nested below a master '@' volume. Within the scope of grub2 it's required to adapt any path in the filesystem to match this because it's not possible to specify a subvolume set-default here. Because of this /boot/grub2/grub.cfg becomes /@/boot/grub2/grub.cfg within grub2. This fixes (bnc#933664) - v7.02.52 released - Fixed result tracking from ovftool The temporary directory created for this has the same name as the ovf file created inside of it. On move of the data to the result dir this causes trouble which is fixed by this commit - Added target_blocksize attribute in type section In preparation to support custom blocksize values for loops the attribute target_blocksize was implemented like the folowing example shows: This will set a 4k blocksize used for all loops setup during image build and on first boot of the image. The actual code to apply the blocksize to the loop is not yet implemented because we are still waiting for the loop driver to support it. This is related to (bnc#931634) - Added pointer to XML description for loop_setup In preparation to support custom blocksize values for loops access to the XML description is needed to read the specified target_blocksize value once support for this value will be added - Fixed ova guestOS value for 13.2 JeOS - Cleanup use of losetup In preparation to support custom blocksize values for loops global methods to loop setup/delete has been added. This is related to (bnc#931634) - Added runtime check for overlay systems The __checkBootPartitionOverlaySystem runtime check makes sure the use of a boot partition is not switched off. If the root system is a read-only location the boot space must be writable ==== libseccomp2 ==== Version update (2.2.0 -> 2.2.1) - Update to new upstream release 2.2.1 * Fix a problem with syscall argument filtering on 64-bit systems * Fix some problems with the 32-bit ARM syscall table - Drop 0001-tools-add-the-missing-elf.h-header-file.patch, libseccomp-arm-syscall-fixes.patch (applied upstream) ==== libspf2-2 ==== - Rename spf2 to libspf2-tools (like we do for e.g. libwmf-tools) - Move README file to tools subpackage. Trim description of SRPM a bit. ==== libxml++-2_6-2 ==== Version update (2.38.0 -> 2.38.1) Subpackages: libxml++-devel - Update to version 2.38.1: + Fix the build with C++11 compilers, such as MS Visual C++ 2013. Implicit conversions from streams to bool are no longer allowed. + Build: - Disable deprecated API in dependencies if - -enable-warnings=fatal. - Require libxml2 2.7.7 or later. ==== device-mapper ==== Version update (1.02.92 -> 1.02.97) Subpackages: device-mapper-32bit lvm2 - Update to 2.02.120 - Fixed numerous bugs(see WHATS_NEW for full details) - Deleted dab3ebce-devices-Do-not-support-unpartitioned-DASD.patch (upstream) ==== man ==== - Allow root to use man command within its home ==== perl-Date-Manip ==== Version update (6.49 -> 6.50) - updated to 6.50 see /usr/share/doc/packages/perl-Date-Manip/Changes ==== polkit-default-privs ==== - polkit-default-privs: adding netvisix rules (bsc#930195) ==== whois ==== Version update (5.2.8 -> 5.2.9) - whois 5.2.9: * Updated the list of new gTLDs. * Updated the .bn and .cr TLD servers. * Updated IDSTRING to 5.2. Removed packages: Added packages: dd_rescue-crypt ruby-kde4