Packages changed: NetworkManager (1.38.0 -> 1.38.2) git gtk3 gtk4 gupnp-av (0.14.0 -> 0.14.1) krb5 (1.19.3 -> 1.20) ldb (2.5.0 -> 2.5.1) libnma (1.8.38 -> 1.8.40) libstorage-ng (4.5.20 -> 4.5.21) perl-Date-Manip (6.86 -> 6.88) perl-Net-DNS (1.33 -> 1.34) powerdevil5 python-kiwi (9.24.36 -> 9.24.41) razor-agents (2.85 -> 2.86) samba (4.16.1+git.237.1d04c5f421f -> 4.16.2+git.262.6acc6531bc7) yast2 (4.5.4 -> 4.5.5) yast2-country (4.5.0 -> 4.5.1) === Details === ==== NetworkManager ==== Version update (1.38.0 -> 1.38.2) Subpackages: NetworkManager-bluetooth NetworkManager-lang NetworkManager-pppoe NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0 - Update to version 1.38.2: + Fix race condition with pppd that caused failures when activating PPPoE connections. + Unbreak DHCPv6 over PPP. + Don't ignore IPv6 DNS servers received from PPP. + Fix crash while checking WEP capability of Wi-Fi interfaces. + Ensure DHCP is restarted every time the link goes up. + Fix struct alignment issues seen on some architectures. + Various other bugfixes and improvements. ==== git ==== Subpackages: git-core git-email git-gui git-svn git-web gitk perl-Git - Fix rpmlint errors/warnings about bash/zsh completion locations. - Remove now obsolete git-zsh-completion-fixes.diff. - Adjust git-tcsh-completion-fixes.diff. ==== gtk3 ==== Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-lang gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0 - Add dependency "python3x-gobject-Gdk if python3x-gobject" to the typelib package (boo#1200614). ==== gtk4 ==== Subpackages: gtk4-lang gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0 - Add dependency "python3x-gobject-Gdk if python3x-gobject" to the typelib package (boo#1200614). ==== gupnp-av ==== Version update (0.14.0 -> 0.14.1) Subpackages: libgupnp-av-1_0-3 - Update to version 0.14.1: + Add utility function to format GDateTime to the iso variant DIDL expects. ==== krb5 ==== Version update (1.19.3 -> 1.20) Subpackages: krb5-32bit krb5-client - update to 1.20.0: * Added a "disable_pac" realm relation to suppress adding PAC authdata to tickets, for realms which do not need to support S4U requests. * Most credential cache types will use atomic replacement when a cache is reinitialized using kinit or refreshed from the client keytab. * kprop can now propagate databases with a dump size larger than 4GB, if both the client and server are upgraded. * kprop can now work over NATs that change the destination IP address, if the client is upgraded. * Updated the KDB interface. The sign_authdata() method is replaced with the issue_pac() method, allowing KDB modules to add logon info and other buffers to the PAC issued by the KDC. * Host-based initiator names are better supported in the GSS krb5 mechanism. * Replaced AD-SIGNEDPATH authdata with minimal PACs. * To avoid spurious replay errors, password change requests will not be attempted over UDP until the attempt over TCP fails. * PKINIT will sign its CMS messages with SHA-256 instead of SHA-1. * Updated all code using OpenSSL to be compatible with OpenSSL 3. * Reorganized the libk5crypto build system to allow the OpenSSL back-end to pull in material from the builtin back-end depending on the OpenSSL version. * Simplified the PRNG logic to always use the platform PRNG. * Converted the remaining Tcl tests to Python. ==== ldb ==== Version update (2.5.0 -> 2.5.1) Subpackages: libldb2 libldb2-32bit python3-ldb - Update to version 2.5.1 + Fix build problems; (bso#15071); ==== libnma ==== Version update (1.8.38 -> 1.8.40) Subpackages: libnma-gtk4-0 libnma-lang libnma0 typelib-1_0-NMA-1_0 - Update to version 1.8.40: + Ad-Hoc networks now default to using WPA2 instead of WEP. + WEP is no longer provided as an option for connecting to hidden networks due to its deprecated status. - Package docs sub-package as noarch. ==== libstorage-ng ==== Version update (4.5.20 -> 4.5.21) Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1 - Translated using Weblate (Portuguese (Brazil)) (bsc#1149754) - 4.5.21 ==== perl-Date-Manip ==== Version update (6.86 -> 6.88) - updated to 6.88 see /usr/share/doc/packages/perl-Date-Manip/Changes 6.88 expected 2022-06-01 - Time zone fixes There were no new timezone fixes on 2022-03-01, so no release made then. Newest zoneinfo data (tzdata 2022a). 6.87 expected 2022-03-01 - Bug fixes The package was being generated with an incorrect MANIFEST file. This is now fixed. RT 140075 ==== perl-Net-DNS ==== Version update (1.33 -> 1.34) - updated to 1.34 see /usr/share/doc/packages/perl-Net-DNS/Changes ==== powerdevil5 ==== Subpackages: powerdevil5-lang - Add backported upower-Prevent-integer-overflow-during-new-brightness.patch * Fixes brightness stuck on low level on systems with multiple GPUS ( boo#1199907 kde#454161 ) ==== python-kiwi ==== Version update (9.24.36 -> 9.24.41) - Bump version: 9.24.40 ? 9.24.41 - Fix helper method to detect dracut outfile format The method _get_boot_image_output_file_format_from_dracut_code is used in kiwi to match parts of the dracut code for the used output file format. Beginning with dracut-056 the code part checked has changed syntactically such that the match did no longer work. This commit increases the scope of the match and replace pattern and Fixes #2149 - Fixed handling of signing_keys in cmdline options When passing signing_keys with the --add-repo|--set-repo commandline options the delimiter to separate the single key information is a colon(:). However, this is stupid when kiwi expects the signing key to be references as an URI format like file://... Therefore this patch changes the delimiter from colon(:) to semicolon(;) - Bump version: 9.24.39 ? 9.24.40 - Setup SELinux on every system prepare / build (#2148) Setup SELinux on every system prepare / build such that all image types benefit from it not only the disk (oem) type - Install all of QEMU to Ubuntu arm integration test - rename user to ubuntu for Ubuntu integration test - Bump version: 9.24.38 ? 9.24.39 - Move to sphinx>=5.0.0 - Bump version: 9.24.37 ? 9.24.38 - Fixed sphinx extlinks rendering In Sphinx v5 warning will be treated as errors. This results in the following warning to be an error: extlinks: Sphinx-6.0 will require a caption string to contain exactly one '%s' and all other '%' need to be escaped as '%%'. This commit applies the required quoting - Bump version: 9.24.36 ? 9.24.37 - Added example aarch64 integration test for Ubuntu Created a RaspberryPI image description for Ubuntu(jammy) as integration test for building aarch64 images and added it to the integration test matrix - Added --target-arch for image info Allow cross arch dependency solving - update docs - Add support for group id in users setting Allow to specify the group id in the groups list a user should belong to. The group id can be placed as part of the group name separated by a colon like in the following example: Please note kiwi checks if the provided group already exists and only creates a group if it is not already present in the system. As default groups are usually provided by the OS itself including its preferred group id, you will intentionally not be able to overwrite group id for existing groups. This Fixes #2064 ==== razor-agents ==== Version update (2.85 -> 2.86) - Update to version 2.86 * Switch to modern XSLoader - Used spec-cleaner to modernize the SPEC file - Dropped fixed razor-agents-perl522.patch ==== samba ==== Version update (4.16.1+git.237.1d04c5f421f -> 4.16.2+git.262.6acc6531bc7) Subpackages: libsamba-policy0-python3 samba-ad-dc-libs samba-client samba-client-32bit samba-client-libs samba-client-libs-32bit samba-gpupdate samba-ldb-ldap samba-libs samba-libs-python3 samba-python3 samba-winbind samba-winbind-libs samba-winbind-libs-32bit - Update to 4.16.2 * Use pathref fd instead of io fd in vfs_default_durable_cookie; (bso#15042); * vfs_gpfs with vfs_shadowcopy2 fail to restore file if original file had been deleted; (bso#15069); * Reintroduce netgroups support; (bso#15087); * net ads info shows LDAP Server: 0.0.0.0 depending on contacted server; (bso#14674); * Update from 4.15 to 4.16 breaks discovery of [homes] on standalone server from Win and IOS; (bso#15062); * waf produces incorrect names for python extensions with Python 3.11; (bso#15071); * smbclient -E doesn't work as advertised; (bso#15075); * The samba background daemon doesn't refresh the printcap cache on startup; (bso#15081); * Out-by-4 error in smbd read reply max_send clamp; (bso#14443); - Fix samba4.blackbox.net_ads_dns_async test with bind9 >= 9.17.7 - Support building with MIT Kerberos 1.20 - Bronze bit and S4U support with MIT Kerberos 1.20 for Samba AD DC; (CVE-2020-17049); - Resource Based Constrained Delegation (RBCD) for Samba AD DC - Support building with gcc 12.1 ==== yast2 ==== Version update (4.5.4 -> 4.5.5) Subpackages: yast2-logs - Allow to install missing packages in chroot (bsc#1199840) - 4.5.5 ==== yast2-country ==== Version update (4.5.0 -> 4.5.1) Subpackages: yast2-country-data - Adapt language module to run properly in chroot (bsc#1199840) - 4.5.1