Packages changed: ImageMagick (7.1.0.33 -> 7.1.0.35) aaa_base (84.87+git20220419.bf51b75 -> 84.87+git20220518.dc83f4e) adobe-sourcecodepro-fonts (2.030 -> 2.038) at (3.2.4 -> 3.2.5) bubblewrap (0.6.1 -> 0.6.2) gimp gucharmap (13.0.0 -> 14.0.3) hplip imlib2 jfsutils libass (0.15.2 -> 0.16.0) libbpf (0.7.0 -> 0.8.0) libreoffice librsvg (2.54.1 -> 2.54.3) lttng-ust (2.13.0 -> 2.13.2) mozjs91 (91.7.0 -> 91.9.0) orca (42.0 -> 42.1) pam_ssh parted yast2-packager (4.5.3 -> 4.5.4) === Details === ==== ImageMagick ==== Version update (7.1.0.33 -> 7.1.0.35) Subpackages: ImageMagick-config-7-SUSE ImageMagick-extra libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10 - version update to 7.1.0.35 see the upstream changelog: * https://github.com/ImageMagick/Website/blob/main/ChangeLog.md ==== aaa_base ==== Version update (84.87+git20220419.bf51b75 -> 84.87+git20220518.dc83f4e) Subpackages: aaa_base-extras - Update to version 84.87+git20220518.dc83f4e: * Also in /etc/profile, rootsh is not restricted - Update to version 84.87+git20220518.78b2a0b: * The wrapper rootsh is not a restricted shell ==== adobe-sourcecodepro-fonts ==== Version update (2.030 -> 2.038) - Update to version 2.038 ( roman fonts ) / 1.058 ( italic fonts ) ==== at ==== Version update (3.2.4 -> 3.2.5) - Update to version 3.2.5: + Fix: atd forgets to run a job in the queue (deb#1004972). - Switch to dynamic UIDs instead of hardcoding 25 ==== bubblewrap ==== Version update (0.6.1 -> 0.6.2) Subpackages: bubblewrap-zsh-completion - Update to version 0.6.2: + New features in Meson build: - Auto-detect whether the man page can be generated. - -Dbwrapdir=... changes the installation directory (useful when being used as a subproject). - -Dtests=false disables unit tests. + Bug fixes: - Add --add-seccomp-fd to shell completions - Document --add-seccomp-fd, --json-status-fd and --share-net in the man page - Add attributes to silence various compiler warnings - Allow compilation of tests with musl on mips architectures - Allow compilation with older glibc - Disable sanitizers for a test helper whose seccomp profile breaks the instrumentation - Disable AddressSanitizer leak detection where it interferes with unit testing ==== gimp ==== Subpackages: gimp-plugin-aa gimp-plugins-python libgimp-2_0-0 libgimpui-2_0-0 - Add gimp-CVE_2022-30067.patch: fix out of memory when reading XCF (boo#1199653 CVE-2022-30067). ==== gucharmap ==== Version update (13.0.0 -> 14.0.3) Subpackages: gucharmap-lang libgucharmap_2_90-7 - Update to version 14.0.3: + Classify characters without script name properly + all: Use PCRE2 instead of GRegex + build: - Enforce required unicode data version - Fix build with meson 0.60 - Fix warning about incompatible pointer return type - Fix warning about unused variable 'priv' - Remove unwanted warning + charmap: Search in details by default + chartable: - Improve Korean Hanja Pronunciations property - Mark special script and block names in italic - Use device scale for character popup + help: Remove duplicate entry + lib: - Enable alphabetical sorting of the Unicode blocks - Remove bogus volatile from type builtins code + unicode: - Add strings to prepare unicode 14 update - Update for unicode 14.0.0 + Updated translations. - Drop a8ee037f8cf151b8b65354bc93c56953e41f5a22.patch: fixed upstream. ==== hplip ==== Subpackages: hplip-hpijs hplip-sane - Add rebased hplip-3.20.6-python-includes.patch to fix the non- functional scanning: libsane-hpaio.so.1: undefined symbol: _DBG (fixes boo#1198794) ==== imlib2 ==== Subpackages: imlib2-loaders libImlib2-1 - declare counter in for loop for big endian to unsignedint (loader_ico.c) bigendian.patch ==== jfsutils ==== - add jfsutils_format-security_ftbs.patch ==== libass ==== Version update (0.15.2 -> 0.16.0) - Update to version 0.16.0: + Fix crashes with fonts missing Postscript names and without one being synthesised by the font provider. + Fix crashes on negative fontsizes and some overflows. + Fix a rare memory leak introduced in 0.13.0. + x86: Fix potential buffer over-read by 16 bytes with AVX2 assembly when large tiles are not enabled (the default). + x86: Fix PIC flags not being interpreted by the assembler, breaking the asm-enabled build setup on NetBSD and OpenBSD. On 32-bit x86, if the toolchain requires PIC objects and relies on compiler defaults to get PIC implicitly, you need to pass - -with-pic to configure to ensure NASM always produces PIC objects. + x86: Fix AVX support not being detected on non-Intel CPUs and some VMs. + x86: Fix CPUID being used on CPUs not supporting the instruction (<= i486) and the way it is used for CPUs with less than 7 CPUID-leafs which could lead to crashes due to illegal instructions. ==== libbpf ==== Version update (0.7.0 -> 0.8.0) - Update to release 0.8.0 * New features and APIs: - support auto-resolution of binaries and shared libraries from PATH, if necessary; - support attaching by function names (only by IP was supported before); - support attaching to USDTs (SEC("usdt/...") and bpf_program__attach_usdt()) with initially supported architectures: x86-64 (amd64); x86 (i386); s390x; ARM64 (aarch64); RISC V (riscv); - improved BPF verifier log reporting for CO-RE relocation failures (no more obscure "invalid func unknown#195896080" errors); - auto-adjust BPF ringbuf size according to host kernel's page size requirements; - high-level BPF map APIs: bpf_map__lookup_elem(), bpf_map__update_elem(), etc that validate key/value buffer sizes; - bpf_link_create() can create all bpf_link-based (including raw_tp, fentry/fexit, etc), falling back to bpf_raw_tracepoint_open() on old kernels transparently; - support opting out from auto-loading BPF programs declaratively with SEC("?..."); - support opting out from auto-creation of declarative BPF maps with bpf_map__set_autocreate(); - support multi-kprobes (SEC("kprobe.multi/...") and bpf_program__attach_kprobe_multi_opts()); - support target-less SEC() programs (e.g., SEC("kprobe"), SEC("tp"), etc); - support BPF sub-skeletons for "incomplete" BPF object files (requires matching bpftool to generate .subskel.h); - BPF cookie support for fentry/fexit/fmod_ret BPF programs (bpf_program__attach_trace_opts()); - support for custom SEC() handlers (libbpf_register_prog_handler()). * BPF-side API - BPF-side USDT APIs. See new usdt.bpf.h header: * BPF_USDT() program wrapper macro; bpf_usdt_arg(), bpf_usdt_arg_cnt(), * bpf_usdt_cookie() helpers; - new bpf_core_field_offset() CO-RE helper and support bpf_core_field_size(type, field) forms; - barrier() and barrier_var() macros for improving BPF code generation; - __kptr and __kptr_ref tags added; - ARC architecture support in bpf_tracing.h header; - new BPF helpers: * bpf_skb_set_tstamp(); * bpf_ima_file_hash(); * bpf_kptr_xchg(); * bpf_map_lookup_percpu_elem(). * Bug fixes - netlink bug fixes; - libbpf.pc fixes to support patch releases properly; - BPF_MAP_TYPE_PERF_EVENT_ARRAY map auto-pinning fix; - minor CO-RE fixes and improvements for some corner cases; - various other small fixes and improvements. ==== libreoffice ==== Subpackages: libreoffice-base libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-en_GB libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-pt_BR libreoffice-l10n-ru libreoffice-l10n-zh_CN libreoffice-l10n-zh_TW libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit - Fix bsc#1197497 - LO-L3: Loading XLSX with 1M rows is ultra slow (or crashes Calc) * bsc1197497.patch ==== librsvg ==== Version update (2.54.1 -> 2.54.3) Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 rsvg-thumbnailer typelib-1_0-Rsvg-2_0 - Update to version 2.54.3: + Fix detection of gi-docgen. + Install the generated documentation in the correct place so that Devhelp can find it. - Changes from version 2.54.2: + Fix regressions when computing element geometries. + Add a --disable-gtk-doc option for the configure script, so people can disable generating documentation for cross-compiling. + MSVC: Support generating documentation, and passing introspection paths. ==== lttng-ust ==== Version update (2.13.0 -> 2.13.2) - Update to version 2.13.2 (changes since 2.13.0): * Fix: ust-compiler: constructor/destructor build on g++ 4.8. * ust-compiler: constructor/destructor whitespaces layout and macro dependency. * Fix: ust-cancelstate: include string.h for strerror. * Fix: libnuma is prepended to LIBS. * Fix: Allow disabling some abi compat tests. * Fix: generate probe registration constructor as a C++ constuctor. * Fix: nestable pthread cancelstate. * Fix: abort on decrement_sem_count during concurrent tracing start and teardown. * Fix: allocating C++ compound literal on heap with Clang. * Check for C++11 when building C++ probe providers. * fix: liblttng-ust-fd async-signal-safe close(). * tracepoints: print debug message when lttng-ust-tracepoint.so is not found. * Fix: static_assert unavailable with glibc < 2.16. * Fix: combined tracing of lttng-ust 2.12/2.13 generates corrupted traces. * doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable. * Fix: remove autoconf features default value in help message. * Fix: add extern "C" to two header files. * Fix: __STDC_VERSION__ can be undefined in C++. * Fix: sample discarded events count before reserve. * Fix: ring buffer event counter. * Fix: concurrent exec(2) file descriptor leak. * Add "domain" parameter to the Log4j 2.x agent. * Fix: Convert custom loglevels in Log4j 2.x agent. * Fix: coverity reported null returns in Log4j2 agent. * Add a Log4j 2.x Java agent. * Fix: may be used uninitialised on powerpc. * Fix: doc/examples/java-log4j: fix paths to directories. * Fix: doc/examples/java-jul: fix paths to directories. ==== mozjs91 ==== Version update (91.7.0 -> 91.9.0) - Update to version 91.9.0: + Various stability, functionality, and security fixes. ==== orca ==== Version update (42.0 -> 42.1) Subpackages: orca-lang - Update to version 42.1: + Web (Chromium + Gecko): - Fix several performance issues impacting Google Docs. - Fix bug in which Orca failed to speak when clicking on a line. + WebKitGtk: Handle WebKitGtk's change in toolkit name casing so that older versions of Orca continue to work with newer versions of WebKitGtk. + Updated translations. ==== pam_ssh ==== Subpackages: pam_ssh-32bit - use pam macros [bsc#1190960] ==== parted ==== Subpackages: libparted-fs-resize0 libparted2 parted-lang - add new type command from upstream added patches: - type-command.patch ==== yast2-packager ==== Version update (4.5.3 -> 4.5.4) - Fix package counters in the installation slideshow (boo#1199621). - 4.5.4