Packages changed:
  MozillaFirefox (115.0.2 -> 115.0.3)
  curl (8.2.0 -> 8.2.1)
  libqt5-qtwebengine
  libzypp (17.31.15 -> 17.31.17)
  miniupnpc (2.2.4 -> 2.2.5)
  mozilla-nss
  ncurses (6.4.20230701 -> 6.4.20230715)
  perl-File-Listing (6.15 -> 6.160.0)
  pipewire (0.3.75 -> 0.3.76)
  publicsuffix (20230709 -> 20230717)
  python-reportlab
  re2-10
  selinux-policy (20230622 -> 20230728)
  systemd
  wireless-regdb (20230601 -> 20230721)
  yast2-firstboot (4.6.0 -> 4.6.1)
  yast2-users (4.6.2 -> 4.6.4)
  zypper (1.14.61 -> 1.14.62)

=== Details ===

==== MozillaFirefox ====
Version update (115.0.2 -> 115.0.3)
Subpackages: MozillaFirefox-translations-common

- Mozilla Firefox 115.0.3
  * fixes for other platforms
- remove bashisms from firefox startup script (boo#1213657)

==== curl ====
Version update (8.2.0 -> 8.2.1)
Subpackages: libcurl4

- Update to 8.2.1:
  * Bugfixes:
  - cfilters: rename close/connect functions to avoid clashes
  - ciphers.d: put URL in first column
  - cmake: add 'libcurlu'/'libcurltool' for unit tests
  - cmake: update ngtcp2 detection
  - configure: check for nghttp2_session_get_stream_local_window_size
  - docs: mark two TLS options for TLS, not SSL
  - docs: provide more see also for cipher options
  - hostip: return IPv6 first for localhost resolves
  - http2: fix regression on upload EOF handling
  - http: VLH, very large header test and fixes
  - libcurl-errors.3: add CURLUE_OK
  - os400: correct EXPECTED_STRING_LASTZEROTERMINATED
  - quiche: fix lookup of transfer at multi
  - quiche: fix segfault and other things
  - rustls: update rustls-ffi 0.10.0
  - socks: print ipv6 address within brackets
  - src/mkhelp: strip off escape sequences
  - tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T
  - transfer: do not clear the credentials on redirect to absolute URL
  - unittest: remove unneeded *_LDADD
  - websocket: rename arguments/variables to match docs

==== libqt5-qtwebengine ====

- build with older re2 on Tumbleweed, the upcoming re2 2023-07-01
  breaks qtwebengine

==== libzypp ====
Version update (17.31.15 -> 17.31.17)

- Fix wrong filesize exceeded dl abort in zyppng::Downloader
  (bsc#1213673)
  In some cases when downloading very small files we can run into
  issues when the URL is protected by credentials.
- version 17.31.17 (22)
- Fix negative ZYPP_LOCK_TIMEOUT not waiting forever (bsc#1213231)
- NetworkRequestManager: assert cookie file has mode 0600
  (bsc#1158763)
- Don't cleanup orphaned dirs if read-only mode was promised
  (bsc#1210740)
- version 17.31.16 (22)

==== miniupnpc ====
Version update (2.2.4 -> 2.2.5)

- update to 2.2.5:
  * GetListOfPortMappings NewStartPort 0 => 1
  * CheckPinholeWorking is optional
  * add 60x errors from UPnP Device Architecture
  * cmake: install binaries, man pages and external-ip.sh
- drop python2 support

==== mozilla-nss ====
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs mozilla-nss-tools

- Fix file conflict for pp manual page [bsc#1213281]

==== ncurses ====
Version update (6.4.20230701 -> 6.4.20230715)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen

- Add ncurses patch 20230715
  + correct wadd_wch_literal() when adding a non-spacing character to a
    double-width character.
  + improve manual page for curs_util.
  + improve manual page for wadd_wch().
- Add ncurses patch 20230708
  + add linux+kbs for terminals which imitate xterm's behavior with
    Linux -TD
  + modify MinGW driver to return KEY_BACKSPACE when an unmodified
    VK_BACK virtual key is entered (prompted by patch by Pavel Fedin,
    Savannah #64292).
  + disallow using $TERMINFO or $HOME/.terminfo when tic "-o" option is
    used (report by Sven Joachim, Debian #1040048).
- Port the patch ncurses-6.4.dif

==== perl-File-Listing ====
Version update (6.15 -> 6.160.0)

- updated to 6.16
  see /usr/share/doc/packages/perl-File-Listing/Changes
  6.16      2023-07-12 15:22:25 -0600
  - Support dosftp listings with four-digit years (gh#3, gh#26)

==== pipewire ====
Version update (0.3.75 -> 0.3.76)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-jack pipewire-lang pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools

- Update to version 0.3.76:
  * Highlights
  - Fix a regression that would cause the MPV pipewire backend
    to fail because of a spurious thread-loop signal.
  - Fix a crash when DBus is not found.
  - ALSA hires timestamps are now disabled by default.
  - Some more fixes and improvements.
  * PipeWire
  - A new option was added to pw-thread-loop to signal when the
    thread starts.
  - This is only used in module-rt to avoid regressions in mpv.
    (#3374)
  - Fix a compilation problem.
  - Stream flags now only set the properties when not already
    set. This fixes a regression with node autoconnect. (#3382)
  * Tools
  - pw-cat will now stop when the stream is disconnected. (#2731)
  - Improve the pw-cat man page, mention that stdin/stdout
    handling is only on raw data.
  * modules
  - module-rt will now not crash when dbus is not available but
    error out as before.
  - A new VBAN (vb-audio.com) sender and receiver was added.
    (#3380)
  * SPA
  - Add an option in audioconvert to disable volume updates.
    (#3361)
  - ALSA hires timestamps are disabled by default because many
    drivers seem to give wrong timestamps and cause extra delay.
  * bluetooth
  - LE Audio support is now enabled by default when liblc3 is
    available now that bluez has support for detecting the
    hardware features.

==== publicsuffix ====
Version update (20230709 -> 20230717)

- Update to version 20230717:
  * Domains are removed `hidora.com`, `users.scale.virtualcloud.com.br`, `clicketcloud.com` (#1598)
  * Add storipress.app (#1583)

==== python-reportlab ====

- Add %{?sle15_python_module_pythons}

==== re2-10 ====

- legacy lib package forked from re2, for libqt5-qtwebengine

==== selinux-policy ====
Version update (20230622 -> 20230728)
Subpackages: selinux-policy-targeted

- Update to version 20230728:
  * Allow kdump_t to manage symlinks under kdump_var_lib_t (bsc#1213721)
  * allow haveged to manage tmpfs directories (bsc#1213594)

==== systemd ====
Subpackages: libsystemd0 libsystemd0-32bit libudev1 systemd-32bit systemd-boot systemd-container systemd-coredump systemd-lang udev

- Drop 0003-strip-the-domain-part-from-etc-hostname-when-setting.patch
  /etc/hostname is supposed to contain the static host name of the system. This
  patch was used to work around cases where users incorrectly save the FQDN
  instead. However this is incorrect and not consistent with what
  systemd-hostnamed does and what other distributions do. Also assuming that
  /etc/hostname will contain the system host name only removes any ambiguities
  since the host name can contain a period.
  /etc/hosts is usually where one sets the domain name by aliasing the host name
  to the FQDN.
  Note that the installer used to save the FQDN in /etc/hostname but this has
  been fixed since several years now (bsc#972463).
- systemd-homed is no more considered as experimental
  It's been moved to its own dedicated sub-package "systemd-homed".
- systemd-userdb is no more considered as experimental (jsc#PED-2668)
  As such it's been moved to the main package.

==== wireless-regdb ====
Version update (20230601 -> 20230721)

- Update to version 20230721:
  * wireless-regdb: Update regulatory info for Türkiye (TR)
  * wireless-regdb: Update regulatory rules for Egypt (EG) from March 2022 guidelines

==== yast2-firstboot ====
Version update (4.6.0 -> 4.6.1)

- Adapt users client to the changes in yast2-users (related to
  bsc#1206627).
- 4.6.1
- Removed unnecessary executable flag from several files
  (bsc#1209094)

==== yast2-users ====
Version update (4.6.2 -> 4.6.4)

- bsc#1211583
  - do not pre-fill non-sense user password when going back after
    importing user
- 4.6.4
- Allow to edit the NIS master server databases instead of the
  local ones, relying on the --prefix argument added to several
  commands in the "shadow" package (bsc#1206627).
- 4.6.3

==== zypper ====
Version update (1.14.61 -> 1.14.62)
Subpackages: zypper-log zypper-needs-restarting

- man: revised explanation of --force-resolution (bsc#1213557)
  Point out that the option not only allows to remove packages but
  may also violate any other active policy if there is no other way
  to resolve the job.
- Print summary hint if policies were violated due to
  - -force-resolution (bsc#1213557)
- BuildRequires:  libzypp-devel >= 17.31.16 (for zypp-tui)
- version 1.14.62