Packages changed:
  dos2unix (7.5.1 -> 7.5.2)
  ghostscript (9.56.1 -> 10.02.1)
  grub2
  iso-codes (4.15.0 -> 4.16.0)
  libexttextcat (3.4.6 -> 3.4.7)
  libgcrypt
  nghttp2 (1.58.0 -> 1.59.0)
  patterns-kde
  python-Jinja2
  python-MarkupSafe (2.1.3 -> 2.1.4)
  python-pycryptodome (3.19.1 -> 3.20.0)
  yast2 (5.0.4 -> 5.0.5)
  yast2-installation (5.0.4 -> 5.0.5)
  yast2-trans (84.87.20240120.54f4b9f06a -> 84.87.20240126.9c7185e3f6)
  zenity (4.0.0 -> 4.0.1)

=== Details ===

==== dos2unix ====
Version update (7.5.1 -> 7.5.2)

- update to 7.5.2:
  * Dos2unix can print info about the line break type of the last
    line, or indicate there is none
  * Updated documentation about ASCII mode conversion

==== ghostscript ====
Version update (9.56.1 -> 10.02.1)
Subpackages: ghostscript-x11

- update to 10.02.1:
  * Patch release to address some security bugs
  * This release (10.02.0) marks the final demise of the
    PostScript based PDF interpreter.
  * This 10.01.1 release removes the "-dNEWPDF=false" command
    line option to fall back to the deprecated, old PDF
    interpreter.
  * This 10.01.0 release removes the "-dNEWPDF=false" command
    line option to fall back to the deprecated, old PDF
    interpreter.
  * This release officially deprecates the old Postscript
    implementation of PDF, we will not be updating or maintaining
    that code moving forward. The option to use the old PDF
    implementation _**will**_ be removed in the next full release
    (10.01.0)
  * Important: This release includes the new PDF interpreter
    (implemented in C rather than PostScript). It is both
    integrated into Ghostscript (now ENABLED by default), and
    available as a standalone, PDF only, binary. See
    https://ghostscript.com/pdfi.html for more details.
  * This also bundles the latest zlib (1.2.12) which addresses a
    security issue (CVE-2018-25032)
  * **Important**: This release includes the new PDF interpreter
    (implemented in C rather than PostScript). It is both
    integrated into Ghostscript (now **ENABLED** by default), and
    available as a standalone, PDF only, binary. See
    https://ghostscript.com/pdfi.html for more details.
- drop CVE-2023-28879.patch, CVE-2023-36664.patch,
    CVE-2023-38559.patch, CVE-2023-43115.patch,
    CVE-2023-46751.patch: upstream
- drop remove-zlib-h-dependency.patch: unused

==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi

- Remove magic number header field check on arm64 (bsc#1218783)
  * 0001-loader-arm64-efi-linux-Remove-magic-number-header-fi.patch

==== iso-codes ====
Version update (4.15.0 -> 4.16.0)
Subpackages: iso-codes-lang

- update to 4.16.0:
  + Updated translations
  + ISO 4217: New translation for Khmer (Central)
  + ISO 639-2: New translation for Armenian
  + ISO 639-5: New translation for Lithuanian

==== libexttextcat ====
Version update (3.4.6 -> 3.4.7)
Subpackages: libexttextcat-2_0-0

- Update to version 3.4.7:
  * Add Ilocano, Saraiki

==== libgcrypt ====

- add libgcrypt-no-deprecated-grep-alias.patch

==== nghttp2 ====
Version update (1.58.0 -> 1.59.0)

- update to 1.59.0:
  * Update bash_completion
  * h2load: Fix bug that ttfb is not recorded if h3 stream
    has no data
  * h2load: Consider all h2 HEADERS when counting bytes and
    recording ttfb
  * h2load: Ignore 1xx status code
  * nghttpd: Free SSL_CTX on exit
  * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
  * nghttpx: OpenSSL needs SSL_CTX_set_recv_max_early_data
  * cmake: Require OpenSSL >= 1.1.1
  * Add nghttp2_select_alpn and deprecate
    nghttp2_select_next_protocol
  * nghttpx: Add --alpn-list and deprecate --npn-list
  * h2load: Add --alpn-list and deprecate --npn-list
  * Remove NPN
  * src: Support building with aws-lc
  * Avoid detecting OpenSSL 3.2 as quictls
  * Use nghttp3_pri_parse_priority added since nghttp3 v1.1.0
  * h2load: Fix IPv6 address in :authority
  * h2load: Fix IPv6 address in :authority
  * nghttpx: Propagate stream priority from backend to
    frontend
  * nghttpx: Propagate stream priority from backend to
    frontend
  * Merge pull request #1991 from nghttp2/get-and-parse-
    extpri
  * Add API to get and parse RFC 9218 priority
  * nghttpx: Prefer __FILE_NAME__ if defined

==== patterns-kde ====
Subpackages: patterns-kde-kde_plasma patterns-kde-kde_yast

- Make phonon4qt5-backend a hard dep of the plasma pattern
  (boo#1219277)
- Avoid gstreamer if not necessary
- Change from phonon4qt5-backend-gstreamer to phonon4qt5-backend-vlc
  due to deprecation of the gstreamer backend

==== python-Jinja2 ====

- Disable broken test with latest version of MarkupSafe (2.1.4)
  (gh#pallets/jinja#1930, gh#pallets/markupsafe#417)

==== python-MarkupSafe ====
Version update (2.1.3 -> 2.1.4)

- update to 2.1.4:
  * Don't use regular expressions for striptags, avoiding a
    performance issue. :pr:`413`

==== python-pycryptodome ====
Version update (3.19.1 -> 3.20.0)

- update to 3.20.0:
  * Added support for TurboSHAKE128 and TurboSHAKE256.
  * Added method Crypto.Hash.new() to generate a hash object
    given a hash name.
  * Added support for AES-GCM encryption of PBES2 and PKCS#8
    containers.
  * Added support for SHA-2 and SHA-3 algorithms in PBKDF2 when
    creating PBES2 and PKCS#8 containers.
  * Export of RSA keys accepts the prot_params dictionary as
    parameter to control the number of iterations for PBKDF2 and
    scrypt.
  * C unit tests also run on non-x86 architectures.
  * GH#787: Fixed autodetect logic for GCC 14 in combination with
    LTO.

==== yast2 ====
Version update (5.0.4 -> 5.0.5)
Subpackages: yast2-logs

- Added s390 z/VM check to YaST::Arch (bsc#1210525).
- 5.0.5

==== yast2-installation ====
Version update (5.0.4 -> 5.0.5)

- In zVM or KVM installations the cio_ignore kernel argument will
  be written only if given (bsc#1210525).
- 5.0.5

==== yast2-trans ====
Version update (84.87.20240120.54f4b9f06a -> 84.87.20240126.9c7185e3f6)
Subpackages: yast2-trans-cs yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-fr yast2-trans-hu yast2-trans-it yast2-trans-ja yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ru yast2-trans-zh_CN yast2-trans-zh_TW

- Update to version 84.87.20240126.9c7185e3f6:
  * New POT for text domain 'installation'.
  * New POT for text domain 'base'.
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Swedish)
  * Translated using Weblate (Swedish)
  * New POT for text domain 'sap-installation-wizard'.

==== zenity ====
Version update (4.0.0 -> 4.0.1)
Subpackages: zenity-lang

- Update to version 4.0.1
  + Changes and fixes since 4.0.0:
  - Bump webkit2gtk requirement in README
  - about: The licence is LGPL2.1+, not GPL
  - entry: Calculate number of --entry-text's properly (#75)
  - test: Add entry test in response to issue #75
  - question: fix option --default-cancel
  - calendar: Fix off-by-one in day
  - test: Add test for --calendar
  - Updated translations.