Packages changed: ncurses (6.5.20250830 -> 6.5.20250913) openSUSE-release (20250915 -> 20250916) pam pam-full-src sudo (1.9.17p1 -> 1.9.17p2) sysconfig (0.90.0 -> 0.90.2) === Details === ==== ncurses ==== Version update (6.5.20250830 -> 6.5.20250913) Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen - Add ncurses patch 20250913 + update ncurses-howto. + modify MKfallback.sh to eliminate TERMINFO environment variable. + improve checks in run_tic.sh script, change some variable names to reduce packager confusion (report by Stas Sergeev). + disallow configure options which apply only to multiuser systems, to improve ports to single-user systems such as Haiku (report by Stas Sergeev). + update ncurses/wcwidth.c, for MinGW ports, from xterm. + correct _nc_to_char() for the case when wctob() is not found by configure script (report/patch by Benno Schulenberg). > patches by Robin Haberkorn + modify handle_wheel case 2 to ignore the event as in case 1 for mouse version 1, since that corresponds to a button 6 or 7 event which is not supported with ABI 6. + use separate read/write pointers in the mouse event queue to work with too-close events for the click-detection to work reliably, and further improve that in case mouseinterval(0) is used to suppress click-detection. ==== openSUSE-release ==== Version update (20250915 -> 20250916) Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd - automatically generated by openSUSE-release-tools/pkglistgen ==== pam ==== Subpackages: pam-32bit - pam_mkhomedir: building with vendordir option allows fetching skeleton directory from the vendor directory when creating the user home directory. [+ pam_mkhomedir-Use-vendordir-when-defined.patch, bsc#1245524] ==== pam-full-src ==== Subpackages: pam-extra pam-manpages - pam_mkhomedir: building with vendordir option allows fetching skeleton directory from the vendor directory when creating the user home directory. [+ pam_mkhomedir-Use-vendordir-when-defined.patch, bsc#1245524] ==== sudo ==== Version update (1.9.17p1 -> 1.9.17p2) Subpackages: sudo-plugin-python - Update to 1.9.17p2 * Fixed a bug introduced in sudo 1.9.16 that could result in sudo sending SIGHUP to all processes on the system in certain rare cases. The bug could manifest if sudo is running a command in a pseudo-terminal, sudo terminates the command due to an internal error, and the user’s terminal is revoked. GitHub issue #458. * Fixed a bug introduced in sudo 1.9.12 that caused sudo to abort when the intercept and intercept_verify options are enabled in sudoers and either the command line arguments or the environment contains a string larger than the page size (usually 4096). This only Linux affects systems that support the ptrace_readv_string() function. GitHub issue #453. * Fixed a bug in sudo’s configure script introduced in sudo 1.9.17 that prevented mdoc-format man pages from being used on systems without the mandoc utility. Bug #1077. - /usr/etc/sudoers and file /usr/etc/sudoers.d/50-wheel-auth-self both have permissions 0644, while visudo -c complains that they should be 0440. (bsc#1249447) - Policy and Groups subpackages can be noarch ==== sysconfig ==== Version update (0.90.0 -> 0.90.2) Subpackages: sysconfig-netconfig - version 0.90.2 * Change to create the sysconfig.config-network fillup template from common and netconfig components at build time, so it contains all variables again, instead to fillup /etc/sysconfig/network/config using multiple templates at installation time. The installation-images package is creating the config using the sysconfig.config-network template only, what caused DNS issues in the yast2 installer (boo#1249210). - version 0.90.1 * codespell run for all repository files and changes file * spec: fix no-binary rpmlint error and use noarch Add configure conditional for ifuser utility (disabled via bcond for > 15.x) and change BuildArch to noarch. * netconfig: conditionally disable nis on Leap-16.x Split sysconfig.config-network fillup template, add conditionals allowing to disable installation of the dns,ntp,nis modules and fillup templates (bsc#1248236). * spec: fix zero-perms-ghost rpmlint warning Define permissions in spec file attrs for ghost files to avoid rpm --restore resets them to 0 (bsc#1237595). * spec: fix name-repeated-in-summary rpmlint warning * spec: fix obsolete-suse-version-check rpmlint warning removing unused and obsolete udevdir definition. * netconfig: fix non-executable-script rpmlint error by removing shebang from functions.netconfig library file.