Packages changed:
  man (2.10.2 -> 2.11.2)
  mc (4.8.29 -> 4.8.30)
  ncurses (6.4.20230715 -> 6.4.20230812)
  perl-LWP-Protocol-https (6.10 -> 6.110.0)
  procps
  python-immutables
  python-pycups
  speech-dispatcher (0.11.4 -> 0.11.5)
  suse-module-tools (16.0.32 -> 16.0.33)
  yast2-installation (4.6.6 -> 4.6.7)

=== Details ===

==== man ====
Version update (2.10.2 -> 2.11.2)

- Update to 2.11.2:
  * Fix compile and test failures when `troff` is not `groff`.
  * Fix segfault in typical uses of `man` when `nroff` is not installed.
  * Fix crash in `mandb` when processing stray cats.
  * SECURITY: Replace `$` characters in page names with `?` when constructing
    `less` prompts.
  * Silence error message when processing an empty manual page hierarchy with
    a nonexistent cache directory.
  * `man(1)` now sorts whatis references below real pages, even if the whatis
    references are from a section with higher priority.
  * `mandb` now correctly records filters in the database if it uses cached
    whatis information.
  * Upgrade Gnulib, fixing syntax error on glibc systems with GCC 11.
  * The `CATWIDTH` configuration file directive now overrides `MINCATWIDTH`
    and `MAXCATWIDTH`.
  * Database entries for links were often incorrectly stored as if they were
    entries for the ultimate source of the page.  They are now stored with
    the correct type.
  * Store links in the database using the section and extension of the link
    rather than of the ultimate source file.
  * Consider pages for adding to the database even if they seem to already
    exist; this performance optimization is no longer needed due to caching,
    and it produced inconsistent results in some unusual cases.
  * `man` now runs any required preprocessors in the same order that `groff`
    does, rather than trusting the order of filters in a page's preprocessor
    string.
  * Fix building on MinGW.  (I haven't been able to test this; help from
    MinGW experts would be welcome.)
  Improvements:
  * Check for stray cats even if no manual pages in a given manpath were
    changed.
  * Add section `3type` to the default section list just after `2`.  This is
    used by the Linux man-pages package.
  * Recognize more Hungarian translations of the `NAME` section.
  * Add more recognized case variants for localized versions of the `NAME`
    section.
  * Maintain multi keys in sorted order, improving database reproducibility.
  * Pick a more consistent name for the target of a whatis entry in the
    database.
  * Extend rules for when to replace one database entry with another,
    producing more stable behaviour.
  * Fully reorganize databases after writing them, allowing the reproduction
    of bitwise-identical databases regardless of scan order (at least with
    GDBM).
- Port patches
  * man-db-2.6.3-chinese.dif
  * man-db-2.6.3-listall.dif
  * man-db-2.7.1-zio.dif
  * man-db-2.9.4-alternitive.dif
  * man-db-2.9.4-no-chown.patch
  * man-db-2.9.4.patch
  * man-propose-online.patch

==== mc ====
Version update (4.8.29 -> 4.8.30)
Subpackages: mc-lang

- Update to 4.8.30
  - Core
  * Support PCRE2 as search engine (via ----with-search-engine=pcre2) (#4450)
  * Implement panelization buffers for both file panels (#4370)
  - VFS
  * tar: support extended headers (including long file names and sparse files) (#1952, #2201)
  * extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander/mc#174)
  * extfs/patchfs: be more specific in error message (#4485)
  - Editor
  * Add syntax highlighting:
  - Jenkinsfiles (#4469)
  - B language (#4470)
  * Improve syntax highlighting:
  - ECMAScript (MidnightCommander/mc#172)
  - ECMAScript in TypeScript (MidnightCommander/mc#172)
  - use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander/mc#85)
  - Misc
  * Code cleanup (#4426, #4438)
  * Filehighlight:
  - recognize vsix files as zip files (MidnightCommander/mc#171)
  * Skin updates:
  - julia256 (#4441, #4445)
  - Fixes
  * Usage of 'sed' in build system/makefiles is not portable (#4459, #4466)
  * Unportable '$<' in Makefiles (#4460)
  * FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462)
  * Ncurses library is duplicated in MCLIBS (#4463, #4465)
  * FTBFS without ext2fs attributes support (#4464)
  * Wrong sort order after swapping panels (#4432)
  * Incorrect time delimiter in the copy/move progress window (#4437)
  * Incorrect redraw of overlapped file panels (#4408)
  * Subshell/Command line prompt is empty/missing (#3121)
  * Find file: relative ignore directory is applied to the start search directory (#4235)
  * Diff viewer: options are not applied on second run (#4486)
  * mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434)
  * mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444)
  * mcedit: off-by-one error in paragraph formatting (#4446)
  * ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472)
  * Various typos in the source code (MidnightCommander/mc#177, MidnightCommander/mc#178)

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

- Add ncurses patch 20230812
  + add/use putty+cursor to reflect amending of modified cursor-keys
    in 2021 -TD
  + add ecma+strikeout to putty -TD
  + add functions to query tty-flags in SCREEN (request by Bill Gray).
- Add ncurses patch 20230805
  + fix a few manpages needing tbl marker, seen by lintian warning.
  + fixes for compiler-warnings.
  + minor grammatical fix for manpages (Branden Robinson).
- Add ncurses patch 20230729
  + improve manpages for wgetnstr() and wget_wnstr().
  + modify MinGW configuration to provide for running in MSYS/MSYS2
    shells, assuming ConPTY support (patch by Pavel Fedin).
  + add assignment in CF_MAN_PAGES to fill in value for TERMINFO_DIRS in
    ncurses, terminfo and tic manpages (patch by Sven Joachim).
- Add ncurses patch 20230722
  + add "auto" default for --with-xterm-kbs configure option.

==== perl-LWP-Protocol-https ====
Version update (6.10 -> 6.110.0)

- Remove CVE-2014-3230.patch, upstream was fixed. CVE-2014-3230, Debian #746576
- Update LWP-Protocol-https-6.09-systemca.diff
- updated to 6.11
  see /usr/share/doc/packages/perl-LWP-Protocol-https/Changes
  6.11      2023-07-09 15:10:30Z
  - Remove Authority section from dist.ini (GH#64) (Olaf Alders)
  - Add very basic diagnostic information via test (GH#73) (Olaf Alders)
  - CVE-2014-3230 - don't disable verification if only hostnames should not
    (GH#14) (Steffen Ullrich)
  - Make explicit requirement of Mozilla::CA obsolete (GH#72) (Steffen
    Ullrich and Olaf Alders)
  - Remove _in_san and _cn_match. Empty out the _check_sock hook (GH#71)
    (Chase Whitener)
  - Use warnings (GH#69) (Pete Houston)

==== procps ====
Subpackages: libprocps8 procps-lang

- Add patch CVE-2023-4016.patch
  * CVE-2023-4016: ps buffer overflow (bsc#1214290)

==== python-immutables ====

- add python312.patch to fix build with python 3.12

==== python-pycups ====

- build as wheel

==== speech-dispatcher ====
Version update (0.11.4 -> 0.11.5)
Subpackages: libspeechd2 python3-speechd

- Update to version 0.11.5:
  * Update CLDR to version 43 and symbols from NVDA.
  * Fix parsing and emitting space character.
  * Reduce espeak buffer size to avoid ssml issues.
  * Add --disable-doc.
  * Fix spd-conf not being able to set the default module.
  * Fix pausing without index.

==== suse-module-tools ====
Version update (16.0.32 -> 16.0.33)
Subpackages: suse-module-tools-scriptlets

- Update to version 16.0.33:
  * change wording in filesystem blacklist files
    (gh#openSUSE/suse-module-tools#71)
  * rpm-script: update bootloader after creating initramfs
    (boo#1213822)
  * usrmerge: Drop support for non-usrmerged (boo#1206798)

==== yast2-installation ====
Version update (4.6.6 -> 4.6.7)

- Require awk for use in startup scripts (bsc#1214277)
- 4.6.7