Packages changed:
  aaa_base (84.87+git20220419.bf51b75 -> 84.87+git20220518.dc83f4e)
  adobe-sourcecodepro-fonts (2.030 -> 2.038)
  bubblewrap (0.6.1 -> 0.6.2)
  hplip
  libbpf (0.7.0 -> 0.8.0)
  librsvg (2.54.1 -> 2.54.3)
  mozjs91 (91.7.0 -> 91.9.0)
  parted

=== Details ===

==== aaa_base ====
Version update (84.87+git20220419.bf51b75 -> 84.87+git20220518.dc83f4e)

- 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 )

==== bubblewrap ====
Version update (0.6.1 -> 0.6.2)

- 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

==== hplip ====

- 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)

==== 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.

==== 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.

==== mozjs91 ====
Version update (91.7.0 -> 91.9.0)

- Update to version 91.9.0:
  + Various stability, functionality, and security fixes.

==== parted ====
Subpackages: libparted-fs-resize0 libparted2

- add new type command from upstream
  added patches:
  - type-command.patch