Packages changed: cups installation-images-MicroOS (15.1 -> 15.4) libjpeg-turbo libopenmpt (0.4.12 -> 0.5.0) microos-tools (2.0 -> 2.1) openldap2 perl-HTTP-Daemon (6.10 -> 6.12) re2 (20200501 -> 20200601) rebootmgr (1.1 -> 1.2) tallow (21+git20200213.865ec91 -> 21+git20200401.03f4d64) v4l-utils vulkan-loader yast2 (4.2.84 -> 4.3.5) === Details === ==== cups ==== Subpackages: cups-config libcups2 - Fixes for %_libexecdir changing to /usr/libexec ==== installation-images-MicroOS ==== Version update (15.1 -> 15.4) - merge gh#openSUSE/installation-images#382 - follow xorg font file shuffle (xorg-x11-legacy, bsc#1169444) - 15.4 - merge gh#openSUSE/installation-images#378 - ensure there's a writable /var/lib/rpm directory (bsc#1171733) - 15.3 - merge gh#openSUSE/installation-images#377 - support Leap-based MicroOS (bsc#1171585) - 15.2 ==== libjpeg-turbo ==== - security update - added patches fix CVE-2020-13790 [bsc#1172491], heap-based buffer over-read in get_rgb_row() in rdppm.c via a malformed PPM input file + libjpeg-turbo-CVE-2020-13790.patch ==== libopenmpt ==== Version update (0.4.12 -> 0.5.0) - Remove devel packages requirement on obsolete modplug - Drop libmodpulg-pcfile.patch - Update to 0.5.0: * [New] OggMod compressed FastTracker 2 XM (OXM) modules are now supported. * [New] The emulated Amiga type when Amiga resampler emulation is enabled can now be selected via ctl render.resampler.emulate_amiga_type. Possible values are: "auto", "a500", "a1200", and an experimental option "unfiltered". * [New] libopenmpt: New API openmpt::module::get_current_estimated_bpm() (C++), and openmpt_module_get_current_estimated_bpm() (C) which provides accurate beats per minute information for module formats with time signature and an educated guess based on speed and tempo for others. * [New] libopenmpt: New type-aware ctl APIs that do not require memory allocations and are thus realtime-safe: openmpt::module::ctl_get_boolean(), openmpt::module::ctl_get_integer(), openmpt::module::ctl_get_floatingpoint(), openmpt::module::ctl_get_text(), openmpt::module::ctl_set_boolean(), openmpt::module::ctl_set_integer(), openmpt::module::ctl_set_floatingpoint() (C++), and openmpt_module_ctl_get_boolean(), openmpt_module_ctl_get_integer(), openmpt_module_ctl_get_floatingpoint(), openmpt_module_ctl_get_text(), openmpt_module_ctl_set_boolean(), openmpt_module_ctl_set_integer(), openmpt_module_ctl_set_floatingpoint() (C). * [New] libopenmpt C++ New API openmpt::is_extension_supported2() which takes a std::string_view parameter instead of std::string. * [New] libopenmpt C++: New API openmpt::module::module(std::vector data), openmpt::module::module(const std::byte * data, std::size_t size), openmpt::module::module(const std::byte * beg, const std::byte * end). * [New] libopenmpt C++: New API openmpt::probe_file_header(flags, const std::byte * data, std::size_t size, filesize), openmpt::probe_file_header(flags, const std::byte * data, std::size_t size). * [New] libopenmpt_ext C++: New API openmpt::module_ext::module_ext(std::vector data), openmpt::module_ext::module_ext(const std::byte * data, std::size_t size), openmpt::module_ext::module_ext(std::vector data), openmpt::module_ext::module_ext(const std::uint8_t * data, std::size_t size). * [Change] std::istream based file I/O has been speed up. * [Change] Dependency on iconv on Linux has been removed. * [Regression] libmodplug: The libmodplug emulation layer has been removed from the libopenmpt tree. Please use the separate libopenmpt-modplug package instead. * [Regression] Support for building with C++11 or C++14 has been removed. C++17 is now required to build libopenmpt. * [Regression] Support for client code using C++11 or C++ 14 has been removed. C++17 is now required to build libopenmpt client applications. * [Regression] Support for GCC 4.8, 4.9, 5, 6 has been removed. * [Regression] Support for Clang 3.6, 3.7, 3.8, 3.9, 4 has been removed. * [Regression] Support for Emscripten versions older than 1.39.1 has been removed. * [Regression] openmpt123: Support for SDL1 (but not SDL2) output has been removed. * [Regression] openmpt123: Support for SDL2 older than 2.0.4 has been removed. * [Regression] It is no longer possible to optionally use iconv for character set conversions. * [Bug] openmpt123: openmpt123 now honors the current locale and outputs text appropriately. * Greatly improved MED import. Synthesized instruments are still not supported but support was added for: Multisampled instruments, delta samples, more pattern commands, Hold and Decay, VSTi and MIDI output, multiple songs and many other small changes. * Improved OPL channel allocation when more than 18 notes are active, so that channels that have completely faded out are prioritized over channels that have already been released but have not faded out yet. * Interactively triggering an OPL instrument could cause the first pattern channel to no longer be played back correctly. * Fix some inaccuracies in OPL emulator. * Fix overflow of OPL amplification happening at a synth volume level of 510. * End-of-sample pop reduction of surround channels was applied to front channels instead, causing a pop on the front channels instead of removing it on the back channels. * IT: Disable retrigger with short notes quirk for modules saved with Chibi Tracker, as it does not implement that quirk. * IT: Instrument and sample panning should not override channel panning for following notes. * IT: SBx is now prioritized over Bxx commands that are to the left of it. * IT: Duplicate Check Type ?Sample? should only be applied if the instruments match, too. * IT: Duplicate Check Type ?Note? should compare pattern notes, but it was comparing the new pattern note against the old translated note. * IT: Various fixes for envelope resetting. * IT / S3M: When combining SBx and EEx effects, don?t skip the first row of the loop like in FastTracker 2. * S3M: Empty pattern commands now affect effect memory as well. * S3M: Offset beyond loop end wraps around to loop start like in Scream Tracker 3 + GUS (previously it just keep playing from the loop start, which is neither what GUS nor Sound Blaster drivers do). * S3M: Notes cannot be retriggered after they have been cut. * S3M: Fix portamento after note cut (fixes antediluvian_song.s3m). * S3M / MOD: Previous note offset is no longer used for retriggered notes if there was no instrument number next to the Qxy effect. * MOD: Sample swapping now also works if the sample that is being swapped from does not loop. Swapping to a non-looped sample now stops playback once the swapped-from sample reaches its (loop) end. * MOD: Fix early song ending due to ProTracker pattern jump quirk (EEx + Dxx on same row) if infinite looping is disabled. Fixes Haunted Tracks.mod by Triace. * MOD: Previous note offset is no longer used for retriggered notes if there was no instrument number next to the E9x effect. * MOD: Vibrato type ?ramp down? was upside down. * XM: If a file contains patterns longer than 1024 rows, they are now clamped to 1024 rows instead of 64 rows. * XM: Do not reset note-off status on portamento if there is no instrument number. ==== microos-tools ==== Version update (2.0 -> 2.1) - Update to version 2.1 - Provide support to use tmpfs for /tmp ==== openldap2 ==== - Revert changes to libexecdir - More .spec cleanups - Fixes for %_libexecdir changing to /usr/libexec - Spec file cleanups ==== perl-HTTP-Daemon ==== Version update (6.10 -> 6.12) - updated to 6.12 see /usr/share/doc/packages/perl-HTTP-Daemon/Changes 6.12 2020-06-04 16:01:31Z - No changes since TRIAL release 6.11 6.11 2020-06-03 14:47:21Z (TRIAL RELEASE) - An IPv6 zone separator must be URI-quoted (GH#47) (Petr Pisar and Olaf Alders) ==== re2 ==== Version update (20200501 -> 20200601) - Update to version 2020-06-01: * Various internal changes ==== rebootmgr ==== Version update (1.1 -> 1.2) - Update to version 1.2 - depend on dbus and not network as we disabled etcd support [bsc#1172518] ==== tallow ==== Version update (21+git20200213.865ec91 -> 21+git20200401.03f4d64) - Get rid of pandoc BuildRequires: - no-pandoc.patch: don't check for pandoc - tallow-man-pages.tar.gz: prebuild manual pages - PreRequire mkdir, rm and touch instead of coreutils - Update to version 21+git20200401.03f4d64: * Convert to pandoc. - fwcmd_path.patch: fix default path to firewall-cmd ==== v4l-utils ==== Subpackages: libv4l libv4l1-0 libv4l2-0 libv4lconvert0 - libv4l-devel-32bit needs to require the shared libraries belonging to it, libv4l1-0-32bit + libv4l2-0-32bit + libv4l2rds0-32bit + libv4lconvert0-32bit. This helps Wine development (bsc#1172301) ==== vulkan-loader ==== - added vulkan-devel-xxBIT (bsc#1172301) ==== yast2 ==== Version update (4.2.84 -> 4.3.5) - Improve actions to stop and start a system service. - Related to bsc#1162514. - 4.3.5 - Drop anyxml agent to unify used xml parsers. All usage replaced by rubygem-nokogiri (related to bsc#1170886) - 4.3.4 - Improved XML validation, raise exception for not well formed documents (related to bsc#1170886) - 4.3.3 - autoinst_issues/list.add : Fixed documentation. (bsc#1171335). - autoinst_issues/list.add : Changed first parameter from tag to classes (bsc#1171335). - Added general AY issue classes: InvalidValue, MissingValue - 4.3.2 - Restore back the perl-XML-Simple dependency, it is needed for ag_anyxml (related to bsc#1170886) - 4.3.1 - Re-implement XML parser (bsc#1170886): -- use as backend nokogiri instead of hand written libxml2 wrapper -- Use exceptions instead of silently ignoring issues -- export map as type to xml -- add new method #validate to validate against relax-ng schema - 4.3.0