Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
bind (9.18.14 -> 9.18.15)
cups-filters
curl (8.0.1 -> 8.1.0)
keylime
libstorage-ng (4.5.105 -> 4.5.106)
python-SQLAlchemy
rubygem-ruby-dbus (0.21.0 -> 0.22.1)
sqlite3 (3.41.2 -> 3.42.0)
wpa_supplicant
=== Details ===
==== bind ====
Version update (9.18.14 -> 9.18.15)
- Update to release 9.18.15
Bug Fixes:
* The max-transfer-time-in and max-transfer-idle-in statements
have not had any effect since the BIND 9 networking stack was
refactored in version 9.16. The missing functionality has been
re-implemented and incoming zone transfers now time out
properly when not progressing.
* The read timeout in rndc is now 60 seconds, matching the
behavior in BIND 9.16 and earlier. It had previously been
lowered to 30 seconds by mistake.
* When the ISC_R_INVALIDPROTO (ENOPROTOOPT, EPROTONOSUPPORT)
error code is returned by libuv, it is now treated as a network
failure: the server for which that error code is returned gets
marked as broken and is not contacted again during a given
resolution process.
* When removing delegations from an opt-out range,
empty-non-terminal NSEC3 records generated by those delegations
were not cleaned up. This has been fixed.
* Log file rotation code did not clean up older versions of log
files when the logging channel had an absolute path configured
as a file destination. This has been fixed.
Known Issues:
* Sending NOTIFY messages silently fails when the source port
specified in the notify-source statement is already in use.
This can happen e.g. when multiple servers are configured as
NOTIFY targets for a zone and some of them are unresponsive.
This issue can be worked around by not specifying the source
port for NOTIFY messages in the notify-source statement; note
that source port configuration is already deprecated and will
be removed altogether in a future release.
==== cups-filters ====
- cups-filters-1.28.15-0001-beh-backend-Use-execv-instead-of-system-CVE-2023-24805.patch
cups-filters-1.28.15-0002-beh-backend-Extra-checks-against-odd-forged-input-CVE-2023-24805.patch
cups-filters-1.28.15-0003-beh-backend-Further-improvements-CVE-2023-24805.patch
are the upstream
0001-beh-backend-Use-execv-instead-of-system-CVE-2023-24805.patch
0002-beh-backend-Extra-checks-against-odd-forged-input-CVE-2023-24805.patch
0003-beh-backend-Further-improvements-CVE-2023-24805.patch
backported to cups-filters-1.28.15
to fix CVE-2023-24805: RCE in cups-filters, beh CUPS backend
(bsc#1211340) and
https://github.com/OpenPrinting/cups-filters/commit/8f274035756c04efeb77eb6…
==== curl ====
Version update (8.0.1 -> 8.1.0)
Subpackages: libcurl4
- Update to 8.1.0:
* Security fixes:
- UAF in SSH sha256 fingerprint [bsc#1211230, CVE-2023-28319]
- siglongjmp race condition [bsc#1211231, CVE-2023-28320]
- IDN wildcard match [bsc#1211232, CVE-2023-28321]
- POST-after-PUT confusion [bsc#1211233, CVE-2023-28322]
- See also: https://curl.se/docs/security.html
* Changes:
- curl: add --proxy-http2
- CURLPROXY_HTTPS2: for HTTPS proxy that may speak HTTP/2
- hostip: refuse to resolve the .onion TLD
- tool_writeout: add URL component variables
* Bugfixes:
- See full changelog here: https://curl.se/changes.html#8_1_0
==== keylime ====
Subpackages: keylime-config keylime-firewalld keylime-logrotate keylime-registrar keylime-tenant keylime-tpm_cert_store keylime-verifier python310-keylime
- Add missing jsonschema dependecy
==== libstorage-ng ====
Version update (4.5.105 -> 4.5.106)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#932
- check for more aliases when looking up udev info
- 4.5.106
==== python-SQLAlchemy ====
- drop unnecessary mypy dependency
==== rubygem-ruby-dbus ====
Version update (0.21.0 -> 0.22.1)
- 0.22.1
Bug fixes:
* Fix OBS building by disabling IPv6 tests, gh#mvidner/ruby-dbus#134.
- 0.22.0
Features:
* Enable using nokogiri without rexml (by Dominik Andreas Schorpp,
gh#mvidner/ruby-dbus#132)
Bug fixes:
* Respect DBUS_SYSTEM_BUS_ADDRESS environment variable.
Other:
* For NameRequestError, mention who is the other owner.
* Session bus autolaunch still does not work, but: don't try launchd except
on macOS, and improve the error message.
* examples/gdbus split off to its own repository
==== sqlite3 ====
Version update (3.41.2 -> 3.42.0)
Subpackages: libsqlite3-0 sqlite3-tcl
- Update to 3.42.0:
* Add the FTS5 secure-delete command. This option causes all
forensic traces to be removed from the FTS5 inverted index when
content is deleted.
* Enhance the JSON SQL functions to support JSON5 extensions.
* The SQLITE_CONFIG_LOG and SQLITE_CONFIG_PCACHE_HDRSZ calls to
sqlite3_config() are now allowed to occur after
sqlite3_initialize().
* New sqlite3_db_config() options:
SQLITE_DBCONFIG_STMT_SCANSTATUS and
SQLITE_DBCONFIG_REVERSE_SCANORDER.
* Query planner improvements.
* Add the --unsafe-testing command-line option.
* Allow commands ".log on" and ".log off", even in --safe mode.
* "--" as a command-line argument means all subsequent arguments
that start with "-" are interpreted as normal non-option
argument.
* Magic parameters ":inf" and ":nan" bind to floating point
literals Infinity and NaN, respectively.
* Add the ability for application-defined SQL functions to have
the same name as join keywords: CROSS, FULL, INNER, LEFT,
NATURAL, OUTER, or RIGHT.
* Enhancements to PRAGMA integrity_check
* Allow the session extension to be configured to capture changes
from tables that lack an explicit ROWID.
* Added the subsecond modifier to the date and time functions.
* Negative values passed into sqlite3_sleep() are henceforth
interpreted as 0.
* The maximum recursion depth for JSON arrays and objects is
lowered from 2000 to 1000.
* Extended the built-in printf() function so the comma option now
works with floating-point conversions in addition to integer
conversions.
* Miscellaneous bug fixes and performance optimizations.
==== wpa_supplicant ====
- Change ctrl_interface from /var/run to %_rundir (/run)
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
dnsmasq
firewalld
gawk
gnutls
hwdata (0.369 -> 0.370)
inxi (3.3.23 -> 3.3.27)
kernel-source (6.3.1 -> 6.3.2)
libcontainers-common
libnettle (3.8.1 -> 3.9)
libpng16
libstorage-ng (4.5.103 -> 4.5.105)
setxkbmap (1.3.3 -> 1.3.4)
sysvinit (3.00 -> 3.07)
texlive
tnftp (20210827 -> 20230507)
ucode-intel (20230214 -> 20230512)
yast2-installation (4.6.2 -> 4.6.3)
yast2-pkg-bindings (4.6.1 -> 4.6.2)
yast2-services-manager (4.6.0 -> 4.6.1)
=== Details ===
==== dnsmasq ====
- Correct rundir from /var/run to /run for pid file
==== firewalld ====
Subpackages: firewalld-bash-completion firewalld-lang python3-firewall
- Add firewalld-runstatedir.patch: change pid file location from
/var/run to /run
==== gawk ====
- enable profiling
==== gnutls ====
- Disable GNULIB's year2038 also for 32-bit arm - boo#1211394
==== hwdata ====
Version update (0.369 -> 0.370)
- update to 0.370:
* Update pci, usb and vendor ids
==== inxi ====
Version update (3.3.23 -> 3.3.27)
- Update to version 3.3.27:
+ /usr/share/doc/packages/inxi/inxi.changelog.
==== kernel-source ====
Version update (6.3.1 -> 6.3.2)
- Linux 6.3.2 (bsc#1012628).
- netfilter: nf_tables: deactivate anonymous set from preparation
phase (bsc#1012628).
- arch_topology: Remove early cacheinfo error message if -ENOENT
(bsc#1012628).
- debugobject: Ensure pool refill (again) (bsc#1012628).
- cifs: avoid potential races when handling multiple dfs tcons
(bsc#1012628).
- cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath
(bsc#1012628).
- cifs: fix potential race when tree connecting ipc (bsc#1012628).
- cifs: fix sharing of DFS connections (bsc#1012628).
- cifs: protect session status check in smb2_reconnect()
(bsc#1012628).
- cifs: fix potential use-after-free bugs in
TCP_Server_Info::hostname (bsc#1012628).
- io_uring/rsrc: check for nonconsecutive pages (bsc#1012628).
- perf intel-pt: Fix CYC timestamps after standalone CBR
(bsc#1012628).
- perf auxtrace: Fix address filter entire kernel size
(bsc#1012628).
- dm: don't lock fs when the map is NULL in process of resume
(bsc#1012628).
- dm ioctl: fix nested locking in table_clear() to remove deadlock
concern (bsc#1012628).
- dm flakey: fix a crash with invalid table line (bsc#1012628).
- dm integrity: call kmem_cache_destroy() in dm_integrity_init()
error path (bsc#1012628).
- dm clone: call kmem_cache_destroy() in dm_clone_init() error
path (bsc#1012628).
- dm verity: fix error handling for check_at_most_once on FEC
(bsc#1012628).
- vhost_vdpa: fix unmap process in no-batch mode (bsc#1012628).
- mm/hugetlb: fix uffd-wp during fork() (bsc#1012628).
- mm/mempolicy: correctly update prev when policy is equal on
mbind (bsc#1012628).
- ia64: fix an addr to taddr in huge_pte_offset() (bsc#1012628).
- s390/dasd: fix hanging blockdevice after request requeue
(bsc#1012628).
- btrfs: scrub: reject unsupported scrub flags (bsc#1012628).
- scripts/gdb: fix lx-timerlist for Python3 (bsc#1012628).
- afs: Avoid endless loop if file is larger than expected
(bsc#1012628).
- afs: Fix getattr to report server i_size on dirs, not local size
(bsc#1012628).
- afs: Fix updating of i_size with dv jump from server
(bsc#1012628).
- PM: hibernate: Do not get block device exclusively in
test_resume mode (bsc#1012628).
- PM: hibernate: Turn snapshot_test into global variable
(bsc#1012628).
- ACPI: PM: Do not turn of unused power resources on the Toshiba
Click Mini (bsc#1012628).
- hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id()
(bsc#1012628).
- hte: tegra: fix 'struct of_device_id' build error (bsc#1012628).
- mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE (bsc#1012628).
- mfd: ocelot-spi: Fix unsupported bulk read (bsc#1012628).
- mfd: tqmx86: Correct board names for TQMxE39x (bsc#1012628).
- mfd: tqmx86: Specify IO port register range more precisely
(bsc#1012628).
- mfd: tqmx86: Do not access I2C_DETECT register through io_base
(bsc#1012628).
- thermal/drivers/mediatek: Use devm_of_iomap to avoid resource
leak in mtk_thermal_probe (bsc#1012628).
- pinctrl-bcm2835.c: fix race condition when setting gpio dir
(bsc#1012628).
- dmaengine: at_xdmac: do not enable all cyclic channels
(bsc#1012628).
- dmaengine: at_xdmac: restore the content of grws register
(bsc#1012628).
- dmaengine: at_xdmac: do not resume channels paused by consumers
(bsc#1012628).
- dmaengine: at_xdmac: fix imbalanced runtime PM reference counter
(bsc#1012628).
- dmaengine: at_xdmac: disable/enable clock directly on
suspend/resume (bsc#1012628).
- dmaengine: dw-edma: Fix to enable to issue dma request on DMA
processing (bsc#1012628).
- dmaengine: dw-edma: Fix to change for continuous transfer
(bsc#1012628).
- dma: gpi: remove spurious unlock in gpi_ch_init (bsc#1012628).
- phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select()
(bsc#1012628).
- phy: tegra: xusb: Add missing tegra_xusb_port_unregister for
usb2_port and ulpi_port (bsc#1012628).
- soundwire: intel: don't save hw_params for use in prepare
(bsc#1012628).
- pwm: mtk-disp: Configure double buffering before reading in
.get_state() (bsc#1012628).
- pwm: mtk-disp: Disable shadow registers before setting backlight
values (bsc#1012628).
- leds: tca6507: Fix error handling of using
fwnode_property_read_string (bsc#1012628).
- dmaengine: mv_xor_v2: Fix an error code (bsc#1012628).
- pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible
string (bsc#1012628).
- leds: TI_LMU_COMMON: select REGMAP instead of depending on it
(bsc#1012628).
... changelog too long, skipping 1100 lines ...
- commit 26ec1ca
==== libcontainers-common ====
- Introduce new subpackage that adds SLE-specific mounts only
on SLE systems (if sles-release) hence avoiding superfluous
warnings on non-SLE systems while running podman commands.
(bsc#1211124)
==== libnettle ====
Version update (3.8.1 -> 3.9)
Subpackages: libhogweed6 libnettle8
- update to 3.9
* rewrite of the C and plain x86_64 assembly implementations of
GHASH to use precomputed tables in a different way, with tables
always accessed in the same sequential manner. This should make
Nettle's GHASH implementation side-channel silent on all
platforms, but considerably slower on platforms without carry-
less mul instructions. E.g., benchmarks of the C implementation
on x86_64 showed a slowdown of 3 times.
* Fix bug in ecdsa and gostdsa signature verify operation, for
the unlikely corner case that point addition really is point
duplication.
* Fix for chacha on Power7, nettle's assembly used an instruction
only available on later processors
* Add support for the SM4 block cipher
* Add support for the Balloon password hash
* Add support for SIV-GCM authenticated encryption mode
* Add support for OCB authenticated encryption mode.
* New exported functions md5_compress, sha1_compress,
sha256_compress, sha512_compress
* multiple performance optimizations
* Delete all arcfour assembly code. Affects 32-bit x86, 32-bit
and 64-bit sparc
==== libpng16 ====
- do not use NEON instructions [bsc#1211176]
==== libstorage-ng ====
Version update (4.5.103 -> 4.5.105)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#931
- added test programs for nvme list and list-subsys
- 4.5.105
- merge gh#openSUSE/libstorage-ng#930
- avoid to handle some fstab entries twice
- 4.5.104
==== setxkbmap ====
Version update (1.3.3 -> 1.3.4)
- Update to version 1.3.4
* gitlab CI: stop requiring Signed-off-by in commits
* Be more careful about querying randr
* Fix "Xwayland" spelling
* Check for the XWAYLAND extension
* Route the Xwayland warning through stderr
==== sysvinit ====
Version update (3.00 -> 3.07)
- Update to sysvinit 3.07
* Fixed killall5 so that processes in the omit list are
not sent any signals, including SIGSTOP.
* Fixed usage message for killall5 to be more accurate.
* pidof was not returning PIDs of programs which were launched
using a symbolic link. (ie /tmp/sleep when /tmp/sleep links to /usr/bin/sleep).
This is now fixed as we check both the realpath and symbolic path for processes.
In other words, "pidof /tmp/sleep" and "pidof /usr/bin/sleep" will return
the same PIDs when /tmp/sleep is a symbolic link to /usr/bin/sleep.
* Fixed memory initialization error in pidof. Fix provided by Markus Fischer.
* Accepted patch from Mark Hindley which avoids clearing realpath information
in pidof when trying to find matching executables.
* Mark Hindley fixed typo in es.po
* Mark Hindley cleaned up translation code in src/Makefile.
* Drop sulogin from Debian build. Removed libcrypt-dev dependency.
* Fixed pt translation pages which were failing due to mis-matched
open/close tags.
* Makefile now respects ROOT prefix when setting up pidof-to-killall5
symbolic link.
* Removed redundant translation files from man directory.
* Makefile now respects DESTDIR. User can specify either ROOT= or DESTDIR=
to set install prefix.
* Helge Kreutzmann provided updated Makefile for
translation of manual pages. This has been added
to the man directory.
* Added sys/sysmacros.h include in mountpoint.c to fix
compiler errors on systems where major/minor macros were not defined.
* Applied patches from Mark Hindley to clean up man page
Makefile, translations and installs of new man pages.
* Remove reliance on linux/fs.h as it conflicts with glibc 2.36.
Patch provided by lucascars.
* Mark Hindley supplied patch to make bootlogd compile
on GNU Hurd systems. Was missing major/minor macro.
* Fixed formatting in init.8 man page.
Patch provided by Mark Hindley.
* Added q and Q flags to synopsis in shutdown manual page.
* Applied fixes for markup and spacing in manual pages.
Patch provided by Mario Blattermann.
* Added translation framework (po4a) from Mario Blttermann.
* Added Makefile for man/ directory. Will handle translations
and substitutions.
* Applied new translations for multiple languages from Mario Blattermann.
* Added ability to use "@" symbol in command named in the inittab file. This
treats commands as literal and does not launch a shell to interpret them.
* Updated inittab manual page to include overview of symbols which trigger
a shell interpretor and how to disable them using the @ symbol.
* Introduced change which adds error checking in bootlogd when performing
chdir(). - Provided by Alexander Vickberg
* Add check for console using TIOCGDEV on Linux systems in bootlogd to
make finding console more robust. - Provided by Alexander Vickberg
* Default to showing processes in the uninterruptable state (D).
The -z flag no longer affects whether processes in D state are shown.
The -z flag does still toggle whether zombie (Z) processes are shown.
* Removed unnecessary check which is always true from init tab parsing.
- Port patches
* sysvinit-2.88dsf-suse.patch
* sysvinit-2.90-no-kill.patch
* sysvinit-2.90.dif
- Add keyring as well as signature for source tar ball of sysvinit
==== texlive ====
- Add patch source-luatex.dif
* Update to luatex 1.17.0 with the fixes for CVE-2023-32668 and
CVE-2023-32700 (bsc#1211389) VUL-0: TeXLive: Arbitrary code
execution in LuaTeX
==== tnftp ====
Version update (20210827 -> 20230507)
- Update to version 20230507
* Add timeout for SSL connection setup, defaulting to 60
seconds.
* Consistently use poll(2) instead of select(2).
* Check EAGAIN as well as EINTR.
* Simplify includes.
- Update to version 20230409
* Add option sslnoverify to control validation of SSL
certificates.
* Add netrc processing to fetch-mode (URL on command line)
to enable options and autologin via netrc.
* Fix SSL cleanup in some error paths.
* Support SSL certificate validation by default.
FTPSSLNOVERIFY=1 in the environment to disable validation.
* Handle relative URLs.
* Improve ftp(1) markup.
* Fix -? in a more portable manner.
==== ucode-intel ====
Version update (20230214 -> 20230512)
- Updated to Intel CPU Microcode 20230512 release. (bsc#1211382)
- New Platforms
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ADL-N | A0 | 06-be-00/01 | | 00000010 | Core i3-N305/N300, N50/N97/N100/N200, Atom x7211E/x7213E/x7425E
| AZB | A0 | 06-9a-04/40 | | 00000004 | Intel(R) Atom(R) C1100
| AZB | R0 | 06-9a-04/40 | | 00000004 | Intel(R) Atom(R) C1100
- Updated Platforms
| Processor | Stepping | F-M-S/PI | Old Ver | New Ver | Products
|:---------------|:---------|:------------|:---------|:---------|:---------
| ADL | L0 | 06-9a-03/80 | 00000429 | 0000042a | Core Gen12
| ADL | L0 | 06-9a-04/80 | 00000429 | 0000042a | Core Gen12
| AML-Y22 | H0 | 06-8e-09/10 | | 000000f2 | Core Gen8 Mobile
| AML-Y42 | V0 | 06-8e-0c/94 | 000000f4 | 000000f6 | Core Gen10 Mobile
| CFL-H | R0 | 06-9e-0d/22 | 000000f4 | 000000f8 | Core Gen9 Mobile
| CFL-H/S | P0 | 06-9e-0c/22 | 000000f0 | 000000f2 | Core Gen9
| CFL-H/S/E3 | U0 | 06-9e-0a/22 | 000000f0 | 000000f2 | Core Gen8 Desktop, Mobile, Xeon E
| CFL-S | B0 | 06-9e-0b/02 | 000000f0 | 000000f2 | Core Gen8
| CFL-U43e | D0 | 06-8e-0a/c0 | 000000f0 | 000000f2 | Core Gen8 Mobile
| CLX-SP | B0 | 06-55-06/bf | 04003303 | 04003501 | Xeon Scalable Gen2
| CLX-SP | B1 | 06-55-07/bf | 05003303 | 05003501 | Xeon Scalable Gen2
| CML-H | R1 | 06-a5-02/20 | 000000f4 | 000000f6 | Core Gen10 Mobile
| CML-S102 | Q0 | 06-a5-05/22 | 000000f4 | 000000f6 | Core Gen10
| CML-S62 | G1 | 06-a5-03/22 | 000000f4 | 000000f6 | Core Gen10
| CML-U62 V1 | A0 | 06-a6-00/80 | 000000f4 | 000000f6 | Core Gen10 Mobile
| CML-U62 V2 | K1 | 06-a6-01/80 | 000000f4 | 000000f6 | Core Gen10 Mobile
| CML-Y42 | V0 | 06-8e-0c/94 | 000000f4 | 000000f6 | Core Gen10 Mobile
| CPX-SP | A1 | 06-55-0b/bf | 07002503 | 07002601 | Xeon Scalable Gen3
| ICL-D | B0 | 06-6c-01/10 | 01000211 | 01000230 | Xeon D-17xx, D-27xx
| ICL-U/Y | D1 | 06-7e-05/80 | 000000b8 | 000000ba | Core Gen10 Mobile
| ICX-SP | D0 | 06-6a-06/87 | 0d000389 | 0d000390 | Xeon Scalable Gen3
| KBL-G/H/S/E3 | B0 | 06-9e-09/2a | 000000f0 | 000000f2 | Core Gen7; Xeon E3 v6
| KBL-U/Y | H0 | 06-8e-09/c0 | | 000000f2 | Core Gen7 Mobile
| LKF | B2/B3 | 06-8a-01/10 | 00000032 | 00000033 | Core w/Hybrid Technology
| RKL-S | B0 | 06-a7-01/02 | 00000057 | 00000058 | Core Gen11
| RPL-H 6+8 | J0 | 06-ba-02/07 | 0000410e | 00004112 | Core Gen13
| RPL-P 6+8 | J0 | 06-ba-02/07 | 0000410e | 00004112 | Core Gen13
| RPL-S | S0 | 06-b7-01/32 | 00000112 | 00000113 | Core Gen13
| RPL-U 2+8 | Q0 | 06-ba-03/07 | 0000410e | 00004112 | Core Gen13
| SKX-D | H0 | 06-55-04/b7 | | 02006f05 | Xeon D-21xx
| SKX-SP | B1 | 06-55-03/97 | 01000161 | 01000171 | Xeon Scalable
| SKX-SP | H0/M0/U0 | 06-55-04/b7 | | 02006f05 | Xeon Scalable
| SPR-HBM | B3 | 06-8f-08/10 | 2c000170 | 2c0001d1 | Xeon Max
| SPR-SP | E0 | 06-8f-04/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | E2 | 06-8f-05/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | E3 | 06-8f-06/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | E4 | 06-8f-07/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | E5 | 06-8f-08/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | S2 | 06-8f-07/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| SPR-SP | S3 | 06-8f-08/87 | 2b000181 | 2b000461 | Xeon Scalable Gen4
| TGL | B1 | 06-8c-01/80 | 000000a6 | 000000aa | Core Gen11 Mobile
| TGL-H | R0 | 06-8d-01/c2 | 00000042 | 00000044 | Core Gen11 Mobile
| TGL-R | C0 | 06-8c-02/c2 | 00000028 | 0000002a | Core Gen11 Mobile
| WHL-U | V0 | 06-8e-0c/94 | 000000f4 | 000000f6 | Core Gen8 Mobile
| WHL-U | W0 | 06-8e-0b/d0 | | 000000f2 | Core Gen8 Mobile
==== yast2-installation ====
Version update (4.6.2 -> 4.6.3)
- Use a larger font for xterm during installation via X resources
(bsc#1211267)
Details: https://github.com/yast/yast-installation/pull/1085
4.6.3
==== yast2-pkg-bindings ====
Version update (4.6.1 -> 4.6.2)
- Dropped the *-devel-doc subpackage (related to bsc#1211319)
- 4.6.2
==== yast2-services-manager ====
Version update (4.6.0 -> 4.6.1)
- Improved help text for services table (bsc#1211320)
- 4.6.1
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MozillaFirefox (113.0 -> 113.0.1)
kwin5
yast2-trans (84.87.20230507.125aa699e6 -> 84.87.20230513.307f8d2fb9)
=== Details ===
==== MozillaFirefox ====
Version update (113.0 -> 113.0.1)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 113.0.1
* UI fixes for other platforms
- upstream signing key updated
==== kwin5 ====
Subpackages: kwin5-lang
- Add patch to fix pointer constraint region handling (kde#469555):
* revert-avoid-pointer-warp.patch
==== yast2-trans ====
Version update (84.87.20230507.125aa699e6 -> 84.87.20230513.307f8d2fb9)
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.20230513.307f8d2fb9:
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (German)
* Translated using Weblate (Catalan)
* New POT for text domain 'vm'.
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* New POT for text domain 's390'.
* New POT for text domain 'network'.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
attica-qt5 (5.105.0 -> 5.106.0)
baloo5 (5.105.0 -> 5.106.0)
bluez-qt (5.105.0 -> 5.106.0)
breeze5-icons (5.105.0 -> 5.106.0)
frameworkintegration (5.105.0 -> 5.106.0)
highway
kactivities-stats (5.105.0 -> 5.106.0)
kactivities5 (5.105.0 -> 5.106.0)
karchive (5.105.0 -> 5.106.0)
kauth (5.105.0 -> 5.106.0)
kbookmarks (5.105.0 -> 5.106.0)
kcmutils (5.105.0 -> 5.106.0)
kcodecs (5.105.0 -> 5.106.0)
kcompletion (5.105.0 -> 5.106.0)
kconfig (5.105.0 -> 5.106.0)
kconfigwidgets (5.105.0 -> 5.106.0)
kcoreaddons (5.105.0 -> 5.106.0)
kcrash (5.105.0 -> 5.106.0)
kdbusaddons (5.105.0 -> 5.106.0)
kdeclarative (5.105.0 -> 5.106.0)
kded (5.105.0 -> 5.106.0)
kdelibs4support (5.105.0 -> 5.106.0)
kdesu (5.105.0 -> 5.106.0)
kdnssd-framework (5.105.0 -> 5.106.0)
kdoctools (5.105.0 -> 5.106.0)
kfilemetadata5 (5.105.0 -> 5.106.0)
kglobalaccel (5.105.0 -> 5.106.0)
kguiaddons (5.105.0 -> 5.106.0)
kholidays (5.105.0 -> 5.106.0)
khtml (5.105.0 -> 5.106.0)
ki18n (5.105.0 -> 5.106.0)
kiconthemes (5.105.0 -> 5.106.0)
kidletime (5.105.0 -> 5.106.0)
kimageformats (5.105.0 -> 5.106.0)
kinit (5.105.0 -> 5.106.0)
kio (5.105.0 -> 5.106.0)
kirigami2 (5.105.0 -> 5.106.0)
kitemmodels (5.105.0 -> 5.106.0)
kitemviews (5.105.0 -> 5.106.0)
kjobwidgets (5.105.0 -> 5.106.0)
kjs (5.105.0 -> 5.106.0)
knewstuff (5.105.0 -> 5.106.0)
knotifications (5.105.0 -> 5.106.0)
knotifyconfig (5.105.0 -> 5.106.0)
kpackage (5.105.0 -> 5.106.0)
kparts (5.105.0 -> 5.106.0)
kpeople5 (5.105.0 -> 5.106.0)
kpty (5.105.0 -> 5.106.0)
kquickcharts (5.105.0 -> 5.106.0)
krunner (5.105.0 -> 5.106.0)
kservice (5.105.0 -> 5.106.0)
ktexteditor (5.105.0 -> 5.106.0)
ktextwidgets (5.105.0 -> 5.106.0)
kunitconversion (5.105.0 -> 5.106.0)
kwallet (5.105.0 -> 5.106.0)
kwayland (5.105.0 -> 5.106.0)
kwidgetsaddons (5.105.0 -> 5.106.0)
kwindowsystem (5.105.0 -> 5.106.0)
kxmlgui (5.105.0 -> 5.106.0)
libKF5ModemManagerQt (5.105.0 -> 5.106.0)
libKF5NetworkManagerQt (5.105.0 -> 5.106.0)
plasma-framework (5.105.0 -> 5.106.0)
prison-qt5 (5.105.0 -> 5.106.0)
purpose (5.105.0 -> 5.106.0)
python-pyzmq (24.0.1 -> 25.0.2)
qqc2-desktop-style (5.105.0 -> 5.106.0)
ruby-common (3.2 -> 3.2.1)
rubygem-gem2rpm
solid (5.105.0 -> 5.106.0)
sonnet (5.105.0 -> 5.106.0)
syndication (5.105.0 -> 5.106.0)
syntax-highlighting (5.105.0 -> 5.106.0)
threadweaver (5.105.0 -> 5.106.0)
=== Details ===
==== attica-qt5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Attica5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== baloo5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: baloo5-file baloo5-file-lang baloo5-imports baloo5-kioslaves baloo5-kioslaves-lang baloo5-tools baloo5-tools-lang libKF5Baloo5 libKF5BalooEngine5 libKF5BalooEngine5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* baloosearch: Inform the user when the specified dir is not canonical
* aggressively resource constrain baloo_file
==== bluez-qt ====
Version update (5.105.0 -> 5.106.0)
Subpackages: bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== breeze5-icons ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Make monochrome MS-DOS executable icons respect the color scheme
* Increase moon size for redshift-status-on icon
* Add mimetype icons for alembic files
* Add new Partition Manager app icon
* Make media-flash icon actually look like a typical flash memory card (kde#468006)
* Add new icons for the pixelate and blur tools in Spectacle
==== frameworkintegration ====
Version update (5.105.0 -> 5.106.0)
Subpackages: frameworkintegration-plugin libKF5Style5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== highway ====
- Add memory-constraints to build
==== kactivities-stats ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kactivities5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kactivities5-imports libKF5Activities5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== karchive ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Archive5 libKF5Archive5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* karchiveentry.h: add missing KArchive forward declaration
==== kauth ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Auth5 libKF5Auth5-lang libKF5AuthCore5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kbookmarks ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Bookmarks5 libKF5Bookmarks5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kcmutils ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kcmutils-imports libKF5KCMUtils5 libKF5KCMUtils5-lang libKF5KCMUtilsCore5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* KCModuleQml: Set and inherit LayoutMirroring on an off-screen window
==== kcodecs ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Codecs5 libKF5Codecs5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kcompletion ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Completion5 libKF5Completion5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kconfig ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kconf_update5 libKF5ConfigCore5 libKF5ConfigCore5-lang libKF5ConfigGui5 libKF5ConfigQml5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Add workaround to support config name with minus sign
==== kconfigwidgets ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5ConfigWidgets5 libKF5ConfigWidgets5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kcoreaddons ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kcoreaddons-lang libKF5CoreAddons5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* exportUrlsToPortal: let it work in a non-KDE session (kde#458643)
* exportUrlsToPortal: don't export when there are non-sendable non-local files
* KDirWatch: Don't append fileName to fileName in Delete event (kde#467095)
==== kcrash ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdbusaddons ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kdbusaddons-tools libKF5DBusAddons5 libKF5DBusAddons5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdeclarative ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kdeclarative-components libKF5CalendarEvents5 libKF5Declarative5 libKF5Declarative5-lang libKF5QuickAddons5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Guard nullable property access, and bind instead of assigning once
* CalendarEventsPlugin: fix wrong deprecation for signal alternateDateReady
==== kded ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdelibs4support ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kdelibs4support-lang libKF5KDELibs4Support5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdesu ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Su5 libKF5Su5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdnssd-framework ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5DNSSD5 libKF5DNSSD5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kdoctools ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kdoctools-lang libKF5DocTools5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kfilemetadata5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kfilemetadata5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Test HEIF in Exiv2Extractor
* Test JXL in Exiv2Extractor, extend JPEG coverage
* Move static private helper out of Exiv2ExtractorTest class
* Clean up Exiv2/C++14 warning message
* Remove usage of deprecated MP4::ItemListMap in taglib extractor
* Disable external extractor/writer test on Windows
* Modernize and extend CMake check for Python3
* Extend dignostics for taglib autotests
* Make fb2 extractor compilation dependent on KF5Archive
==== kglobalaccel ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccel5-lang libKF5GlobalAccelPrivate5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kguiaddons ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5GuiAddons5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kholidays ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Holidays5 libKF5Holidays5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== khtml ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5KHtml5 libKF5KHtml5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== ki18n ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5I18n5 libKF5I18n5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kiconthemes ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5IconThemes5 libKF5IconThemes5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kidletime ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kimageformats ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix wrong alpha conversion (kde#468288)
==== kinit ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kinit-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kio ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kio-core kio-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* ApplicationLauncherJob: find mimetype before showing open with dialog
* KPropertiesDialog: Don't quote the path unnecessarily (kde#467369)
* KEncodingFileDialog: Sort the list of encodings by name
* WidgetsAskUserActionHandler: make sure all dialogs are created in the main thread (kde#458709)
* WidgetsAskUserActionHandler: create message dialog in the main thread (kde#465454)
* file: make sure to cancel reading if the worker was aborted (kde#358231)
* autotests: Fix Qt 6.5 compatibility
* KFileItemActions: don't add service submenus that don't have active actions
* Improve grammar, wording, add a test check
* KCoreDirLister: AutoUpdate wasn't incremented when a new lister opened an already listed dir
* SlaveInterface: Set button icon for "Continue Loading"
* Set ExitType when running applications as transient systemd services
==== kirigami2 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kirigami2-lang libKF5Kirigami2-5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix spacing issue in OverlaySheet
* GlobalToolBar: Fix enabled state of the BackButton in RTL mode
* CardsGridView: improve columns property codeblock
* SelectableLabel: Prevent it from participating in Tab chain
* Tutorials: docs/use with docs/getting-started
* Update Mainpage.dox KF5
* Fix disabled text color in Material style with dark color scheme
* ActionButton: Fix reference to a tooltip attached property
* BreadcrumbControl: Fix wrong heading offset in RTL layout direction
* Documentation refresh/fixups
* Port actionsMenu manual test away from manual header management
* ContextDrawer: Remove top padding as well
* BreadcrumbControl: Fix errors from wrong indexing
* Fix accessibility of back and forward button
* toolbarlayout: addAction(): return early if action is empty
* Don't use id in background item
* private/ActionsMenu: Remove empty unused component
* fix dragging from toolbar (kde#467857)
* SwipeListItem: Fix for QT_QUICK_CONTROLS_MOBILE (kde#467884)
* OverlayDrawer: Fix z value being too high for OverlaySheets (kde#466219)
* Added keyboard search icon to SearchField
==== kitemmodels ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kitemmodels-imports libKF5ItemModels5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kitemviews ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5ItemViews5 libKF5ItemViews5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kjobwidgets ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5JobWidgets5 libKF5JobWidgets5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kjs ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== knewstuff ====
Version update (5.105.0 -> 5.106.0)
Subpackages: knewstuff-imports libKF5NewStuff5 libKF5NewStuff5-lang libKF5NewStuffCore5 libKF5NewStuffWidgets5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Remove unused dependencies
==== knotifications ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Notifications5 libKF5Notifications5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== knotifyconfig ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5NotifyConfig5 libKF5NotifyConfig5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kpackage ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kpackage-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Deprecate KPackage::Package::name, add default for parameters
==== kparts ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Parts5 libKF5Parts5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kpeople5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kpeople5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kpty ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Pty5 libKF5Pty5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kquickcharts ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== krunner ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Backport new API for RunnerSyntax, deprecated old API
* Repair binary compatibility for RunnerSyntax
==== kservice ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kservice-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix querying actions for service of a service action
* Parse actions last when creating a service
==== ktexteditor ====
Version update (5.105.0 -> 5.106.0)
Subpackages: ktexteditor-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix Save Copy As.. not working anymore (kde#468672)
* Fix indenting removes characters if line has tabs at start (kde#468495)
* Printer: AlignVCenter line numbers
* Dont ignore folding when printing code (kde#417138)
* Use m_fontAscent instead of fm.ascent()
* Draw caret ourselves (kde#172630)
* Fix selection highlight for RTL text with custom line height (kde#464087)
* Include range.js when initializing the engine (kde#456701)
* Fix RTL text with format incorrectly shaped (kde#438755)
* xml-indent: Optimize getCode
==== ktextwidgets ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5TextWidgets5 libKF5TextWidgets5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kunitconversion ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5UnitConversion5 libKF5UnitConversion5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Add "kph" as a unit synonym for Kilometers per Hour
==== kwallet ====
Version update (5.105.0 -> 5.106.0)
Subpackages: kwallet-tools kwallet-tools-lang kwalletd5 kwalletd5-lang libKF5Wallet5 libkwalletbackend5-5
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kwayland ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kwidgetsaddons ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5WidgetsAddons5 libKF5WidgetsAddons5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kwindowsystem ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5WindowSystem5 libKF5WindowSystem5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== kxmlgui ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5XmlGui5 libKF5XmlGui5-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Take two: Cherry-pick KMainWindow documentation fixes to KF5
* Take two: Cherry-pick KXmlGuiWindow documentation fixes to KF5
* kcheckaccelerators: Don't blindly cast to QWidget (kde#468576)
* Fix Qt 6.5 compatibility
==== libKF5ModemManagerQt ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== libKF5NetworkManagerQt ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Add Q_ENUM to VPN Connection enums
==== plasma-framework ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Plasma5 plasma-framework-components plasma-framework-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix osd- icon IDs (kde#469303)
* Label: set horizontalAlignment explicitly
* Rename nepomuk icon to search (kde#416072)
* Fix build with Qt 6.5
==== prison-qt5 ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Prison5 prison-qt5-imports
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix PDF417 with binary content not producing any output with ZXing 2.0
==== purpose ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Purpose5 libKF5PurposeWidgets5 purpose-lang
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Fix build with Qt 6.5
==== python-pyzmq ====
Version update (24.0.1 -> 25.0.2)
- Update to version 25.0.2
* Bundled subset of tornado's IOLoop (deprecated since pyzmq 17) is removed,
so ZMQStream cannot be used without an actual install of tornado.
* Remove support for tornado 4.
* Added `socket_class` argument to zmq.Context.socket
* Support shadowing sockets with socket objects.
* In zmq.auth and zmq.eventloop.zmqstream callbacks may now be async.
* License files have been renamed to more standard LICENSE.BSD, LICENSE.LESSER
to appease some license auto-detect tools.
==== qqc2-desktop-style ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Don't attempt to sync colors when application is shutting down
==== ruby-common ====
Version update (3.2 -> 3.2.1)
- bump the version so we can require the new version to make it
easier to depend on the new functionality
- Support runtime dependencies for the generated subpackages:
syntax:
Requires: rubygem(gemname)
Recommends: rubygem(gemname:x) >= x.y
This will be transformed into
Requires: rubygem(ruby:<rubyabi>:gemname)
Recommends: rubygem(ruby:<rubyabi>:gemname:x) >= x.y
That way we ensure that every package only requires rubygems for
the current ruby version.
==== rubygem-gem2rpm ====
- add BuildRequires: ruby-common >= 3.2
This version is required to rebuild the package. The older
ruby-common is no longer sufficient.
==== solid ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5Solid5 libKF5Solid5-lang solid-imports solid-tools
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Implement solid-hardware monitor mode for property changes
* Connect UPowerDevice propertyChanged signal to frontend
* Avoid cache bypass of `UPowerDevice::allProperties`
* Use values from PropertiesChanged instead of invalidating whole cache
==== sonnet ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetCore5-lang libKF5SonnetUi5 sonnet-imports
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== syndication ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
==== syntax-highlighting ====
Version update (5.105.0 -> 5.106.0)
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang syntax-highlighting-imports
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- Changes since 5.105.0:
* Backport theme changes to kf5
* backport master hl file updates
* Add mimetype for markdown
==== threadweaver ====
Version update (5.105.0 -> 5.106.0)
- Update to 5.106.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.106.0
- No code change since 5.105.0
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
gawk (5.2.1 -> 5.2.2)
libostree
libstorage-ng (4.5.101 -> 4.5.103)
multipath-tools (0.9.4+86+suse.4d8901e -> 0.9.5+68+suse.d1b6a1c)
nautilus
openvpn (2.6.3 -> 2.6.4)
pam (1.5.2.90 -> 1.5.3)
pam-full-src (1.5.2.90 -> 1.5.3)
python-numpy
qemu
sssd (2.8.2 -> 2.9.0)
util-linux
util-linux-systemd
yaml-cpp
zstd
=== Details ===
==== gawk ====
Version update (5.2.1 -> 5.2.2)
- Update to gawk 5.2.2
* will now diagnose if a heap file was created with a different
setting of -M/--bignum than in the current invocation and exit
with a fatal message if so.
* no longer "leaks" its free list of NODEs in the heap file,
resulting in much more efficient usage of persistent storage
* PROCINFO["pma"] exists if the PMA allocator is compiled into
gawk. Its value is the PMA version.
* The time extension is no longer deprecated. The strptime()
function from gawkextlib's timex extension has been added to
it.
* Better information is passed to input parsers for when they
want to decide whether or not to take control of a file.
* The various PNG files are now installed for Info and HTML
* Bug fixes and developer visible fixes
==== libostree ====
Subpackages: libostree-1-1
- Make gjs BuildRequires conditional if tests are built and used.
==== libstorage-ng ====
Version update (4.5.101 -> 4.5.103)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (German) (bsc#1149754)
- 4.5.103
- merge gh#openSUSE/libstorage-ng#929
- check for aliases when looking up blk devices
- check for aliases when looking up udev info
- remove now unneeded mockups
- speed up probing
- 4.5.102
==== multipath-tools ====
Version update (0.9.4+86+suse.4d8901e -> 0.9.5+68+suse.d1b6a1c)
Subpackages: kpartx libmpath0
- Update to version 0.9.5+68+suse.d1b6a1c:
Upstream bugfixes:
* libmultipath: use directio checker for LIO targets
(gh#opensvc/multipath-tools#54)
* multipathd.service: remove "Also=multipathd.socket"
(gh#opensvc/multipath-tools#65)
* libmultipathd: Avoid parsing errors due to unsupported designators
==== nautilus ====
Subpackages: gnome-shell-search-provider-nautilus libnautilus-extension4 nautilus-lang
- Add upstream bug fix patches:
+ 0e5b4c34.patch general: Use GtkSwitch active property
consistently. app-chooser sets the state instead of active
property. Similar to d7af60161d30c885ebab69c58b346896f1565387,
we really meant to set active (whether the switch is toggled)
and not the state (i.e. the color of the switch). Use
gtk_switch_set_active().
In properties we've already fixed this, but there's a lingering
call to gtk_switch_get_state(). This is probably fine because
state is in sync with active when the default handler is used,
but let's get :active, to be consistent and safe.
+ 6e37d15f.patch window-slot: Manage search props set with
action. Manages search property change through "search-visible"
action. The action triggers other related functions that if not
executed will causes buggy behavior.
Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2875
==== openvpn ====
Version update (2.6.3 -> 2.6.4)
Subpackages: openvpn-auth-pam-plugin
- Update to 2.6.4:
* DCO: support kernel-triggered key rotation (avoid IV reuse after
2^32 packets). This is the userland side, accepting a message
from kernel, and initiating a TLS renegotiation. As of release,
* fix pkcs#11 usage with OpenSSL 3.x and PSS signing (Github #323)
* fix compile error on TARGET_ANDROID
* fix typo in help text
* manpage updates (--topology)
* encoding of non-ASCII windows error messages in log + management fixed
- Update openvpn.keyring
==== pam ====
Version update (1.5.2.90 -> 1.5.3)
- Update to final 1.5.3 release:
- configure: added --enable-logind option to use logind instead of utmp
in pam_issue and pam_timestamp.
- pam_modutil_getlogin: changed to use getlogin() from libc instead of
parsing utmp.
- Added libeconf support to pam_env and pam_shells.
- Added vendor directory support to pam_access, pam_env, pam_group,
pam_faillock, pam_limits, pam_namespace, pam_pwhistory, pam_sepermit,
pam_shells, and pam_time.
- pam_limits: changed to not fail on missing config files.
- pam_pwhistory: added conf= option to specify config file location.
- pam_pwhistory: added file= option to specify password history file
location.
- pam_shells: added shells.d support when libeconf and vendordir are enabled.
- Deprecated pam_lastlog: this module is no longer built by default because
it uses utmp, wtmp, btmp and lastlog, but none of them are Y2038 safe,
even on 64bit architectures.
pam_lastlog will be removed in one of the next releases, consider using
pam_lastlog2 (from https://github.com/thkukuk/lastlog2) and/or
pam_wtmpdb (from https://github.com/thkukuk/wtmpdb) instead.
- Deprecated _pam_overwrite(), _pam_overwrite_n(), and _pam_drop_reply()
macros provided by _pam_macros.h; the memory override performed by these
macros can be optimized out by the compiler and therefore can no longer
be relied upon.
==== pam-full-src ====
Version update (1.5.2.90 -> 1.5.3)
- Update to final 1.5.3 release:
- configure: added --enable-logind option to use logind instead of utmp
in pam_issue and pam_timestamp.
- pam_modutil_getlogin: changed to use getlogin() from libc instead of
parsing utmp.
- Added libeconf support to pam_env and pam_shells.
- Added vendor directory support to pam_access, pam_env, pam_group,
pam_faillock, pam_limits, pam_namespace, pam_pwhistory, pam_sepermit,
pam_shells, and pam_time.
- pam_limits: changed to not fail on missing config files.
- pam_pwhistory: added conf= option to specify config file location.
- pam_pwhistory: added file= option to specify password history file
location.
- pam_shells: added shells.d support when libeconf and vendordir are enabled.
- Deprecated pam_lastlog: this module is no longer built by default because
it uses utmp, wtmp, btmp and lastlog, but none of them are Y2038 safe,
even on 64bit architectures.
pam_lastlog will be removed in one of the next releases, consider using
pam_lastlog2 (from https://github.com/thkukuk/lastlog2) and/or
pam_wtmpdb (from https://github.com/thkukuk/wtmpdb) instead.
- Deprecated _pam_overwrite(), _pam_overwrite_n(), and _pam_drop_reply()
macros provided by _pam_macros.h; the memory override performed by these
macros can be optimized out by the compiler and therefore can no longer
be relied upon.
==== python-numpy ====
- Add patch remove-deprecated-hypothesis-funcs.patch:
* Change to a non-deprecated function from hypothesis.
==== qemu ====
- (Radical!) Change of packaging workflow. Now pretty much everything
happens via git, and interacting with https://github.com/openSUSE/qemu.git.
See README.PACKAGING for details
* Patches added:
linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
linux-user: fill out task state in /proc/self/stat
linux-user: Emulate CLONE_PIDFD flag in clone()
* Patches transformed in git commits:
Disable-some-tests-that-have-problems-in.patch
Make-char-muxer-more-robust-wrt-small-FI.patch
Make-installed-scripts-explicitly-python.patch
Makefile-fix-build-with-binutils-2.38.patch
PPC-KVM-Disable-mmu-notifier-check.patch
Raise-soft-address-space-limit-to-hard-l.patch
Revert-linux-user-fix-compat-with-glibc-.patch
Revert-roms-efirom-tests-uefi-test-tools.patch
Revert-tests-qtest-enable-more-vhost-use.patch
Update-linux-headers-to-v6.0-rc4.patch
accel-abort-if-we-fail-to-load-the-accel.patch
acpi-cpuhp-fix-guest-visible-maximum-acc.patch
ath5k-Add-missing-AR5K_EEPROM_READ-in-at.patch
bios-tables-test-add-test-for-number-of-.patch
bios-tables-test-teach-test-to-use-smbio.patch
block-Handle-curl-7.55.0-7.85.0-version-.patch
block-io_uring-revert-Use-io_uring_regis.patch
configure-Add-Wno-gnu-variable-sized-typ.patch
dmg-warn-when-opening-dmg-images-contain.patch
dump-Add-architecture-section-and-sectio.patch
dump-Refactor-dump_iterate-and-introduce.patch
dump-Reintroduce-memory_offset-and-secti.patch
dump-Rename-write_elf-_phdr_note-to-prep.patch
dump-Rename-write_elf_loads-to-write_elf.patch
dump-Reorder-struct-DumpState.patch
dump-Replace-opaque-DumpState-pointer-wi.patch
dump-Rework-dump_calculate_size-function.patch
dump-Rework-filter-area-variables.patch
dump-Rework-get_start_block.patch
dump-Split-elf-header-functions-into-pre.patch
dump-Use-a-buffer-for-ELF-section-data-a.patch
dump-Write-ELF-section-headers-right-aft.patch
hw-acpi-erst.c-Fix-memory-handling-issue.patch
hw-display-qxl-Avoid-buffer-overrun-in-q.patch
hw-display-qxl-Document-qxl_phys2virt.patch
hw-display-qxl-Have-qxl_log_command-Retu.patch
hw-display-qxl-Pass-requested-buffer-siz.patch
hw-pvrdma-Protect-against-buggy-or-malic.patch
hw-scsi-megasas-check-for-NULL-frame-in-.patch
hw-smbios-add-core_count2-to-smbios-tabl.patch
hw-smbios-handle-both-file-formats-regar.patch
hw-smbios-support-for-type-8-port-connec.patch
include-elf.h-add-s390x-note-types.patch
increase-x86_64-physical-bits-to-42.patch
linux-user-Fake-proc-cpuinfo.patch
linux-user-lseek-explicitly-cast-non-set.patch
linux-user-remove-conditionals-for-many-.patch
linux-user-use-max-as-default-CPU-model-.patch
linux-user-use-target_ulong.patch
meson-install-ivshmem-client-and-ivshmem.patch
meson-remove-pkgversion-from-CONFIG_STAM.patch
module-add-Error-arguments-to-module_loa.patch
module-removed-unused-function-argument-.patch
module-rename-module_load_one-to-module_.patch
net-tulip-Restrict-DMA-engine-to-memorie.patch
openSUSE-Basetools-Ignore-spurious-GCC-1.patch
openSUSE-Makefile-Fix-csum8-to-be-built-.patch
openSUSE-Makefile-define-endianess-for-c.patch
openSUSE-Makefile-fix-issues-of-build-re.patch
openSUSE-add-cross.ini-file-to-handle-aa.patch
openSUSE-build-Makefile-fix-issues-of-bu.patch
openSUSE-build-Silence-GCC-12-spurious-w.patch
openSUSE-build-be-explicit-about-mx86-us.patch
openSUSE-build-enable-cross-compilation-.patch
openSUSE-pc-q35-Bump-max_cpus-to-1024.patch
openSUSE-pcbios-stub-out-the-SAN-req-s-i.patch
openSUSE-switch-to-python3-as-needed.patch
openSUSE-test-help-compiler-out-by-initi.patch
qemu-binfmt-conf-Modify-default-path.patch
qemu-bridge-helper-reduce-security-profi.patch
qemu-osdep-Switch-position-of-extern-and.patch
roms-Makefile-add-cross-file-to-qboot-me.patch
roms-Makefile-pass-a-packaging-timestamp.patch
roms-change-cross-compiler-naming-to-be-.patch
s390x-Add-KVM-PV-dump-interface.patch
s390x-Add-protected-dump-cap.patch
s390x-Introduce-PV-query-interface.patch
s390x-pci-add-routine-to-get-host-functi.patch
s390x-pci-don-t-fence-interpreted-device.patch
s390x-pci-enable-adapter-event-notificat.patch
s390x-pci-enable-for-load-store-interpre.patch
s390x-pci-let-intercept-devices-have-sep.patch
s390x-pci-reflect-proper-maxstbl-for-gro.patch
s390x-pci-reset-ISM-passthrough-devices-.patch
s390x-pci-shrink-DMA-aperture-to-be-boun.patch
s390x-pv-Add-dump-support.patch
s390x-tod-kvm-don-t-save-restore-the-TOD.patch
scsi-generic-check-for-additional-SG_IO-.patch
scsi-generic-replace-logical-block-count.patch
test-vmstate-fix-bad-GTree-usage-use-aft.patch
tests-acpi-allow-changes-for-core_count2.patch
... changelog too long, skipping 6 lines ...
xen_disk-Add-suse-specific-flush-disable.patch
==== sssd ====
Version update (2.8.2 -> 2.9.0)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Update to release 2.9
* The sss_simpleifp library is deprecated (and for openSUSE,
already removed)
* The "Files provider" (i.e. id_provider = files) is deprecated
(and for openSUSE, already removed)
* SSSD will no longer warn about changed defaults when using
ldap_schema = rfc2307 and default autofs mapping.
* New passkey functionality, which will allow the use of FIDO2
compliant devices to authenticate a centrally managed user
locally.
* Add support for ldapi:// URLs to allow connections to local
LDAP servers.
* NSS IDMAP has two new methods: getsidbyusername and
getsidbygroupname.
==== util-linux ====
Subpackages: libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid1 util-linux-lang
- Suppress error messages for grep command where the input file
might not exist (boo#1169835)
- Call fdupes without -s to avoid broken symlinks, pointing to
different subpackage. boo#1209990
- Add upstream patch fix-lib-internal-cache-size.patch
bsc#1210164, gh#util-linux/util-linux@2fa4168c8bc9
==== util-linux-systemd ====
- Suppress error messages for grep command where the input file
might not exist (boo#1169835)
- Call fdupes without -s to avoid broken symlinks, pointing to
different subpackage. boo#1209990
- Add upstream patch fix-lib-internal-cache-size.patch
bsc#1210164, gh#util-linux/util-linux@2fa4168c8bc9
==== yaml-cpp ====
- Drop patches fix-cmake-export.patch untabify-cmakelists.patch
replacing them with pull-request 1077.patch which was
merged (bsc#1191137).
==== zstd ====
Subpackages: libzstd1
- Add cmake files manually because we do not want to add
cmake to the bootstrap ring0
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
at-spi2-core (2.48.0 -> 2.48.2)
baloo5-widgets (23.04.0 -> 23.04.1)
dolphin (23.04.0 -> 23.04.1)
edict (20230411 -> 20230511)
ffmpegthumbs (23.04.0 -> 23.04.1)
filelight (23.04.0 -> 23.04.1)
grub2
harfbuzz (7.2.0 -> 7.3.0)
kaccounts-integration (23.04.0 -> 23.04.1)
kaccounts-providers (23.04.0 -> 23.04.1)
kate (23.04.0 -> 23.04.1)
kde-print-manager (23.04.0 -> 23.04.1)
kdegraphics-thumbnailers (23.04.0 -> 23.04.1)
kdenetwork-filesharing (23.04.0 -> 23.04.1)
kdialog (23.04.0 -> 23.04.1)
khelpcenter5 (23.04.0 -> 23.04.1)
kio-extras5 (23.04.0 -> 23.04.1)
konsole (23.04.0 -> 23.04.1)
kwalletmanager5 (23.04.0 -> 23.04.1)
libaom (3.6.0 -> 3.6.1)
libkdcraw (23.04.0 -> 23.04.1)
libkexiv2 (23.04.0 -> 23.04.1)
libqt5-qtdeclarative (5.15.9+kde23 -> 5.15.9+kde25)
libqt5-qtsvg (5.15.9+kde7 -> 5.15.9+kde8)
llvm16 (16.0.2 -> 16.0.3)
mobipocket (23.04.0 -> 23.04.1)
pciutils (3.9.0 -> 3.10.0)
pipewire (0.3.69 -> 0.3.70)
plasma5-workspace
signon-kwallet-extension (23.04.0 -> 23.04.1)
spectacle (23.04.0 -> 23.04.1)
vim (9.0.1504 -> 9.0.1538)
xdm
xrdb
yast2-vm (4.6.0 -> 4.6.1)
zisofs-tools
=== Details ===
==== at-spi2-core ====
Version update (2.48.0 -> 2.48.2)
Subpackages: at-spi2-core-lang libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0
- Update to version 2.48.2:
+ Fixed a regression in 2.48.1 where the bus launcher would fail
if dbus-broker was configured at build time but not installed
on the system.
- Update to version 2.48.1:
+ Fixes for atk-only builds under Windows.
+ meson: Avoid requiring libsystemd when configured to use
dbus-daemon.
+ Fix crash when a bad index is passed to
atspi_accessible_get_child_at_index.
+ Fix possible infinite recursion in
atspi_accessible_clear_cache.
==== baloo5-widgets ====
Version update (23.04.0 -> 23.04.1)
Subpackages: baloo5-widgets-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== dolphin ====
Version update (23.04.0 -> 23.04.1)
Subpackages: dolphin-part dolphin-part-lang libdolphinvcs5
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* Fix build without KF5Activities
* Fix activating the Selection Mode with a keyboard shortcut (kde#465489)
* Restrict attaching instances to those on the same activity or same virtual desktop
==== edict ====
Version update (20230411 -> 20230511)
Subpackages: edict2 jmdict
- Update to snapshot 20230511
* No changelog recorded.
- Provide EUC-JP encoded variants again, for the "kiten" program.
==== ffmpegthumbs ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== filelight ====
Version update (23.04.0 -> 23.04.1)
Subpackages: filelight-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* disable qml disk cache (kde#466415)
* use the default loading text for polish (kde#468395)
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi
- grub2-once: Fix 'sh: terminal_output: command not found' error (bsc#1204563)
==== harfbuzz ====
Version update (7.2.0 -> 7.3.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- update to version 7.3.0:
+ Speedup applying glyph variation in VarComposites fonts
(over 40% speedup)
+ Speedup instancing some fonts
(over 20% speedup in instancing RobotoFlex)
+ Speedup shaping some fonts (over 30% speedup in shaping Roboto
+ Support subsetting VarComposites and beyond-64k fonts
+ New configuration macro HB_MINIMIZE_MEMORY_USAGE to favor
optimizing memory usage over speed
+ Supporting setting the mapping between old and new glyph
indices during subsetting
+ Various fixes and improvements
==== kaccounts-integration ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kaccounts-integration-lang libkaccounts2
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kaccounts-providers ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kaccounts-providers-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kate ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kate-lang kate-plugins
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* ensure sidebars are properly collapsed (kde#460160)
==== kde-print-manager ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kde-print-manager-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kdegraphics-thumbnailers ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kdenetwork-filesharing ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kdenetwork-filesharing-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kdialog ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kdialog-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== khelpcenter5 ====
Version update (23.04.0 -> 23.04.1)
Subpackages: khelpcenter5-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== kio-extras5 ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kio-extras5-lang libkioarchive5
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== konsole ====
Version update (23.04.0 -> 23.04.1)
Subpackages: konsole-part konsole-part-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* Invalidate selection reference points on resize (kde#464040)
* Fix kglobalaccel integration
* Draw selected background for right half of double width char if selected (kde#468465)
==== kwalletmanager5 ====
Version update (23.04.0 -> 23.04.1)
Subpackages: kwalletmanager5-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* Fix import menu actions status Disable import/export
menu items when starting kwalletmanager and wallet
is closed (kde#373753)
==== libaom ====
Version update (3.6.0 -> 3.6.1)
- Update to version 3.6.1:
* aomedia:2871: Guard the support of the 7.x and 8.x levels for
AV1 under the CONFIG_CWG_C013 config flag, and only output the
7.x and 8.x levels when explicitly requested.
* aomedia:3382: Choose sb_size by ppi instead of svc.
* aomedia:3384: Fix fullpel search limits.
* aomedia:3388: Replace left shift of xq_active by
multiplication.
* aomedia:3389: Fix MV clamping in av1_mv_pred.
* aomedia:3390: set_ld_layer_depth: cap max_layer_depth to
MAX_ARF_LAYERS.
* aomedia:3418: Fix MV clamping in av1_int_pro_motion_estimation.
* aomedia:3429: Move lpf thread data init to
lpf_pipeline_mt_init().
* b:266719111: Fix undefined behavior in Arm Neon code.
* b:269840681: nonrd_opt: align scan tables.
* rtc: Fix is_key_frame setting in variance partition.
* Build: Fix build with clang-cl and Visual Studio.
==== libkdcraw ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== libkexiv2 ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== libqt5-qtdeclarative ====
Version update (5.15.9+kde23 -> 5.15.9+kde25)
- Update to version 5.15.9+kde25:
* Accessibility: respect value in attached Accessible in controls
* Revert "QQuickItem: Fix effective visibility for items without parent"
(boo#1210980)
==== libqt5-qtsvg ====
Version update (5.15.9+kde7 -> 5.15.9+kde8)
- Update to version 5.15.9+kde8:
* QSvgFont: Initialize used member, remove unused
(boo#1211298, CVE-2023-32573)
==== llvm16 ====
Version update (16.0.2 -> 16.0.3)
- Update to version 16.0.3.
* This release contains bug-fixes for the LLVM 16.0.0 release.
This release is API and ABI compatible with 16.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== mobipocket ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== pciutils ====
Version update (3.9.0 -> 3.10.0)
Subpackages: libpci3
- Update to 3.10.0:
- Fixed bug in definition of versioned symbol aliases
in shared libpci, which made compiling with link-time
optimization fail.
- Filters now accept "0x..." syntax for backward compatibility.
- Windows: The cfgmgr32 back-end which provides the list of devices
can be combined with another back-end which provides access
to configuration space.
- ECAM (Enhanced Configuration Access Mechanism), which is defined
by the PCIe standard, is now supported. It requires root privileges,
access to physical memory, and also manual configuration on some
systems.
- lspci: Tree view now works on multi-domain systems. It now respects
filters properly.
- Last but not least, pci.ids were updated to the current snapshot
of the database. This includes overall cleanup of entries with
non-ASCII characters in their names -- such characters are allowed,
but only if they convey interesting information (e.g., umlauts
in German company names, but not the "registered trade mark" sign).
==== pipewire ====
Version update (0.3.69 -> 0.3.70)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Make pipewire-alsa conflict with alsa-plugins-pulse as both
provide /etc/alsa/conf.d/99-*-default.conf
- Replace "ffmpeg-5" with the ffmpeg_pref macro.
- Drop patches already included upstream:
* 0001-Revert-alsa-mixer-allow-to-re-attach-the-mixer-control.patch
* 0002-alsa-fix-area-pointers.patch
- Update to version 0.3.70:
* Highlights:
- Fix a regression in the scheduler that could keep some nodes
IDLE.
- Fix a regression in the biquad filters in filter-chain.
- Fix a regression and potential crash in the ALSA mixer
probing.
- Fix a regression in pipewiresrc with timestamps that could
cause cheese to record video with wrong timestamps.
- Beamforming support was enabled in the echo-canceler.
- pulse-tunnel and raop-sink will now proxy local volume
changes to the remote end.
- More bugfixes and improvements.
* PipeWire
- Fix a bug in the graph scheduler where some nodes might stay
IDLE in some cases (like when connecting the source of the
echo-canceler to the sink).
- pw-metadata can now be created from the factory with initial
values for the metadata. (#3076)
- Conditions were added to the pipewire config file to make it
possible to configure the access module and the exec sections.
- Support was added in pw-stream to intercept and override
properties for the adapter. This can be used to implement
custom volume control, for example.
* Tools
- pw-metadata can now list all available metadata objects with
the -l option.
- A new pw-config tool was added to debug configuration file
loading and parsing.
* Modules
- The webrtc echo canceler now supports beamforming. You can
provide the coordinates of the microphones and let webrtc
perform beamforming on the captured samples to improve
quality and remove noise.
- Fix a regression in the filter-chain with biquad filters.
(#3161) and improve error reporting.
- The pulse-tunnel will now proxy the volume changes to the
remote end.
- The RAOP sink will now send volume parameters to control the
volume remotely. (#2061)
* SPA
- One ALSA commit was not correctly reverted and might cause
crashes.
- The ALSA sink and source now calculate the ALSA ringbuffer
memory location more correctly wich might improve
compatibility with some hardware.
- v4l2 now sets the values of the controls in the Props param.
* Pulse-server
- The echo-canceler aec_args are now parsed like they would be
under pulseaudio.
* Bluetooth
- More work on synchronizing BAP devices.
* GStreamer
- The GStreamer source can now renegotiate the format when it
changes.
- The GStreamer source now uses the BaseSrc clocking code to
implement the clock and timing code.
- Rebase patch:
* reduce-meson-dependency.patch
- Enable the ffmpeg plugin only in TW, since ffmpeg-5-mini doesn't
seem to be available in Leap/SLE
- reenable ffmpeg plugin by building against ffmpeg-5-mini
==== plasma5-workspace ====
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Require cpp explicitly, xrdb doesn't do it anymore
==== signon-kwallet-extension ====
Version update (23.04.0 -> 23.04.1)
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- No code change since 23.04.0
==== spectacle ====
Version update (23.04.0 -> 23.04.1)
Subpackages: spectacle-lang
- Update to 23.04.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/gear/23.04.1/
- Changes since 23.04.0:
* Increase default stroke size for rectanlge and ellipse annotations
* Undo making it possible to uncheck font
* Multiply annotation shadow opacity by stroke or fill opacity (kde#464170)
* Use transparent default fill color for rectangle and ellipse annotations
* Allow making annotation colors fully transparent via checkboxes (kde#468077)
* return early if action is null in Utils::shapeShadow()
* Hide redundant header on Wayland (kde#468818)
* Add pragma once to ScreenShotEffect.h
* Add pragma once to PlasmaVersion.h
* PlasmaVersion: clean up header file
* Warn when screenshot effect isn't available on wayland, exit if no GUI
* Fix segfaults from xcb function calls not getting replies fast enough
* Fix warning about plasmashell service without plasmashell
* Enable autoRepeat for Undo/Redo buttons
* Only add 200ms delay if Plasma version is less than 5.27.4
* Fix quitting Spectacle with Escape affecting windows below it (kde#428478)
==== vim ====
Version update (9.0.1504 -> 9.0.1538)
Subpackages: vim-data vim-data-common vim-small xxd
- Updated to version 9.0.1538, fixes the following problems
- fixes boo#1211256 CVE-2023-2609
* No error when calling remote_startserver() with an empty string.
* Error when heredoc content looks like heredoc.
* Line number not displayed when using 'smoothscroll'.
* Assert message is confusing with boolean result. assert_inrange()
replaces message instead of adding it.
* Catch does not work when lines are joined with a newline.
* Error message lacks mentioning the erroneous argument.
* Misleading variable name for error message.
* Crash when using wrong arg types to assert_match().
* Inserting lines when scrolling with 'smoothscroll' set.
* Text scrolls unnecessarily when splitting and 'splitkeep' is not "cursor".
* Test waits unnecessarily long before checking screendump.
* reverse() does not work for a String.
* Cannot use special keys in <Cmd> mapping.
* Search stats not always visible when searching backwards.
* Global 'filetype' is set when it is detected from the file content.
* Completion for option name includes all bool options.
* Failing redo of command with control characters.
* Some functions give two error messages.
* Some error messages are not marked for translation.
* Passing -1 for bool is not always rejected.
* 'smoothscroll' does not always work properly.
* Condition is always true.
* Crash when using negative value for term_cols.
* Libsodium encryption is only used with "huge" features, even when manually
enabled through configure. (Tony Mechelynck)
* Code style test doesn't check for space after "if".
* Cursor moves to wrong line when 'foldmethod' is "diff". (Rick Howe)
* Crash when register contents ends up being invalid.
* Crash when expanding "~" in substitute causes very long text.
* Test for 'smoothscroll' is ineffective.
* Test for expanding "~" in substitute takes too long.
* Test commented out in a wrong way.
* CI: sound dummy stopped working.
* Message for opening the cmdline window is not translated.
* :wqall does not trigger ExitPre. (Bart Libert)
==== xdm ====
- since xrdb no longer requires cpp, it needs to be reqired here now
==== xrdb ====
- Downgrade cpp requires to recommends (bsc#1211267)
==== yast2-vm ====
Version update (4.6.0 -> 4.6.1)
- The libvirtd daemon is deprecated and is going away.
The replacements are virtqemud for KVM/qemu and virtxend for Xen.
(bsc#1210572)
- 4.6.1
==== zisofs-tools ====
- Fix url and download to up to date location.
- Add autoconf as BuildRequires.
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MozillaFirefox (112.0.2 -> 113.0)
bluedevil5 (5.27.4 -> 5.27.5)
breeze (5.27.4 -> 5.27.5)
breeze-gtk (5.27.4 -> 5.27.5)
discover (5.27.4 -> 5.27.5)
drkonqi5 (5.27.4 -> 5.27.5)
highway
kactivitymanagerd (5.27.4 -> 5.27.5)
kcm_flatpak (5.27.4 -> 5.27.5)
kcm_sddm (5.27.4 -> 5.27.5)
kde-cli-tools5 (5.27.4 -> 5.27.5)
kde-gtk-config5 (5.27.4 -> 5.27.5)
kernel-source
kgamma5 (5.27.4 -> 5.27.5)
khotkeys5 (5.27.4 -> 5.27.5)
kinfocenter5 (5.27.4 -> 5.27.5)
kmenuedit5 (5.27.4 -> 5.27.5)
kpipewire (5.27.4 -> 5.27.5)
kscreen5 (5.27.4 -> 5.27.5)
kscreenlocker (5.27.4 -> 5.27.5)
ksshaskpass5 (5.27.4 -> 5.27.5)
ksystemstats5 (5.27.4 -> 5.27.5)
kwayland-integration (5.27.4 -> 5.27.5)
kwin5 (5.27.4 -> 5.27.5)
kwrited5 (5.27.4 -> 5.27.5)
layer-shell-qt (5.27.4 -> 5.27.5)
libkdecoration2 (5.27.4 -> 5.27.5)
libkscreen2 (5.27.4 -> 5.27.5)
libksysguard5 (5.27.4 -> 5.27.5)
libqt5-qtbase
milou5 (5.27.4 -> 5.27.5)
oxygen5-sounds (5.27.4 -> 5.27.5)
pam_kwallet (5.27.4 -> 5.27.5)
plasma-browser-integration (5.27.4 -> 5.27.5)
plasma-nm5 (5.27.4 -> 5.27.5)
plasma5-addons (5.27.4 -> 5.27.5)
plasma5-desktop (5.27.4 -> 5.27.5)
plasma5-disks (5.27.4 -> 5.27.5)
plasma5-integration (5.27.4 -> 5.27.5)
plasma5-openSUSE
plasma5-pa (5.27.4 -> 5.27.5)
plasma5-systemmonitor (5.27.4 -> 5.27.5)
plasma5-thunderbolt (5.27.4 -> 5.27.5)
plasma5-workspace (5.27.4.1 -> 5.27.5)
polkit-kde-agent-5 (5.27.4 -> 5.27.5)
powerdevil5 (5.27.4 -> 5.27.5)
systemsettings5 (5.27.4 -> 5.27.5)
xdg-desktop-portal-kde (5.27.4 -> 5.27.5)
yast2-network (4.6.2 -> 4.6.3)
=== Details ===
==== MozillaFirefox ====
Version update (112.0.2 -> 113.0)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 113.0
* https://www.mozilla.org/en-US/firefox/113.0/releasenotes
MFSA 2023-16 (bsc#1211175)
* CVE-2023-32205 (bmo#1753339, bmo#1753341)
Browser prompts could have been obscured by popups
* CVE-2023-32206 (bmo#1824892)
Crash in RLBox Expat driver
* CVE-2023-32207 (bmo#1826116)
Potential permissions request bypass via clickjacking
* CVE-2023-32208 (bmo#1646034)
Leak of script base URL in service workers via import()
* CVE-2023-32209 (bmo#1767194)
Persistent DoS via favicon image
* CVE-2023-32210 (bmo#1776755)
Incorrect principal object ordering
* CVE-2023-32211 (bmo#1823379)
Content process crash due to invalid wasm code
* CVE-2023-32212 (bmo#1826622)
Potential spoof due to obscured address bar
* CVE-2023-32213 (bmo#1826666)
Potential memory corruption in FileReader::DoReadData()
* MFSA-TMP-2023-0002 (bmo#1814560, bmo#1814790, bmo#1819796)
Race condition in dav1d decoding
* CVE-2023-32214 (bmo#1828716)
Potential DoS via exposed protocol handlers
* CVE-2023-32215 (bmo#1540883, bmo#1751943, bmo#1814856, bmo#1820210,
bmo#1821480, bmo#1827019, bmo#1827024, bmo#1827144, bmo#1827359,
bmo#1830186)
Memory safety bugs fixed in Firefox 113 and Firefox ESR 102.11
* CVE-2023-32216 (bmo#1746479, bmo#1806852, bmo#1815987,
bmo#1820359, bmo#1823568, bmo#1824803, bmo#1824834, bmo#1825170,
bmo#1827020, bmo#1828130)
Memory safety bugs fixed in Firefox 113
- removed obsolete mozilla-bmo1568145.patch
==== bluedevil5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: bluedevil5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* applet: introduce a brief animation for section height estimates (kde#438610)
* applet: Fix Toolbar padding in RTL mode
==== breeze ====
Version update (5.27.4 -> 5.27.5)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers libbreezecommon5-5
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* ProgressBar: Stop emitting polish requests when item becomes invisible (kde#468903)
* ToolButton: Fix subcontrol menu buttons outline in RTL mode
* Remove unused methods
* ToolButton: Fix text & icon position in textUnderIcon RTL mode
- Drop patches, now upstream:
* 0001-ProgressBar-Stop-emitting-polish-requests-when-item-.patch
==== breeze-gtk ====
Version update (5.27.4 -> 5.27.5)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze gtk4-metatheme-breeze metatheme-breeze-common
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* ðgtk3/titlebutton: reduce right margin of {max/minimize} button
* gtk4/windowcontrols: use updated SVG assets
* assets: resize viewports of titlebutton SVGs
* gtk3: restore old icon size for titlebutton (kde#468203)
* gtk3: remove invalid icon size property
- Drop patches, now upstream:
* 0001-gtk3-restore-old-icon-size-for-titlebutton.patch
==== discover ====
Version update (5.27.4 -> 5.27.5)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang discover-notifier
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Fix margins around distro upgrade message (kde#469163)
* rpm-ostree: Do not offer resources when the search doesn't pertain (kde#468162)
* Updates page: fix missing clip causing items to paint over logging scrollview
* updates ui: Simplify bottom toolbar logic (kde#468459)
* flatpak: Do not crash if for any reason we lack a ref's source (kde#467827)
* PackageKitNotifier: Do not refresh database if update is in progress
* fwupd: Set user agent, and allow following redirects
* Allow building against libmarkdown3
* Always clear offline updates file after a repair operation (kde#451753,kde#450973)
* ApplicationPage: Fix layout for content rating dialog (kde#466815)
* flatpak: Report latest available version (kde#465864,kde#448521)
==== drkonqi5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: drkonqi5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== highway ====
- Add no-forced-inline.diff [boo#1211093]
==== kactivitymanagerd ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kactivitymanagerd-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== kcm_flatpak ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kcm_flatpak-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Too many changes to list here
==== kcm_sddm ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kcm_sddm-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Sync cursor size too (kde#467326)
==== kde-cli-tools5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kde-cli-tools5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* add kinfo (kde#403077)
- Add patch to fix kinfo (sigh):
* 0001-kinfo-Use-kcmshell5-with-Plasma-5.patch
==== kde-gtk-config5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* kded: add explicit waiting time before setting colors
* kded: don't update text scale on kdeglobals change events
==== kernel-source ====
- Revert "Update config files." (bsc#1211166)
This reverts commit 90a46594a115a4abf9381bd4c327fd875ac0da0b.
Lockdown is not ready and was disabled in stable. Since this is still
not resolved in 6.3/6.4-rc, let's disable it in master completely too.
And let's retry once everything is ready.
- commit 944713a
- Remove obsolete rpm spec constructs
defattr does not need to be specified anymore
buildroot does not need to be specified anymore
- commit c963185
- kernel-spec-macros: Fix up obsolete_rebuilds_subpackage to generate
obsoletes correctly (boo#1172073 bsc#1191731).
rpm only supports full length release, no provides
- commit c9b5bc4
- kernel-binary: install expoline.o (boo#1210791 bsc#1211089)
- commit d6c8c20
==== kgamma5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kgamma5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== khotkeys5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: khotkeys5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== kinfocenter5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kinfocenter5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* about-distro: add a dump mode to print to cli (kde#403077)
* nics: reset model on update (kde#468026)
==== kmenuedit5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kmenuedit5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== kpipewire ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kpipewire-imports libKPipeWire5 libKPipeWire5-lang libKPipeWireDmaBuf5 libKPipeWireRecord5
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Item: hide the cursor when we start getting null positions
* Item: Make sure we have a texture at all times
* Do not process corrupt frames
* Record: Do not crash when closing while recording (kde#467593)
* Expose the stream size in PipewireSourceItem
==== kscreen5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kscreen5-lang kscreen5-plasmoid
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* yet more QRect right() fixes (kde#455394)
* don't stumble over nullptrs if outputs changed during saving (kde#466960)
* kcm: notify changes in kcmfonts when global scale changes
==== kscreenlocker ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* greeter: track various properties persistently (kde#456210)
==== ksshaskpass5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: ksshaskpass5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== ksystemstats5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: ksystemstats5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== kwayland-integration ====
Version update (5.27.4 -> 5.27.5)
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== kwin5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: kwin5-lang
- Add patch to fix a rounding error with scaling (kde#459373):
* 0001-xcbutils-fix-nativeFloor.patch
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* wayland: Avoid pointer warp if constraint region is invalid (kde#457021)
* cmake: Correct gbm version check
* kwineffects: Initialize m_reason
* screencast: Disable screencasting when a window closes (kde#469055)
* screencast: Do not push frames when not in a streaming state
* Use non-rotated physical size of an output when required
* ci: Pass --repeat until-pass to ctest
* platformsupport/scenes/opengl: filter out external formats properly
* effects/screenshot: Fix potentially leaking screenshot fds to child processes
* backends/drm: fix buffer orientation check for direct scanout
* plugins/screencast: Provide absolute timestamps
* Don't create Plasma activation feedback if StartupNotify is false
* effects/screenshot: Provide screenshot scale information
* effects/screenshot: Provide information about captured window or screen
* effects/screenshot: Introduce CaptureWorkspace
* screencast: Base the frame skippin on max_framerate
* screencast: Ensure we respect the negotiated framerate
* screencast: Offer the real framerate range we have available
* Blacklist Spectacle for all window open/close effects (kde#467890,kde#463105)
* backends/drm: set the scaling mode to none (kde#468235)
* screencast: Still set the size to 0 for cursor-only frames
* screencast: Improve how we communicate that a frame has just cursor info
* kcms/rules: fix invalid tooltip visible condition in rule items
- Drop patches, now upstream:
* 0001-backends-drm-set-the-scaling-mode-to-none.patch
==== kwrited5 ====
Version update (5.27.4 -> 5.27.5)
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== layer-shell-qt ====
Version update (5.27.4 -> 5.27.5)
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== libkdecoration2 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private10
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== libkscreen2 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: libKF5Screen8 libKF5Screen8-lang libKF5ScreenDpms8 libkscreen2-plugin
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* xrandr: always try to update primary
* Cleanup dpms object in destructor
* Update edid when plugging a monitor
==== libksysguard5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports libksysguard5-lang libksysguard5-plugins
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Formatter: Don't try to prefix units that we don't have a prefixed version of
* Formatter: Format UnitWattHour in formatValue
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Amend patch to fix mouse grabbing as well (bsc#1211024):
* big-endian-scroll.patch
==== milou5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: milou5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== oxygen5-sounds ====
Version update (5.27.4 -> 5.27.5)
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== pam_kwallet ====
Version update (5.27.4 -> 5.27.5)
Subpackages: pam_kwallet-common
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma-browser-integration ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma-browser-integration-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma-nm5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Use nm_conn_wireguard_import to import WireGuard files (kde#420066,kde#468365,kde#452952,kde#423973,kde#427222)
* Persist imported VPN connections on disk (kde#468666)
==== plasma5-addons ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-addons-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* applets/colorpicker: disable pick button when compositing is disabled (kde#466230)
* ProfilesModel: Adjust to kate using different folder for storing sessions than konsole (kde#466824)
* runners/datetime: fix test failure
* applets/colorpicker: Use native relative positioning Menu API
* applets/colorpicker: Open context menu on Menu key press
* applets/colorpicker: Fix copying color via keyboard
* applets/colorpicker: Factor out logic from signal handler
* applets/colorpicker: Only reset global current index from a real current item
* applets/colorpicker: Fix QML/JS code style, add explicit signal arguments
==== plasma5-desktop ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-desktop-emojier plasma5-desktop-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* [kcm/keys] Fix loading service data
* desktoppackage: Fix ScrollBar overlapping configuration category delegates
* desktoppackage: Fix visual overlap of items in applet configuration view
* landingpage: Port "Most Used Pages" grid to Kirigami.SizeGroup
* landingpage: Fix broken binding in "Most Used Pages" grid
* landingpage: Set implicit size, so that kcmshell doesn't open too small
* kcms/keys: Make adding a script file work even if its path has spaces in the name
* kcms/keys: Make Add Command work with percent characters in commands
* applets/taskmanager: also check title contains "-"
* applets/taskmanager: fix tooltip text with custom window title (kde#462760)
* automounter: don't track ignored devices (kde#468410)
* applets/taskmanager: don't show Unpin menu item while app is launching (kde#468668)
* KCM/mouse: enable compatibility with x11-libinput 1.3 (kde#468217)
* Folder View: fix keyboard shortcuts handling (kde#436362)
* applets/taskmanager: show Activity icons in relevant context menu items (kde#419225)
* emojier: enable asynchronous loading in Instantiator (kde#468328)
* CompactApplet: show tabbar for Breeze Twilight (kde#468313)
* kcms/landingpage: add accessible name to animation speed slider
* kcms/landingpage: use explanation label as accessible description
* applets/taskmanager: also match row index before skipping updating bindings
* applets/taskmanager: reset `parentTask` after a task was moved
* applets/taskmanager: Improve scrolling usability
- Drop patches, now upstream:
* 0001-KCM-mouse-enable-compatibility-with-x11-libinput-1.3.patch
==== plasma5-disks ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-disks-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma5-integration ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* wayland: Only set decoration palette once for each change (kde#468408)
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.27.5
==== plasma5-pa ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-pa-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma5-systemmonitor ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-systemmonitor-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma5-thunderbolt ====
Version update (5.27.4 -> 5.27.5)
Subpackages: plasma5-thunderbolt-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== plasma5-workspace ====
Version update (5.27.4.1 -> 5.27.5)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Too many changes to list here
==== polkit-kde-agent-5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* force extreme focus protection (kde#312325)
==== powerdevil5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: powerdevil5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* Fix for screen backlight not working on Planet Computers Astro Slide PDA
* Fix and consolidate discharge rate and remaining time calculation
* Remove unused "BatteryState" from backend interface
* Fix possible race between DeviceAdded signal and device enumeration
* Remove support for UPower < 0.99.0
==== systemsettings5 ====
Version update (5.27.4 -> 5.27.5)
Subpackages: systemsettings5-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- No code changes since 5.27.4
==== xdg-desktop-portal-kde ====
Version update (5.27.4 -> 5.27.5)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.27.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.27.5
- Changes since 5.27.4:
* [notifications] Set proper value for x-kde-xdgTokenAppId
* screenshot: fix flameshot #3164 by using native resolution
* screencast: Don't try to screencast nullptr
==== yast2-network ====
Version update (4.6.2 -> 4.6.3)
- Do not write the EAP auth attribute when writing a wireless
wicked configuration using the EAP mode as TLS (bsc#1211026)
- 4.6.3
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
at-spi2-core
elfutils
ethtool (6.2 -> 6.3)
gupnp-av
health-checker (1.7 -> 1.8)
icewm (3.3.2 -> 3.3.4)
libcap-ng
libxslt (1.1.37 -> 1.1.38)
mozjs102 (102.10.0 -> 102.11.0)
mutter (44.1 -> 44.1+2)
ncurses (6.4.20230429 -> 6.4.20230506)
patterns-base
patterns-microos
policycoreutils
python-blinker (1.5 -> 1.6.2)
transactional-update (4.1.5 -> 4.2.1)
vte
wireless-regdb (20230213 -> 20230503)
yast2-storage-ng (4.6.5 -> 4.6.8)
=== Details ===
==== at-spi2-core ====
Subpackages: at-spi2-core-lang libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0
- Add or dbus-broker to existing dbus-1 Requires: we already pass
dbus_broker=/usr/bin/dbus-broker-launch and
default_bus=dbus-broker to meson during build.
==== elfutils ====
Subpackages: elfutils-lang libasm1 libdw1 libelf1
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== ethtool ====
Version update (6.2 -> 6.3)
Subpackages: ethtool-bash-completion
- update to upstream release 6.3
* Feature: PLCA support (--[gs]et-plca-cfg, --get-plca-status)
* Feature: MAC Merge layer support (--show-mm, --set-mm)
* Feature: pass source of statistics for port stats
* Feature: get/set rx push in ringparams (-g and -G)
* Feature: coalesce tx aggregation parameters (-c and -C)
* Feature: PSE and PD devices (--show-pse, --set-pse)
* Fix: minor fixes of help text (--help)
* Fix: fix build on systems with older system headers
* Fix: fix netlink support when PLCA is not present (no option)
* Fix: fixes for issues found with gcc13 -fanalyzer
* Fix: fix return code in rxclass_rule_ins (-N)
* Fix: more robust argc/argv handling
==== gupnp-av ====
Subpackages: libgupnp-av-1_0-3
- Add upstream patch fix: 767388bc.patch: build: Fix Requires: line
of pkg-config file.
==== health-checker ====
Version update (1.7 -> 1.8)
Subpackages: health-checker-plugins-MicroOS
- Update to version 1.8
* Don't rely on t-u's good states in GRUB
With the introduction of the "apply" command in
transactional-update the snapshots don't require a reboot any
more to be registered as a "good" snapshot. Due to
[boo#1048088] the GRUB part of health-checker was using the t-u
file as a workaround which cannot be done any more now, so
store the last good snapshot path from a health-checker
perspective independently now.
==== icewm ====
Version update (3.3.2 -> 3.3.4)
Subpackages: icewm-config-upstream icewm-default icewm-lang
- Update to 3.3.4:
* Fix compile error for yximage.cc.
* Deprecate XRRDisable.
* Fix corrupted text if built without i18n for issue ice-wm/icewm#131.
* When internationalization is disabled, unset LIBICONV.
* Improve the quality of drawing gradients for the Imlib2 renderer.
* Improve arrow navigation in the system dialog.
* Let icesh also pick icewm internal and override redirect windows.
* Improve the quality of drawing gradients for the GdkPixbuf renderer.
* Cache workspace button backgrounds for faster redrawing.
* Guard against workspace button gradient being undefined.
* Cache toolbar button gradients to speedup drawing. Eliminate half of the
button drawings on startup.
* Let icesh report up to 1024 bytes of a property in "prop".
* Support icesh "focusmodel" for client windows without a WM_HINTS property.
* When managing a new client, postpone sending a Configure event until the
final position is known, for issue #720.
==== libcap-ng ====
- Add _multibuild to define additional spec files as additional
flavors.
Eliminates the need for source package links in OBS.
==== libxslt ====
Version update (1.1.37 -> 1.1.38)
Subpackages: libexslt0 libxslt-tools libxslt1
- Removed patch 0009-Make-generate-id-deterministic.patch as it's
already fixed upstream.
- Update to version 1.1.38:
* Major changes:
- About 40 memory errors in code paths handling malloc failures
have been fixed.
- While these issues shouldn't impact security, this improves
robustness under memory pressure.
- The result of generate-id() is now deterministic across
multiple transformations fixing many issues with reproducible
builds.
- Most of the test suite has been ported to C.
* Bug fixes:
- Fix memory errors in code handling malloc failures
- imports: Fix import/include cycle check
- xsltlocale: Fix xsltNewLocale on macOS
- Make xsl:sort thread-safe
- Make generate-id() deterministic
* Improvements
- Stop using xmlStringCurrentChar
- attributes.h needs to include xsltInternals.h (David Kilzer)
- transform: Avoid null deref on documents without root node
- numbers: Fix floating point overflows
- date: Fix integer overflow in exsltDateFormatDuration
- numbers: Fix harmless integer sign change
- date: Add more overflow checks to formatting code (David Kilzer)
- date: Fix rounding to make Windows tests pass
- date: Rewrite duration and seconds formatting
- xsltlocale: Make API platform-independent
- Also accept application/xslt+xml media type in stylesheet PIs
- warnings: Fix strict prototypes warning
- xsltEvalUserParams() and xsltQuoteUserParams() are susceptible to integer
overflow when iterating through const char** array (David Kilzer)
- xslt: Return NULL stylesheet on attribute set errors
- xsltproc: Fix unused variable warning
- xslt: Remove declaration for old libxml2
- Fix various compiler warnings
- Fix compiler warnings in xsltGenerateIdFunction
- Disable Python bindings for debugger
- Don't declare disabled functions
- Migrate from PyEval_ to PyObject_
==== mozjs102 ====
Version update (102.10.0 -> 102.11.0)
- Update to version 102.11.0:
+ Various security fixes.
+ CVE-2023-32205: Browser prompts could have been obscured by
popups
+ CVE-2023-32206: Crash in RLBox Expat driver
+ CVE-2023-32207: Potential permissions request bypass via
clickjacking
+ CVE-2023-32211: Content process crash due to invalid wasm code
+ CVE-2023-32212: Potential spoof due to obscured address bar
+ CVE-2023-32213: Potential memory corruption in
FileReader::DoReadData()
+ CVE-2023-32214: Potential DoS via exposed protocol handlers
+ CVE-2023-32215: Memory safety bugs fixed in Firefox 113 and
Firefox ESR 102.11
==== mutter ====
Version update (44.1 -> 44.1+2)
Subpackages: mutter-lang
- Update to version 44.1+2:
+ screen-cast/src: Never dequeue pw_buffer's we refuse to record
to.
+ frames: Disable XDND support on the frame window.
==== ncurses ====
Version update (6.4.20230429 -> 6.4.20230506)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20230506
> build-fixes related to configure-options and/or platform:
+ fix for --enable-fvisibility
+ fix for unusual values of --with-rel-version
+ fix for unusual values of --with-abi-version
+ fix for --disable-tcap-names
+ fix for termcap in nc_access.h (report by Werner Fink).
- Delete patch ncurses-6.4-makeuseof_secure_open.dif as now upstream
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-bootloader patterns-base-documentation patterns-base-enhanced_base patterns-base-minimal_base patterns-base-sw_management patterns-base-x11 patterns-base-x11_enhanced
- base: Add wtmpdb as Y2038 safe wtmp replacement
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap
- Use wtmpdb as Y2038 safe wtmp replacement
==== policycoreutils ====
Subpackages: policycoreutils-lang policycoreutils-python-utils python3-policycoreutils
- Add python-wheel build dependency to build correctly with latest
python-pip version.
==== python-blinker ====
Version update (1.5 -> 1.6.2)
- Update to 1.6.2:
* Type annotations are not evaluated at runtime. typing-extensions
is not a runtime dependency. :pr:`94`
- 1.6.1:
* Ensure that py.typed is present in the distributions (to enable
other projects to use blinker's typing).
* Require typing-extensions > 4.2 to ensure it includes ParamSpec.
:issue:`90`
- 1.6:
* Add a muted context manager to temporarily turn off a signal.
:pr:`84`
* Allow int senders (alongside existing string senders). :pr:`83`
* Add a send_async method to the Signal to allow signals to send to
coroutine receivers. :pr:`76`
* Update and modernise the project structure to match that used by
the pallets projects. :pr:`77`
* Add an intial set of type hints for the project.
==== transactional-update ====
Version update (4.1.5 -> 4.2.1)
Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit
- Version 4.2.1
- Implement "apply" command to switch into new snapshot directly
[jsc#PED-3912]
- Use new snapper functionality to set default snapshot - this
makes it possible to execute hooks as requested in
[poo#127160], [gh#openSUSE/transactional-update#85] and
[gh#openSUSE/transactional-update#105].
- Don't hardcode GRUB2 [gh#openSUSE/transactional-update#100] /
[poo#127154]
- Fix cleanup handler
- Fix unmounting temporary mounts
- Prevent loosing track of snapshots in certain rollback
scenarios - these would not be marked for deletion otherwise
- Document "notify" reboot method
- Minimal required snapper version is 0.8.10 now, for the new
snapper functionality there is a backwards compatibility layer.
- Conflict with health-checker < 1.8 - the "good" snapshot
detection of GRUB cannot rely on transactional-update any more
due to the new apply command
- Depend on usrmerge for apply command
==== vte ====
Subpackages: libvte-2_91-0 vte-lang
- Add 24547fb3.patch: widget: Don't consume right clicks on gtk4.
==== wireless-regdb ====
Version update (20230213 -> 20230503)
- Update to version 20230503:
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: Update regulatory rules for Hong Kong (HK)
* wireless-regdb: update regulatory rules for India (IN)
* wireless-regdb: Update regulatory rules for Russia (RU). Remove DFS requirement.
* Update regulatory info for Russia (RU) on 6GHz
==== yast2-storage-ng ====
Version update (4.6.5 -> 4.6.8)
- Allow to pass commit callbacks to inst_prepdisk client.
- Needed for Agama (gh#openSUSE/agama/558).
- 4.6.8
- GuidedProposal adapted to support assigning volumes to specific
devices when volumes_allocate_mode is :auto (useful for Agama).
- Guided Setup: display a hint for disks with sensible data
transports like FCoE or NVMe/oF (bsc#1209588).
- 4.6.7
- AutoYaST: correctly import legacy values for parity_algorithm.
- Partitioner: when creating an MD RAID, do not ask for the chunk
side when it makes no sense. Eg. RAID1 (bsc#1205172).
- 4.6.6
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the aarch64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=3&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MozillaFirefox
alsa (1.2.8 -> 1.2.9)
alsa-ucm-conf (1.2.8 -> 1.2.9)
alsa-utils (1.2.8 -> 1.2.9)
gdm (44.0 -> 44.1)
gtk4
gupnp
gupnp-av
harfbuzz (7.1.0 -> 7.2.0)
lapack
libavif
libbytesize (2.7 -> 2.8)
libgexiv2 (0.14.0 -> 0.14.1)
liblc3 (1.0.2 -> 1.0.3)
libselinux
libselinux-bindings
libsndfile
libssh (0.10.4 -> 0.10.5)
libvorbis
open-vm-tools
openconnect (9.01 -> 9.10)
python-Babel (2.11.0 -> 2.12.1)
python-SQLAlchemy (1.4.46 -> 2.0.12)
python-alembic (1.9.3 -> 1.10.4)
python-certifi (2022.12.7 -> 2023.5.7)
python-charset-normalizer
python-click
python-configobj (5.0.6 -> 5.0.8)
python-httpx (0.23.3 -> 0.24.0)
python-pyasn1 (0.4.8 -> 0.5.0)
python-pyasn1-modules (0.2.8 -> 0.3.0)
python-pycryptodome (3.16.0 -> 3.17.0)
python-redis
python-requests-toolbelt (0.9.1 -> 1.0.0)
python-rich (12.6.0 -> 13.3.5)
python-simplejson (3.18.1 -> 3.19.1)
python-six
python-zope.interface (5.5.2 -> 6.0)
ruby-common
strace (6.2 -> 6.3)
systemd (253.3 -> 253.4)
toolbox
xz (5.4.2 -> 5.4.3)
yast2-bootloader (4.6.0 -> 4.6.1)
yast2-network (4.6.1 -> 4.6.2)
zlib
=== Details ===
==== MozillaFirefox ====
- Fix i586 build by reducing debug info to -g1. (boo#1210168)
==== alsa ====
Version update (1.2.8 -> 1.2.9)
Subpackages: libasound2 libatopology2
- Update to version 1.2.9:
* Versioned symbol updates
* Various fixes for building on *BSD and Android
* Fixes and enhancements of auto silencing and playback drain
* Add SND_CTL_EINTR open mode at PCM
* Avoid endless loop in snd_pcm_sw_params_default()
* Fixes in PCM rate, route/softvol plugins
* Fixes in topology API parser, cleanups
* Enhancements in latency test program
* Minor code cleanup and memory leak fixes in UCM API
* emu10k1 config cleanup
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-lib
==== alsa-ucm-conf ====
Version update (1.2.8 -> 1.2.9)
- Update to version 1.2.9:
various profile updates for USB-audio, SOF and others.
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-ucm-conf
==== alsa-utils ====
Version update (1.2.8 -> 1.2.9)
- Update to alsa-utils 1.2.9:
BSD build fix, and various updates for alsactl, amidi, axfer,
alsa-info.sh, alsaloop, alsatplg, alsaucm, aplay, abat.
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-utils
==== gdm ====
Version update (44.0 -> 44.1)
Subpackages: gdm-schema gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Update to version 44.1:
+ Fix blown assertion log spew.
+ Updated translations.
==== gtk4 ====
Subpackages: gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Add 966a2350.patch: css: Don't transition to currentColor.
Transition to the color that is in use instead. Fixes crashes
because currentColor is not an RGBA color and therefor could not
be queried later (glgo#GNOME/gtk#5798).
==== gupnp ====
- Add upstream patch: 80e68995.patch: all: Drop xmlRecoverMemory.
Use xmlReadMemory, also use NONET flat.
==== gupnp-av ====
Subpackages: libgupnp-av-1_0-3
- Add patch "gupnp-av-libxml2.11-support.patch": Use xmlReadMemory
instead of xmlRecoverMemory, as it's been deprecated in libxml2
2.11.0.
- Use autosetup and ldconfig_scriptlets macros.
==== harfbuzz ====
Version update (7.1.0 -> 7.2.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- update to version 7.2.0:
+ Improve Tifinagh glyph positioning
+ Fix 4.2.0 regression in applying across syllables in syllabic
scripts.
+ Add flag to avoid glyph substitution closure during subsetting,
and the corresponding â--no-layout-closureâ option to
âhb-subsetâ command line tool.
+ Support instancing COLRv1 table
+ Optimize handling of âgvarâ table
+ Various subsetter bug fixes and improvements, documentation
==== lapack ====
Subpackages: libblas3 libcblas3 liblapack3
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== libavif ====
- Add BuildRequires pkgconfig(libwebp) to enable libsharpyuv
==== libbytesize ====
Version update (2.7 -> 2.8)
- Drop lang sub-package recommendation. It's not needed anymore now
that lang packages provide package supplementation instead.
- Make bscalc sub-package 'noarch', since it doesn't contain any
binaries, only a Python script and its manpage.
- update to 2.8:
* Added translation using Weblate
* configure.ac: Remove invalid email address for bug reports
* spec: Bump release to 21 for Packit daily builds
* spec: Fix source archive URL
* Make use of error optional
* Replace C++ style comments with C style
* Various docstring fixes
* docs: Remove information about Python 2 support
* Remove unused test dependencies variables from Makefile
* Do not hardcode pylint executable name in Makefile
==== libgexiv2 ====
Version update (0.14.0 -> 0.14.1)
- Update to version 0.14.1:
+ Clean-up python support
+ Drop python2 support
+ Add option for building tests
+ Only run python tests when python is enabled
+ Fix get_gps_info() return data with unset altitude
+ Fix generate_xmp_packet() ignoring its parameters
+ Fix gexiv2-tool to call initialize()
- Use ldconfig_scriptlets macro.
==== liblc3 ====
Version update (1.0.2 -> 1.0.3)
- Update to version 1.0.3:
+ Enhancements:
- C++ interface
- Remove 1 multiply by samples (when not using
upsampling/downsampling feature)
- Declare liblc3 as dependency in meson (helps using as meson
subproject)
- Make encoder/decoder states relocatable
+ Improve portability:
- Enable -pedantic compilation flag
- Remove VLA to support compilation with MSVC
- Remove use of deprecated int numpy attribute
+ Fixes: Fix undefined behaviors on integer shifting
==== libselinux ====
Subpackages: libselinux1 selinux-tools
- Add _multibuild to define additional spec files as additional
flavors.
Eliminates the need for source package links in OBS.
- Add -ffat-lto-objects to CFLAGS to prevent rpmlint errors because
of LTO
- Enable LTO as it works fine now.
==== libselinux-bindings ====
- Add python-wheel build dependency to build correctly with latest
python-pip version.
- Add _multibuild to define additional spec files as additional
flavors.
Eliminates the need for source package links in OBS.
- Enable LTO as it works fine now.
==== libsndfile ====
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== libssh ====
Version update (0.10.4 -> 0.10.5)
Subpackages: libssh-config libssh4
- update to 0.10.5:
* Fix CVE-2023-1667: a NULL dereference during rekeying with
algorithm guessing
* Fix CVE-2023-2283: a possible authorization bypass in
pki_verify_data_signature under low-memory conditions.
* Fix several memory leaks in GSSAPI handling code
* Escape braces in ProxyCommand created from ProxyJump options
for zsh compatibility.
* Fix pkg-config path relocation for MinGW
* Improve doxygen documentation
* Fix build with cygwin due to the glob support
* Do not enqueue outgoing packets after sending
SSH2_MSG_NEWKEYS
* Add support for SSH_SUPPRESS_DEPRECATED
* Avoid functions declarations without prototype to build with
clang 15
* Fix spelling issues
* Avoid expanding KnownHosts, ProxyCommands and IdentityFiles
repetitively
* Add support sk-* keys through configuration
* Improve checking for Argp library
* Log information about received extensions
* Correctly handle rekey with delayed compression
* Move the EC keys handling to OpenSSL 3.0 API
* Record peer disconnect message
* Avoid deadlock when write buffering occurs and we call poll
recursively to flush the output buffer
* Disable preauthentication compression by default
* Add accidentally removed default compile flags
* Solve incorrect parsing of ProxyCommand option
==== libvorbis ====
Subpackages: libvorbis0 libvorbisenc2 libvorbisfile3
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== open-vm-tools ====
Subpackages: libvmtools0 open-vm-tools-desktop
- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch,
0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
[boo#1210695]
- Reduce generated script size by coalescing multiple %service_*
==== openconnect ====
Version update (9.01 -> 9.10)
Subpackages: libopenconnect5 openconnect-bash-completion
- Update to release 9.10:
* Fix external browser authentication with KDE plasma-nm < 5.26.
* Always redirect stdout to stderr when spawning external browser.
* Increase default queue length to 32 packets.
* Fix receiving multiple packets in one TLS frame, and single packets split across multiple TLS frames, for Array.
* Handle idiosyncratic variation in search domain separators for all protocols
* Support region selection field for Pulse authentication
* Support modified configuration packet from Pulse 9.1R16 servers
* Allow hidden form fields to be populated or converted to text fields on the command line
* Support yet another strange way of encoding challenge-based 2FA for GlobalProtect
* Add --sni option (and corresponding C and Java API functions) to allow domain-fronting connections in censored/filtered network environments
* Parrot a GlobalProtect server's software version, if present, as the client version (!333)
* Fix NULL pointer dereference that has left Android builds broken since v8.20 (!389).
* Fix Fortinet authentication bug where repeated SVPNCOOKIE causes segfaults (#514, !418).
* Support F5 VPNs which encode authentication forms only in JSON, not in HTML.
* Support simultaneous IPv6 and Legacy IP ("dual-stack") for Fortinet .
* Support "FTM-push" token mode for Fortinet VPNs .
* Send IPv6-compatible version string in Pulse IF/T session establishment
* Add --no-external-auth option to not advertise external-browser authentication
* Many small improvements in server response parsing, and better logging messages and documentation.
==== python-Babel ====
Version update (2.11.0 -> 2.12.1)
- Add fix-tests.patch to make tests work with EST/EDT swap,
gh#python-babel/babel#988
- Update to 2.12.1:
* Include py.typed file in wheels by @AlexWaygood in #975
* Become 2.12.1 by @akx in #976
- 2.12.0:
* docs(changes): Fix broken issue links by @DenverCoder1 in #922
* Update docs build configuration by @akx in #924
* feat: Adds Format.compact_decimal utility by @DenverCoder1 in #921
* Remove vestigial Python 2 long check by @akx in #925
* feat: Support for short compact currency formats by @DenverCoder1 in #926
* Drop support for EOL Python 3.6 by @akx in #919
* Cast number to Decimal in _get_compact_format by @DenverCoder1 in #930
* Replace %/.format/concatenation with f-strings where feasible by @akx in #927
* ci: Fix testing dependencies by @DenverCoder1 in #936
* javascript extract improvements by @johanneswilm in #939
* Fix compact singular formats and patterns with no numbers by @DenverCoder1 in #932
* fix typo by @uniontech-lilinjie in #941
* Enable pre-commit by @akx in #943
* Added inline type annotations to Babel by @DenverCoder1 in #934
* Implement zoneinfo support and make pytz optional by @ds-cbo in #940
* Unify datetime imports by @akx in #945
* Minor cleanups by @akx in #948
* Renovate formatting in test_checkers and test_frontend by @akx in #950
* Add ruff for linting by @akx in #949
* Upgrade to CLDR 42 by @akx in #951
* Update test dependencies (tox v4) by @DenverCoder1 in #953
* Remove redundant tests for babel.support by @akx in #954
* Support for formatting NaN, Infinity by @DenverCoder1 in #955
* Clean up babel.localtime by @akx in #952
* Use standard library UTC by @akx in #957
* Fix unbound exc in babel.dates by @akx in #959
* Finally remove get_next_timezone_transition by @akx in #958
* More fixes and modernization by @akx in #960
* Keep @modifiers when parsing locales by @madduck in #947
* Add two new options in cmdline.rst docs by @m-aciek in #963
* Numbers and core type fixes by @DenverCoder1 in #966
* Use lru_cache where suitable by @akx in #967
* Fix two issues with fuzzy matching by @jeanas in #970
* Renovate CI tools a bit by @akx in #972
* Tox: also test with pytz installed by @akx in #974
* Become 2.12.0 by @akx in #973
==== python-SQLAlchemy ====
Version update (1.4.46 -> 2.0.12)
- update to SQLalchemy 2.0.x:
* 1.x remains available as SQLAlchemy1
Long list of changes, see
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.11
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.10
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.9
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.8
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.7
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.6
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.5
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.4
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.3
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.2
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.1
==== python-alembic ====
Version update (1.9.3 -> 1.10.4)
- update to 1.10.4:
* Added support for autogenerate comparison of indexes on
PostgreSQL which include SQL sort option, such as
``ASC`` or ``NULLS FIRST``.
* Fixed various typing issues observed with pyright, including
issues involving the combination of :class:`.Function` and
:meth:`.MigrationContext.begin_transaction`.
* Fixed error raised by alembic when running autogenerate after
removing a function based index.
* Fixed regression where Alembic would not run with older
SQLAlchemy 1.3 versions prior to 1.3.24 due to a
missing symbol. Workarounds have been applied for older
1.3 versions.
* Fixed issue regarding PostgreSQL :class:`.ExcludeConstraint`,
where constraint elements which made use of :func:`.literal_column`
could not be rendered for autogenerate. Additionally, using SQLAlchemy
2.0.5 or greater, :func:`.text()` constructs are also supported within
PostgreSQL :class:`.ExcludeConstraint` objects for autogenerate render.
* Fixed issue in index detection where autogenerate change
detection would consider indexes with the same columns but with
different order as equal, while in general they are not equivalent
in how a database will use them.
* Recursive traversal of revision files in a particular
revision directory is now supported, by indicating
``recursive_version_locations = true`` in alembic.ini.
* Fixed issue where indexes on SQLite which include SQL
expressions would not compare correctly, generating false
positives under autogenerate. These indexes are now skipped,
generating a warning, in the same way that
expression-based indexes on PostgreSQL are skipped and
generate warnings when SQLAlchemy 1.x installations are
in use. Note that reflection of
SQLite expression-based indexes continues to not yet be
supported under SQLAlchemy 2.0, even though PostgreSQL
expression-based indexes have now been implemented.
* Properly escape constraint name on SQL Server when dropping
a column while specifying ``mssql_drop_default=True`` or
``mssql_drop_check=True`` or ``mssql_drop_foreign_key=True``.
==== python-certifi ====
Version update (2022.12.7 -> 2023.5.7)
- update to 2023.5.7:
Added certs:
* CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY
==== python-charset-normalizer ====
- add sle15_python_module_pythons (jsc#PED-68)
==== python-click ====
- add fix-tests.patch to fix tests with new versions of python packages
==== python-configobj ====
Version update (5.0.6 -> 5.0.8)
- update to 5.0.8:
* 5.0.7 originally did this work, but 5.0.8 fixes a regression
* update testing to validate against python version 2.7 and
3.5-3.11
* update broken links / non-existent services and references
==== python-httpx ====
Version update (0.23.3 -> 0.24.0)
- update to 0.24.0:
* The logging behaviour has been changed to be more in-line
with other standard Python logging usages. We no longer have
a custom `TRACE` log level, and we no longer use the
`HTTPX_LOG_LEVEL` environment variable to auto-configure
logging. We now have a significant amount of `DEBUG` logging
available at the network level. Full documentation is
available at https://www.python-httpx.org/logging/ (#2547,
encode/httpcore#648)
* The `Response.iter_lines()` method now matches the stdlib
behaviour and does not include the newline characters. It
also resolves a performance issue. (#2423)
* Query parameter encoding switches from using + for spaces and
%2F for forward slash, to instead using %20 for spaces and
treating forward slash as a safe, unescaped character. This
differs from `requests`, but is in line with browser behavior
in Chrome, Safari, and Firefox. Both options are RFC valid.
(#2543)
* NetRC authentication is no longer automatically handled, but
is instead supported by an explicit `httpx.NetRCAuth()`
authentication class. See the documentation at
https://www.python-httpx.org/advanced/#netrc-support (#2525)
* The `rfc3986` dependancy has been removed. (#2252)
==== python-pyasn1 ====
Version update (0.4.8 -> 0.5.0)
- update to 0.5.0:
* Change `RealEncoder.supportIndefLenMode` type to a boolean
* Fix CI for py39 test environment
* Replace all snmplabs.com links
* Use correct SPDX identifier for the license
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
``TYPE_MAP``
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
to ``Encoder`` and ``Decoder`` classes by name and position,
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
``TYPE_MAP``
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
to ``Encoder`` and ``Decoder`` classes by name and position,
* Make BER/CER/DER decoders streaming and suspendible
==== python-pyasn1-modules ====
Version update (0.2.8 -> 0.3.0)
- update to 0.3.0:
* Added support for Python 3.8, 3.9, 3.10, 3.11
* Removed support for EOL Pythons 2.4, 2.5, 2.6, 3.2, 3.3, 3.4,
3.5
* Added support for PyPy 3.7, 3.8, 3.9
* Modernized packaging and testing. pyasn1-modules now uses
``setup.cfg``, ``pyproject.toml``,
* PyPI package ownership for `pyasn1` and `pyasn1-module` has
been transfered to *Christian Heimes* and *Simon Pichugin* in
* The upstream repositories for `pyasn1` and `pyasn1-modules`
are now in the GitHub organization https://github.com/pyasn1/.
* Added tox runner with a handful of basic jobs
* Add RFC3125 providing Electronic Signature Policies
* Add RFC5126 providing CMS Advanced Electronic Signatures
* Improve test routines for RFC5126
* Add RFC4387 providing Certificate Store Access via HTTP
* Changed assertion in unit tests from Python built-in to
`unittest` provided
* Add RFC8692 providing Algorithm Identifiers for RSASSA-PSS
and ECDSA Using SHAKEs
* Add RFC5753 providing CMS Elliptic Curve Cryptography
Algorithms
* Add RFC3820 providing Proxy Certificates
* Add RFC3370 providing Cryptographic Message Syntax (CMS)
Algorithms
* Add RFC3537 providing HMAC Key Wrapping
* Add RFC3739 providing Qualified Certificates
* Add RFC2876 providing KEA and SKIPJACK for CMS
* Add RFC3058 providing IDEA Encryption Algorithm for CMS
* Add RFC3657 providing Camellia Encryption Algorithm for CMS
* Add RFC4010 providing SEED Encryption Algorithm for CMS
* Add RFC4357 providing Additional Cryptographic Algorithms for
* Add RFC4490 providing GOST 28147-89, GOST R 34.11-94, GOST R
34.10-94, and GOST R 34.10-2001 Algorithms for CMS
* Add RFC4491 providing GOST R 34.10-94, GOST R 34.10-2001, and
GOST R 34.11-94 Algorithms for certificates and CRLs
* Add RFC8696 providing using Pre-Shared Key (PSK) in the CMS
* Add RFC5639 providing identifiers for the Brainpool curves in
Elliptic Curve Cryptography
* Add RFC5697 providing Other Certificates Extension
* Add RFC4683 providing Subject Identification Method (SIM)
* Add RFC4476 providing Attribute Certificate Policies
Extension
* Add RFC5636 providing Traceable Anonymous Certificate
* Add RFC5752 providing Multiple Signatures attribute for CMS
* Add RFC5275 providing CMS Symmetric Key Management and
Distribution
* Add RFC8702 providing SHAKE One-way Hash Functions in the CMS
* Add RFC8708 providing HSS/LMS Hash-based Signature Algorithm
for CMS
* Advance copyright statement to year 2020
* Add RFC8769 providing CBOR and CBOR Sequence content types
for CMS
==== python-pycryptodome ====
Version update (3.16.0 -> 3.17.0)
- Fix %%files to work with %pyproject_ style building.
- update to 3.17.0:
* Added support for the Counter Mode KDF defined in SP 800-108
Rev 1.
* Reduce the minimum tag length for the EAX cipher to 2 bytes.
* An RSA object has 4 new properties for the CRT coefficients:
``dp``, ``dq``, ``invq`` and ``invq`` (``invp`` is the same
value as the existing ``u``).
* GH#526: improved typing for ``RSA.construct``.
* GH#534: reduced memory consumption when using a large number
of cipher objects.
* GH#598: fixed missing error handling for
``Util.number.inverse``.
* GH#629: improved typing for ``AES.new`` and the various
mode-specific types it returns. Thanks to Greg Werbin.
* GH#653: added workaround for an alleged GCC compiler bug
that affected Ed25519 code compiled for AVX2.
* GH#658: attribute ``curve`` of an ECC key was not always
the preferred curve name, as it used to be in v3.15.0
(independently of the curve name specified when generating
the key).
* GH#637: fixed typing for legacy modules ``PKCS1_v1_5`` and
``PKCS1_PSS``, as their ``verify()`` returned a boolean.
* GH#664: with OCB mode, nonces of maximum length (15 bytes)
were actually used as 14 bytes nonces.
After this fix, data that was encrypted in past using the
(default) nonce length of 15 bytes can still be decrypted
by reducing the nonce to its first 14 bytes.
* GH#705: improved typing for ``nonce``, ``iv``, and ``IV``
parameters of cipher objects.
- update to 3.17.0:
* ++++++++++++++++++++++++++
* New features
* Added support for the Counter Mode KDF defined in SP 800-108
Rev 1.
* Reduce the minimum tag length for the EAX cipher to 2 bytes.
* An RSA object has 4 new properties for the CRT coefficients
* ``dp``, ``dq``, ``invq`` and ``invq`` (``invp`` is the same
value
* as the existing ``u``).
* Resolved issues
* GH#526: improved typing for ``RSA.construct``.
* GH#534: reduced memory consumption when using a large number
* of cipher objects.
* GH#598: fixed missing error handling for
``Util.number.inverse``.
* GH#629: improved typing for ``AES.new`` and the various
* mode-specific types it returns. Thanks to Greg Werbin.
* GH#653: added workaround for an alleged GCC compiler bug
* hat affected Ed25519 code compiled for AVX2.
* GH#658: attribute ``curve`` of an ECC key was not always
* he preferred curve name, as it used to be in v3.15.0
* independently of the curve name specified when generating
* he key).
* GH#637: fixed typing for legacy modules ``PKCS1_v1_5`` and
``PKCS1_PSS``,
* as their ``verify()`` returned a boolean.
* GH#664: with OCB mode, nonces of maximum length (15 bytes
* were actually used as 14 bytes nonces.
* After this fix, data that was encrypted in past using the
* default) nonce length of 15 bytes can still be decrypted
* by reducing the nonce to its first 14 bytes.
* GH#705: improved typing for ``nonce``, ``iv``, and ``IV``
parameters
* of cipher objects.
* Other changes
* Build PyPy wheels only for versions 3.8 and 3.9, and not for
3.7 anymore.
==== python-redis ====
- add sle15_python_module_pythons
==== python-requests-toolbelt ====
Version update (0.9.1 -> 1.0.0)
- Upgrade to 1.0.0:
- Breaking Changes
- Removed Google App Engine support to allow using urllib3 2.0
- New Features
- Add support for preparing requests in BaseUrlSession
- Fixed Bugs
- Ensured the test suite no longer reaches the Internet
- Fix urllib3 warning to only emit on X509Adapter usage
- Fixing missing newline in dump utility
- Miscellaneous
- Added explicit support for Python 3.11
- Remove upstreamed patches:
- fix-tests.patch
- remove_mock.patch
- requests-toolbelt-pr246-collections.abc.patch
- Add 356-add-missing-casette-files.patch which adds missing
casette test files (gh#requests/toolbelt!356).
==== python-rich ====
Version update (12.6.0 -> 13.3.5)
- update to 13.3.5:
* Fixed italic indent guides in SVG output
* Fixed for `is_terminal` ignoring FORCE_COLOR
https://github.com/Textualize/rich/pull/2923
* Added Style.clear_meta_and_links
* Reversed `pre` and `code` tags in base HTML format
* Fix syntax error when building with nuitka
* Fixed pretty printing of empty dataclass
* Use `Console(stderr=True)` in `rich.traceback.install` to
support io redirection.
* Fixes superfluous spaces in html output
* Fixed duplicate output in Jupyter
* Filter ANSI character-encoding-change codes in
`Text.from_ansi` parser
* Fixes traceback failing when a frame filename is unreadable
* Fix for live update rendering console markup
* `rich.progress.track()` will now show the elapsed time after
finishing the task
* Fixed truecolor to eight bit color conversion
* Fixed failing tests due to Pygments dependency
* Relaxed ipywidgets
* v13.2.0 replaces the unmaintained `commonmark` library with
`markdown-it-py`. This new parser has a lot more capabilities
and will allow us to implement a number of additional
Markdown features in the future.
* Switch Markdown parsing from commonmark to markdown-it-py
* Fixed wrong filenames in Jupyter tracebacks
* Added locals_hide_dunder and locals_hide_sunder to
Tracebacks, to hide double underscore and single underscore
* Tracebacks will now hide double underscore names from locals
by default. Set `locals_hide_dunder=False` to restore
previous behaviour.
* Fixed issue with Segment.split_cells for mixed single and
double cell widths
* Some relatively minor fixes and improvements. The most
significant update (and the reason for the major version
bump) is that Rich has dropped Python3.6 support.
* Reversed `pre` and `code` tags in base HTML format
* Improved detection of `attrs` library, that isn't confused by
the presence of the `attr` library.
* Fixed issue with `locals_max_length` parameter not being
respected in Traceback
* Handling of broken `fileno` made more robust. Fixes
* Fixed missing `fileno` on FileProxy
* Bumped minimum Python version to 3.7
* Pretty-printing of "tagged" `__repr__` results is now greedy
when matching tags
* `progress.track` now supports deriving total from
`__length_hint__`
* Add type annotation for key_separator of pretty.Node
==== python-simplejson ====
Version update (3.18.1 -> 3.19.1)
- update to 3.19.1:
* This release contains security hardening measures based on
recommendations by a security audit sponsored by OSTIF and
conducted by X41 D-Sec GmbH.
Several of these measures include changing defaults to be
more strict, by default simplejson will now only consume
and produce compliant JSON, but the flags still exist for
any backwards compatibility needs.
No high priority issues were discovered, the reference
count leak is thought to be unreachable since the digits of the
float are checked before PyOS_string_to_double is called.
* Fix invalid handling of unicode escape sequences in the pure
Python implementation of the decoder (SJ-PT-23-01)
* Fix missing reference count decrease if PyOS_string_to_double
raises an exception in Python 2.x; was probably unreachable (SJ-
PT-23-02)
* Backport the integer string length limitation from Python
3.11 to limit quadratic number parsing (SJ-PT-23-03)
* Fix inconsistencies with error messages between the C and
Python implementations (SJ-PT-23-100)
* Remove unused unichr import from encoder (SJ-PT-23-101)
* Remove unused namedtuple_as_object and tuple_as_array
arguments from simplejson.load (SJ-PT-23-102)
* Remove vestigial _one_shot code from iterencode (SJ-
PT-23-103)
* Change default of allow_nan from True to False and add
allow_nan to decoder (SJ-PT-23-107)
* Test the sdist to prevent future regressions
* Fix regression in sdist archive
==== python-six ====
- Switch documentation to be within the main package.
- add sle15_python_module_pythons (jsc#PED-68)
==== python-zope.interface ====
Version update (5.5.2 -> 6.0)
- update to 6.0:
* Build Linux binary wheels for Python 3.11.
* Drop support for Python 2.7, 3.5, 3.6.
* Fix test deprecation warning on Python 3.11.
* Add preliminary support for Python 3.12 as of 3.12a5.
* Drop:
* + `zope.interface.implements`
* + `zope.interface.implementsOnly`
* + `zope.interface.classProvides`
==== ruby-common ====
- cleanup irp code
- unify error handling using the exit_with_error function
- ensure we add generated files
- checkin the newly created package
- move new tools into a subpackage ruby-packaging-helpers to avoid
dependency to /usr/bin/ruby
- Add 2 new utilities
- irp aka initialize ruby package
does exactly what the name says. does all the work to
initialize a new ruby package
- bundler-dumpdeps: script to generate BR/Requires based on a
Gemfile.
==== strace ====
Version update (6.2 -> 6.3)
- Update to strace 6.3
* Implemented --trace-fds=set option for filtering only the syscalls
that operate on the specified set of file descriptors.
* Implemented --decode-fds=signalfd option for decoding of signal masks
associated with signalfd file descriptors.
* Implemented --syscall-limit option to automatically detach tracees
after capturing the specified number of syscalls.
* Implemented --argv0 option to set argv[0] of the command being executed.
* Implemented decoding of PR_GET_MDWE and PR_SET_MDWE operations of prctl
syscall.
* Implemented decoding of IP_LOCAL_PORT_RANGE socket option.
* Implemented decoding of IFLA_BRPORT_MCAST_N_GROUPS,
IFLA_BRPORT_MCAST_MAX_GROUPS, IFLA_GSO_IPV4_MAX_SIZE,
IFLA_GRO_IPV4_MAX_SIZE, and TCA_EXT_WARN_MSG netlink attributes.
* Updated lists of F_SEAL_*, IFLA_*, IORING_*, MFD_*, NFT_*, TCA_*,
and V4L2_PIX_FMT_* constants.
* Updated lists of ioctl commands from Linux 6.3.
* Fixed --status filtering when -c option is in use.
==== systemd ====
Version update (253.3 -> 253.4)
Subpackages: libsystemd0 libudev1 systemd-coredump systemd-doc udev
- Rather than having one script per fix, use a single script (or "fixlet") per
(sub) package that contains all the fixups relative to a (sub) package. This
has the advantage to limit the number of scripts but more importantly it will
ease the sharing of the spec file between TW and SLE. We should also be able
to compare the fixlets of two distros even if the spec files have diverged.
Note that all the fixups are run just once now.
- Make use of %_systemd_util_dir in the spec file.
- Rename the SUSE specific scripts used to fix up the system where systemd is
installed on. Also rename the directory where these scripts are stored.
- kbd-model-map.legacy: drop entry for 'ruwin_alt-UTF-8' as yast doesn't rely on
it anymore, see https://github.com/yast/yast-country/pull/307
- Import commit 25aec157888f7aa9a36726962fcbbf2c74ead440 (merge of v253.4)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/3ce9610975b5239a21c0c886cb893bb…
- Import commit 3ce9610975b5239a21c0c886cb893bb172966de7
3ce9610975 test: dont use anchor char '$' to match a part of a string
03ede3eaa2 locale: when no xvariant match select the entry with an empty xvariant
f08017efd5 locale: convert generated vconsole keymap to x11 layout automatically
e8cf56459b localed-util: make use of strdupcspn()
821c684440 test: use kbd-mode-map we ship in TEST-73-LOCALE
==== toolbox ====
- Update EOL *-micro images to supported versions. (bsc#1211018)
==== xz ====
Version update (5.4.2 -> 5.4.3)
Subpackages: liblzma5
- Update to version 5.4.3:
* Build system fixes
* Translation updates: Croatian
- update signing key
==== yast2-bootloader ====
Version update (4.6.0 -> 4.6.1)
- Do not overwrite user selection during migration (bsc#1210811)
- 4.6.1
==== yast2-network ====
Version update (4.6.1 -> 4.6.2)
- Fix summary crash when there is no interface available
(bsc#1209589, bsc#1211161).
- 4.6.2
==== zlib ====
Subpackages: libminizip1 libz1
- Fix deflateBound() before deflateInit(), bsc#1210593, bsc#1211005
bsc1210593.patch
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MozillaFirefox
alsa (1.2.8 -> 1.2.9)
alsa-ucm-conf (1.2.8 -> 1.2.9)
alsa-utils (1.2.8 -> 1.2.9)
harfbuzz (7.1.0 -> 7.2.0)
libavif
libgexiv2 (0.14.0 -> 0.14.1)
liblc3 (1.0.2 -> 1.0.3)
libsndfile
libvorbis
open-vm-tools
openconnect (9.01 -> 9.10)
python-Babel (2.11.0 -> 2.12.1)
python-SQLAlchemy (1.4.46 -> 2.0.12)
python-alembic (1.9.3 -> 1.10.4)
python-certifi (2022.12.7 -> 2023.5.7)
python-charset-normalizer
python-click
python-configobj (5.0.6 -> 5.0.8)
python-httpx (0.23.3 -> 0.24.0)
python-pyasn1 (0.4.8 -> 0.5.0)
python-pyasn1-modules (0.2.8 -> 0.3.0)
python-pycryptodome (3.16.0 -> 3.17.0)
python-redis
python-requests-toolbelt (0.9.1 -> 1.0.0)
python-rich (12.6.0 -> 13.3.5)
python-simplejson (3.18.1 -> 3.19.1)
python-six
python-zope.interface (5.5.2 -> 6.0)
strace (6.2 -> 6.3)
toolbox
xen (4.17.0_06 -> 4.17.1_02)
yast2-network (4.6.1 -> 4.6.2)
yast2-trans (84.87.20230428.0cbac11ad7 -> 84.87.20230507.125aa699e6)
=== Details ===
==== MozillaFirefox ====
Subpackages: MozillaFirefox-translations-common
- Fix i586 build by reducing debug info to -g1. (boo#1210168)
==== alsa ====
Version update (1.2.8 -> 1.2.9)
Subpackages: libasound2 libatopology2
- Update to version 1.2.9:
* Versioned symbol updates
* Various fixes for building on *BSD and Android
* Fixes and enhancements of auto silencing and playback drain
* Add SND_CTL_EINTR open mode at PCM
* Avoid endless loop in snd_pcm_sw_params_default()
* Fixes in PCM rate, route/softvol plugins
* Fixes in topology API parser, cleanups
* Enhancements in latency test program
* Minor code cleanup and memory leak fixes in UCM API
* emu10k1 config cleanup
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-lib
==== alsa-ucm-conf ====
Version update (1.2.8 -> 1.2.9)
- Update to version 1.2.9:
various profile updates for USB-audio, SOF and others.
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-ucm-conf
==== alsa-utils ====
Version update (1.2.8 -> 1.2.9)
- Update to alsa-utils 1.2.9:
BSD build fix, and various updates for alsactl, amidi, axfer,
alsa-info.sh, alsaloop, alsatplg, alsaucm, aplay, abat.
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.8_v1.2.9#alsa-utils
==== harfbuzz ====
Version update (7.1.0 -> 7.2.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- update to version 7.2.0:
+ Improve Tifinagh glyph positioning
+ Fix 4.2.0 regression in applying across syllables in syllabic
scripts.
+ Add flag to avoid glyph substitution closure during subsetting,
and the corresponding â--no-layout-closureâ option to
âhb-subsetâ command line tool.
+ Support instancing COLRv1 table
+ Optimize handling of âgvarâ table
+ Various subsetter bug fixes and improvements, documentation
==== libavif ====
- Add BuildRequires pkgconfig(libwebp) to enable libsharpyuv
==== libgexiv2 ====
Version update (0.14.0 -> 0.14.1)
- Update to version 0.14.1:
+ Clean-up python support
+ Drop python2 support
+ Add option for building tests
+ Only run python tests when python is enabled
+ Fix get_gps_info() return data with unset altitude
+ Fix generate_xmp_packet() ignoring its parameters
+ Fix gexiv2-tool to call initialize()
- Use ldconfig_scriptlets macro.
==== liblc3 ====
Version update (1.0.2 -> 1.0.3)
- Update to version 1.0.3:
+ Enhancements:
- C++ interface
- Remove 1 multiply by samples (when not using
upsampling/downsampling feature)
- Declare liblc3 as dependency in meson (helps using as meson
subproject)
- Make encoder/decoder states relocatable
+ Improve portability:
- Enable -pedantic compilation flag
- Remove VLA to support compilation with MSVC
- Remove use of deprecated int numpy attribute
+ Fixes: Fix undefined behaviors on integer shifting
==== libsndfile ====
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== libvorbis ====
Subpackages: libvorbis0 libvorbisenc2 libvorbisfile3
- Add _multibuild to define 2nd spec file as additional flavor.
Eliminates the need for source package links in OBS.
==== open-vm-tools ====
Subpackages: libvmtools0 open-vm-tools-desktop
- Add 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch,
0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
[boo#1210695]
- Reduce generated script size by coalescing multiple %service_*
==== openconnect ====
Version update (9.01 -> 9.10)
Subpackages: libopenconnect5 openconnect-bash-completion openconnect-lang
- Update to release 9.10:
* Fix external browser authentication with KDE plasma-nm < 5.26.
* Always redirect stdout to stderr when spawning external browser.
* Increase default queue length to 32 packets.
* Fix receiving multiple packets in one TLS frame, and single packets split across multiple TLS frames, for Array.
* Handle idiosyncratic variation in search domain separators for all protocols
* Support region selection field for Pulse authentication
* Support modified configuration packet from Pulse 9.1R16 servers
* Allow hidden form fields to be populated or converted to text fields on the command line
* Support yet another strange way of encoding challenge-based 2FA for GlobalProtect
* Add --sni option (and corresponding C and Java API functions) to allow domain-fronting connections in censored/filtered network environments
* Parrot a GlobalProtect server's software version, if present, as the client version (!333)
* Fix NULL pointer dereference that has left Android builds broken since v8.20 (!389).
* Fix Fortinet authentication bug where repeated SVPNCOOKIE causes segfaults (#514, !418).
* Support F5 VPNs which encode authentication forms only in JSON, not in HTML.
* Support simultaneous IPv6 and Legacy IP ("dual-stack") for Fortinet .
* Support "FTM-push" token mode for Fortinet VPNs .
* Send IPv6-compatible version string in Pulse IF/T session establishment
* Add --no-external-auth option to not advertise external-browser authentication
* Many small improvements in server response parsing, and better logging messages and documentation.
==== python-Babel ====
Version update (2.11.0 -> 2.12.1)
- Add fix-tests.patch to make tests work with EST/EDT swap,
gh#python-babel/babel#988
- Update to 2.12.1:
* Include py.typed file in wheels by @AlexWaygood in #975
* Become 2.12.1 by @akx in #976
- 2.12.0:
* docs(changes): Fix broken issue links by @DenverCoder1 in #922
* Update docs build configuration by @akx in #924
* feat: Adds Format.compact_decimal utility by @DenverCoder1 in #921
* Remove vestigial Python 2 long check by @akx in #925
* feat: Support for short compact currency formats by @DenverCoder1 in #926
* Drop support for EOL Python 3.6 by @akx in #919
* Cast number to Decimal in _get_compact_format by @DenverCoder1 in #930
* Replace %/.format/concatenation with f-strings where feasible by @akx in #927
* ci: Fix testing dependencies by @DenverCoder1 in #936
* javascript extract improvements by @johanneswilm in #939
* Fix compact singular formats and patterns with no numbers by @DenverCoder1 in #932
* fix typo by @uniontech-lilinjie in #941
* Enable pre-commit by @akx in #943
* Added inline type annotations to Babel by @DenverCoder1 in #934
* Implement zoneinfo support and make pytz optional by @ds-cbo in #940
* Unify datetime imports by @akx in #945
* Minor cleanups by @akx in #948
* Renovate formatting in test_checkers and test_frontend by @akx in #950
* Add ruff for linting by @akx in #949
* Upgrade to CLDR 42 by @akx in #951
* Update test dependencies (tox v4) by @DenverCoder1 in #953
* Remove redundant tests for babel.support by @akx in #954
* Support for formatting NaN, Infinity by @DenverCoder1 in #955
* Clean up babel.localtime by @akx in #952
* Use standard library UTC by @akx in #957
* Fix unbound exc in babel.dates by @akx in #959
* Finally remove get_next_timezone_transition by @akx in #958
* More fixes and modernization by @akx in #960
* Keep @modifiers when parsing locales by @madduck in #947
* Add two new options in cmdline.rst docs by @m-aciek in #963
* Numbers and core type fixes by @DenverCoder1 in #966
* Use lru_cache where suitable by @akx in #967
* Fix two issues with fuzzy matching by @jeanas in #970
* Renovate CI tools a bit by @akx in #972
* Tox: also test with pytz installed by @akx in #974
* Become 2.12.0 by @akx in #973
==== python-SQLAlchemy ====
Version update (1.4.46 -> 2.0.12)
- update to SQLalchemy 2.0.x:
* 1.x remains available as SQLAlchemy1
Long list of changes, see
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.12
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.11
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.10
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.9
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.8
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.7
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.6
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.5
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.4
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.3
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.2
https://docs.sqlalchemy.org/en/20/changelog/changelog_20.html#change-2.0.1
==== python-alembic ====
Version update (1.9.3 -> 1.10.4)
- update to 1.10.4:
* Added support for autogenerate comparison of indexes on
PostgreSQL which include SQL sort option, such as
``ASC`` or ``NULLS FIRST``.
* Fixed various typing issues observed with pyright, including
issues involving the combination of :class:`.Function` and
:meth:`.MigrationContext.begin_transaction`.
* Fixed error raised by alembic when running autogenerate after
removing a function based index.
* Fixed regression where Alembic would not run with older
SQLAlchemy 1.3 versions prior to 1.3.24 due to a
missing symbol. Workarounds have been applied for older
1.3 versions.
* Fixed issue regarding PostgreSQL :class:`.ExcludeConstraint`,
where constraint elements which made use of :func:`.literal_column`
could not be rendered for autogenerate. Additionally, using SQLAlchemy
2.0.5 or greater, :func:`.text()` constructs are also supported within
PostgreSQL :class:`.ExcludeConstraint` objects for autogenerate render.
* Fixed issue in index detection where autogenerate change
detection would consider indexes with the same columns but with
different order as equal, while in general they are not equivalent
in how a database will use them.
* Recursive traversal of revision files in a particular
revision directory is now supported, by indicating
``recursive_version_locations = true`` in alembic.ini.
* Fixed issue where indexes on SQLite which include SQL
expressions would not compare correctly, generating false
positives under autogenerate. These indexes are now skipped,
generating a warning, in the same way that
expression-based indexes on PostgreSQL are skipped and
generate warnings when SQLAlchemy 1.x installations are
in use. Note that reflection of
SQLite expression-based indexes continues to not yet be
supported under SQLAlchemy 2.0, even though PostgreSQL
expression-based indexes have now been implemented.
* Properly escape constraint name on SQL Server when dropping
a column while specifying ``mssql_drop_default=True`` or
``mssql_drop_check=True`` or ``mssql_drop_foreign_key=True``.
==== python-certifi ====
Version update (2022.12.7 -> 2023.5.7)
- update to 2023.5.7:
Added certs:
* CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY
==== python-charset-normalizer ====
- add sle15_python_module_pythons (jsc#PED-68)
==== python-click ====
- add fix-tests.patch to fix tests with new versions of python packages
==== python-configobj ====
Version update (5.0.6 -> 5.0.8)
- update to 5.0.8:
* 5.0.7 originally did this work, but 5.0.8 fixes a regression
* update testing to validate against python version 2.7 and
3.5-3.11
* update broken links / non-existent services and references
==== python-httpx ====
Version update (0.23.3 -> 0.24.0)
- update to 0.24.0:
* The logging behaviour has been changed to be more in-line
with other standard Python logging usages. We no longer have
a custom `TRACE` log level, and we no longer use the
`HTTPX_LOG_LEVEL` environment variable to auto-configure
logging. We now have a significant amount of `DEBUG` logging
available at the network level. Full documentation is
available at https://www.python-httpx.org/logging/ (#2547,
encode/httpcore#648)
* The `Response.iter_lines()` method now matches the stdlib
behaviour and does not include the newline characters. It
also resolves a performance issue. (#2423)
* Query parameter encoding switches from using + for spaces and
%2F for forward slash, to instead using %20 for spaces and
treating forward slash as a safe, unescaped character. This
differs from `requests`, but is in line with browser behavior
in Chrome, Safari, and Firefox. Both options are RFC valid.
(#2543)
* NetRC authentication is no longer automatically handled, but
is instead supported by an explicit `httpx.NetRCAuth()`
authentication class. See the documentation at
https://www.python-httpx.org/advanced/#netrc-support (#2525)
* The `rfc3986` dependancy has been removed. (#2252)
==== python-pyasn1 ====
Version update (0.4.8 -> 0.5.0)
- update to 0.5.0:
* Change `RealEncoder.supportIndefLenMode` type to a boolean
* Fix CI for py39 test environment
* Replace all snmplabs.com links
* Use correct SPDX identifier for the license
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
``TYPE_MAP``
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
to ``Encoder`` and ``Decoder`` classes by name and position,
* Re-add ``tagMap`` and ``typeMap`` module level attributes to all
encoder and decoder modules. They are aliases for ``TAG_MAP`` and
``TYPE_MAP``
* Restore API for passing for ``tagMap`` and ``typeMap`` arguments
to ``Encoder`` and ``Decoder`` classes by name and position,
* Make BER/CER/DER decoders streaming and suspendible
==== python-pyasn1-modules ====
Version update (0.2.8 -> 0.3.0)
- update to 0.3.0:
* Added support for Python 3.8, 3.9, 3.10, 3.11
* Removed support for EOL Pythons 2.4, 2.5, 2.6, 3.2, 3.3, 3.4,
3.5
* Added support for PyPy 3.7, 3.8, 3.9
* Modernized packaging and testing. pyasn1-modules now uses
``setup.cfg``, ``pyproject.toml``,
* PyPI package ownership for `pyasn1` and `pyasn1-module` has
been transfered to *Christian Heimes* and *Simon Pichugin* in
* The upstream repositories for `pyasn1` and `pyasn1-modules`
are now in the GitHub organization https://github.com/pyasn1/.
* Added tox runner with a handful of basic jobs
* Add RFC3125 providing Electronic Signature Policies
* Add RFC5126 providing CMS Advanced Electronic Signatures
* Improve test routines for RFC5126
* Add RFC4387 providing Certificate Store Access via HTTP
* Changed assertion in unit tests from Python built-in to
`unittest` provided
* Add RFC8692 providing Algorithm Identifiers for RSASSA-PSS
and ECDSA Using SHAKEs
* Add RFC5753 providing CMS Elliptic Curve Cryptography
Algorithms
* Add RFC3820 providing Proxy Certificates
* Add RFC3370 providing Cryptographic Message Syntax (CMS)
Algorithms
* Add RFC3537 providing HMAC Key Wrapping
* Add RFC3739 providing Qualified Certificates
* Add RFC2876 providing KEA and SKIPJACK for CMS
* Add RFC3058 providing IDEA Encryption Algorithm for CMS
* Add RFC3657 providing Camellia Encryption Algorithm for CMS
* Add RFC4010 providing SEED Encryption Algorithm for CMS
* Add RFC4357 providing Additional Cryptographic Algorithms for
* Add RFC4490 providing GOST 28147-89, GOST R 34.11-94, GOST R
34.10-94, and GOST R 34.10-2001 Algorithms for CMS
* Add RFC4491 providing GOST R 34.10-94, GOST R 34.10-2001, and
GOST R 34.11-94 Algorithms for certificates and CRLs
* Add RFC8696 providing using Pre-Shared Key (PSK) in the CMS
* Add RFC5639 providing identifiers for the Brainpool curves in
Elliptic Curve Cryptography
* Add RFC5697 providing Other Certificates Extension
* Add RFC4683 providing Subject Identification Method (SIM)
* Add RFC4476 providing Attribute Certificate Policies
Extension
* Add RFC5636 providing Traceable Anonymous Certificate
* Add RFC5752 providing Multiple Signatures attribute for CMS
* Add RFC5275 providing CMS Symmetric Key Management and
Distribution
* Add RFC8702 providing SHAKE One-way Hash Functions in the CMS
* Add RFC8708 providing HSS/LMS Hash-based Signature Algorithm
for CMS
* Advance copyright statement to year 2020
* Add RFC8769 providing CBOR and CBOR Sequence content types
for CMS
==== python-pycryptodome ====
Version update (3.16.0 -> 3.17.0)
- Fix %%files to work with %pyproject_ style building.
- update to 3.17.0:
* Added support for the Counter Mode KDF defined in SP 800-108
Rev 1.
* Reduce the minimum tag length for the EAX cipher to 2 bytes.
* An RSA object has 4 new properties for the CRT coefficients:
``dp``, ``dq``, ``invq`` and ``invq`` (``invp`` is the same
value as the existing ``u``).
* GH#526: improved typing for ``RSA.construct``.
* GH#534: reduced memory consumption when using a large number
of cipher objects.
* GH#598: fixed missing error handling for
``Util.number.inverse``.
* GH#629: improved typing for ``AES.new`` and the various
mode-specific types it returns. Thanks to Greg Werbin.
* GH#653: added workaround for an alleged GCC compiler bug
that affected Ed25519 code compiled for AVX2.
* GH#658: attribute ``curve`` of an ECC key was not always
the preferred curve name, as it used to be in v3.15.0
(independently of the curve name specified when generating
the key).
* GH#637: fixed typing for legacy modules ``PKCS1_v1_5`` and
``PKCS1_PSS``, as their ``verify()`` returned a boolean.
* GH#664: with OCB mode, nonces of maximum length (15 bytes)
were actually used as 14 bytes nonces.
After this fix, data that was encrypted in past using the
(default) nonce length of 15 bytes can still be decrypted
by reducing the nonce to its first 14 bytes.
* GH#705: improved typing for ``nonce``, ``iv``, and ``IV``
parameters of cipher objects.
- update to 3.17.0:
* ++++++++++++++++++++++++++
* New features
* Added support for the Counter Mode KDF defined in SP 800-108
Rev 1.
* Reduce the minimum tag length for the EAX cipher to 2 bytes.
* An RSA object has 4 new properties for the CRT coefficients
* ``dp``, ``dq``, ``invq`` and ``invq`` (``invp`` is the same
value
* as the existing ``u``).
* Resolved issues
* GH#526: improved typing for ``RSA.construct``.
* GH#534: reduced memory consumption when using a large number
* of cipher objects.
* GH#598: fixed missing error handling for
``Util.number.inverse``.
* GH#629: improved typing for ``AES.new`` and the various
* mode-specific types it returns. Thanks to Greg Werbin.
* GH#653: added workaround for an alleged GCC compiler bug
* hat affected Ed25519 code compiled for AVX2.
* GH#658: attribute ``curve`` of an ECC key was not always
* he preferred curve name, as it used to be in v3.15.0
* independently of the curve name specified when generating
* he key).
* GH#637: fixed typing for legacy modules ``PKCS1_v1_5`` and
``PKCS1_PSS``,
* as their ``verify()`` returned a boolean.
* GH#664: with OCB mode, nonces of maximum length (15 bytes
* were actually used as 14 bytes nonces.
* After this fix, data that was encrypted in past using the
* default) nonce length of 15 bytes can still be decrypted
* by reducing the nonce to its first 14 bytes.
* GH#705: improved typing for ``nonce``, ``iv``, and ``IV``
parameters
* of cipher objects.
* Other changes
* Build PyPy wheels only for versions 3.8 and 3.9, and not for
3.7 anymore.
==== python-redis ====
- add sle15_python_module_pythons
==== python-requests-toolbelt ====
Version update (0.9.1 -> 1.0.0)
- Upgrade to 1.0.0:
- Breaking Changes
- Removed Google App Engine support to allow using urllib3 2.0
- New Features
- Add support for preparing requests in BaseUrlSession
- Fixed Bugs
- Ensured the test suite no longer reaches the Internet
- Fix urllib3 warning to only emit on X509Adapter usage
- Fixing missing newline in dump utility
- Miscellaneous
- Added explicit support for Python 3.11
- Remove upstreamed patches:
- fix-tests.patch
- remove_mock.patch
- requests-toolbelt-pr246-collections.abc.patch
- Add 356-add-missing-casette-files.patch which adds missing
casette test files (gh#requests/toolbelt!356).
==== python-rich ====
Version update (12.6.0 -> 13.3.5)
- update to 13.3.5:
* Fixed italic indent guides in SVG output
* Fixed for `is_terminal` ignoring FORCE_COLOR
https://github.com/Textualize/rich/pull/2923
* Added Style.clear_meta_and_links
* Reversed `pre` and `code` tags in base HTML format
* Fix syntax error when building with nuitka
* Fixed pretty printing of empty dataclass
* Use `Console(stderr=True)` in `rich.traceback.install` to
support io redirection.
* Fixes superfluous spaces in html output
* Fixed duplicate output in Jupyter
* Filter ANSI character-encoding-change codes in
`Text.from_ansi` parser
* Fixes traceback failing when a frame filename is unreadable
* Fix for live update rendering console markup
* `rich.progress.track()` will now show the elapsed time after
finishing the task
* Fixed truecolor to eight bit color conversion
* Fixed failing tests due to Pygments dependency
* Relaxed ipywidgets
* v13.2.0 replaces the unmaintained `commonmark` library with
`markdown-it-py`. This new parser has a lot more capabilities
and will allow us to implement a number of additional
Markdown features in the future.
* Switch Markdown parsing from commonmark to markdown-it-py
* Fixed wrong filenames in Jupyter tracebacks
* Added locals_hide_dunder and locals_hide_sunder to
Tracebacks, to hide double underscore and single underscore
* Tracebacks will now hide double underscore names from locals
by default. Set `locals_hide_dunder=False` to restore
previous behaviour.
* Fixed issue with Segment.split_cells for mixed single and
double cell widths
* Some relatively minor fixes and improvements. The most
significant update (and the reason for the major version
bump) is that Rich has dropped Python3.6 support.
* Reversed `pre` and `code` tags in base HTML format
* Improved detection of `attrs` library, that isn't confused by
the presence of the `attr` library.
* Fixed issue with `locals_max_length` parameter not being
respected in Traceback
* Handling of broken `fileno` made more robust. Fixes
* Fixed missing `fileno` on FileProxy
* Bumped minimum Python version to 3.7
* Pretty-printing of "tagged" `__repr__` results is now greedy
when matching tags
* `progress.track` now supports deriving total from
`__length_hint__`
* Add type annotation for key_separator of pretty.Node
==== python-simplejson ====
Version update (3.18.1 -> 3.19.1)
- update to 3.19.1:
* This release contains security hardening measures based on
recommendations by a security audit sponsored by OSTIF and
conducted by X41 D-Sec GmbH.
Several of these measures include changing defaults to be
more strict, by default simplejson will now only consume
and produce compliant JSON, but the flags still exist for
any backwards compatibility needs.
No high priority issues were discovered, the reference
count leak is thought to be unreachable since the digits of the
float are checked before PyOS_string_to_double is called.
* Fix invalid handling of unicode escape sequences in the pure
Python implementation of the decoder (SJ-PT-23-01)
* Fix missing reference count decrease if PyOS_string_to_double
raises an exception in Python 2.x; was probably unreachable (SJ-
PT-23-02)
* Backport the integer string length limitation from Python
3.11 to limit quadratic number parsing (SJ-PT-23-03)
* Fix inconsistencies with error messages between the C and
Python implementations (SJ-PT-23-100)
* Remove unused unichr import from encoder (SJ-PT-23-101)
* Remove unused namedtuple_as_object and tuple_as_array
arguments from simplejson.load (SJ-PT-23-102)
* Remove vestigial _one_shot code from iterencode (SJ-
PT-23-103)
* Change default of allow_nan from True to False and add
allow_nan to decoder (SJ-PT-23-107)
* Test the sdist to prevent future regressions
* Fix regression in sdist archive
==== python-six ====
- Switch documentation to be within the main package.
- add sle15_python_module_pythons (jsc#PED-68)
==== python-zope.interface ====
Version update (5.5.2 -> 6.0)
- update to 6.0:
* Build Linux binary wheels for Python 3.11.
* Drop support for Python 2.7, 3.5, 3.6.
* Fix test deprecation warning on Python 3.11.
* Add preliminary support for Python 3.12 as of 3.12a5.
* Drop:
* + `zope.interface.implements`
* + `zope.interface.implementsOnly`
* + `zope.interface.classProvides`
==== strace ====
Version update (6.2 -> 6.3)
- Update to strace 6.3
* Implemented --trace-fds=set option for filtering only the syscalls
that operate on the specified set of file descriptors.
* Implemented --decode-fds=signalfd option for decoding of signal masks
associated with signalfd file descriptors.
* Implemented --syscall-limit option to automatically detach tracees
after capturing the specified number of syscalls.
* Implemented --argv0 option to set argv[0] of the command being executed.
* Implemented decoding of PR_GET_MDWE and PR_SET_MDWE operations of prctl
syscall.
* Implemented decoding of IP_LOCAL_PORT_RANGE socket option.
* Implemented decoding of IFLA_BRPORT_MCAST_N_GROUPS,
IFLA_BRPORT_MCAST_MAX_GROUPS, IFLA_GSO_IPV4_MAX_SIZE,
IFLA_GRO_IPV4_MAX_SIZE, and TCA_EXT_WARN_MSG netlink attributes.
* Updated lists of F_SEAL_*, IFLA_*, IORING_*, MFD_*, NFT_*, TCA_*,
and V4L2_PIX_FMT_* constants.
* Updated lists of ioctl commands from Linux 6.3.
* Fixed --status filtering when -c option is in use.
==== toolbox ====
- Update EOL *-micro images to supported versions. (bsc#1211018)
==== xen ====
Version update (4.17.0_06 -> 4.17.1_02)
- bsc#1210570 - gcc-13 realloc use-after-free analysis error
64525c61-tools-libs-guest-assist-gcc13s-realloc-analyzer.patch
- bsc#1209237 - xen-syms doesn't contain debug-info
643e3810-CONFIG_DEBUG_INFO-no-EXPERT.patch
643e387f-xen-update-CONFIG_DEBUG_INFO-help-text.patch
6447a8fd-x86-EFI-permit-crash-dump-analysis.patch
- Update to Xen 4.17.1 bug fix release (bsc#1027519)
xen-4.17.1-testing-src.tar.bz2
* No upstream changelog found in sources or webpage
- Dropped patches contained in new tarball
63a03b73-VMX-VMExit-based-BusLock-detection.patch
63a03ba6-VMX-INTR_SHADOW_NMI-helper.patch
63a03bce-VMX-Notify-VMExit.patch
63a03e28-x86-high-freq-TSC-overflow.patch
63c05478-VMX-calculate-model-specific-LBRs-once.patch
63c05478-VMX-support-CPUs-without-model-specific-LBR.patch
63d24e91-tools-xenstore-revert-simplify-loop-handling.patch
63e53ac9-x86-CPUID-leaves-7-1-ecx-edx.patch
63e53ac9-x86-disable-CET-SS-when-fractured-updates.patch
63ebca9c-x86-spec-ctrl-Mitigate-Cross-Thread-Return-Address-Predictions.patch
63f4d045-x86-ucode-AMD-apply-early-on-all-threads.patch
63fe06e0-x86-ucode-AMD-apply-late-on-all-threads.patch
640f3035-x86-altp2m-help-gcc13.patch
641041e8-VT-d-constrain-IGD-check.patch
64104238-bunzip-gcc13.patch
6419697d-AMD-IOMMU-no-XT-x2APIC-phys.patch
64199e0c-x86-shadow-account-for-log-dirty-mode.patch
64199e0d-x86-HVM-bound-number-of-pca-regions.patch
64199e0e-x86-HVM-serialize-pca-list-manipulation.patch
64199e0f-x86-spec-ctrl-defer-CR4_PV32_RESTORE-for-CSTAR.patch
libxl.fix-guest-kexec-skip-cpuid-policy.patch
xsa430.patch
- bsc#1210315 - VUL-0: CVE-2022-42335: xen: x86 shadow paging
arbitrary pointer dereference (XSA-430)
xsa430.patch
- Not building the shim is correctly handled by --disable-pvshim
Drop disable-building-pv-shim.patch
==== yast2-network ====
Version update (4.6.1 -> 4.6.2)
- Fix summary crash when there is no interface available
(bsc#1209589, bsc#1211161).
- 4.6.2
==== yast2-trans ====
Version update (84.87.20230428.0cbac11ad7 -> 84.87.20230507.125aa699e6)
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.20230507.125aa699e6:
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* Translated using Weblate (Slovak)
* Translated using Weblate (Dutch)
* New POT for text domain 'storage'.
* New POT for text domain 'network'.
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Spanish)
1
0