Packages changed: MozillaFirefox cabextract (1.10 -> 1.11) elfutils-debuginfod exempi (2.6.2 -> 2.6.3) geoclue2 (2.6.0 -> 2.7.0) gptfdisk grep (3.8 -> 3.9) hwdata (0.367 -> 0.368) iproute2 (6.1 -> 6.2) libsndfile (1.1.0 -> 1.2.0) polkit-default-privs (1550+20230303.7726e9f -> 1550+20230307.7f42172) poppler (23.02.0 -> 23.03.0) poppler-data (0.4.11 -> 0.4.12) poppler-qt5 (23.02.0 -> 23.03.0) python-anyio python-pytz (2022.7 -> 2022.7.1) re2 (20230201 -> 20230301) smartmontools wireless-regdb (20221205 -> 20230213) xterm (378 -> 379) === Details === ==== MozillaFirefox ==== - Limit memory use on riscv64 ==== cabextract ==== Version update (1.10 -> 1.11) - update to 1.11: * Fixed bug in creating directories given in archives, e.g. extracting file ==== elfutils-debuginfod ==== Subpackages: debuginfod-profile libdebuginfod1 - Fix file listing for 15.x builds. ==== exempi ==== Version update (2.6.2 -> 2.6.3) - update to 2.6.3: * Fix null to int assignement error. ==== geoclue2 ==== Version update (2.6.0 -> 2.7.0) Subpackages: system-user-srvGeoClue typelib-1_0-Geoclue-2_0 - Update to version 2.7.0: + Multiple config files named *.conf are now read from the config directory at @sysconfdir@/geoclue/conf.d. + HTTP requests are now made via libsoup3.0 instead of libsoup2.4. + A static location can now be set in @sysconfdir@/geolocation for immobile systems. + Web source requests are now submitted with combined WiFi and 3GPP tower data. + Web source now checks connectivity in a way that allows location and submission servers running on localhost. + Web source submissions are now made using /v2/geosubmit API. + Web source cell tower submissions now have the correct radio type. + Web source requests now submit the BSS age property. + Web source submissions now contain the location speed. + Web source cache now respects WiFi signal tolerance strictly. + NMEA source now supports both '\n' and '\r' NMEA delimiters. + NMEA source can now be made the Web source submit source. + ModemManager now use signaled calls to get cached location information to avoid performing explicit modem query. + Location description now contains information about its source. + GSettings backend no longer complains about being run from a read-only filesystem. + Many small improvements and fixes, some memory safety related. - Drop 129.patch: Fixed upstream. ==== gptfdisk ==== - Add gptfdisk-fix-null-pointer-dereference.patch: Fix NULL pointer dereference in pervious patch, poptGetArg can return NULL so we should not pass it to strdup directly (bsc#1208877). ==== grep ==== Version update (3.8 -> 3.9) - Update to grep 3.9 * With -P, some non-ASCII UTF8 characters were not recognized as word-constituent due to our omission of the PCRE2_UCP flag. * When given multiple patterns the last of which has a back-reference, grep no longer sometimes mistakenly matches lines in some cases ==== hwdata ==== Version update (0.367 -> 0.368) - update to 0.368: * Update pci, usb and vendor ids ==== iproute2 ==== Version update (6.1 -> 6.2) Subpackages: iproute2-bash-completion - Update to release 6.2 * f_flower: Introduce L2TPv3 support * bridge: fdb: Add support for locked FDB entries * bridge: link: Add MAC Authentication Bypass (MAB) support * ip: Support --json on `ip neigh get` * tc: Add JSON output to tc-class ==== libsndfile ==== Version update (1.1.0 -> 1.2.0) - update to 1.2.0: * Searching for LAME dependency with CMake build system (issue #821). * CMake build from Autotools tarball (issue #816). * Build on UWP platform (issue #824). * Fix signed integer overflow (issue #785). * Skipping large wav chunks on stdin (PR #819). ==== polkit-default-privs ==== Version update (1550+20230303.7726e9f -> 1550+20230307.7f42172) - Update to version 1550+20230307.7f42172: * Whitelist kde-inotify-survey (bsc#1208689) ==== poppler ==== Version update (23.02.0 -> 23.03.0) Subpackages: libpoppler-cpp0 libpoppler-glib8 libpoppler126 poppler-tools - update to 23.03.0: core: * PngWriter: Fix potential uninitialized memory use ==== poppler-data ==== Version update (0.4.11 -> 0.4.12) - update to 0.4.12: * updated files from the adobe-type-tools repositories ==== poppler-qt5 ==== Version update (23.02.0 -> 23.03.0) - update to 23.03.0: core: * PngWriter: Fix potential uninitialized memory use ==== python-anyio ==== - Add patc support-trio-0.22.patch: * Support trio >= 0.22 just enough for asyncclick. ==== python-pytz ==== Version update (2022.7 -> 2022.7.1) - update to 2022.7.1: * fixes to documentation formatting ==== re2 ==== Version update (20230201 -> 20230301) - update to 2023-03-01: * changes for other platforms ==== smartmontools ==== - fix smartctl crash for an NVMe on big endian systems [bsc#1208905] - added patches fix https://www.smartmontools.org/changeset/5448 + smartmontools-smartctl-NVMe-big-endian.patch ==== wireless-regdb ==== Version update (20221205 -> 20230213) - Update to version 20230213: * wireless-regdb: update regulatory database based on preceding changes * wireless-regdb: Update regulatory info for Russia (RU) on 5GHz ==== xterm ==== Version update (378 -> 379) Subpackages: xterm-bin xterm-resize - update to 379: * improve text-cursor (patch by Jan Engelhardt): + allow selecting CURSOR_BAR mode from command- line/Xresources. + draw cursor using filled rectangle instead of rectangle outline to permit thicker underlines/bars. + scale up cursor relative to font size. * improve readline modes (Fedora #2166860): + document readline modes + change the feature to configure by default + replace hard-coded SS3 for cursor movement with current mode + replace hard-coded erase/lnext characters with current values * improve status-line (report by Thomas Wolff): + RIS turns off status-line + Right-margin (DECLRMM and DECSLRM) limits the length of text written/updated in the status-line. + Most controls which affect the whole screen are ignored while updating the status-line. * modify configure check for tgetent to allow for some special cases of ncurses configuration * reduce timeout, improve warning message if resize is run on a terminal which is not VT100-compatible. * reduce compiler warnings in configure script. - drop xterm-enable_libtinfo.patch (obsolete)