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:
libbpf (1.0.1 -> 1.1.0)
libqt5-qtwebengine (5.15.11 -> 5.15.12)
librepo (1.14.5 -> 1.15.1)
vim (9.0.1075 -> 9.0.1107)
zvbi (0.2.38 -> 0.2.39)
=== Details ===
==== libbpf ====
Version update (1.0.1 -> 1.1.0)
- update to v1.1.0:
User space-side features and APIs:
* user-space ring buffer (BPF_MAP_TYPE_USER_RINGBUF) support;
* new documentation page listing all recognized SEC() definitions;
* BTF dedup improvements:
* unambiguous fwd declaration resolution for structs and unions;
* better handling of some corner cases with identical structs and arrays;
* mixed enum and enum64 forward declaration resolution logic;
* bpf_{link,btf,pro,mapg}_get_fd_by_id_opts() and bpf_get_fd_by_id_opts()
APIs;
* libbpf supports loading raw BTF for BPF CO-RE from known search paths;
* support for new cgroup local storage (BPF_MAP_TYPE_CGRP_STORAGE);
* libbpf will only add BPF_F_MMAPABLE flag for data maps with global
(i.e., non-static) vars;
* latest Linux UAPI headers with lots of changes synced into
include/uapi/linux.
BPF-side features and APIs;
* BPF_PROG2() macro added that supports struct-by-value arguments;
* new BPF helpers:
* bpf_user_ringbuf_drain();
* cgrp_storage_get() and cgrp_storage_delete().
Bug fixes
* better handling of padding corner cases;
* btf__align_of() determines packed structs better now;
* improved handling of enums of non-standard sizes;
* USDT spec parsing improvements;
* overflow handling fixes for ringbufs;
* Makefile fixes to support cross-compilation for 32-bit targets;
* fix crash if SEC("freplace") programs don't have attach_prog_fd set;
* better handling of file existence checks when running as non-root with
enhanced capabilities;
* a bunch of small fixes:
* ELF handling improvements;
* fix memory leak in USDT argument parsing logic;
* fix NULL dereferences in few corner cases;
* improved netlink attribute iteration handling.
- drop libbpf-Use-elf_getshdrnum-instead-of-e_shnum.patch,
libbpf-Fix-use-after-free-in-btf_dump_name_dups.patch,
libbpf-Fix-memory-leak-in-parse_usdt_arg.patch
libbpf-Fix-null-pointer-dereference-in-find_prog_by_.patch (upstream)
==== libqt5-qtwebengine ====
Version update (5.15.11 -> 5.15.12)
- Update to version 5.15.12:
* Bump version to 5.15.12
* Update Chromium:
* Bump V8_PATCH_LEVEL
* Fixup for patch for CVE-2022-3200 on OpenSuse 15.1
* Fixup the patch for CVE-2022-3200 on 87-based / 5.15
* [Backport] CVE-2022-3038: Use after free in Network Service
* [Backport] CVE-2022-3040: Use after free in Layout
* [Backport] CVE-2022-3041: Use after free in WebSQL
* [Backport] CVE-2022-3046: Use after free in Browser Tag
* [Backport] CVE-2022-3075: Insufficient data validation in Mojo
* [Backport] CVE-2022-3196: Use after free in PDF
* [Backport] CVE-2022-3197: Use after free in PDF
* [Backport] CVE-2022-3198: Use after free in PDF
* [Backport] CVE-2022-3199: Use after free in Frames.
* [Backport] CVE-2022-3200: Heap buffer overflow in Internals
* [Backport] CVE-2022-3201: Insufficient validation of untrusted
input in Developer Tools (1/2)
* [Backport] CVE-2022-3201: Insufficient validation of untrusted
input in Developer Tools (2/2)
* [Backport] CVE-2022-3304: Use after free in CSS
* [Backport] CVE-2022-3370: Use after free in Custom Elements
* [Backport] CVE-2022-3373: Out of bounds write in V8
* [Backport] CVE-2022-3445: Use after free in Skia.
* [Backport] CVE-2022-3446 and CVE-2022-35737
* [Backport] CVE-2022-3885: Use after free in V8
* [Backport] CVE-2022-3887: Use after free in Web Workers
* [Backport] CVE-2022-3889: Type Confusion in V8
* [Backport] CVE-2022-3890: Heap buffer overflow in Crashpad
* [Backport] CVE-2022-4174: Type Confusion in V8
* [Backport] CVE-2022-4180: Use after free in Mojo
* [Backport] CVE-2022-4181: Use after free in Forms
* [Backport] CVE-2022-4262: Type Confusion in V8
* [Backport] Security bug 1356308
* [Backport] Security bug 1378916
* [Backport] Security bugs 1346938 and 1338114
==== librepo ====
Version update (1.14.5 -> 1.15.1)
- update to 1.15.1:
* Add API support for waiting on network in an event driven
manner
* OpenPGP API extension and fixes
- lincense updated to LGPL-2.1-or-later
==== vim ====
Version update (9.0.1075 -> 9.0.1107)
Subpackages: vim-data vim-data-common vim-small
- Updated to version 9.0.1107, fixes the following problems
* build fails if the compiler doesn't allow for a declaration right after
"case".
* ASAN complains about NULL argument.
* Can add text property with negative ID before virtual text property.
* With the +vartabs feature indent folding may use wrong 'tabstop'.
* Leaking memory when defining a user command fails.
* The "kitty" terminfo entry is not widespread, resulting in the kitty
terminal not working properly.
* Using "->" with split lines does not always work.
* Some jsonc files are not recognized.
* Empty and comment lines in a class cause an error.
* Code handling low level MS-Windows events cannot be tested.
* Compiler warns for uninitialized variable.
* Display wrong in Windows terminal after exiting Vim.
* Autocommand test sometimes fails.
* Clang warns for unused variable.
* unnessary assignment
* FHIR Shorthand files are not recognized.
* Assignment to non-existing member causes a crash. (Yegappan Lakshmanan)
* Search error message doesn't show used pattern.
* Using freed memory of object member. (Yegappan Lakshmanan)
* Compiler warning when HAS_MESSAGE_WINDOW is not defined.
* Using freed memory when declaration fails. (Yegappan Lakshmanan)
* Reallocating hashtab when the size didn't change.
* Tests are failing.
* Code uses too much indent.
* Trying to resize a hashtab may cause a problem.
==== zvbi ====
Version update (0.2.38 -> 0.2.39)
- update to 0.2.39:
* Updates to remove compiler warnings during tests.
* Allow autogen.sh and configure to run separately by default.
* Add Georgian language translation po files.
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:
distrobox (1.4.1 -> 1.4.2.1)
kernel-firmware (20221130 -> 20221216)
libarchive (3.6.1 -> 3.6.2)
libgnomesu
libpsl (0.21.1 -> 0.21.2)
lsof (4.96.4 -> 4.96.5)
publicsuffix (20220903 -> 20221129)
python-urllib3 (1.26.12 -> 1.26.13)
=== Details ===
==== distrobox ====
Version update (1.4.1 -> 1.4.2.1)
Subpackages: distrobox-bash-completion
- Update to latest version (1.4.2.1). Some changes:
* all: fix setting up default images and names
* compatibility: add gentoo docker image
* compatibility: change debian 8 image
* completion: Remove shebangs from bash completions
* completion: add compatibility list flag, add image name
autocompletion
* create/enter/export: Add home prefix
* create: Fix using --home with space in path
* create: use --entrypoint to override entrypoint defined by
image
* distrobox: remove trap from the wrapper
* docs: Add resource limitation tips
* docs: Fix example configuration file
* docs: Update handler function to support bash scripts
* enter/export: handle quotes in arguments in a better way
* enter: exclude LANG environment variables
* enter: remove detach-keys, work on #398
* export/enter: inject container ID at enter-time, in order to be
used in export
* export: fix variable declaration
* export: look at global user services while trying to export a
service
* export: use realpath on icons
* init: Add init and pre-init hook defaults as supported config
options
* init: add missing findmnt in OpenSUSE
* init: better systemd unit cleanup
* init: copy skel files only if using custom home
* init: fix overriding of SHELL at each start, override default
SHELL only the first time
* init: fix sudoers spam (missing " in check)
* init: fix void-linux package incompatibility error
* init: fix vte installation; add --noreplace to prevent repeated
builds
* init: integrate with kerberos host only if it is installed on
the host.
* init: skip external mounts when searching for sockets
* init: specify package for gentoo
* init: use container's path for SHELL instead of host's one
* init: use findmnt instead of mountpoint, fixing compatibility
with old distributions
* install-podman: Fix cni_plugin_dirs
* install: do not use scraping, use fixed version
* main: Do not open manpager automatically
Full list available at: https://github.com/89luca89/distrobox/releases/tag/1.4.2.1
==== kernel-firmware ====
Version update (20221130 -> 20221216)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd
- Update to version 20221216 (git commit c9c19583f717):
* rtw89: 8852c: update fw to v0.27.56.9
* rtw89: 8852c: update fw to v0.27.56.8
* amdgpu: updated navi10 firmware for amd-5.4
* amdgpu: updated yellow carp firmware for amd-5.4
* amdgpu: updated raven2 firmware for amd-5.4
* amdgpu: updated raven firmware for amd-5.4
* amdgpu: updated PSP 13.0.8 firmware for amd-5.4
* amdgpu: updated GC 10.3.7 RLC firmware for amd-5.4
* amdgpu: updated vega20 firmware for amd-5.4
* amdgpu: updated PSP 13.0.5 firmware for amd-5.4
* amdgpu: add VCN 4.0.0 firmware for amd-5.4
* amdgpu: add SMU 13.0.0 firmware for amd-5.4
* amdgpu: Add SDMA 6.0.0 firmware for amd-5.4
* amdgpu: add PSP 13.0.0 firmware for amd-5.4
* amdgpu: add GC 11.0.0 firmware for amd-5.4
* amdgpu: add DCN 3.2.0 firmware for amd-5.4
* amdgpu: updated vega10 firmware for amd-5.4
* amdgpu: updated beige goby firmware for amd-5.4
* amdgpu: updated dimgrey cavefish firmware for amd-5.4
* amdgpu: updated vangogh firmware for amd-5.4
* amdgpu: updated picasso firmware for amd-5.4
* amdgpu: updated navy flounder firmware for amd-5.4
* amdgpu: updated green sardine firmware for amd-5.4
* amdgpu: updated sienna cichlid firmware for amd-5.4
* amdgpu: updated arcture firmware for amd-5.4
* amdgpu: updated navi14 firmware for amd-5.4
* amdgpu: updated renoir firmware for amd-5.4
* amdgpu: updated navi12 firmware for amd-5.4
* amdgpu: updated aldebaran firmware for amd-5.4
* sr150 : Add NXP SR150 UWB firmware
* brcm: add/update firmware files for brcmfmac driver
* rtl_bt: Update RTL8821C BT(USB I/F) FW to 0x75b8_f098
==== libarchive ====
Version update (3.6.1 -> 3.6.2)
- update to 3.6.2 (bsc#1205629, CVE-2022-36227)
* NULL pointer dereference vulnerability in archive_write.c
* include ZSTD in Windows builds (#1688)
* SSL fixes on Windows (#1714, #1723, #1724)
* rar5 reader: fix possible garbled output with bsdtar -O (#1745)
* mtree reader: support reading mtree files with tabs (#1783)
* various small fixes for issues found by CodeQL
==== libgnomesu ====
Subpackages: libgnomesu-lang libgnomesu0
- Migration of PAM settings to /usr/lib/pam.d.
==== libpsl ====
Version update (0.21.1 -> 0.21.2)
- update to 0.21.2:
* Increased internal label size
* Fix undefined behavior in library code
* Ensure that calls to fopen() and stat() can handle largefiles
- add multibuild definition
==== lsof ====
Version update (4.96.4 -> 4.96.5)
- update to 4.96.5:
* Avoid C89-only constructs is Configure
- drop format.patch, now upstream
==== publicsuffix ====
Version update (20220903 -> 20221129)
- Update to version 20221129:
* util: gTLD data autopull updates for 2022-11-29T15:14:18 UTC (#1658)
* Add activetrail.biz (#1655)
* Add `cf-ipfs.com`, `cloudflare-ipfs.com`, and `r2.dev` (#1582)
* Added mytabit.co.il; mytabit.com; (#1499)
* removing tbits.me from public suffix list (#1642)
- Update to version 20221107:
* Add myamaze.net (#1602)
* Remove gwiddle.co.uk (#1638)
* Removing domain that expired and is not used (#1643)
* util: gTLD data autopull updates for 2022-11-02T15:17:39 UTC (#1641)
* Fix typos in pull request template (#1639)
* util: gTLD data autopull updates for 2022-10-29T15:16:24 UTC (#1636)
* util: gTLD data autopull updates for 2022-10-20T15:22:14 UTC (#1632)
* util: gTLD data autopull updates for 2022-10-15T15:17:50 UTC (#1631)
* Use CentralNic model for Amazon suffixes (#1629)
* Names.of.London is no longer operating the service (#1630)
* Domains from simplesite.com used for subdomain style webhosting of individual customer websites. (#1623)
* Add Fastmail user content domain user.fm (#1601)
* util: gTLD data autopull updates for 2022-10-11T15:20:32 UTC (#1626)
* util: gTLD data autopull updates for 2022-10-07T15:19:56 UTC (#1624)
* Add *.on-acorn.io (#1578)
* Update existing Replit entries, add `firewalledreplit.co` (#1568)
* Add 2.azurestaticapps.net DNS suffix (#1604)
* Update Pull Request Form to address #1619
* Add rules for AWS Cloud9 (#1590)
* util: gTLD data autopull updates for 2022-09-15T15:17:33 UTC (#1615)
==== python-urllib3 ====
Version update (1.26.12 -> 1.26.13)
- update to 1.26.13
* Deprecated the ``HTTPResponse.getheaders()`` and ``HTTPResponse.getheader()`` methods.
* Fixed an issue where parsing a URL with leading zeroes in the port would be rejected
even when the port number after removing the zeroes was valid.
* Fixed a deprecation warning when using cryptography v39.0.0.
* Removed the ``<4`` in the ``Requires-Python`` packaging metadata field.
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 (2.87 -> 2.88)
fwupd (1.8.7 -> 1.8.8)
gnome-control-center (43.1 -> 43.2)
libpwquality (1.4.4 -> 1.4.5)
mdadm
openblas_pthreads
=== Details ===
==== dnsmasq ====
Version update (2.87 -> 2.88)
- update to 2.88:
* Fix bug in --dynamic-host when an interface has /16 IPv4
* address.
* Add --fast-dns-retry option. This gives dnsmasq the ability
to originate retries for upstream DNS queries itself, rather
than relying on the downstream client. This is most useful
when doing DNSSEC over unreliable upstream networks. It comes
with some cost in memory usage and network bandwidth.
* Add --use-stale-cache option. When set, if a DNS name exists
in the cache, but its time-to-live has expired, dnsmasq will
return the data anyway.
* handle removal of whole files or entries within files.
==== fwupd ====
Version update (1.8.7 -> 1.8.8)
Subpackages: fwupd-bash-completion fwupd-lang libfwupd2 typelib-1_0-Fwupd-2_0
- Update to version 1.8.8:
+ This release adds the following features:
- Add BIOS rollback protection support for Dell and Lenovo
systems
- Generate OVAL rules for openSCAP evaluation
- Show the signed reports from QA teams in client tools
+ This release fixes the following bugs:
- Add a X-Gpu category for new hardware support
- Add more ChromeOS metadata to the report attributes
- Ensure the device name is set for Intel USB4 devices
- Fix a critical DFU CSR warning when deploying firmware
- Fix a Synaptics RMI issue when updating non-secure devices
- Match more device properties when using GetDetails
- Move AMD platform rollback protection to level 4
- Use the correct AppStream ID for the Key Manifest failure
- Wait for the Intel GPU to come back after updating
+ This release adds support for the following hardware:
- Logitech Whiteboard cameras
- More Goodix MoC devices
- Several QSI Docks
==== gnome-control-center ====
Version update (43.1 -> 43.2)
Subpackages: gnome-control-center-color gnome-control-center-goa gnome-control-center-lang gnome-control-center-user-faces
- Update to version 43.2:
+ About: Update distro logo when dark-mode changes.
+ Applications: Don't recurse into symlinks when clearing cache.
+ Cellular: Avoid duplicated entries in SIM providers list.
+ Color: Fix crash when first device row is non-existent.
+ Common: Make list row switches work when annimations are OFF.
+ Display: Allow the Night Light error label to wrap for small
screens.
+ Mouse: Fix activation of rows while navigating with keyboard.
+ Network:
- Fix crashes when EAP password is missing.
- Fix wrong signal of SEA password visibility toggle.
+ Notifications: Sync lock screen notification setting string.
+ Users: Show a missing-avatar image when avatars cannot be
loaded.
+ Updated translations.
- Drop gnome-control-center-fix-ws-sea-pass-toggle.patch: Fixed
upstream.
- Refresh patches with quilt.
==== libpwquality ====
Version update (1.4.4 -> 1.4.5)
Subpackages: libpwquality-lang libpwquality-tools libpwquality1 pam_pwquality
- Update to version 1.4.5:
+ Minor bug fixes and documentation enhancements.
+ Updated translations.
==== mdadm ====
- mdadm.spec: create the following symbolic link in /sbin for
compatibility,
/sbin/mdadm -> /usr/sbin/mdadm
/sbin/mdmon -> /usr/sbin/mdmon
(jsc#PED-1009, jsc#PED-947)
==== openblas_pthreads ====
- Fix aarch64 builds with GCC < 9 (i.e. Leap/SLE 15.x), disable
NEOVERSEN2 target. See gh#xianyi/OpenBLAS#3874.
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:
kernel-source (6.1.0 -> 6.1.1)
pam
sddm
=== Details ===
==== kernel-source ====
Version update (6.1.0 -> 6.1.1)
- Linux 6.1.1 (bsc#1012628).
- KEYS: encrypted: fix key instantiation with user-provided data
(bsc#1012628).
- cifs: fix oops during encryption (bsc#1012628).
- usb: dwc3: pci: Update PCIe device ID for USB3 controller on
CPU sub-system for Raptor Lake (bsc#1012628).
- usb: typec: ucsi: Resume in separate work (bsc#1012628).
- igb: Initialize mailbox message for VF reset (bsc#1012628).
- staging: r8188eu: fix led register settings (bsc#1012628).
- xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N (bsc#1012628).
- ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook
(bsc#1012628).
- USB: serial: f81534: fix division by zero on line-speed change
(bsc#1012628).
- USB: serial: f81232: fix division by zero on line-speed change
(bsc#1012628).
- USB: serial: cp210x: add Kamstrup RF sniffer PIDs (bsc#1012628).
- USB: serial: option: add Quectel EM05-G modem (bsc#1012628).
- usb: gadget: uvc: Prevent buffer overflow in setup handler
(bsc#1012628).
- udf: Fix extending file within last block (bsc#1012628).
- udf: Do not bother looking for prealloc extents if i_lenExtents
matches i_size (bsc#1012628).
- udf: Fix preallocation discarding at indirect extent boundary
(bsc#1012628).
- udf: Discard preallocation before extending file with a hole
(bsc#1012628).
- irqchip/ls-extirq: Fix endianness detection (bsc#1012628).
- mips: ralink: mt7621: do not use kzalloc too early
(bsc#1012628).
- mips: ralink: mt7621: soc queries and tests as functions
(bsc#1012628).
- mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem
(bsc#1012628).
- PCI: mt7621: Add sentinel to quirks table (bsc#1012628).
- libbpf: Fix uninitialized warning in btf_dump_dump_type_data
(bsc#1012628).
- x86/vdso: Conditionally export __vdso_sgx_enter_enclave()
(bsc#1012628).
- commit 181a470
==== pam ====
- Also obsolete pam_unix-32bit to have clean upgrade path.
- Merge pam_unix back into pam, seperate package not needed anymore
- Update pam-git.diff to current upstream
- pam_env: Use vendor specific pam_env.conf and environment as fallback
- pam_shells: Use the vendor directory
obsoletes pam_env_econf.patch
- Refresh docbook5.patch
==== sddm ====
Subpackages: sddm-branding-openSUSE
- Move dbus-1 system.d conf file to /usr (bsc#1206348)
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:
alsa-plugins
ell (0.54 -> 0.55)
gstreamer (1.20.4 -> 1.20.5)
gstreamer-plugins-bad (1.20.4 -> 1.20.5)
gstreamer-plugins-base (1.20.4 -> 1.20.5)
gstreamer-plugins-good (1.20.4 -> 1.20.5)
opencc (1.1.4 -> 1.1.6)
pam-full-src
permissions (1599_20220912 -> 1599_20221220)
python-httpcore (0.15.0 -> 0.16.3)
samba (4.17.3+git.283.2157972742b -> 4.17.4+git.300.305b22bfce)
tcl
=== Details ===
==== alsa-plugins ====
Subpackages: alsa-plugins-speexrate alsa-plugins-upmix
- Replace pkgconfig(libavresample) with pkgconfig(libswresample)
BuildRequires as rate-lav was ported to use the latter.
==== ell ====
Version update (0.54 -> 0.55)
- update to 0.55:
* Fix issue with DHCP and blocked unicast requests.
==== gstreamer ====
Version update (1.20.4 -> 1.20.5)
Subpackages: gstreamer-lang libgstreamer-1_0-0 typelib-1_0-Gst-1_0
- update to 1.20.5:
+ This release only contains bugfixes and it should be safe to
upgrade from 1.20.x.
+ systemclock waiting fixes for certain 32-bit platforms/libcs
+ alphacombine: robustness improvements for corner case scenarios
+ avfvideosrc: Report latency when doing screen capture
+ d3d11videosink: various thread-safety and stability fixes
+ decklink: fix performance issue when HDMI signal has been lost
for a long time
+ flacparse: Fix handling of headers advertising 32 bits per
sample
+ mpegts: Handle when iconv doesn't support ISO 6937 (e.g. musl
libc)
+ opengl: fix automatic dispmanx detection for rpi4 and fix usage
of eglCreate/DestroyImage
+ opusdec: Various channel-related fixes
+ textrender: event handling fixes, esp. for GAP event
+ subparse: Fix non-closed tag handling
+ videoscale: fix handling of unknown buffer metas
+ videosink: reverse playback handling fixes
+ qtmux: Prefill mode fixes, especially for raw audio
+ multiudpsink: allow binding to IPv6 address
+ rtspsrc:
- Fix usage of IPv6 connections in SETUP
- Only EOS on timeout if all streams are timed out/EOS
+ splitmuxsrc: fix playback stall if there are unlinked pads
+ v4l2: Fix SIGSEGV on state change during format changes
+ wavparse robustness fixes
+ Fix static linking on macOS (opengl, vulkan)
+ gstreamer-vaapi: fix headless build against mesa >= 22.3.0
+ GStreamer Editing Services library: Fix build with tools
disabled
+ webrtc example/demo fixes
+ unit test fixes for aesdec and rtpjitterbuffer
+ Cerbero: Fix ios cross-compile with cmake on M1; some recipe
updates and other build fixes
+ Miscellaneous bug fixes, memory leak fixes, and other stability
and reliability improvements
+ Performance improvements
+ Changes in gstreamer base package:
- allocator: Copy allocator name in gst_allocator_register()
- concat: Properly propagate EOS seqnum
- fakesrc: avoid time overflow with datarate
- Fix build of 1.20 branch with Meson 0.64.1 for those who have
hotdoc installed on their system.
- gst-inspect: Don't leak list
- meson: fix check for pthread_setname_np()
- miniobject: support higher refcount values
- pads: Fix non-serialized sticky event push, e.g. instant
change rate events
- padtemplate: Fix annotations
- systemclock: Use futex_time64 syscall on x32 and other
platforms that always...
- -Wimplicit-function-declaration in pthread_setname_np check
(missing GNUSOURCE)
==== gstreamer-plugins-bad ====
Version update (1.20.4 -> 1.20.5)
Subpackages: gstreamer-plugins-bad-lang libgstadaptivedemux-1_0-0 libgstbadaudio-1_0-0 libgstbasecamerabinsrc-1_0-0 libgstcodecparsers-1_0-0 libgstcodecs-1_0-0 libgstisoff-1_0-0 libgstmpegts-1_0-0 libgstphotography-1_0-0 libgstplay-1_0-0 libgstplayer-1_0-0 libgstsctp-1_0-0 libgsturidownloader-1_0-0 libgstva-1_0-0 libgstvulkan-1_0-0 libgstwayland-1_0-0 libgstwebrtc-1_0-0
- Update to version 1.20.5:
+ aesdec:
- Fix padding removal for per-buffer-padding=FALSE
- Fix test failing in gst-plugins-bad
+ alphacombine: Add missing query handler for gaps
+ avfdeviceprovider: do not leak the properties
+ avfvideosrc: Report latency when doing screen capture
+ d3d11screencapturesrc: Specify PAR 1/1 to template caps
+ d3d11videosink:
- Fixing focus lost on desktop layout change
- Call ShowWindow() from window thread
- Fix deadlock when parent window is busy
- Always clear back buffer on resize
+ decklink: reset calculation of time_mapping to fix clipping
HDMI video
+ directshow: Fix build error with glib 2.75 and newer
+ dvbsubenc:
- Forward GAP events as-is if we wouldn't produce an end packet
- Write Display Definition Segment if a non-default
width/height is used
+ h265decoder: Do not abort when failed to prepare ref pic set
+ h264parser: Fix a typo in pred_weight_table parsing.
+ mediafoundation, d3d11: Fix memory leak and make leak tracer
happy
+ mpegts:
- Handle when iconv doesn't support ISO 6937 (e.g. musl libc)
- Check continuity counter on section streams
+ mpegtsdemux: Always clear packetizer on DISCONT push mode
+ srt: various fixes - improve stats and error handling
+ rtmp2: Improve error messages
+ rtmp2sink: Correctly return GST_FLOW_ERROR on error
+ vulkan: Fix static linking on macOS
+ webrtcbin: also add rtcp-fb ccm fir for video mlines by default
+ webrtc/nice: fix small leak of split strings
==== gstreamer-plugins-base ====
Version update (1.20.4 -> 1.20.5)
Subpackages: gstreamer-plugins-base-lang libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 typelib-1_0-GstTag-1_0
- Update to version 1.20.5:
+ audioconvert, audioresample, audiofilter: fix divide by 0 for
input buffer without caps
+ cdparanoia: Ignore compiler warning coming from the cdparanoia
header
+ oggdemux, parsebin: More leak fixes
+ opengl:
- Fix automatic dispmanx detection for rpi4
- Fix usage of eglCreate/DestroyImage
- Fix static linking on macOS
+ Bump core requirement in 1.20 branch to 1.20.4
+ oggdemux: Don't leak incoming EOS event
+ opusdec: Various channel-related fixes
+ subparse: Fix non-closed tag handling.
+ textrender:
- Don't blindly forward all events and don't blindly forward
all events
- Negotiate caps on a GAP event if none were negotiated yet
+ timeoverlay: fix pad leak
+ videodecoder: Only post latency message if it changed
+ videoscale: buffer meta handling fixes (NULL-terminate array of
valid meta tags)
+ videosink: Don't return unknown end-time from get_times()
==== gstreamer-plugins-good ====
Version update (1.20.4 -> 1.20.5)
Subpackages: gstreamer-plugins-good-gtk gstreamer-plugins-good-lang
- Update to version 1.20.5:
+ flacparse: Fix handling of headers advertising 32bps
+ multiudpsink: allow binding to IPv6 address
+ oss4: Fix debug category initialization
+ qt5:
- Deactivate context if fill_info fails
- Initialize GError properly in gst_qt_get_gl_wrapcontext()
+ qtdemux:
- Check return value from gst_structure_get in PIFF box
- Use unsigned int types to store result of QT_UINT32
- Prefill mode fixes
+ rtpjitterbuffer tests: Cast drop-messages-interval type
properly (fixing it on 32-bit architectures)
+ rtspsrc:
- Don't replace 404 errors with "no auth protocol found"
- Fix seek event leaks
- Fix usage of IPv6 connections in SETUP
- Only EOS on timeout if all streams are timed out/EOS
+ splitmuxsrc: don't queue data on unlinked pads
+ v4l2: Fix SIGSEGV on 'change state' during 'format change'
+ v4l2videodec: Fix activation of internal pool
+ wavparse:
- Avoid occasional crash due to referencing freed buffer.
- Fix crash that occurs in push mode when header chunks are
corrupted in certain ways.
==== opencc ====
Version update (1.1.4 -> 1.1.6)
Subpackages: libopencc1_1 opencc-data
- update to 1.1.6:
* FTBFS for MacOS w/ Python 3.11
* Support Python 3.11
* Automatically name SO files
* Add support for Apple silicon build tag
* other minor fixes
==== pam-full-src ====
- Also obsolete pam_unix-32bit to have clean upgrade path.
- Merge pam_unix back into pam, seperate package not needed anymore
- Update pam-git.diff to current upstream
- pam_env: Use vendor specific pam_env.conf and environment as fallback
- pam_shells: Use the vendor directory
obsoletes pam_env_econf.patch
- Refresh docbook5.patch
==== permissions ====
Version update (1599_20220912 -> 1599_20221220)
Subpackages: chkstat permissions-config
- Update to version 20221220:
* profiles: remove outdated kdesud, apptainer entries
==== python-httpcore ====
Version update (0.15.0 -> 0.16.3)
- Update to 0.16.3
* Allow ws and wss schemes. Allows us to properly support
websocket upgrade connections. (#625)
* Forwarding HTTP proxies use a connection-per-remote-host.
Required by some proxy implementations. (#637)
* Don't raise RuntimeError when closing a connection pool with
active connections. Removes some error cases when cancellations
are used. (#631)
* Lazy import anyio, so that it's no longer a hard dependancy,
and isn't imported if unused. (#639)
- Add httpcore-allow-deprecationwarnings-test.patch
gh#encode/httpcore#511, gh#agronholm/anyio#470
- update to 0.16.2:
* Revert 'Fix async cancellation behaviour', which introduced race conditions
* Raise RuntimeError if attempting to us UNIX domain sockets on Windows
* Fix HTTP/1.1 interim informational responses, such as "100 Continue"
* Support HTTP/1.1 informational responses.
* Fix async cancellation behaviour.
* Support h11 0.14
==== samba ====
Version update (4.17.3+git.283.2157972742b -> 4.17.4+git.300.305b22bfce)
Subpackages: libsamba-policy0-python3 samba-ad-dc-libs samba-client samba-client-libs samba-libs samba-libs-python3 samba-python3
- Update to 4.17.4
* CVE-2022-44640 Upstream Heimdal free of user-controlled
pointer in FAST; (bsc#14929);
* CVE-2021-20251 Bad password count not incremented atomically;
(bsc#14611);
* CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability;
(bsc#15203);
* CVE-2022-37966 rc4-hmac Kerberos session keys issued to
modern servers; (bso#15237);
* CVE-2022-37967 Kerberos constrained delegation ticket forgery
possible against Samba AD DC; (bso#15231);
* CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak
and should be avoided; (bso#15240);
* pam_winbind uses time_t and pointers assuming they are of the
same size; (bso#15224);
* Heimdal session key selection in AS-REQ examines wrong entry;
(bso#15219);
* filter-subunit is inefficient with large numbers of
knownfails; (bso#15258);
* smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories;
(bso#15252);
* The KDC logic arround msDs-supportedEncryptionTypes differs
from Windows; (bso#13135);
* libnet: change_password() doesn't work with
dcerpc_samr_ChangePasswordUser4(); (bso#15206);
* Heimdal session key selection in AS-REQ examines wrong entry;
(bso#15219);
* Memory leak in snprintf replacement functions; (bso#15230);
* RODC doesn't reset badPwdCount reliable via an RWDC
(CVE-2021-20251 regression); (bso#15253);
* Prevent EBADF errors with vfs_glusterfs; (bso#15198);
* %U for include directive doesn't work for share listing
(netshareenum); (bso#15243);
* Stack smashing in net offlinejoin requestodj; (bso#15257);
* Windows 11 22H2 and Samba-AD 4.15 Kerberos login issue;
(bso#15197);
* Heimdal session key selection in AS-REQ examines wrong entry;
(bso#15219);
- Remove deprecated if-{down,up} scripts; (bsc#1206444);
- Adjust the systemd drop-in file for named service; (bsc#1201689);
* Paths are additive so do not repeat paths from named.service
* Prefix the samba DLZ directory with "-" to ignore this path
if it does not exists
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
==== tcl ====
- bsc#1206623, tcl-string-compare.patch: Fix a bug in string
comparison on big endian that made test string-2.20.1 fail.
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:
bind (9.18.9 -> 9.18.10)
ca-certificates-mozilla (2.56 -> 2.60)
cronie
dconf
glib2 (2.74.3 -> 2.74.4)
gnome-control-center
gtk4 (4.8.2 -> 4.8.3)
iproute2 (6.0 -> 6.1)
nftables (1.0.5 -> 1.0.6)
open-iscsi
pipewire
sssd
vulkan-loader (1.3.231.0 -> 1.3.236.0)
vulkan-tools (1.3.231 -> 1.3.236.0)
webkit2gtk3 (2.38.2 -> 2.38.3)
webkit2gtk4 (2.38.2 -> 2.38.3)
wicked (0.6.70 -> 0.6.71)
zbar
zlib-ng-compat
=== Details ===
==== bind ====
Version update (9.18.9 -> 9.18.10)
- Update to release 9.18.10
Feature Changes:
* To reduce unnecessary memory consumption in the cache, NXDOMAIN
records are no longer retained past the normal negative cache
TTL, even if stale-cache-enable is set to yes.
* The auto-dnssec option has been deprecated and will be removed
in a future BIND 9.19.x release. Please migrate to
dnssec-policy.
* The coresize, datasize, files, and stacksize options have been
deprecated. The limits these options set should be enforced
externally, either by manual configuration (e.g. using ulimit)
or via the process supervisor (e.g. systemd).
* Setting alternate local addresses for inbound zone transfers
has been deprecated. The relevant options (alt-transfer-source,
alt-transfer-source-v6, and use-alt-transfer-source) will be
removed in a future BIND 9.19.x release.
* The number of HTTP headers allowed in requests sent to namedâs
statistics channel has been increased from 10 to 100, to
accommodate some browsers that send more than 10 headers by
default.
Bug Fixes:
* named could crash due to an assertion failure when an HTTP
connection to the statistics channel was closed prematurely
(due to a connection error, shutdown, etc.).
* When a catalog zone was removed from the configuration, in some
cases a dangling pointer could cause the named process to
crash.
* When a zone was deleted from a server, a key management object
related to that zone was inadvertently kept in memory and only
released upon shutdown. This could lead to constantly
increasing memory use on servers with a high rate of changes
affecting the set of zones being served.
* TLS configuration for primary servers was not applied for zones
that were members of a catalog zone.
* In certain cases, named waited for the resolution of
outstanding recursive queries to finish before shutting down.
* host and nslookup command-line options setting the custom
TCP/UDP port to use were ignored for ANY queries (which are
sent over TCP).
* The zone <name>/<class>: final reference detached log message
was moved from the INFO log level to the DEBUG(1) log level to
prevent the named-checkzone tool from superfluously logging
this message in non-debug mode.
==== ca-certificates-mozilla ====
Version update (2.56 -> 2.60)
- Updated to 2.60 state of Mozilla SSL root CAs (bsc#1206622)
Removed CAs:
- Global Chambersign Root
- EC-ACC
- Network Solutions Certificate Authority
- Staat der Nederlanden EV Root CA
- SwissSign Platinum CA - G2
Added CAs:
- DIGITALSIGN GLOBAL ROOT ECDSA CA
- DIGITALSIGN GLOBAL ROOT RSA CA
- Security Communication ECC RootCA1
- Security Communication RootCA3
Changed trust:
- TrustCor certificates only trusted up to Nov 30 (bsc#1206212)
- Removed CAs (bsc#1206212) as most code does not handle "valid before nov 30 2022"
and it is not clear how many certs were issued for SSL middleware by TrustCor:
- TrustCor RootCert CA-1
- TrustCor RootCert CA-2
- TrustCor ECA-1
Patch: remove-trustcor.patch
==== cronie ====
Subpackages: cron
- Use %_pam_vendordir
==== dconf ====
Subpackages: gsettings-backend-dconf libdconf1
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== glib2 ====
Version update (2.74.3 -> 2.74.4)
Subpackages: glib2-lang glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0
- Update to version 2.74.4:
+ Fix missing input validation in `GDBusMenuModel`.
+ Various GVariant security fixes when handling untrusted data.
+ Bugs fixed: glgo#GNOME/GLib#861, glgo#GNOME/GLib#2121,
glgo#GNOME/GLib#2540, glgo#GNOME/GLib#2794,
glgo#GNOME/GLib#2797, glgo#GNOME/GLib#2835,
glgo#GNOME/GLib#2839, glgo#GNOME/GLib#2840,
glgo#GNOME/GLib#2841, glgo#GNOME/GLib#2852,
glgo#GNOME/GLib!3114, glgo#GNOME/GLib!3126,
glgo#GNOME/GLib!3134, glgo#GNOME/GLib!3138,
glgo#GNOME/GLib!3153, glgo#GNOME/GLib!3161,
glgo#GNOME/GLib!3164.
+ Updated translations.
- Add 1539540.patch: gthread-posix: need to #include <errno.h>.
==== gnome-control-center ====
Subpackages: gnome-control-center-color gnome-control-center-goa gnome-control-center-lang gnome-control-center-user-faces
- Modify gnome-control-center-disable-error-message-for-NM.patch:
fix wifi panel(bsc#1206233).
- Rebase gnome-control-center-disable-error-message-for-NM.patch.
- Add gnome-control-center-network-use-AdwStatusPage.patch:
network-panel: Use AdwStatusPage to show NetworkManager error.
This is needed by the above rebased patch
(glgo#GNOME/gnome-control-center/commit/2b3de01124).
- Add gnome-control-center-fix-ws-sea-pass-toggle.patch: Fix crash
when user clicking password visibility toggle in Security page
when method is WPA3 Personal
(glgo#GNOME/gnome-control-center!1520).
==== gtk4 ====
Version update (4.8.2 -> 4.8.3)
Subpackages: gtk4-lang gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.8.3:
+ GtkText:
- Claim gestures more selectively.
- Prevent unexpected notify::direction emissions.
+ Accessibility: Remember if we don't find the a11y bus.
+ DND: Prefer file:// urls over other protocols.
+ GtkMountOperation: Work on Wayland.
+ GtkListView: Cancel rubberband if not handling drag.
+ Wayland: Fix button masks.
+ Windows: Fix resizes with native decorations.
+ X11: Fix some ordering problems with surface destruction.
+ Updated translations.
==== iproute2 ====
Version update (6.0 -> 6.1)
Subpackages: iproute2-bash-completion
- update to 6.1:
* man: ss.8: fix a typo
* testsuite: fix build failure
* genl: remove unused vars in Makefile
* json: do not escape single quotes
* ip-monitor: Do not error out when RTNLGRP_STATS is not available
* ip-link: man: Document existence of netns argument in add command
* macsec: add Extended Packet Number support
* macsec: add user manual description for extended packet number feature
* ip: xfrm: support "external" (`collect_md`) mode in xfrm interfaces
* ip: xfrm: support adding xfrm metadata as lwtunnel info in routes
* ip: add NLM_F_ECHO support
* libnetlink: add offset for nl_dump_ext_ack_done
* tc/tc_monitor: print netlink extack message
* rtnetlink: add new function rtnl_echo_talk()
* ip: fix return value for rtnl_talk failures
* iplink_bridge: Add no_linklocal_learn option support
* devlink: use dl_no_arg instead of checking dl_argc == 0
* devlink: remove dl_argv_parse_put
* mnlg: remove unnused mnlg_socket structure
* utils: extract CTRL_ATTR_MAXATTR and save it
* devlink: expose nested devlink for a line card object
* devlink: load port-ifname map on demand
* devlink: fix parallel flash notifications processing
* devlink: move use_iec into struct dl
* devlink: fix typo in variable name in ifname_map_cb()
* devlink: load ifname map on demand from ifname_map_rev_lookup() as well
* dcb: unblock mnl_socket_recvfrom if not message received
* libnetlink: Fix memory leak in __rtnl_talk_iov()
* tc_util: Fix no error return when large parent id used
* tc_util: Change datatype for maj to avoid overflow issue
* ss: man: add missing entries for MPTCP
* ss: man: add missing entries for TIPC
* ss: usage: add missing parameters
* ss: re-add TIPC query support
* devlink: Fix setting parent for 'rate add'
* link: display 'allmulti' counter
* seg6: add support for flavors in SRv6 End* behaviors
* tc: ct: Fix invalid pointer dereference
* uapi: update from 6.1 pre rc1
* u32: fix json formatting of flowid
* tc_stab: remove dead code
* uapi: update for in.h and ip.h
* remove #if 0 code
* tc: add json support to size table
* tc: put size table options in json object
* tc/basic: fix json output filter
* iplink: support JSON in MPLS output
* tc: print errors on stderr
* ip: print mpls errors on stderr
* tc: make prefix const
* man: add missing tc class show
* iplink_can: add missing `]' of the bitrate, dbitrate and termination arrays
* ip link: add sub-command to view and change DSA conduit interface
==== nftables ====
Version update (1.0.5 -> 1.0.6)
Subpackages: libnftables1 python3-nftables
- Update to release 1.0.6
* Fix bytecode generation for concatenation of intervals where
selectors use different byteorder datatypes, e.g. IPv4
(network byte order).
* Fix match of uncommon protocol matches with raw expressions
* Unbreak insertion of rules with intervals ("sport {
3478-3497, 16384-16387 }")
==== open-iscsi ====
Subpackages: iscsiuio libopeniscsiusr0
- Update iscsid.service so it starts iscsid.socket, if needed
(bsc#1206132).
==== pipewire ====
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Add patch from upstream to remember last routing after a reboot
(glfo#pipewire/pipewire#2893):
* 0001-alsa-dont-set--1-as-node.target.patch
==== sssd ====
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Take systemd units off the restart list that have
RefuseManualStart=yes [boo#1206592]
- Add symvers.patch [boo#1206592]
==== vulkan-loader ====
Version update (1.3.231.0 -> 1.3.236.0)
- Update to release SDK-1.3.236.0
* Fix cases where OOM was handled wrong
* Null check vk_icdGetPhysicalDeviceProcAddr
==== vulkan-tools ====
Version update (1.3.231 -> 1.3.236.0)
- Update to release SDK-1.3.236.0
* vulkaninfo: Add Driver Version handling
- Delete 0001-cubepp-Fix-presentKHR-assert.patch (merged)
==== webkit2gtk3 ====
Version update (2.38.2 -> 2.38.3)
Subpackages: WebKit2GTK-4.1-lang libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 typelib-1_0-JavaScriptCore-4_1 typelib-1_0-WebKit2-4_1 webkit2gtk-4_1-injected-bundles
- Update to version 2.38.3 (boo#1206474):
+ Fix runtime critical warnings from media player.
+ Fix network process crash when fetching website data on
ephemeral session.
+ Fix the build with Ruby 3.2.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2022-42856.
- Drop b7ac5d0c.patch: fixed upstream.
==== webkit2gtk4 ====
Version update (2.38.2 -> 2.38.3)
Subpackages: WebKit2GTK-5.0-lang libjavascriptcoregtk-5_0-0 libwebkit2gtk-5_0-0 webkit2gtk-5_0-injected-bundles
- Update to version 2.38.3 (boo#1206474):
+ Fix runtime critical warnings from media player.
+ Fix network process crash when fetching website data on
ephemeral session.
+ Fix the build with Ruby 3.2.
+ Fix several crashes and rendering issues.
+ Security fixes: CVE-2022-42856.
- Drop b7ac5d0c.patch: fixed upstream.
==== wicked ====
Version update (0.6.70 -> 0.6.71)
Subpackages: wicked-service
- version 0.6.71
- dhcp: enable raw-ip support for wwan-qmi interfaces (jsc#PED-90)
- schema: fix the ip rule to-selector to handle network prefixes
==== zbar ====
- ImageMagick instead of GraphicsMagick
==== zlib-ng-compat ====
- add 0001-Add-one-extra-byte-to-return-value-of-compressBound-.patch
fixes a data corruption regression in 2.0.6
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
autoyast2 (4.5.11 -> 4.5.12)
curl (7.86.0 -> 7.87.0)
openssh
util-linux (2.37.4 -> 2.38.1)
util-linux-systemd (2.37.4 -> 2.38.1)
=== Details ===
==== MozillaFirefox ====
Subpackages: MozillaFirefox-translations-common
- add mozilla-bmo1805809.patch to fix build for x86-32 (boo#1206600)
==== autoyast2 ====
Version update (4.5.11 -> 4.5.12)
- Added XSLT transformation for easy conversion of the data types in the
AutoYaST XML profiles between the old and the new format. This allows to
convert a new profile to the format accepted in SLE15-SP2 or older
(bsc#1206597)
- 4.5.12
==== curl ====
Version update (7.86.0 -> 7.87.0)
Subpackages: libcurl4
- Update to 7.87.0:
* Security fixes:
- CVE-2022-43551, bsc#1206308: another HSTS bypass via IDN
- CVE-2022-43552, bsc#1206309: HTTP Proxy deny use-after-free
* Changes
- curl: add --url-query
- CURLOPT_QUICK_EXIT: don't wait for DNS thread on exit
- lib: add CURL_WRITEFUNC_ERROR to signal write callback error
- openssl: reduce CA certificate bundle reparsing by caching
- version: add a feature names array to curl_version_info_data
* Bugfixes
- altsvc: fix rejection of negative port numbers
- aws_sigv4: consult x-%s-content-sha256 for payload hash
- aws_sigv4: fix typos in aws_sigv4.c
- base64: better alloc size
- base64: encode without using snprintf
- base64: faster base64 decoding
- build: assume assert.h is always available
- build: assume errno.h is always available
- c-hyper: CONNECT respones are not server responses
- c-hyper: fix multi-request mechanism
- CI: Change FreeBSD image from 12.3 to 12.4
- CI: LGTM.com will be shut down in December 2022
- ci: Remove zuul fuzzing job as it's superseded by CIFuzz
- cmake: check for cross-compile, not for toolchain
- CMake: fix build with `CURL_USE_GSSAPI`
- cmake: really enable warnings with clang
- cmake: set the soname on the shared library
- cmdline-opts/gen.pl: fix the linkifier
- cmdline-opts/page-footer: remove long option nroff formatting
- config-mac: define HAVE_SYS_IOCTL_H
- config-mac: fix typo: size_T -> size_t
- config-mac: remove HAVE_SYS_SELECT_H
- config-win32: fix SIZEOF_OFF_T for MSVC and old MinGW
- configure: require fork for NTLM-WB
- contributors.sh: actually use $CURLWWW instead of just setting it
- cookie: compare cookie prefixes case insensitively
- cookie: expire cookies at once when max-age is negative
- cookie: open cookie jar as a binary file
- curl-openssl.m4: do not add $prefix/include/openssl to CPPFLAGS
- curl-rustls.m4: on macOS, rustls also needs the Security framework
- curl.h: include <sys/select.h> on SerenityOS
- curl.h: name all public function parameters
- curl.h: reword comment to not use deprecated option
- curl: override the numeric locale and set "C" by force
- curl: timeout in the read callback
- curl_endian: remove Curl_write64_le from header
- curl_get_line: allow last line without newline char
- curl_path: do not add '/' if homedir ends with one
- curl_url_get.3: remove spurious backtick
- curl_url_set.3: document CURLU_DISALLOW_USER
- curl_url_set.3: fix typo
- CURLMOPT_SOCKETFUNCTION.3: clarify CURL_POLL_REMOVE
- CURLOPT_COOKIEFILE.3: advice => advise
- CURLOPT_DEBUGFUNCTION.3: do not assume nul-termination in example
- CURLOPT_DEBUGFUNCTION.3: emphasize that incoming data is "raw"
- CURLOPT_POST.3: Explain setting to 0 changes request type
- docs/curl_ws_send: Fixed typo in websocket docs
- docs/EARLY-RELEASE.md: how to determine an early release
- docs/examples: spell correction ('Retrieve')
- docs/INSTALL.md: expand on static builds
- docs/WEBSOCKET.md: explain the URL use
- docs: add missing parameters for --retry flag
- docs: add more "SEE ALSO" links to CA related pages
- docs: explain the noproxy CIDR notation support
- docs: extend the dump-header documentation
- docs: remove performance note in CURLOPT_SSL_VERIFYPEER
- examples/10-at-a-time: fix possible skipped final transfers
- examples: update descriptions
- ftp: support growing files with CURLOPT_IGNORE_CONTENT_LENGTH
- gen.pl: do not generate CURLHELP bitmask lines > 79 characters
- GHA: clarify workflows permissions, set least possible privilege
- GHA: NSS use clang instead of clang-9
- gnutls: use common gnutls init and verify code for ngtcp2
- headers: add endif comments
- HTTP-COOKIES.md: mention that http://localhost is a secure context
- HTTP-COOKIES.md: update the 6265bis link to draft-11
- http: do not send PROXY more than once
- http: fix the ::1 comparison for IPv6 localhost for cookies
- http: set 'this_is_a_follow' in the Location: logic
- http: use the IDN decoded name in HSTS checks
- hyper: classify headers as CONNECT and 1XX
- hyper: fix handling of hyper_task's when reusing the same address
- idn: remove Curl_win32_ascii_to_idn
- INSTALL: update operating systems and CPU archs
- KNOWN_BUGS: remove eight entries
- lib1560: add some basic IDN host name tests
- lib: connection filters (cfilter) addition to curl:
- lib: feature deprecation warnings in gcc >= 4.3
- lib: fix some type mismatches and remove unneeded typecasts
- lib: parse numbers with fixed known base 10
- lib: remove bad set.opt_no_body assignments
- lib: rewind BEFORE request instead of AFTER previous
- lib: sync guard for Curl_getaddrinfo_ex() definition and use
- lib: use size_t or int etc instead of longs
- libcurl-errors.3: remove duplicate word
- libssh2: return error when ssh_hostkeyfunc returns error
- limit-rate.d: see also --rate
- log2changes.pl: wrap long lines at 80 columns
... changelog too long, skipping 66 lines ...
- x509asn1: avoid freeing unallocated pointers
==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server
- Adapt OpenSSH to build with OpenSSL 3, use new KDF API (bsc#1205042)
Add openssh-openssl-3.patch
==== util-linux ====
Version update (2.37.4 -> 2.38.1)
Subpackages: libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid1 util-linux-lang
- restore lsblk and lslogins as well
- reinstanciate logger
- Fix /usr/bin/findmnt to be in only one package (bsc#1206347)
- Fix tests not passing when '@' character is in build path:
Fixes rpmbuild %checks fail when @ in the directory path (bsc#1194038).
- Add util-linux-fix-tests-when-at-symbol-in-path.patch
- Convert the build back to per-parts build, just use multibuild.
- libuuid continuous clock handling for time based UUIDs:
Prevent use of the new libuuid ABI by uuidd %post before update
of libuuid1 (bsc#1205646).
- Do not set SUID permissions for util-linux-mini.
- Fix pam directory for the staging package.
- Add util-linux-rpmlintrc removing unneeded warnings.
- Update to version 2.38.1:
* column: fix buffer overflow when -l specified, fix greedy mode
on -l
* dmesg: fix --since and --until
* libmount: when moving a mount point, all sub mount entries in
utab should also be updated (bsc#1198731)
* libuuid: improve cache handling (bsc#1201959, PED-1150)
* lsblk: fix JSON output when without --bytes
* lsfd:fix crash triggered by an empty filter expression
* sulogin: fix includes (obsoletes linux-fs.patch)
* Many other fixes, improvements and code cleanup. For the
complete list see
https://www.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes
- Fix some rpmlintrc warnings and remove util-linux-rpmlintrc.
- Update to version 2.38:
* first release with translated util-linux man-pages
* mount: new options --mkdir as shortcut for X-mount.mkdir
* mount, libmount: new mount options X-mount.subdir=
* lsfd: new command
* dmesg: new option --json to print kernel log in JSON format
* libfdisk: improved to set correct CHS addresses in MBR
* fstrim: ignores all /ect/fstab entries with X-fstrim.notrim
(jsc#SLE-17942)
* hardlink: now supports reflinks and new option --method=
* hwclock: new command line options --param-get and --param-set
* irqtop: new option --cpu-stat
* libblkid: supports zoned disks for btrfs
* lsblk: new options --noempty to ignore all devices with zero
size, and --zoned to print information about zones
* mkswap: new option --quiet
* nsenter: new option --wdns to change working directory within
namespace
* rename: new options --all and --last to replace all or last
occurrences of expression rather than the first one
* su: now resets RLIMIT_AS, RLIMIT_{NICE,RTPRIO}, RLIMIT_FSIZE
and RLIMIT_NOFILE reourse limits.
* unshare: new options --map-users= and --map-groups= to map
block of group IDs; new option --map-auto to map the first
block of user IDs owned by the effective user from /etc/subuid
* wdctl: new options --setpregovernor to set pre-timeout governor
name, and --setpretimeout to set watchdog pre-timeout in
seconds
* Many other new features and fixes. For the complete list see
https://www.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38-ReleaseNotes
- Changed packaging style from multi spec build to multibuild with
python multi-flavor build (PED-1007).
Advantages:
* Easily prevents bootstrap build loops.
* No artificial package splitting needed any more.
* Less complicated spec file.
* Can run full test suite.
* python*-libmount available for more python versions.
* Enable asciidoctor to build documentation.
* Enable support for libmagic.
* Turn technically incorrect Recommends to Requires.
- Fix rpmling warning by setting attr for clock.txt ghost file.
- Drop upstreamed util-linux-sulogin4bsc1175514.patch
==== util-linux-systemd ====
Version update (2.37.4 -> 2.38.1)
- restore lsblk and lslogins as well
- reinstanciate logger
- Fix /usr/bin/findmnt to be in only one package (bsc#1206347)
- Fix tests not passing when '@' character is in build path:
Fixes rpmbuild %checks fail when @ in the directory path (bsc#1194038).
- Add util-linux-fix-tests-when-at-symbol-in-path.patch
- Convert the build back to per-parts build, just use multibuild.
- libuuid continuous clock handling for time based UUIDs:
Prevent use of the new libuuid ABI by uuidd %post before update
of libuuid1 (bsc#1205646).
- Do not set SUID permissions for util-linux-mini.
- Fix pam directory for the staging package.
- Add util-linux-rpmlintrc removing unneeded warnings.
- Update to version 2.38.1:
* column: fix buffer overflow when -l specified, fix greedy mode
on -l
* dmesg: fix --since and --until
* libmount: when moving a mount point, all sub mount entries in
utab should also be updated (bsc#1198731)
* libuuid: improve cache handling (bsc#1201959, PED-1150)
* lsblk: fix JSON output when without --bytes
* lsfd:fix crash triggered by an empty filter expression
* sulogin: fix includes (obsoletes linux-fs.patch)
* Many other fixes, improvements and code cleanup. For the
complete list see
https://www.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38.1-ReleaseNotes
- Fix some rpmlintrc warnings and remove util-linux-rpmlintrc.
- Update to version 2.38:
* first release with translated util-linux man-pages
* mount: new options --mkdir as shortcut for X-mount.mkdir
* mount, libmount: new mount options X-mount.subdir=
* lsfd: new command
* dmesg: new option --json to print kernel log in JSON format
* libfdisk: improved to set correct CHS addresses in MBR
* fstrim: ignores all /ect/fstab entries with X-fstrim.notrim
(jsc#SLE-17942)
* hardlink: now supports reflinks and new option --method=
* hwclock: new command line options --param-get and --param-set
* irqtop: new option --cpu-stat
* libblkid: supports zoned disks for btrfs
* lsblk: new options --noempty to ignore all devices with zero
size, and --zoned to print information about zones
* mkswap: new option --quiet
* nsenter: new option --wdns to change working directory within
namespace
* rename: new options --all and --last to replace all or last
occurrences of expression rather than the first one
* su: now resets RLIMIT_AS, RLIMIT_{NICE,RTPRIO}, RLIMIT_FSIZE
and RLIMIT_NOFILE reourse limits.
* unshare: new options --map-users= and --map-groups= to map
block of group IDs; new option --map-auto to map the first
block of user IDs owned by the effective user from /etc/subuid
* wdctl: new options --setpregovernor to set pre-timeout governor
name, and --setpretimeout to set watchdog pre-timeout in
seconds
* Many other new features and fixes. For the complete list see
https://www.kernel.org/pub/linux/utils/util-linux/v2.38/v2.38-ReleaseNotes
- Changed packaging style from multi spec build to multibuild with
python multi-flavor build (PED-1007).
Advantages:
* Easily prevents bootstrap build loops.
* No artificial package splitting needed any more.
* Less complicated spec file.
* Can run full test suite.
* python*-libmount available for more python versions.
* Enable asciidoctor to build documentation.
* Enable support for libmagic.
* Turn technically incorrect Recommends to Requires.
- Fix rpmling warning by setting attr for clock.txt ghost file.
- Drop upstreamed util-linux-sulogin4bsc1175514.patch
- Use %_pam_vendordir
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:
gcc13
glibc
kernel-source (6.0.12 -> 6.1.0)
=== Details ===
==== gcc13 ====
Subpackages: libatomic1 libgcc_s1 libgfortran5 libgomp1 libobjc4 libquadmath0 libstdc++6 libstdc++6-locale libstdc++6-pp libubsan1
- update floatn fixinclude pickup to check each header separately (bsc#1206480)
- Redo floatn fixinclude pick-up to simply keep what is there.
==== glibc ====
Subpackages: glibc-extra glibc-lang glibc-locale glibc-locale-base nscd
- floatn.patch: Update _FloatN header support for C++ in GCC 13
==== kernel-source ====
Version update (6.0.12 -> 6.1.0)
- tcp: Add TIME_WAIT sockets in bhash2 (bsc#1206466).
- commit d8defbe
- series.conf: cleanup
- update upstream reference and resort:
- patches.suse/NFSD-fix-use-after-free-in-__nfs42_ssc_open.patch
- commit bf66071
- io_uring/net: ensure compat import handlers clear free_iov
(bsc#1206509).
- commit 747fc96
- NFSD: fix use-after-free in __nfs42_ssc_open() (bsc#1206209
CVE-2022-4379).
- commit 338ca73
- series.conf: cleanup
- update upstream references and move into sorted section:
- patches.suse/char-xillybus-Fix-trivial-bug-with-mutex.patch
- patches.suse/char-xillybus-Prevent-use-after-free-due-to-race-con.patch
- patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch
- patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch
- commit 7f1864f
- mm, mremap: fix mremap() expanding vma with addr inside vma (bsc#1206359).
- Delete
patches.suse/Revert-mm-add-merging-after-mremap-resize.patch.
- commit 3440c9c
- mm, mremap: fix mremap() expanding vma with addr inside
vma (bsc#1206359).
- commit b61d296
- Revert "mm: add merging after mremap resize" (bsc#1206335).
- commit 52313a4
- series.conf: remove stale comment
- commit ab17686
- Refresh patches.suse/Bluetooth-L2CAP-Fix-u8-overflow.patch.
- Refresh patches.suse/can-slcan-fix-freed-work-crash.patch.
Update upstream status.
- commit a6c4f4e
- Update to 6.1 final
- refresh configs (headers only)
- commit d1335c0
- Delete
patches.suse/Input-synaptics-retry-query-upon-error.patch.
The patch is not needed (bsc#1194086 comment 50).
- commit d03b675
- Delete patches.suse/iwlwifi-module-firmware-ucode-fix.patch.
Not needed anymore. kernel-firmware contains -72s since 06dbfbc74388
released in 20221109 already.
- commit e1d0837
- Delete
patches.suse/drm-sched-Fix-kernel-NULL-pointer-dereference-error.patch.
This can be dropped thanks to commit bafaf67c42f4 (Revert "drm/sched:
Use parent fence instead of finished") in v6.1-rc1.
- commit 15d1c2b
- Refresh
patches.suse/media-dvb-core-Fix-UAF-due-to-refcount-races-at-rele.patch.
Update upstream status.
- commit d504053
- Delete patches.suse/dm-mpath-no-partitions-feature. (bsc#1189976)
- commit e544c6d
- Refresh
patches.suse/misc-sgi-gru-fix-use-after-free-error-in-gru_set_con.patch.
Update to final version and update upstream status.
- commit dd048d9
- Delete patches.suse/suse-hv-guest-os-id.patch. (bsc#1189965)
- commit de46b50
- Delete patches.suse/dm-mpath-leastpending-path-update. (bsc#1189962)
- commit fb9bee7
- Delete patches.suse/dm-table-switch-to-readonly. (bsc#1189963)
- commit 3a71c4d
- Delete patches.suse/kbd-ignore-gfx.patch. (bsc#1189975)
- commit 900ecbb
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 (107.0.1 -> 108.0.1)
NetworkManager (1.40.6 -> 1.40.8)
avahi
avahi-glib2
cairomm1_0
enchant-1
ethtool (6.0 -> 6.1)
glib2-branding-openSUSE
gnome-menus
imlib2 (1.9.1 -> 1.10.0)
libcloudproviders
libgtop
mpc (1.3.0 -> 1.3.1)
pangomm1_4
rpm
xz (5.2.8 -> 5.2.10)
=== Details ===
==== MozillaFirefox ====
Version update (107.0.1 -> 108.0.1)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 108.0.1 (boo#1206507)
* Fixes the default search engine being reset on upgrade for
profiles which were previously copied from a different location
- Mozilla Firefox 108.0
https://www.mozilla.org/en-US/firefox/108.0/releasenotes/
MFSA 2022-51 (bsc#1206242)
* CVE-2022-46871 (bmo#1795697)
libusrsctp library out of date
* CVE-2022-46872 (bmo#1799156)
Arbitrary file read from a compromised content process
* CVE-2022-46873 (bmo#1644790)
Firefox did not implement the CSP directive unsafe-hashes
* CVE-2022-46874 (bmo#1746139)
Drag and Dropped Filenames could have been truncated to
malicious extensions
* CVE-2022-46875 (bmo#1786188)
Download Protections were bypassed by .atloc and .ftploc
files on Mac OS
* CVE-2022-46877 (bmo#1795139)
Fullscreen notification bypass
* CVE-2022-46878 (bmo#1782219, bmo#1797370, bmo#1797685,
bmo#1801102, bmo#1801315, bmo#1802395)
Memory safety bugs fixed in Firefox 108 and Firefox ESR 102.6
* CVE-2022-46879 (bmo#1736224, bmo#1793407, bmo#1794249, bmo#1795845,
bmo#1797682, bmo#1797720, bmo#1798494, bmo#1799479)
Memory safety bugs fixed in Firefox 108
- requires
NSS >= 3.85
rustc/cargo 1.65
- added translations to .desktop file.
==== NetworkManager ====
Version update (1.40.6 -> 1.40.8)
Subpackages: NetworkManager-bluetooth NetworkManager-lang NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Update to version 1.40.8:
+ Fixed a bug that caused devices (MACsec in particular) to be
stuck in UNAVAILABLE state and not transition to DISCONNECTED
if the carrier was ready too early.
+ Improved interoperability of MACsec with some Aruba switches by
allowing CKN shorter than 64 characters.
+ Fixed an assertion failure when restarting NetworkManager with
MACsec links configured.
+ Fixed a possible DHCP helper crash when handling failure to
connect to D-Bus.
+ Corrected calculation of expiration time for items configured
from IPv6 neighbor discovery messages.
+ Various fixes for platforms that don't allow unaligned memory
access.
- Drop iptables BuildRequires and -Diptables meson parameter:
iptables is legacy (obsoleted in favor of nft). Additionally.
meson has proper fallback detection to assume the correct path,
should it need to use iptables.
- Recommend nftables instead of iptables.
==== avahi ====
Subpackages: avahi-lang libavahi-client3 libavahi-common3 libavahi-core7
- Drop %{_sysconfdir}/sysconfig/network/if-{up,down}.d scripts:
they are not used, or supported, in a while already.
==== avahi-glib2 ====
- Drop %{_sysconfdir}/sysconfig/network/if-{up,down}.d scripts:
they are not used, or supported, in a while already.
==== cairomm1_0 ====
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== enchant-1 ====
Subpackages: enchant-1-backends libenchant1
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== ethtool ====
Version update (6.0 -> 6.1)
- update to upstream release 6.1
* Feature: update link mode tables
* Feature: register dump for NXP ENETC driver (-d)
* Feature: report TCP header-data split (-g)
* Feature: support new message types in pretty print
* Fix: man page syntax fixes
==== glib2-branding-openSUSE ====
- Prefer file-roller over nautilus for archives.
==== gnome-menus ====
Subpackages: gnome-menus-lang libgnome-menu-3-0 typelib-1_0-GMenu-3_0
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== imlib2 ====
Version update (1.9.1 -> 1.10.0)
Subpackages: imlib2-loaders libImlib2-1
- update to 1.10.0:
* Introduce imlib_load_image_fde
imlib2_load: Tweak load mode handling
Introduce Imlib2_Loader.h - all that is needed by loaders
image: Change has alpha flag to separate byte
loading: Don't look for cached image when not caching
loading: New loader infrastructure
* loading: Introduce __imlib_ImageFileContextPush/Pop
loading: Centralize mmap handling
* Introduce imlib_load_image_mem
* imlib2_load: Add option to use imlib_load_image_mem
api: Remove cast previously dropped everywhere else
Hide imlib_get/set_color_usage() if no X11
api: Move X11 related functions to separate file
api: Move filter functions to separate file
Enable disabling filter functions
api: Move text functions to separate file
Enable disabling text functions
J2K loader: Drop showing deprecated item in debug message
image: Fix memory leak when cloning images
Unify basic X11 functionality in test programs
Includes tweaks
test: Re-generate test images with recent tool/library versions
image: Hide internal ImlibImageFileInfo struct
image: Don't munmap external memory
* Introduce imlib_get_error
api: error_return adjustments
imlib2_load: Add option to enable image caching
image: Fix potential use of uninitialized time stamps
PNG loader: Correct frame delay in zero denominator case
PNG loader: Cosmetics
PNG loader: Improved handling of animated PNGs
multiframe: Support loop count
PNG loader: Fix animated PNG loading some more
autofoo: Fix trouble with test subdirectory in distributed source
autofoo: Rework git tag/release stuff
test: test_load: Quit when loading primary image fails
SVG loader: Don't reference multiframe stuff
* ICO loader: Eliminate ico_load
autofoo: Use AC_USE_SYSTEM_EXTENSIONS
imlib2_view: Fix single frame update rendering
test: test_load_2: Check frame 0/1 loading too
PNG loader: Cosmetics
PS loader: Cosmetics
multiframe: Tweaks around frame number handling
multiframe: Centralize handling of frame update offsets
multiframe: Move frame info to allocated record
multiframe: Allocate frame info only when needed
PNG loader: Quit scan when target fdAT is seen
PNG loader: Quit after loading first frame
PNG loader: Simplify update callback handling
imlib2_view: Fix multiframe rendering detail
multiframe: Remove frame offset from updates
imlib2_view: Fix multiframe after update coordinate change
imlib2_view: Deal with all pending X events at once
imlib2_view: Properly handle caching vs progress callbacks
imlib2_view: Don't load bad images twice if first or last in argument list
image: Cosmetics
* image: Introduce __imlib_LoadEmbeddedMem
Add new ani loader
* image: Cosmetics
ANI loader: Disable progress in embed loader
ANI loader: Multiframe suport
v1.10.0
Introduce imlib_load_image_frame_mem
imlib_load_image_frame_mem(): set nocache
TGA loader: fix indexing in tgaflip
==== libcloudproviders ====
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== libgtop ====
Subpackages: libgtop-2_0-11 libgtop-lang
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== mpc ====
Version update (1.3.0 -> 1.3.1)
- Update to version 1.3.1:
* Bug fix: It is again possible to include mpc.h without
including stdio.h.
- drop mpc-1.3.0-gmpdep.patch
==== pangomm1_4 ====
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== rpm ====
Subpackages: librpmbuild9
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== xz ====
Version update (5.2.8 -> 5.2.10)
Subpackages: liblzma5 xz-lang
- update to 5.2.10:
* xz: Don't modify argv[] when parsing the --memlimit* and
- -block-list command line options. This fixes confusing
arguments in process listing (like "ps auxf").
* GNU/Linux only: Use __has_attribute(__symver__) to detect if
that attribute is supported. This fixes build on Mandriva where
Clang is patched to define __GNUC__ to 11 by default (instead
of 4 as used by Clang upstream).
* liblzma:
- Fixed an infinite loop in LZMA encoder initialization
if dict_size >= 2 GiB.
- Fixed two cases of invalid free() that can happen if
a tiny allocation fails in encoder re-initialization
or in lzma_filters_update(). These bugs had some
similarities with the bug fixed in 5.2.7.
- Fixed lzma_block_encoder() not allowing the use of
LZMA_SYNC_FLUSH with lzma_code() even though it was
documented to be supported. The sync-flush code in
the Block encoder was already used internally via
lzma_stream_encoder(), so this was just a missing flag
in the lzma_block_encoder() API function.
- GNU/Linux only: Don't put symbol versions into static
liblzma as it breaks things in some cases (and even if
it didn't break anything, symbol versions in static
libraries are useless anyway). The downside of the fix
is that if the configure options --with-pic or --without-pic
are used then it's not possible to build both shared and
static liblzma at the same time on GNU/Linux anymore;
with those options --disable-static or --disable-shared
must be used too.
- drop unused xz-devel-static which is no longer supported when using
- -with-pic (which is needed for shared libs)
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:
7zip
bash (5.2.12 -> 5.2.15)
brltty
cracklib (2.9.7 -> 2.9.8)
dracut (057+suse.351.ge78c8ff6 -> 057+suse.353.g6dab83eb)
elfutils-debuginfod
exiv2
gcc13 (12.2.1+git537 -> 13.0.0+git197351)
git
gnutls
groff
groff-full
gtkmm3
highway
irqbalance
krb5
libjxl
libqt5-qtbase (5.15.7+kde167 -> 5.15.7+kde177)
libqt5-qtdeclarative (5.15.7+kde18 -> 5.15.7+kde25)
libqt5-qtquickcontrols2 (5.15.7+kde6 -> 5.15.7+kde7)
libtool
libwnck
mozilla-nss (3.84 -> 3.85)
mozjs102 (102.5.0 -> 102.6.0)
mpc (1.2.1 -> 1.3.0)
nano (7.0 -> 7.1)
open-vm-tools (12.1.0 -> 12.1.5)
openssh
openssl-1_1
openssl-3
osinfo-db (20221018 -> 20221130)
pipewire (0.3.62 -> 0.3.63)
protobuf (21.11 -> 21.12)
python-anyio
python-lark (1.1.4 -> 1.1.5)
python-pycares (4.2.2 -> 4.3.0)
selinux-policy
shadow
speech-dispatcher (0.10.2 -> 0.11.4)
sqlite3
webkit2gtk3
webkit2gtk4
xorg-x11-server
xscreensaver (6.05.1 -> 6.06)
xwayland
xz
yast2-add-on (4.5.2 -> 4.5.3)
yast2-packager (4.5.8 -> 4.5.9)
zlib
=== Details ===
==== 7zip ====
- build for x86_64 subarchs the same way like for baseline
==== bash ====
Version update (5.2.12 -> 5.2.15)
Subpackages: bash-doc bash-sh
- Add upstream patches
* bash52-013
Bash can leak memory when referencing a non-existent associative
array element.
* bash52-014
Bash defers processing additional terminating signals when running
the EXIT trap while exiting due to a terminating signal. This
patch allows the new terminating signal to kill the shell immediately.
* bash52-015
There are several cases where bash is too aggressive when optimizing
out forks in subshells. For example, `eval' and traps should never
be optimized.
==== brltty ====
Subpackages: brltty-driver-at-spi2 brltty-driver-brlapi brltty-driver-speech-dispatcher brltty-driver-xwindow libbrlapi0_8 python3-brlapi system-user-brltty xbrlapi
- Use tmpfiles_create_package
- Use sysuser-tools unconditionally (bsc#1205161)
==== cracklib ====
Version update (2.9.7 -> 2.9.8)
Subpackages: libcrack2
- update to 2.9.8:
* rules: Drop using register keyword
* add exec perms
* translation updates
* Use what's in the build environment and use a current autoconf
* util/Makefile.am: fix link with lintl
* Force grep to treat the input as text when formatting word files
==== dracut ====
Version update (057+suse.351.ge78c8ff6 -> 057+suse.353.g6dab83eb)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.353.g6dab83eb:
* revert(fips): check for fipscheck in libexec (bsc#1206431)
==== elfutils-debuginfod ====
Subpackages: debuginfod-profile libdebuginfod1
- Remove dependency to not used sysconfig package
- Weaken systemd dependency, no hard requires necessary
==== exiv2 ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== gcc13 ====
Version update (12.2.1+git537 -> 13.0.0+git197351)
Subpackages: libgcc_s1 libgfortran5 libgomp1 libobjc4 libstdc++6 libstdc++6-pp libubsan1
- check each header separately
- Redo floatn fixinclude pick-up to simply keep what is there.
- Bump to 0a43f7b1a73c8e3b9cefffe430274d0a3d6d3291, git197351.
- Bump libgo SONAME to libgo22.
- Do not package libhwasan for biarch (32-bit architecture)
as the extension depends on 64-bit pointers.
- Sync cross.spec.in changes from gcc12 package.
- Bump to 380d62c14c99d8df13b7a86660e7ee67d01ad827, git197210.
- Adjust floatn fixincludes guard to work with SLE12 and earlier
SLE15.
- Bump to de144fdab17dbbb64ccb540056ab78b4ffb3fbbc, git197173.
- Depend on at least LLVM 13 for GCN cross compiler.
- Bump to 4304e09a1617bcf1c87f5bc96017ae5017379d75, git197155.
- Rebase gcc44-rename-info-files.patch.
- Bump to d13c359a49291f0a1206adbad4065677010b7e4b, git197143.
- Sync changes from gcc12 package
- Update embedded newlib to version 4.2.0
* includes newlib-4.1.0-aligned_alloc.patch
- Allow cross-pru-gcc12-bootstrap for armv7l architecture.
PRU architecture is used for real-time MCUs embedded into TI
armv7l and aarch64 SoCs. We need to have cross-pru-gcc12 for
armv7l in order to build both host applications and PRU firmware
during the same build.
- Bump to 2b0ae7fb91f64fb005abf7d7903fd4c0764bb45c, git197102.
- Handle new libstdc++exp.a lib.
- Bump to 5c0d171f67d082c353ddc319859111d3b9126c17, git196938.
- Add 2 new headers.
- Bump to b457b779427b0f7b3fbac447811c9c52db5bc79e, git196485.
==== git ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== gnutls ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== groff ====
- set doc-default-operating-system and doc-volume-operating-system
to $PRETTY_NAME [bsc#1185613]
==== groff-full ====
Subpackages: gxditview
- set doc-default-operating-system and doc-volume-operating-system
to $PRETTY_NAME [bsc#1185613]
==== gtkmm3 ====
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== highway ====
- Added missing baselibs.conf so that 32bit library packages
become available
==== irqbalance ====
Subpackages: irqbalance-ui
- build for x86_64 subarchs the same way like for baseline
==== krb5 ====
- Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch,
already fixed in release 1.20.0
==== libjxl ====
- Added missing baselibs.conf so that 32bit library packages
become available
==== libqt5-qtbase ====
Version update (5.15.7+kde167 -> 5.15.7+kde177)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Update to version 5.15.7+kde177:
* Fix wrong to linear conversion
* QKeySequence: Add missing modifier names
* Scale BMP color samples with periodic bit expansion
* Send accessible focus event after list view has focus
* update function argument of SSL_CTX_set_options
* Openssl backend: reinsert a missing C in qCDebug
* Annotate QMutex with TSAN annotations
* Handle allocation failure in QImage rotate 90/180/270 functions
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()
* a11y: support GetAccessibleId for at-spi
- Drop patches, now upstream:
* 0001-Fix-wrong-to-linear-conversion.patch
==== libqt5-qtdeclarative ====
Version update (5.15.7+kde18 -> 5.15.7+kde25)
- Update to version 5.15.7+kde25:
* Make QaccessibleQuickWidget private API
* a11y: track item enabled state
* QQuickItem: avoid emitting signals during destruction
* Send ObjectShow event for visible components after initialized
* Implement accessibility for QQuickWidget
* Fix build after 95290f66b806a307b8da1f72f8fc2c69801933d0
* Don't convert QByteArray in `startDrag`
==== libqt5-qtquickcontrols2 ====
Version update (5.15.7+kde6 -> 5.15.7+kde7)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.7+kde7:
* Fix the popup position of a Menu
==== libtool ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== libwnck ====
Subpackages: libwnck-3-0 typelib-1_0-Wnck-3_0
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== mozilla-nss ====
Version update (3.84 -> 3.85)
Subpackages: libfreebl3 libfreebl3-hmac libsoftokn3 libsoftokn3-hmac mozilla-nss-certs
- update to NSS 3.85
* bmo#1792821 - Modification of the primes.c and dhe-params.c in
order to have better looking tables
* bmo#1796815 - Update zlib in NSS to 1.2.13
* bmo#1796504 - Skip building modutil and shlibsign when building
in Firefox
* bmo#1796504 - Use __STDC_VERSION__ rather than __STDC__ as a guard
* bmo#1796407 - Fix -Wunused-but-set-variable warning from clang 15
* bmo#1796308 - Fix -Wtautological-constant-out-of-range-compare
and -Wtype-limits warnings
* bmo#1796281 - Followup: add missing stdint.h include
* bmo#1796281 - Fix -Wint-to-void-pointer-cast warnings
* bmo#1796280 - Fix -Wunused-{function,variable,but-set-variable}
warnings on Windows
* bmo#1796079 - Fix -Wstring-conversion warnings
* bmo#1796075 - Fix -Wempty-body warnings
* bmo#1795242 - Fix unused-but-set-parameter warning
* bmo#1795241 - Fix unreachable-code warnings
* bmo#1795222 - Mark _nss_version_c unused on clang-cl
* bmo#1795668 - Remove redundant variable definitions in lowhashtest
* Add note about python executable to build instructions.
==== mozjs102 ====
Version update (102.5.0 -> 102.6.0)
- Update to version 102.6.0:
+ Various stability, functionality, and security fixes.
+ CVE-2022-46880: Use-after-free in WebGL.
+ CVE-2022-46872: Arbitrary file read from a compromised content
process.
+ CVE-2022-46881: Memory corruption in WebGL.
+ CVE-2022-46874: Drag and Dropped Filenames could have been
truncated to malicious extensions.
+ CVE-2022-46875: Download Protections were bypassed by .atloc
and .ftploc files on Mac OS.
+ CVE-2022-46882: Use-after-free in WebGL.
+ CVE-2022-46878: Memory safety bugs fixed in Firefox 108 and
Firefox ESR 102.6.
==== mpc ====
Version update (1.2.1 -> 1.3.0)
- Add mpc-1.3.0-gmpdep.patch to avoid dependence on stdio.h when
including mpc.h
- Update to version 1.3.0.
* New function: mpc_agm
* New rounding modes "away from zero", indicated by the letter "A"
and corresponding to MPFR_RNDA on the designated real or imaginary part.
* New experimental ball arithmetic.
* New experimental function: mpc_eta_fund
* Bug fixes:
- mpc_asin for asin(z) with small |Re(z)| and tiny |Im(z)|
- mpc_pow_fr: sign of zero part of result when the base has up to sign
the same real and imaginary part, and the exponent is an even
positive integer
- mpc_fma: the returned int value was incorrect in some cases
(indicating whether the rounded real/imaginary parts were
smaller/equal/greater than the exact values), but the computed
complex value was correct.
==== nano ====
Version update (7.0 -> 7.1)
- update to 7.1:
* When --autoindent and --breaklonglines are combined, pressing
<Enter> at a specific position no longer eats characters.
==== open-vm-tools ====
Version update (12.1.0 -> 12.1.5)
Subpackages: libvmtools0 open-vm-tools-desktop
- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires
section. The dependencies will be added automatically.
- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.
- Add containerInfo plugin (jsc-PED-1344)
- Add dependencies on grpc, protobuf, and containerd for container
introspection
- Added patches (jsc-PED-1344)
+ detect-suse-location.patch
- Add _service to handle open-vm-tools sources
- Update to 12.1.5 (build 20735119) (boo#1205962)
- A number of Coverity reported issues have been addressed.
- The deployPkg plugin may prematurely reboot the guest VM before cloud-init
has completed user data setup. If both the Perl based Linux customization
script and cloud-init run when the guest VM boots, the deployPkg plugin
may reboot the guest before cloud-init has finished. The deployPkg
plugin has been updated to wait for a running cloud-init process to
finish before the guest VM reboot is initiated. This issue is fixed in
this release.
- A SIGSEGV may be encountered when a non-quiesing snapshot times out.
This issue is fixed in this release.
- Unwanted vmtoolsd service error message if not on a VMware hypervisor.
When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd
services are started automatically at system start and desktop login.
If running on physical hardware or in a non-VMware hypervisor, the services
will emit an error message to the Systemd's logging service before stopping.
This issue is fixed in this release.
==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server
- limit to openssl < 3.0 as this version is not compatible (bsc#1205042)
next version update will fix it
==== openssl-1_1 ====
Subpackages: libopenssl1_1
- POWER10 performance enhancements for cryptography [jsc#PED-512]
* openssl-1_1-AES-GCM-performance-optimzation-with-stitched-method.patch
* openssl-1_1-Fixed-counter-overflow.patch
* openssl-1_1-chacha20-performance-optimizations-for-ppc64le-with-.patch
* openssl-1_1-Fixed-conditional-statement-testing-64-and-256-bytes.patch
* openssl-1_1-Fix-AES-GCM-on-Power-8-CPUs.patch
==== openssl-3 ====
- Fix X.509 Policy Constraints Double Locking [bsc#1206374, CVE-2022-3996]
* Add patch: openssl-3-Fix-double-locking-problem.patch
==== osinfo-db ====
Version update (20221018 -> 20221130)
- Update to database version 20221130
osinfo-db-20221130.tar.xz
- Add support for SLE Micro 5.4
add-slem5.4-support.patch
- Fix <derives-from id> value
add-slem5.3-support.patch
==== pipewire ====
Version update (0.3.62 -> 0.3.63)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 0.3.63:
* Highlights
- Fix a critical bug that causes audio distortion in some cases
when using AVX2.
- Fix a crash in mpv caused by deinit of PipeWire.
- Resample the convolver IR to match the graph samplerate for
better results.
- Many more small bugfixes and improvements.
* PipeWire
- Fix a segfault in the PipeWire deinit code triggered by mpv
in some cases.
- Fix docs about SPA_PLUGIN_DIR.
- Always dlclose by default (even under valgrind). Add an
option with PIPEWIRE_DLCLOSE to select alternative behaviour.
- Improve PIPEWIRE_DEBUG category handling.
* modules
- Resample the IR for the convolver when the IR samplerate and
graph rate don't match.
* SPA
- Handle spurious reads from timerfd gracefully.
- Fix potential stack-use-after-scope when starting Audacity.
- Fix distorted audio when using AVX2.
- Remove fallback to default channel map in channelmix.
- Improve sorting of MIDI events, use the same order as Ardour.
- Enable LFE downmixing by default.
- Make IEC958/AC3 and IEC958/DTS work better by enforcing a
fixed minimal buffering for the encoder to avoid stuttering.
* Pulse-Server
- Add a new pulse.cmd config section to execute pulse commands,
currently only for loading modules. This removes the
dependency on pactl.
- Improve debug of messages.
- Rebase reduce-meson-dependency.patch.
- Add patch to add channel-map in the echo-cancel module:
* 0001-pulse-server-add-channel-map-in-echo-cancel-module.patch
==== protobuf ====
Version update (21.11 -> 21.12)
- update to v21.12:
* Python
* Fix broken enum ranges (#11171)
* Stop requiring extension fields to have a sythetic oneof (#11091)
* Python runtime 4.21.10 not works generated code can not load valid
proto.
==== python-anyio ====
- Skip trio exception tests for now
* https://github.com/agronholm/anyio/issues/508
* https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5…
==== python-lark ====
Version update (1.1.4 -> 1.1.5)
- Update to v1.1.5
* What's Changed
setup.cfg: Replace deprecated license_file with license_files by @mgorny in #1209
Fix Github shenanigans by @erezsh in #1220
Fix AmbiguousExpander (Issue #1214) by @chanicpanic in #1216
Fix EOF line information in InteractiveParser.resume_parse() by @erezsh in #1224
Use generator instead of list expand or add method by @jmishra01 in #1225
==== python-pycares ====
Version update (4.2.2 -> 4.3.0)
- Update to version 4.3.0
* Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @Jackenmen in #174
Fix tests that depended on external sites by @Jackenmen in #180
Complete the Python 3.11 support by @Jackenmen in #179
Drop CPython 3.6 by @saghul in #181
Improve test compatibility with pytest by @saghul in #182
Update c-ares submodule to 1.18.1 by @saghul in #183
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Added fix_ipsec.patch: Allow AF_ALG socket creation for strongswan
(bnc#1206445)
- Added policy for wicked scripts under /etc/sysconfig/network/scripts
(bnc#1205770)
- Add fix_sendmail.patch
* fix context of custom sendmail startup helper
* fix context of /var/run/sendmail and add necessary rules to manage
content in there
==== shadow ====
Subpackages: libsubid4 login_defs
- bsc#1205502: Fix useradd audit event logging of ID field
* Add shadow-audit-no-id.patch
==== speech-dispatcher ====
Version update (0.10.2 -> 0.11.4)
Subpackages: libspeechd2 python3-speechd
- Update to version 0.11.4:
- Update CLDR to version 42 and symbols from NVDA.
- Fix audio plugin loading with dlopen.
- Fix atomicity of getting reply in threaded mode.
- Changes from 0.11.3:
- Fix back DefaultModule configuration.
- pico: Avoid falling to english when passed a bogus voice name.
- espeak: Fix setting voice type.
- Changes from 0.11.2:
- Fix loading xx-yy locales.
- Various memory leaks fixes.
- Add mimic3 configuration file.
- pico: Fix setting language vs voice.
- Make sure that modules report a list of voices.
- Update CLDR to version 41, symbols from NVDA and orca.
- Allow building without ltdl.
- Re-enable SSML in espeak-ng-mbrola module.
- Changes from 0.11.1:
- Add SPEECHD_PLUGIN_DIR environment variable.
- Fix listing voices of the default module.
- Changes from 0.11
- Support playing audio through the server.
- modules: Add support for loading from user's
.local/libexec/speech-dispatcher.
- symbols: Process symbols.dic before emojis.dic.
- symbols: Enable speechd symbols processing by default.
- modules: Moved speech dispatcher modules to
/usr/libexec/speech-dispatcher-modules
- espeak-ng: Add support for mbrola voices.
- mary: Add auto-detection.
- mary: Add newer voices.
- mary: Add volume, pitch, and rate support.
- ivona: Add auto-detection.
- festival: Strip head silence.
- generic: Add DefaultVoice option.
- es_ES: Add some gender neutral rules.
- Add SPEECHD_CMD environment variable.
- modules: Rewrite main functions with BSD licence, to let
proprietary modules easily reuse this as a basis.
- modules: Add skeletons ready for use as a basis for new
modules.
- Add script to run speechd from the build tree.
- Update CLDR to version 39, symbols from NVDA and orca.
- Add Esperanto translation.
- Sort modules by quality, let the best quality module be the
default.
- Rebase harden_speech-dispatcherd.service.patch.
- Migration to /usr/etc: Saving user changed configuration files
in /etc and restoring them while an RPM update.
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_speech-dispatcherd.service.patch
==== sqlite3 ====
Subpackages: libsqlite3-0 sqlite3-tcl
- bsc#1206337, CVE-2022-46908, sqlite-CVE-2022-46908.patch:
relying on --safe for execution of an untrusted CLI script
==== webkit2gtk3 ====
Subpackages: libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 typelib-1_0-JavaScriptCore-4_1 typelib-1_0-WebKit2-4_1 webkit2gtk-4_1-injected-bundles
- Add upstream patch b7ac5d0c.patch: Fix build with Ruby 3.2.
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk-5_0-0 libwebkit2gtk-5_0-0 webkit2gtk-5_0-injected-bundles
- Add upstream patch b7ac5d0c.patch: Fix build with Ruby 3.2.
==== xorg-x11-server ====
Subpackages: xorg-x11-server-Xvfb xorg-x11-server-extra
- U_0007-xkb-reset-the-radio_groups-pointer-to-NULL-after-fre.patch
* XkbGetKbdByName use-after-free (ZDI-CAN-19530, CVE-2022-4283,
bsc#1206017)
- U_0001-Xtest-disallow-GenericEvents-in-XTestSwapFakeInput.patch
* Server XTestSwapFakeInput stack overflow (ZDI-CAN 19265,
CVE-2022-46340, bsc#1205874)
- U_0002-Xi-return-an-error-from-XI-property-changes-if-verif.patch
* Xi: return an error from XI property changes if verification
failed (no ZDI-CAN id, no CVE id, bsc#1205875)
- U_0003-Xi-avoid-integer-truncation-in-length-check-of-ProcX.patch
* Server XIChangeProperty out-of-bounds access (ZDI-CAN 19405,
CVE-2022-46344, bsc#1205876)
- U_0004-Xi-disallow-passive-grabs-with-a-detail-255.patch
* Server XIPassiveUngrabDevice out-of-bounds access (ZDI-CAN 19381,
CVE-2022-46341, bsc#1205877)
- U_0005-Xext-free-the-screen-saver-resource-when-replacing-i.patch
* Server ScreenSaverSetAttributes use-after-free (ZDI-CAN 19404,
CVE-2022-46343, bsc#1205878)
- U_0006-Xext-free-the-XvRTVideoNotify-when-turning-off-from-.patch
* Server XvdiSelectVideoNotify use-after-free (ZDI-CAN 19400,
CVE-2022-46342, bsc#1205879)
==== xscreensaver ====
Version update (6.05.1 -> 6.06)
Subpackages: xscreensaver-data xscreensaver-lang
- update to 6.06:
* New hack hextrail
* marbling works again
* Adjust old hacks for higher resolution displays
* X11: More robust desktop image grabbing.
* X11: Various improvements to xscreensaver-settings
* X11: Supports "Lock" messages from systemd, e.g. when
logind.conf has "HandleLidSwitch=lock" instead of "suspend".
* Retired thornbird, which is redundant with discrete.
- drop xscreensaver-gtk3.patch, upstream
==== xwayland ====
- U_0007-xkb-reset-the-radio_groups-pointer-to-NULL-after-fre.patch
* XkbGetKbdByName use-after-free (ZDI-CAN-19530, CVE-2022-4283,
bsc#1206017)
- U_0001-Xtest-disallow-GenericEvents-in-XTestSwapFakeInput.patch
* Server XTestSwapFakeInput stack overflow (ZDI-CAN 19265,
CVE-2022-46340, bsc#1205874)
- U_0002-Xi-return-an-error-from-XI-property-changes-if-verif.patch
* Xi: return an error from XI property changes if verification
failed (no ZDI-CAN id, no CVE id, bsc#1205875)
- U_0003-Xi-avoid-integer-truncation-in-length-check-of-ProcX.patch
* Server XIChangeProperty out-of-bounds access (ZDI-CAN 19405,
CVE-2022-46344, bsc#1205876)
- U_0004-Xi-disallow-passive-grabs-with-a-detail-255.patch
* Server XIPassiveUngrabDevice out-of-bounds access (ZDI-CAN 19381,
CVE-2022-46341, bsc#1205877)
- U_0005-Xext-free-the-screen-saver-resource-when-replacing-i.patch
* Server ScreenSaverSetAttributes use-after-free (ZDI-CAN 19404,
CVE-2022-46343, bsc#1205878)
- U_0006-Xext-free-the-XvRTVideoNotify-when-turning-off-from-.patch
* Server XvdiSelectVideoNotify use-after-free (ZDI-CAN 19400,
CVE-2022-46342, bsc#1205879)
==== xz ====
Subpackages: liblzma5
- Rename xz-static-devel -> xz-devel-static to follow the general
naming used in openSUSE.
==== yast2-add-on ====
Version update (4.5.2 -> 4.5.3)
- Fixed failure with the "media_url" element in AutoYaST profile
containing CDATA block with spaces (bsc#1205928)
- 4.5.3
==== yast2-packager ====
Version update (4.5.8 -> 4.5.9)
- Merged PR https://github.com/yast/yast-packager/pull/623
by Christopher Yeleighton <giecrilj(a)stegny.2a.pl>:
Do not call [Install done] on aborted packages (boo#1203302)
- 4.5.9
==== zlib ====
Subpackages: libminizip1 libz1
- build zlib with optflags again
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:
ImageMagick (7.1.0.53 -> 7.1.0.55)
grub2
gupnp (1.6.2 -> 1.6.3)
harfbuzz (5.3.1 -> 6.0.0)
libjxl
libstorage-ng (4.5.56 -> 4.5.57)
lua54
open-iscsi
policycoreutils
python-Beaker (1.11.0 -> 1.12.0)
python-h2
redis (7.0.5 -> 7.0.7)
screen
systemd
vim (9.0.1040 -> 9.0.1075)
yast2-packager (4.5.9 -> 4.5.10)
yast2-trans (84.87.20221210.680714a939 -> 84.87.20221218.6fdb651e97)
=== Details ===
==== ImageMagick ====
Version update (7.1.0.53 -> 7.1.0.55)
Subpackages: ImageMagick-config-7-SUSE libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10
- update to 7.1.0.55:
* https://github.com/ImageMagick/Website/blob/main/ChangeLog.md#710-55---2022…
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi
- Setup multiple device paths for a nvmf boot device (bsc#1205666)
* 0001-grub2-Set-multiple-device-path-for-a-nvmf-boot-devic.patch
- Increase the path buffer in the crypttab command for the long
volume name (bsc#1206333)
* grub2-increase-crypttab-path-buffer.patch
==== gupnp ====
Version update (1.6.2 -> 1.6.3)
- Update to version 1.6.3:
+ Fix handling of deprecated and tentative v6 addresses.
+ Bugs fixed in this release:
- https://gitlab.gnome.org/GNOME/gupnp/issues/82
 - https://gitlab.gnome.org/GNOME/gupnp/issues/83
==== harfbuzz ====
Version update (5.3.1 -> 6.0.0)
Subpackages: libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 typelib-1_0-HarfBuzz-0_0
- Update to version 6.0.0:
+ Add API to pre-process the face and speed up future subsetting
operations on that face. Provides up to a 95% reduction in
subsetting times when the same face is subset more than once.
+ Shaping have been speedup by skipping entire lookups when the
buffer contents don't intersect with the lookup. Shows up to a
10% speedup in shaping some fonts
+ The HarfBuzz subsetter can now drop axes by pinning them to
specific values (also referred to as instancing)
- Drop harfbuzz-5.3.1-Fix_check-symbols_failure.patch: Fixed
upstream.
==== libjxl ====
- Add patch (applied reversed) to revert the requirement for an
updated liblcms2 library when we have an older one. This allows
libjxl to build in SLE15 SP4/SP5 (and Leap 15.4/15.5):
* 0001-Remove-LCMS-mutex.patch
==== libstorage-ng ====
Version update (4.5.56 -> 4.5.57)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Macedonian) (bsc#1149754)
- 4.5.57
==== lua54 ====
- Added more numbered patches from upstream:
* luabugs8.patch
* luabugs9.patch
==== open-iscsi ====
Subpackages: iscsiuio libopeniscsiusr0
- Updated SPEC file dependencies for libopeniscsiusr to avoid
conflicting package installation.
==== policycoreutils ====
Subpackages: policycoreutils-lang policycoreutils-python-utils python3-policycoreutils
- Use %_pam_vendordir
- Error in spec file: No "config" tag in "/usr/ should be used.
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
==== python-Beaker ====
Version update (1.11.0 -> 1.12.0)
- Update to 1.12.0:
* Enabled testing on Python 3.10 and 3.11
* Fixed issue #122 - Session ignores deserializer json
* Remove ID generation fallback for when the uuid module is not found
* Port testing from nose to pytest
* Fixed issue #180 - KeyError when loading deleted session
- Remove Python 2 and Python 3 gubbins.
- Remove patch denose.patch, merged upstream.
- Add patch support-pymemcache.patch:
* Also support pymemcache.
- Fiddle BuildRequires as appropiate.
==== python-h2 ====
- add fix-repr-checks-for-py311.patch
==== redis ====
Version update (7.0.5 -> 7.0.7)
- Update to version 7.0.7
* Fix regression from Redis 7.0.6 in distance replies
of Geo commands (#11631)
- Update to version 7.0.6:
* RM_ResetDataset module API should not clear the functions
* RM_Call module API used with the "C" flag to run scripts,
would now cause the commands in the script to check ACL with
the designated user
* Geo commands speedups
* Fix EVAL command performance regression from Redis 7.0
* Reduce EXPIRE commands performance regression from Redis 7.0
* Optimize commands returning double values, mainly affecting zset
commands
* Optimize Lua parsing of some command responses
* Optimize client memory usage tracking operation while client
eviction is disabled
* Multiple bug fixes for crashes, hangs, and incorrect behavior
- drop cve-2022-3647.patch now upstream
==== screen ====
- Use %_pam_vendordir
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-doc systemd-lang udev
- Fix systemd-coredump to not allow user to access coredumps with changed
uid/gid/capabilities (bsc#1205000 CVE-2022-4415)
Add 5000-coredump-adjust-whitespace.patch
Add 5001-coredump-do-not-allow-user-to-access-coredumps-with-.patch
==== vim ====
Version update (9.0.1040 -> 9.0.1075)
Subpackages: vim-data vim-data-common vim-small
- Updated to version 9.0.1075, fixes the following problems
* refreshed vim-7.4-highlight_fstab.patch
* Test for <Cmd> mapping with CmdlineChanged fails.
* Cannot define a method in a class.
* ASAN gives false alarm about array access.
* Macro has confusing name and is duplicated.
* Setting window height using Python may cause errors.
* In a class object members cannot be initialized.
* Class method disassemble test fails on MS-Windows.
* Matchparen is slow.
* With "screenline" in 'culopt' cursorline highlight is wrong.
* Crash when opening a very small terminal window.
* Using freed memory when assigning to variable twice.
* After a failed CTRL-W ] next command splits window.
* Using freed memory on exit when EXITFREE is defined.
* Default constructor arguments are not optional.
* Object member can't get type from initializer.
* Coverity warns for using uninitialized memory.
* Leaking memory when disassembling an object method.
* Conflict between supercollider and scala filetype detection.
* String value of class and object do not have useful information.
* Build failure with some compilers that can't handle a declaration directly
after a "case" statement.
* Cannot display 'showcmd' somewhere else.
* Some test function names do not match what they are doing.
* When using Kitty a shell command may mess up the key protocol state.
* Code for making 'shortmess' temporarily empty is repeated.
* A shell command switching screens may still have a problem with the
kitty keyboard protocol.
* Test function name is wrong.
* In diff mode virtual text is highlighted incorrectly. (Rick Howe)
* No information about whether requesting term codes has an effect.
* Diff mode highlight fails for special characters.
* Reading beyond array size.
* Codecov action version is too specific.
* screenpos() column result in fold may be too small.
* Using "xterm-kitty" for 'term' causes problems.
* Class members are not supported yet.
* build fails if the compiler doesn't allow for a declaration right after
"case".
==== yast2-packager ====
Version update (4.5.9 -> 4.5.10)
- Do not fail when the installation URL contains a space
(bsc#1201816)
- 4.5.10
==== yast2-trans ====
Version update (84.87.20221210.680714a939 -> 84.87.20221218.6fdb651e97)
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.20221218.6fdb651e97:
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Finnish)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Slovak)
* Translated using Weblate (Catalan)
* Translated using Weblate (Catalan)
* Translated using Weblate (Czech)
* Translated using Weblate (Dutch)
* Translated using Weblate (Czech)
* Translated using Weblate (Japanese)
* New POT for text domain 'add-on'.
* Translated using Weblate (Slovak)
* Translated using Weblate (Slovak)
* Translated using Weblate (Czech)
* Translated using Weblate (Catalan)
* Translated using Weblate (Dutch)
* Translated using Weblate (Dutch)
* Translated using Weblate (Japanese)
* Translated using Weblate (Japanese)
* New POT for text domain 'iscsi-lio-server'.
* New POT for text domain 'control'.
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:
brltty
=== Details ===
==== brltty ====
Subpackages: brltty-driver-at-spi2 brltty-driver-brlapi brltty-driver-speech-dispatcher brltty-driver-xwindow brltty-lang libbrlapi0_8 python3-brlapi system-user-brltty xbrlapi
- Use tmpfiles_create_package
- Use sysuser-tools unconditionally (bsc#1205161)
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:
bash (5.2.12 -> 5.2.15)
libtool
openssl-1_1
shadow
=== Details ===
==== bash ====
Version update (5.2.12 -> 5.2.15)
Subpackages: bash-doc bash-lang bash-sh
- Add upstream patches
* bash52-013
Bash can leak memory when referencing a non-existent associative
array element.
* bash52-014
Bash defers processing additional terminating signals when running
the EXIT trap while exiting due to a terminating signal. This
patch allows the new terminating signal to kill the shell immediately.
* bash52-015
There are several cases where bash is too aggressive when optimizing
out forks in subshells. For example, `eval' and traps should never
be optimized.
==== libtool ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== openssl-1_1 ====
Subpackages: libopenssl1_1
- POWER10 performance enhancements for cryptography [jsc#PED-512]
* openssl-1_1-AES-GCM-performance-optimzation-with-stitched-method.patch
* openssl-1_1-Fixed-counter-overflow.patch
* openssl-1_1-chacha20-performance-optimizations-for-ppc64le-with-.patch
* openssl-1_1-Fixed-conditional-statement-testing-64-and-256-bytes.patch
* openssl-1_1-Fix-AES-GCM-on-Power-8-CPUs.patch
==== shadow ====
Subpackages: libsubid4 login_defs
- bsc#1205502: Fix useradd audit event logging of ID field
* Add shadow-audit-no-id.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:
groff
groff-full
gtkmm3
highway
irqbalance
libjxl
libqt5-qtbase (5.15.7+kde167 -> 5.15.7+kde177)
libqt5-qtdeclarative (5.15.7+kde18 -> 5.15.7+kde25)
libqt5-qtquickcontrols2 (5.15.7+kde6 -> 5.15.7+kde7)
libwnck
osinfo-db (20221018 -> 20221130)
pipewire (0.3.62 -> 0.3.63)
protobuf (21.11 -> 21.12)
python-anyio
selinux-policy
sqlite3
=== Details ===
==== groff ====
- set doc-default-operating-system and doc-volume-operating-system
to $PRETTY_NAME [bsc#1185613]
==== groff-full ====
Subpackages: gxditview
- set doc-default-operating-system and doc-volume-operating-system
to $PRETTY_NAME [bsc#1185613]
==== gtkmm3 ====
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== highway ====
- Added missing baselibs.conf so that 32bit library packages
become available
==== irqbalance ====
Subpackages: irqbalance-ui
- build for x86_64 subarchs the same way like for baseline
==== libjxl ====
- Added missing baselibs.conf so that 32bit library packages
become available
==== libqt5-qtbase ====
Version update (5.15.7+kde167 -> 5.15.7+kde177)
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Update to version 5.15.7+kde177:
* Fix wrong to linear conversion
* QKeySequence: Add missing modifier names
* Scale BMP color samples with periodic bit expansion
* Send accessible focus event after list view has focus
* update function argument of SSL_CTX_set_options
* Openssl backend: reinsert a missing C in qCDebug
* Annotate QMutex with TSAN annotations
* Handle allocation failure in QImage rotate 90/180/270 functions
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()
* a11y: support GetAccessibleId for at-spi
- Drop patches, now upstream:
* 0001-Fix-wrong-to-linear-conversion.patch
==== libqt5-qtdeclarative ====
Version update (5.15.7+kde18 -> 5.15.7+kde25)
- Update to version 5.15.7+kde25:
* Make QaccessibleQuickWidget private API
* a11y: track item enabled state
* QQuickItem: avoid emitting signals during destruction
* Send ObjectShow event for visible components after initialized
* Implement accessibility for QQuickWidget
* Fix build after 95290f66b806a307b8da1f72f8fc2c69801933d0
* Don't convert QByteArray in `startDrag`
==== libqt5-qtquickcontrols2 ====
Version update (5.15.7+kde6 -> 5.15.7+kde7)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.7+kde7:
* Fix the popup position of a Menu
==== libwnck ====
Subpackages: libwnck-3-0 libwnck-lang typelib-1_0-Wnck-3_0
- Drop baselibs.conf: there is no known consumer of the -32bit
package.
==== osinfo-db ====
Version update (20221018 -> 20221130)
- Update to database version 20221130
osinfo-db-20221130.tar.xz
- Add support for SLE Micro 5.4
add-slem5.4-support.patch
- Fix <derives-from id> value
add-slem5.3-support.patch
==== pipewire ====
Version update (0.3.62 -> 0.3.63)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 0.3.63:
* Highlights
- Fix a critical bug that causes audio distortion in some cases
when using AVX2.
- Fix a crash in mpv caused by deinit of PipeWire.
- Resample the convolver IR to match the graph samplerate for
better results.
- Many more small bugfixes and improvements.
* PipeWire
- Fix a segfault in the PipeWire deinit code triggered by mpv
in some cases.
- Fix docs about SPA_PLUGIN_DIR.
- Always dlclose by default (even under valgrind). Add an
option with PIPEWIRE_DLCLOSE to select alternative behaviour.
- Improve PIPEWIRE_DEBUG category handling.
* modules
- Resample the IR for the convolver when the IR samplerate and
graph rate don't match.
* SPA
- Handle spurious reads from timerfd gracefully.
- Fix potential stack-use-after-scope when starting Audacity.
- Fix distorted audio when using AVX2.
- Remove fallback to default channel map in channelmix.
- Improve sorting of MIDI events, use the same order as Ardour.
- Enable LFE downmixing by default.
- Make IEC958/AC3 and IEC958/DTS work better by enforcing a
fixed minimal buffering for the encoder to avoid stuttering.
* Pulse-Server
- Add a new pulse.cmd config section to execute pulse commands,
currently only for loading modules. This removes the
dependency on pactl.
- Improve debug of messages.
- Rebase reduce-meson-dependency.patch.
- Add patch to add channel-map in the echo-cancel module:
* 0001-pulse-server-add-channel-map-in-echo-cancel-module.patch
==== protobuf ====
Version update (21.11 -> 21.12)
- update to v21.12:
* Python
* Fix broken enum ranges (#11171)
* Stop requiring extension fields to have a sythetic oneof (#11091)
* Python runtime 4.21.10 not works generated code can not load valid
proto.
==== python-anyio ====
- Skip trio exception tests for now
* https://github.com/agronholm/anyio/issues/508
* https://github.com/agronholm/anyio/commit/787cb0c2e53c2a3307873d202fbd49dc5…
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Added fix_ipsec.patch: Allow AF_ALG socket creation for strongswan
(bnc#1206445)
==== sqlite3 ====
Subpackages: libsqlite3-0 sqlite3-tcl
- bsc#1206337, CVE-2022-46908, sqlite-CVE-2022-46908.patch:
relying on --safe for execution of an untrusted CLI script
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:
cracklib (2.9.7 -> 2.9.8)
dracut (057+suse.351.ge78c8ff6 -> 057+suse.353.g6dab83eb)
exiv2
git
gnutls
krb5
libreoffice
mpc (1.2.1 -> 1.3.0)
nano (7.0 -> 7.1)
open-vm-tools (12.1.0 -> 12.1.5)
openssh
openssl-3
procps
webkit2gtk3
webkit2gtk4
xscreensaver (6.05.1 -> 6.06)
yast2-add-on (4.5.2 -> 4.5.3)
=== Details ===
==== cracklib ====
Version update (2.9.7 -> 2.9.8)
Subpackages: libcrack2
- update to 2.9.8:
* rules: Drop using register keyword
* add exec perms
* translation updates
* Use what's in the build environment and use a current autoconf
* util/Makefile.am: fix link with lintl
* Force grep to treat the input as text when formatting word files
==== dracut ====
Version update (057+suse.351.ge78c8ff6 -> 057+suse.353.g6dab83eb)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.353.g6dab83eb:
* revert(fips): check for fipscheck in libexec (bsc#1206431)
==== exiv2 ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== git ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== gnutls ====
- switch to pkgconfig(zlib) so that alternative providers can be
used
==== krb5 ====
- Drop 0009-Fix-KDC-null-deref-on-TGS-inner-body-null-server.patch,
already fixed in release 1.20.0
==== libreoffice ====
Subpackages: libreoffice-base libreoffice-branding-upstream libreoffice-calc libreoffice-draw libreoffice-filters-optional libreoffice-gnome libreoffice-gtk3 libreoffice-icon-themes libreoffice-impress libreoffice-l10n-cs libreoffice-l10n-da libreoffice-l10n-de libreoffice-l10n-el libreoffice-l10n-en libreoffice-l10n-en_GB libreoffice-l10n-es libreoffice-l10n-fr libreoffice-l10n-hu libreoffice-l10n-it libreoffice-l10n-ja libreoffice-l10n-pl libreoffice-l10n-pt_BR libreoffice-l10n-ru libreoffice-l10n-zh_CN libreoffice-l10n-zh_TW libreoffice-mailmerge libreoffice-math libreoffice-pyuno libreoffice-qt5 libreoffice-writer libreofficekit
- Use fixmath shared library
* use-fixmath-shared-library.patch
==== mpc ====
Version update (1.2.1 -> 1.3.0)
- Add mpc-1.3.0-gmpdep.patch to avoid dependence on stdio.h when
including mpc.h
- Update to version 1.3.0.
* New function: mpc_agm
* New rounding modes "away from zero", indicated by the letter "A"
and corresponding to MPFR_RNDA on the designated real or imaginary part.
* New experimental ball arithmetic.
* New experimental function: mpc_eta_fund
* Bug fixes:
- mpc_asin for asin(z) with small |Re(z)| and tiny |Im(z)|
- mpc_pow_fr: sign of zero part of result when the base has up to sign
the same real and imaginary part, and the exponent is an even
positive integer
- mpc_fma: the returned int value was incorrect in some cases
(indicating whether the rounded real/imaginary parts were
smaller/equal/greater than the exact values), but the computed
complex value was correct.
==== nano ====
Version update (7.0 -> 7.1)
Subpackages: nano-lang
- update to 7.1:
* When --autoindent and --breaklonglines are combined, pressing
<Enter> at a specific position no longer eats characters.
==== open-vm-tools ====
Version update (12.1.0 -> 12.1.5)
Subpackages: libvmtools0 open-vm-tools-desktop
- Don't list libgrpc++, libgrpc, and libprotobuf in the containerinfo Requires
section. The dependencies will be added automatically.
- Don't use new LDFLAGS, -labsl_synchronization -lgpr, when building for SLE.
- Add containerInfo plugin (jsc-PED-1344)
- Add dependencies on grpc, protobuf, and containerd for container
introspection
- Added patches (jsc-PED-1344)
+ detect-suse-location.patch
- Add _service to handle open-vm-tools sources
- Update to 12.1.5 (build 20735119) (boo#1205962)
- A number of Coverity reported issues have been addressed.
- The deployPkg plugin may prematurely reboot the guest VM before cloud-init
has completed user data setup. If both the Perl based Linux customization
script and cloud-init run when the guest VM boots, the deployPkg plugin
may reboot the guest before cloud-init has finished. The deployPkg
plugin has been updated to wait for a running cloud-init process to
finish before the guest VM reboot is initiated. This issue is fixed in
this release.
- A SIGSEGV may be encountered when a non-quiesing snapshot times out.
This issue is fixed in this release.
- Unwanted vmtoolsd service error message if not on a VMware hypervisor.
When open-vm-tools comes preinstalled in a base Linux release, the vmtoolsd
services are started automatically at system start and desktop login.
If running on physical hardware or in a non-VMware hypervisor, the services
will emit an error message to the Systemd's logging service before stopping.
This issue is fixed in this release.
==== openssh ====
Subpackages: openssh-clients openssh-common openssh-server
- limit to openssl < 3.0 as this version is not compatible (bsc#1205042)
next version update will fix it
==== openssl-3 ====
- Fix X.509 Policy Constraints Double Locking [bsc#1206374, CVE-2022-3996]
* Add patch: openssl-3-Fix-double-locking-problem.patch
==== procps ====
Subpackages: libprocps8 procps-lang
- Extend patch procps-3.3.17-library-bsc1181475.patch (bsc#1206412)
- Make sure that correct library version is installed (bsc#1206412)
==== webkit2gtk3 ====
Subpackages: WebKit2GTK-4.1-lang libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 typelib-1_0-JavaScriptCore-4_1 typelib-1_0-WebKit2-4_1 webkit2gtk-4_1-injected-bundles
- Add upstream patch b7ac5d0c.patch: Fix build with Ruby 3.2.
==== webkit2gtk4 ====
Subpackages: WebKit2GTK-5.0-lang libjavascriptcoregtk-5_0-0 libwebkit2gtk-5_0-0 webkit2gtk-5_0-injected-bundles
- Add upstream patch b7ac5d0c.patch: Fix build with Ruby 3.2.
==== xscreensaver ====
Version update (6.05.1 -> 6.06)
Subpackages: xscreensaver-data xscreensaver-lang
- update to 6.06:
* New hack hextrail
* marbling works again
* Adjust old hacks for higher resolution displays
* X11: More robust desktop image grabbing.
* X11: Various improvements to xscreensaver-settings
* X11: Supports "Lock" messages from systemd, e.g. when
logind.conf has "HandleLidSwitch=lock" instead of "suspend".
* Retired thornbird, which is redundant with discrete.
- drop xscreensaver-gtk3.patch, upstream
==== yast2-add-on ====
Version update (4.5.2 -> 4.5.3)
- Fixed failure with the "media_url" element in AutoYaST profile
containing CDATA block with spaces (bsc#1205928)
- 4.5.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:
7zip
elfutils-debuginfod
gcc13 (12.2.1+git537 -> 13.0.0+git197351)
mozilla-nss (3.84 -> 3.85)
mozjs102 (102.5.0 -> 102.6.0)
python-lark (1.1.4 -> 1.1.5)
python-pycares (4.2.2 -> 4.3.0)
selinux-policy
speech-dispatcher (0.10.2 -> 0.11.4)
xorg-x11-server
xwayland
xz
yast2-packager (4.5.8 -> 4.5.9)
yast2-trans (84.87.20221203.a7355e12ff -> 84.87.20221210.680714a939)
zlib
=== Details ===
==== 7zip ====
- build for x86_64 subarchs the same way like for baseline
==== elfutils-debuginfod ====
Subpackages: debuginfod-profile libdebuginfod1
- Remove dependency to not used sysconfig package
- Weaken systemd dependency, no hard requires necessary
==== gcc13 ====
Version update (12.2.1+git537 -> 13.0.0+git197351)
Subpackages: libatomic1 libgcc_s1 libgfortran5 libgomp1 libobjc4 libquadmath0 libstdc++6 libstdc++6-locale libstdc++6-pp libubsan1
- Bump to 0a43f7b1a73c8e3b9cefffe430274d0a3d6d3291, git197351.
- Bump libgo SONAME to libgo22.
- Do not package libhwasan for biarch (32-bit architecture)
as the extension depends on 64-bit pointers.
- Sync cross.spec.in changes from gcc12 package.
- Bump to 380d62c14c99d8df13b7a86660e7ee67d01ad827, git197210.
- Adjust floatn fixincludes guard to work with SLE12 and earlier
SLE15.
- Bump to de144fdab17dbbb64ccb540056ab78b4ffb3fbbc, git197173.
- Depend on at least LLVM 13 for GCN cross compiler.
- Bump to 4304e09a1617bcf1c87f5bc96017ae5017379d75, git197155.
- Rebase gcc44-rename-info-files.patch.
- Bump to d13c359a49291f0a1206adbad4065677010b7e4b, git197143.
- Sync changes from gcc12 package
- Update embedded newlib to version 4.2.0
* includes newlib-4.1.0-aligned_alloc.patch
- Allow cross-pru-gcc12-bootstrap for armv7l architecture.
PRU architecture is used for real-time MCUs embedded into TI
armv7l and aarch64 SoCs. We need to have cross-pru-gcc12 for
armv7l in order to build both host applications and PRU firmware
during the same build.
- Bump to 2b0ae7fb91f64fb005abf7d7903fd4c0764bb45c, git197102.
- Handle new libstdc++exp.a lib.
- Bump to 5c0d171f67d082c353ddc319859111d3b9126c17, git196938.
- Add 2 new headers.
- Bump to b457b779427b0f7b3fbac447811c9c52db5bc79e, git196485.
==== mozilla-nss ====
Version update (3.84 -> 3.85)
Subpackages: libfreebl3 libfreebl3-hmac libsoftokn3 libsoftokn3-hmac mozilla-nss-certs
- update to NSS 3.85
* bmo#1792821 - Modification of the primes.c and dhe-params.c in
order to have better looking tables
* bmo#1796815 - Update zlib in NSS to 1.2.13
* bmo#1796504 - Skip building modutil and shlibsign when building
in Firefox
* bmo#1796504 - Use __STDC_VERSION__ rather than __STDC__ as a guard
* bmo#1796407 - Fix -Wunused-but-set-variable warning from clang 15
* bmo#1796308 - Fix -Wtautological-constant-out-of-range-compare
and -Wtype-limits warnings
* bmo#1796281 - Followup: add missing stdint.h include
* bmo#1796281 - Fix -Wint-to-void-pointer-cast warnings
* bmo#1796280 - Fix -Wunused-{function,variable,but-set-variable}
warnings on Windows
* bmo#1796079 - Fix -Wstring-conversion warnings
* bmo#1796075 - Fix -Wempty-body warnings
* bmo#1795242 - Fix unused-but-set-parameter warning
* bmo#1795241 - Fix unreachable-code warnings
* bmo#1795222 - Mark _nss_version_c unused on clang-cl
* bmo#1795668 - Remove redundant variable definitions in lowhashtest
* Add note about python executable to build instructions.
==== mozjs102 ====
Version update (102.5.0 -> 102.6.0)
- Update to version 102.6.0:
+ Various stability, functionality, and security fixes.
+ CVE-2022-46880: Use-after-free in WebGL.
+ CVE-2022-46872: Arbitrary file read from a compromised content
process.
+ CVE-2022-46881: Memory corruption in WebGL.
+ CVE-2022-46874: Drag and Dropped Filenames could have been
truncated to malicious extensions.
+ CVE-2022-46875: Download Protections were bypassed by .atloc
and .ftploc files on Mac OS.
+ CVE-2022-46882: Use-after-free in WebGL.
+ CVE-2022-46878: Memory safety bugs fixed in Firefox 108 and
Firefox ESR 102.6.
==== python-lark ====
Version update (1.1.4 -> 1.1.5)
- Update to v1.1.5
* What's Changed
setup.cfg: Replace deprecated license_file with license_files by @mgorny in #1209
Fix Github shenanigans by @erezsh in #1220
Fix AmbiguousExpander (Issue #1214) by @chanicpanic in #1216
Fix EOF line information in InteractiveParser.resume_parse() by @erezsh in #1224
Use generator instead of list expand or add method by @jmishra01 in #1225
==== python-pycares ====
Version update (4.2.2 -> 4.3.0)
- Update to version 4.3.0
* Bump cibuildwheel to build for Python 3.11 + CI total time speedups by @Jackenmen in #174
Fix tests that depended on external sites by @Jackenmen in #180
Complete the Python 3.11 support by @Jackenmen in #179
Drop CPython 3.6 by @saghul in #181
Improve test compatibility with pytest by @saghul in #182
Update c-ares submodule to 1.18.1 by @saghul in #183
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Added policy for wicked scripts under /etc/sysconfig/network/scripts
(bnc#1205770)
- Add fix_sendmail.patch
* fix context of custom sendmail startup helper
* fix context of /var/run/sendmail and add necessary rules to manage
content in there
==== speech-dispatcher ====
Version update (0.10.2 -> 0.11.4)
Subpackages: libspeechd2 python3-speechd
- Update to version 0.11.4:
- Update CLDR to version 42 and symbols from NVDA.
- Fix audio plugin loading with dlopen.
- Fix atomicity of getting reply in threaded mode.
- Changes from 0.11.3:
- Fix back DefaultModule configuration.
- pico: Avoid falling to english when passed a bogus voice name.
- espeak: Fix setting voice type.
- Changes from 0.11.2:
- Fix loading xx-yy locales.
- Various memory leaks fixes.
- Add mimic3 configuration file.
- pico: Fix setting language vs voice.
- Make sure that modules report a list of voices.
- Update CLDR to version 41, symbols from NVDA and orca.
- Allow building without ltdl.
- Re-enable SSML in espeak-ng-mbrola module.
- Changes from 0.11.1:
- Add SPEECHD_PLUGIN_DIR environment variable.
- Fix listing voices of the default module.
- Changes from 0.11
- Support playing audio through the server.
- modules: Add support for loading from user's
.local/libexec/speech-dispatcher.
- symbols: Process symbols.dic before emojis.dic.
- symbols: Enable speechd symbols processing by default.
- modules: Moved speech dispatcher modules to
/usr/libexec/speech-dispatcher-modules
- espeak-ng: Add support for mbrola voices.
- mary: Add auto-detection.
- mary: Add newer voices.
- mary: Add volume, pitch, and rate support.
- ivona: Add auto-detection.
- festival: Strip head silence.
- generic: Add DefaultVoice option.
- es_ES: Add some gender neutral rules.
- Add SPEECHD_CMD environment variable.
- modules: Rewrite main functions with BSD licence, to let
proprietary modules easily reuse this as a basis.
- modules: Add skeletons ready for use as a basis for new
modules.
- Add script to run speechd from the build tree.
- Update CLDR to version 39, symbols from NVDA and orca.
- Add Esperanto translation.
- Sort modules by quality, let the best quality module be the
default.
- Rebase harden_speech-dispatcherd.service.patch.
- Migration to /usr/etc: Saving user changed configuration files
in /etc and restoring them while an RPM update.
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_speech-dispatcherd.service.patch
==== xorg-x11-server ====
Subpackages: xorg-x11-server-Xvfb xorg-x11-server-extra
- U_0007-xkb-reset-the-radio_groups-pointer-to-NULL-after-fre.patch
* XkbGetKbdByName use-after-free (ZDI-CAN-19530, CVE-2022-4283,
bsc#1206017)
- U_0001-Xtest-disallow-GenericEvents-in-XTestSwapFakeInput.patch
* Server XTestSwapFakeInput stack overflow (ZDI-CAN 19265,
CVE-2022-46340, bsc#1205874)
- U_0002-Xi-return-an-error-from-XI-property-changes-if-verif.patch
* Xi: return an error from XI property changes if verification
failed (no ZDI-CAN id, no CVE id, bsc#1205875)
- U_0003-Xi-avoid-integer-truncation-in-length-check-of-ProcX.patch
* Server XIChangeProperty out-of-bounds access (ZDI-CAN 19405,
CVE-2022-46344, bsc#1205876)
- U_0004-Xi-disallow-passive-grabs-with-a-detail-255.patch
* Server XIPassiveUngrabDevice out-of-bounds access (ZDI-CAN 19381,
CVE-2022-46341, bsc#1205877)
- U_0005-Xext-free-the-screen-saver-resource-when-replacing-i.patch
* Server ScreenSaverSetAttributes use-after-free (ZDI-CAN 19404,
CVE-2022-46343, bsc#1205878)
- U_0006-Xext-free-the-XvRTVideoNotify-when-turning-off-from-.patch
* Server XvdiSelectVideoNotify use-after-free (ZDI-CAN 19400,
CVE-2022-46342, bsc#1205879)
==== xwayland ====
- U_0007-xkb-reset-the-radio_groups-pointer-to-NULL-after-fre.patch
* XkbGetKbdByName use-after-free (ZDI-CAN-19530, CVE-2022-4283,
bsc#1206017)
- U_0001-Xtest-disallow-GenericEvents-in-XTestSwapFakeInput.patch
* Server XTestSwapFakeInput stack overflow (ZDI-CAN 19265,
CVE-2022-46340, bsc#1205874)
- U_0002-Xi-return-an-error-from-XI-property-changes-if-verif.patch
* Xi: return an error from XI property changes if verification
failed (no ZDI-CAN id, no CVE id, bsc#1205875)
- U_0003-Xi-avoid-integer-truncation-in-length-check-of-ProcX.patch
* Server XIChangeProperty out-of-bounds access (ZDI-CAN 19405,
CVE-2022-46344, bsc#1205876)
- U_0004-Xi-disallow-passive-grabs-with-a-detail-255.patch
* Server XIPassiveUngrabDevice out-of-bounds access (ZDI-CAN 19381,
CVE-2022-46341, bsc#1205877)
- U_0005-Xext-free-the-screen-saver-resource-when-replacing-i.patch
* Server ScreenSaverSetAttributes use-after-free (ZDI-CAN 19404,
CVE-2022-46343, bsc#1205878)
- U_0006-Xext-free-the-XvRTVideoNotify-when-turning-off-from-.patch
* Server XvdiSelectVideoNotify use-after-free (ZDI-CAN 19400,
CVE-2022-46342, bsc#1205879)
==== xz ====
Subpackages: liblzma5 xz-lang
- Rename xz-static-devel -> xz-devel-static to follow the general
naming used in openSUSE.
==== yast2-packager ====
Version update (4.5.8 -> 4.5.9)
- Merged PR https://github.com/yast/yast-packager/pull/623
by Christopher Yeleighton <giecrilj(a)stegny.2a.pl>:
Do not call [Install done] on aborted packages (boo#1203302)
- 4.5.9
==== yast2-trans ====
Version update (84.87.20221203.a7355e12ff -> 84.87.20221210.680714a939)
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.20221210.680714a939:
* New POT for text domain 'kdump'.
* New POT for text domain 'users'.
* Translated using Weblate (Romanian)
* Translated using Weblate (Macedonian)
==== zlib ====
Subpackages: libminizip1 libz1
- build zlib with optflags again
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:
cronie
dracut (057+suse.344.g021aead9 -> 057+suse.351.ge78c8ff6)
ffmpeg-5
giflib
git (2.38.1 -> 2.39.0)
gnome-bluetooth (42.4 -> 42.5)
kdump (1.0.2+git26.gc6fab38 -> 1.0.2+git27.gb9718ae)
pipewire (0.3.61 -> 0.3.62)
psmisc (23.4 -> 23.6)
selinux-policy
snapper
strace (6.0 -> 6.1)
susepaste
wireplumber (0.4.12 -> 0.4.13)
xdg-desktop-portal (1.15.0 -> 1.16.0)
xscreensaver
=== Details ===
==== cronie ====
Subpackages: cron
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
- Removed update support from 4.1 vixie-cron which is really old.
==== dracut ====
Version update (057+suse.344.g021aead9 -> 057+suse.351.ge78c8ff6)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.351.ge78c8ff6:
* feat(kernel-modules): exclude USB drivers in strict hostonly mode (bsc#1186056)
* feat(multipath): warn if included with no multipath devices and no user conf (bsc#1069169)
* fix(fips): check for fipscheck in libexec
* fix(fips): install required sed binary
==== ffmpeg-5 ====
Subpackages: libavcodec59 libavfilter8 libavformat59 libavutil57 libpostproc56 libswresample4 libswscale6
- build for x86_64 subarchs the same way like for baseline
==== giflib ====
- add reproducible.patch to avoid timestamp patching in the build
section and allowing it to build with -Werror=date-time
==== git ====
Version update (2.38.1 -> 2.39.0)
- git 2.39.0:
* "git grep" learned to expand the sparse-index more lazily and
on demand in a sparse checkout.
* By default, use of fsmonitor on a repository on networked
filesystem is disabled.
* After checking out a "branch" that is a symbolic-ref that points at
another branch, "git symbolic-ref HEAD" reports the underlying
branch, not the symbolic-ref the user gave checkout as argument.
The command learned the "--no-recurse" option to stop after
dereferencing a symbolic-ref only once.
* "git branch --edit-description @{-1}" is now a way to edit branch
description of the branch you were on before switching to the
current branch.
* "git merge-tree --stdin" is a new way to request a series of merges
and report the merge results.
* "git shortlog" learned to group by the "format" string.
* A new "--include-whitespace" option is added to "git patch-id", and
existing bugs in the internal patch-id logic that did not match
what "git patch-id" produces have been corrected.
* Enable gc.cruftpacks by default for those who opt into
feature.experimental setting.
* "git repack" learns to send cruft objects out of the way into
packfiles outside the repository.
* 'scalar reconfigure -a' is taught to automatically remove
scalar.repo entires which no longer exist.
* Redact headers from cURL's h2h3 module in GIT_CURL_VERBOSE and
others.
* 'git maintenance register' is taught to write configuration to an
arbitrary path, and 'git for-each-repo' is taught to expand tilde
characters in paths.
* When creating new notes, the template used to get a stray empty
newline, which has been removed.
* "git receive-pack" used to use all the local refs as the boundary for
checking connectivity of the data "git push" sent, but now it uses
only the refs that it advertised to the pusher. In a repository with
the .hideRefs configuration, this reduces the resources needed to
perform the check.
* With '--recurse-submodules=on-demand', all submodules are
recursively pushed.
* developer visible fixes
- git 2.38.2, a general maintenance release:
* Fix unaligned memory access for reads from the index v4
* "git remote rename" failed to rename a remote without fetch
refspec, which has been corrected.
* "git clone" did not like to see the "--bare" and the "--origin"
options used together without a good reason.
* "git fsck" failed to release contents of tree objects already
used from the memory
* "git rebase -i" can mistakenly attempt to apply a fixup to
commit itself, which has been corrected.
* Fix segfault with "git merge-tree" on read-only repositories
* Fix a logic in "mailinfo -b" that miscomputed the length of a
substring, which lead to an out-of-bounds access.
* The codepath to sign learned to report errors when it fails to
read from "ssh-keygen".
* "GIT_EDITOR=: git branch --edit-description" resulted in failure
* "git multi-pack-index repack/expire" used to repack unreachable
cruft into a new pack, which have been corrected.
* The code to clean temporary object directories (used for
quarantine) tried to remove them inside its signal handler
* "git branch --edit-description" on an unborh branch misleadingly
said that no such branch exists
* `git rebase --update-refs` would delete references when all
`update-ref` commands in the sequencer were removed
==== gnome-bluetooth ====
Version update (42.4 -> 42.5)
Subpackages: libgnome-bluetooth-3_0-13 libgnome-bluetooth-ui-3_0-13 typelib-1_0-GnomeBluetooth-3_0
- Update to version 42.5:
+ This version fixes the pairing dialogue misbehaving for some
Bluetooth Classic keyboards, with the passkey disappearing
after the first digit is typed.
- Add missing ldconfig_scriptlets macro for
libgnome-bluetooth-ui-3_0-13.
==== kdump ====
Version update (1.0.2+git26.gc6fab38 -> 1.0.2+git27.gb9718ae)
- maintain the spec file in git
==== pipewire ====
Version update (0.3.61 -> 0.3.62)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Refresh reduce-meson-dependency.patch
- Update to version 0.3.62:
* Highlights
- A regression in screensharing was fixed. It was caused by a race when
activating links and driver nodes.
- Video transform metadata was added so that cameras and screen sharing
can report the video orientation and transformations.
- Support for the PulseAudio module-gsettings was added to make paprefs
work.
- Support for bluetooth offloading was added. This allows for the bluetooth
reception, decoding and playback to happen completely in hardware.
This also requires some support in WirePlumber.
- Many bugfixes and improvements.
* PipeWire
- More work on stopping nodes in a more controlled way.
- Fix a race in starting nodes and drivers. In some cases the driver
node would already be started while the link to the peer node was not
ready yet. This caused regressions in screen sharing. The driver is
now only started after all the followers and links completed.
- Fix a case where a slow capture stream would not recycle buffers
anymore and stall. (glfo#pipewire/pipewire#2874)
- Fix a subtle bug in pw_loop_invoke that could cause callbacks to be
delayed and cause crashes in some cases.
- Fix a case where IPC was done from the data-thread and could cause
crashes.
* Tools
- Silence some expected errors in the pw-top output.
* modules
- The filter-chain has seen some optimizations in the copy plugin and
the convolver.
- The zeroconf plugin will now only unpublish services from the server
that was removed.
- Fix a potential crash when stopping pw-loopback.
- Some harmless errors were turned into info messages.
- Fix some cases where pw_stream methods were called from the data-thread
that could cause segfaults. (glfo#pipewire/pipewire#2633)
* SPA
- There is now a video transform metadata that indicates how a video
frame was transformed (rotated/flipped). libcamera and the GStreamer
elements now have support for this metadata.
- The SPA volume plugin is now disabled from the default build.
- Handle missing control info in libcamera.
- Handle errors from loop better, don't call the callbacks on errors.
- Somewhat improve performance in some audioconvert AVX2 code for format
conversion.
- Fix PortConfig and EnumPortConfig params in audioconvert and
audioadapter to reflect what is actually going on instead of using
hardcoded values.
- Pass ignore-dB property correctly in all cases.
- Probing is now done in 48KHz again. (glfo#pipewire/pipewire#2857)
* Pulse-server
- IPv4 addresses are now added first to the list and exposed first with
zeroconf discover.
- module-gsettings was added to make paprefs work.
- The pulse.idle.timeout option was disabled by default and only enabled
for selected apps (speech-dispatcher) because it caused some problems
for other apps. (glfo#pipewire/pipewire#2880)
* JACK
- Only process valid ports. Could fix some crashes. (glfo#pipewire/pipewire#2863)
* Bluetooth
- Support was added for offloading bluetooth handling. Some hardware can
receive, decode and play the bluetooth audio directly in hardware.
- Drop dependency on SDL2; this leads to a build cycle with SDL2
itself, and is only needed for pipewire example code anyway.
==== psmisc ====
Version update (23.4 -> 23.6)
- Update to 23.6:
* buildsys: Fix DEJAGNU work-around Debian #1015089
* killall: Use kill if pidfd_send_signal fails Debian #1015228
* fuser: Do not mention nonexistent - reset option #42
* fuser: Use modern statn where possible
* pstree: Better AppArmor support !30
* killall: Check truncated names !28
* killall: Use openat and pidfd_send_signal #37
* killall: Don't check paths of sockets #35
* pstree: Check for process with show_parents #38
* pstree: Don't disable compaction with show pgids #34
* pstree: Fix storage leak !29
- Enable new apparmor support
- Remove patch now upstream
0002-Use-new-statx-2-system-call-to-avoid-hangs-on-NFS.patch
- Port patch psmisc-22.21-pstree.patch
- Port patch psmisc-v23.4.dif which now becomes psmisc-v23.6.dif
- Merge patch socket-fix.patch with ported patch
0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Updated fix_networkmanager.patch to fixe labeling of nm-dispatcher and
nm-priv-helper until the packaging is adjusted (bsc#1206355)
- Update fix_chronyd.patch to allow sendto towards
NetworkManager_dispatcher_custom_t. Added new interface
networkmanager_dispatcher_custom_dgram_send for this (bsc#1206357)
- Update fix_dbus.patch to allow dbus to watch lib directories (bsc#1205895)
- Updated fix_networkmanager.patch to allow NetworkManager to watch
net_conf_t (bsc#1206109)
==== snapper ====
Subpackages: libsnapper6 snapper-zypp-plugin
- fix build with upcoming selinux
==== strace ====
Version update (6.0 -> 6.1)
- Update to strace 6.1
* Enhanced decoding of terminal ioctl commands.
* Updated decoding of statx syscall.
* Updated lists of ABS_*, BPF_*, BTRFS_*, COUNTER_*, ETH_P_*, IFLA_*,
KVM_*, MADV_*, NLMSGERR_*, PERF_*, STATX_*, and TLS_* constants.
* Updated lists of ioctl commands from Linux 6.1.
==== susepaste ====
Subpackages: susepaste-screenshot
- Add 0003-susepaste-use-paste-opensuse.org.patch: Replace
susepaste.org submission address with paste.opensuse.org
==== wireplumber ====
Version update (0.4.12 -> 0.4.13)
Subpackages: libwireplumber-0_4-0 wireplumber-audio
- Update to version 0.4.13:
* Additions
- Add bluetooth SCO (HSP/HFP) hardware offload support,
together with an example script that enables this
functionality on the PinePhone.
- Encoded audio (mp3, aac, etc...) can now be passed through,
if this mode is supported by both the application and the
device.
- The v4l2 monitor now also respects the ``node.disabled`` and
``device.disabled`` properties inside rules.
- Add "Firefox Developer Edition" to the list of applications
that are allowed to trigger a bluetooth profile auto-switch.
- Add support in the portal access script to allow newly
plugged cameras to be immediately visible to the portal
applications.
* Fixes
- Work around an issue that would prevent streams from properly
linking when using effects software like EasyEffects and
JamesDSP.
- Fix destroying pavucontrol-qt monitor streams after the node
that was being monitored is destroyed.
- Fix a crash in the alsa.lua monitor that could happen when a
disabled device was removed and re-added.
- Fix a rare crash in the metadata object.
- Fix a bug where a restored node target would override the
node target set by the application on the node's properties.
* Packaging
- Add build options to compile wireplumber's library, daemon
and tools independently.
- Add a build option to disable unit tests that require the
dbus daemon.
- Stop using fakesink/fakesrc in the unit tests to be able to
run them on default pipewire installations. Compiling the spa
``test`` plugin is no longer necessary.
- Add pkg-config and header information in the gir file.
- Rebase reduce-meson-required-version.patch
- Drop patches already upstream:
* 0001-alsa.lua-remove-the-disabled-entities-from-the-names-table.patch
* 0001-policy-node-wait-for-unactivated-links-instead-of-removing.patch
==== xdg-desktop-portal ====
Version update (1.15.0 -> 1.16.0)
- Update to version 1.16.0:
+ Introduce a new background monitoring service. This allows
desktop environments to list applications that are running in
background, that is, sandboxed applications running without a
visible window. Desktop environments can display these
background running applications in their interfaces, and allow
users to control their execution.
+ Introduce the Global Shortcuts portal. This portal allows
applications to register and receive keyboard shortcuts even
when they're not focused. This was a highly requested feature,
especially on Wayland desktops. There are improvements to come,
but portal backends can now implement this new portal.
+ Various CI improvements.
+ Updated translations.
==== xscreensaver ====
Subpackages: xscreensaver-data xscreensaver-lang
- fix removal of nagging message boo#1206345
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:
cronie
dracut (057+suse.344.g021aead9 -> 057+suse.351.ge78c8ff6)
ffmpeg-5
giflib
git (2.38.1 -> 2.39.0)
gnome-bluetooth (42.4 -> 42.5)
kdump (1.0.2+git26.gc6fab38 -> 1.0.2+git27.gb9718ae)
pipewire (0.3.61 -> 0.3.62)
psmisc (23.4 -> 23.6)
selinux-policy
snapper
strace (6.0 -> 6.1)
susepaste
wireplumber (0.4.12 -> 0.4.13)
xdg-desktop-portal (1.15.0 -> 1.16.0)
xscreensaver
=== Details ===
==== cronie ====
Subpackages: cron
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
- Removed update support from 4.1 vixie-cron which is really old.
==== dracut ====
Version update (057+suse.344.g021aead9 -> 057+suse.351.ge78c8ff6)
Subpackages: dracut-ima dracut-mkinitrd-deprecated
- Update to version 057+suse.351.ge78c8ff6:
* feat(kernel-modules): exclude USB drivers in strict hostonly mode (bsc#1186056)
* feat(multipath): warn if included with no multipath devices and no user conf (bsc#1069169)
* fix(fips): check for fipscheck in libexec
* fix(fips): install required sed binary
==== ffmpeg-5 ====
Subpackages: libavcodec59 libavfilter8 libavformat59 libavutil57 libpostproc56 libswresample4 libswscale6
- build for x86_64 subarchs the same way like for baseline
==== giflib ====
- add reproducible.patch to avoid timestamp patching in the build
section and allowing it to build with -Werror=date-time
==== git ====
Version update (2.38.1 -> 2.39.0)
- git 2.39.0:
* "git grep" learned to expand the sparse-index more lazily and
on demand in a sparse checkout.
* By default, use of fsmonitor on a repository on networked
filesystem is disabled.
* After checking out a "branch" that is a symbolic-ref that points at
another branch, "git symbolic-ref HEAD" reports the underlying
branch, not the symbolic-ref the user gave checkout as argument.
The command learned the "--no-recurse" option to stop after
dereferencing a symbolic-ref only once.
* "git branch --edit-description @{-1}" is now a way to edit branch
description of the branch you were on before switching to the
current branch.
* "git merge-tree --stdin" is a new way to request a series of merges
and report the merge results.
* "git shortlog" learned to group by the "format" string.
* A new "--include-whitespace" option is added to "git patch-id", and
existing bugs in the internal patch-id logic that did not match
what "git patch-id" produces have been corrected.
* Enable gc.cruftpacks by default for those who opt into
feature.experimental setting.
* "git repack" learns to send cruft objects out of the way into
packfiles outside the repository.
* 'scalar reconfigure -a' is taught to automatically remove
scalar.repo entires which no longer exist.
* Redact headers from cURL's h2h3 module in GIT_CURL_VERBOSE and
others.
* 'git maintenance register' is taught to write configuration to an
arbitrary path, and 'git for-each-repo' is taught to expand tilde
characters in paths.
* When creating new notes, the template used to get a stray empty
newline, which has been removed.
* "git receive-pack" used to use all the local refs as the boundary for
checking connectivity of the data "git push" sent, but now it uses
only the refs that it advertised to the pusher. In a repository with
the .hideRefs configuration, this reduces the resources needed to
perform the check.
* With '--recurse-submodules=on-demand', all submodules are
recursively pushed.
* developer visible fixes
- git 2.38.2, a general maintenance release:
* Fix unaligned memory access for reads from the index v4
* "git remote rename" failed to rename a remote without fetch
refspec, which has been corrected.
* "git clone" did not like to see the "--bare" and the "--origin"
options used together without a good reason.
* "git fsck" failed to release contents of tree objects already
used from the memory
* "git rebase -i" can mistakenly attempt to apply a fixup to
commit itself, which has been corrected.
* Fix segfault with "git merge-tree" on read-only repositories
* Fix a logic in "mailinfo -b" that miscomputed the length of a
substring, which lead to an out-of-bounds access.
* The codepath to sign learned to report errors when it fails to
read from "ssh-keygen".
* "GIT_EDITOR=: git branch --edit-description" resulted in failure
* "git multi-pack-index repack/expire" used to repack unreachable
cruft into a new pack, which have been corrected.
* The code to clean temporary object directories (used for
quarantine) tried to remove them inside its signal handler
* "git branch --edit-description" on an unborh branch misleadingly
said that no such branch exists
* `git rebase --update-refs` would delete references when all
`update-ref` commands in the sequencer were removed
==== gnome-bluetooth ====
Version update (42.4 -> 42.5)
Subpackages: gnome-bluetooth-lang libgnome-bluetooth-3_0-13 libgnome-bluetooth-ui-3_0-13 typelib-1_0-GnomeBluetooth-3_0
- Update to version 42.5:
+ This version fixes the pairing dialogue misbehaving for some
Bluetooth Classic keyboards, with the passkey disappearing
after the first digit is typed.
- Add missing ldconfig_scriptlets macro for
libgnome-bluetooth-ui-3_0-13.
==== kdump ====
Version update (1.0.2+git26.gc6fab38 -> 1.0.2+git27.gb9718ae)
- maintain the spec file in git
==== pipewire ====
Version update (0.3.61 -> 0.3.62)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Refresh reduce-meson-dependency.patch
- Update to version 0.3.62:
* Highlights
- A regression in screensharing was fixed. It was caused by a race when
activating links and driver nodes.
- Video transform metadata was added so that cameras and screen sharing
can report the video orientation and transformations.
- Support for the PulseAudio module-gsettings was added to make paprefs
work.
- Support for bluetooth offloading was added. This allows for the bluetooth
reception, decoding and playback to happen completely in hardware.
This also requires some support in WirePlumber.
- Many bugfixes and improvements.
* PipeWire
- More work on stopping nodes in a more controlled way.
- Fix a race in starting nodes and drivers. In some cases the driver
node would already be started while the link to the peer node was not
ready yet. This caused regressions in screen sharing. The driver is
now only started after all the followers and links completed.
- Fix a case where a slow capture stream would not recycle buffers
anymore and stall. (glfo#pipewire/pipewire#2874)
- Fix a subtle bug in pw_loop_invoke that could cause callbacks to be
delayed and cause crashes in some cases.
- Fix a case where IPC was done from the data-thread and could cause
crashes.
* Tools
- Silence some expected errors in the pw-top output.
* modules
- The filter-chain has seen some optimizations in the copy plugin and
the convolver.
- The zeroconf plugin will now only unpublish services from the server
that was removed.
- Fix a potential crash when stopping pw-loopback.
- Some harmless errors were turned into info messages.
- Fix some cases where pw_stream methods were called from the data-thread
that could cause segfaults. (glfo#pipewire/pipewire#2633)
* SPA
- There is now a video transform metadata that indicates how a video
frame was transformed (rotated/flipped). libcamera and the GStreamer
elements now have support for this metadata.
- The SPA volume plugin is now disabled from the default build.
- Handle missing control info in libcamera.
- Handle errors from loop better, don't call the callbacks on errors.
- Somewhat improve performance in some audioconvert AVX2 code for format
conversion.
- Fix PortConfig and EnumPortConfig params in audioconvert and
audioadapter to reflect what is actually going on instead of using
hardcoded values.
- Pass ignore-dB property correctly in all cases.
- Probing is now done in 48KHz again. (glfo#pipewire/pipewire#2857)
* Pulse-server
- IPv4 addresses are now added first to the list and exposed first with
zeroconf discover.
- module-gsettings was added to make paprefs work.
- The pulse.idle.timeout option was disabled by default and only enabled
for selected apps (speech-dispatcher) because it caused some problems
for other apps. (glfo#pipewire/pipewire#2880)
* JACK
- Only process valid ports. Could fix some crashes. (glfo#pipewire/pipewire#2863)
* Bluetooth
- Support was added for offloading bluetooth handling. Some hardware can
receive, decode and play the bluetooth audio directly in hardware.
- Drop dependency on SDL2; this leads to a build cycle with SDL2
itself, and is only needed for pipewire example code anyway.
==== psmisc ====
Version update (23.4 -> 23.6)
Subpackages: psmisc-lang
- Update to 23.6:
* buildsys: Fix DEJAGNU work-around Debian #1015089
* killall: Use kill if pidfd_send_signal fails Debian #1015228
* fuser: Do not mention nonexistent - reset option #42
* fuser: Use modern statn where possible
* pstree: Better AppArmor support !30
* killall: Check truncated names !28
* killall: Use openat and pidfd_send_signal #37
* killall: Don't check paths of sockets #35
* pstree: Check for process with show_parents #38
* pstree: Don't disable compaction with show pgids #34
* pstree: Fix storage leak !29
- Enable new apparmor support
- Remove patch now upstream
0002-Use-new-statx-2-system-call-to-avoid-hangs-on-NFS.patch
- Port patch psmisc-22.21-pstree.patch
- Port patch psmisc-v23.4.dif which now becomes psmisc-v23.6.dif
- Merge patch socket-fix.patch with ported patch
0001-Use-mountinfo-to-be-able-to-use-the-mount-identity.patch
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Updated fix_networkmanager.patch to fixe labeling of nm-dispatcher and
nm-priv-helper until the packaging is adjusted (bsc#1206355)
- Update fix_chronyd.patch to allow sendto towards
NetworkManager_dispatcher_custom_t. Added new interface
networkmanager_dispatcher_custom_dgram_send for this (bsc#1206357)
- Update fix_dbus.patch to allow dbus to watch lib directories (bsc#1205895)
- Updated fix_networkmanager.patch to allow NetworkManager to watch
net_conf_t (bsc#1206109)
==== snapper ====
Subpackages: libsnapper6 snapper-zypp-plugin
- fix build with upcoming selinux
==== strace ====
Version update (6.0 -> 6.1)
- Update to strace 6.1
* Enhanced decoding of terminal ioctl commands.
* Updated decoding of statx syscall.
* Updated lists of ABS_*, BPF_*, BTRFS_*, COUNTER_*, ETH_P_*, IFLA_*,
KVM_*, MADV_*, NLMSGERR_*, PERF_*, STATX_*, and TLS_* constants.
* Updated lists of ioctl commands from Linux 6.1.
==== susepaste ====
Subpackages: susepaste-screenshot
- Add 0003-susepaste-use-paste-opensuse.org.patch: Replace
susepaste.org submission address with paste.opensuse.org
==== wireplumber ====
Version update (0.4.12 -> 0.4.13)
Subpackages: libwireplumber-0_4-0 wireplumber-audio wireplumber-lang
- Update to version 0.4.13:
* Additions
- Add bluetooth SCO (HSP/HFP) hardware offload support,
together with an example script that enables this
functionality on the PinePhone.
- Encoded audio (mp3, aac, etc...) can now be passed through,
if this mode is supported by both the application and the
device.
- The v4l2 monitor now also respects the ``node.disabled`` and
``device.disabled`` properties inside rules.
- Add "Firefox Developer Edition" to the list of applications
that are allowed to trigger a bluetooth profile auto-switch.
- Add support in the portal access script to allow newly
plugged cameras to be immediately visible to the portal
applications.
* Fixes
- Work around an issue that would prevent streams from properly
linking when using effects software like EasyEffects and
JamesDSP.
- Fix destroying pavucontrol-qt monitor streams after the node
that was being monitored is destroyed.
- Fix a crash in the alsa.lua monitor that could happen when a
disabled device was removed and re-added.
- Fix a rare crash in the metadata object.
- Fix a bug where a restored node target would override the
node target set by the application on the node's properties.
* Packaging
- Add build options to compile wireplumber's library, daemon
and tools independently.
- Add a build option to disable unit tests that require the
dbus daemon.
- Stop using fakesink/fakesrc in the unit tests to be able to
run them on default pipewire installations. Compiling the spa
``test`` plugin is no longer necessary.
- Add pkg-config and header information in the gir file.
- Rebase reduce-meson-required-version.patch
- Drop patches already upstream:
* 0001-alsa.lua-remove-the-disabled-entities-from-the-names-table.patch
* 0001-policy-node-wait-for-unactivated-links-instead-of-removing.patch
==== xdg-desktop-portal ====
Version update (1.15.0 -> 1.16.0)
Subpackages: xdg-desktop-portal-lang
- Update to version 1.16.0:
+ Introduce a new background monitoring service. This allows
desktop environments to list applications that are running in
background, that is, sandboxed applications running without a
visible window. Desktop environments can display these
background running applications in their interfaces, and allow
users to control their execution.
+ Introduce the Global Shortcuts portal. This portal allows
applications to register and receive keyboard shortcuts even
when they're not focused. This was a highly requested feature,
especially on Wayland desktops. There are improvements to come,
but portal backends can now implement this new portal.
+ Various CI improvements.
+ Updated translations.
==== xscreensaver ====
Subpackages: xscreensaver-data xscreensaver-lang
- fix removal of nagging message boo#1206345
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:
cups
dhcp
gnome-shell (43.1 -> 43.2)
lcms2
libXdamage (1.1.5 -> 1.1.6)
libXres (1.2.1 -> 1.2.2)
mutter (43.1 -> 43.2)
pcre2 (10.40 -> 10.42)
perl-IO-Socket-SSL (2.077 -> 2.078)
python-python-memcached
sysconfig
wicked
=== Details ===
==== cups ====
Subpackages: cups-client cups-config libcups2 libcupsimage2
- Use %_pam_vendordir
- Remove invalid %config directive on %_distconfdir/pam.d/cups
- Migration PAM settings to /usr/etc: Fixed posttrans.
Should only be used for TW.
==== dhcp ====
Subpackages: dhcp-client
- Add /etc/sysconfig/network hierachy to server file list
==== gnome-shell ====
Version update (43.1 -> 43.2)
Subpackages: gnome-extensions gnome-shell-calendar
- Update to version 43.2:
+ Fix screencast UI being erroneously disabled.
+ Properly apply saved shortcuts inhibition permissions.
+ Fix IM candidate popup getting closed when switching pages.
+ Fix unresponsive screen area when quick settings are opened.
+ Ensure completions are disabled when hiding on-screen keyboard.
+ Fix missing name in wired network quick settings button.
+ Don't let wayland popovers block overview.
+ Fix repeated entries in volume device menu.
+ Fix input source switching with focus on password entry.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== lcms2 ====
- switch to pkgconfig(zlib) for alternative providers support
==== libXdamage ====
Version update (1.1.5 -> 1.1.6)
- Update to version 1.1.6
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Variable scope reduction as recommended by cppcheck
* Mark two dpy parameters const as suggested by cppcheck
* XDamageCloseDisplay: Mark codes as unused
* Remove unnecessary casts from malloc() and free() calls
* Handle -Wconversion warnings from clang
* Handle -Wshorten-64-to-32 warnings from clang
==== libXres ====
Version update (1.2.1 -> 1.2.2)
- Update to version 1.2.2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Reformat code to X.Org standard style
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Variable scope reductions
* Resolve -Wsign-compare warnings from gcc
* Handle implicit conversion warnings from clang
* Use calloc instead of malloc to allocate arrays
==== mutter ====
Version update (43.1 -> 43.2)
- Update to version 43.2:
+ Fix edge resistance and window snapping regression.
+ Handle stage view updates without allocation more gracefully.
+ Fix window screenshots being cut off at the bottom right.
+ Implement wl_output v3 and v4.
+ Fix recalculating viewport after window resize.
+ Set LOD bias for sharper mipmaps.
+ Don't disable KMS modifiers on newer i915 systems.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop clutter-actor-Show-on-all-stage-views-when-actors-ha.patch:
Fixed upstream.
==== pcre2 ====
Version update (10.40 -> 10.42)
Subpackages: libpcre2-16-0 libpcre2-32-0 libpcre2-8-0
- pcre2 10.42:
* Fix 10.41 regression that added the default definition of
PCRE2_CALL_CONVENTION to pcre2posix.c instead of pcre2posix.h,
which meant that programs including pcre2posix.h but not pcre2.h
couldn't compile
* Fix an intermittent JIT fault and minor issues
- pcre2 10.41:
* pcre2grep behaves more like GNU grep for multiple patterns that
match more than once on a line
==== perl-IO-Socket-SSL ====
Version update (2.077 -> 2.078)
- updated to 2.078
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.078 2022/12/11
- revert decision from 2014 to not verify hostname by default if hostname is
IP address but no explicit verification scheme given
https://github.com/noxxi/p5-io-socket-ssl/issues/121
==== python-python-memcached ====
- Fix incorrect version number in `__version__`
(gh#linsomniac/python-memcached#185).
- Fix build: memcached moved their binaries to /usr/bin.
- Clean up SPEC file.
==== sysconfig ====
Subpackages: sysconfig-netconfig
- spec: Add network/scripts directory to filelist, no longer
in the default filelist in a cleaned up filesystem package
(https://github.com/openSUSE/sysconfig/pull/47)
==== wicked ====
Subpackages: wicked-service
- spec: Add /etc/sysconfig/network to file list, no longer
in the default list of a cleaned up filesystem package
(https://github.com/openSUSE/wicked/pull/939)
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:
cups
dhcp
gnome-shell (43.1 -> 43.2)
lcms2
libXdamage (1.1.5 -> 1.1.6)
libXres (1.2.1 -> 1.2.2)
mutter (43.1 -> 43.2)
pcre2 (10.40 -> 10.42)
perl-IO-Socket-SSL (2.077 -> 2.078)
python-python-memcached
sysconfig
wicked
=== Details ===
==== cups ====
Subpackages: cups-client cups-config libcups2 libcupsimage2
- Use %_pam_vendordir
- Remove invalid %config directive on %_distconfdir/pam.d/cups
- Migration PAM settings to /usr/etc: Fixed posttrans.
Should only be used for TW.
==== dhcp ====
Subpackages: dhcp-client
- Add /etc/sysconfig/network hierachy to server file list
==== gnome-shell ====
Version update (43.1 -> 43.2)
Subpackages: gnome-extensions gnome-shell-calendar gnome-shell-lang
- Update to version 43.2:
+ Fix screencast UI being erroneously disabled.
+ Properly apply saved shortcuts inhibition permissions.
+ Fix IM candidate popup getting closed when switching pages.
+ Fix unresponsive screen area when quick settings are opened.
+ Ensure completions are disabled when hiding on-screen keyboard.
+ Fix missing name in wired network quick settings button.
+ Don't let wayland popovers block overview.
+ Fix repeated entries in volume device menu.
+ Fix input source switching with focus on password entry.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== lcms2 ====
- switch to pkgconfig(zlib) for alternative providers support
==== libXdamage ====
Version update (1.1.5 -> 1.1.6)
- Update to version 1.1.6
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Variable scope reduction as recommended by cppcheck
* Mark two dpy parameters const as suggested by cppcheck
* XDamageCloseDisplay: Mark codes as unused
* Remove unnecessary casts from malloc() and free() calls
* Handle -Wconversion warnings from clang
* Handle -Wshorten-64-to-32 warnings from clang
==== libXres ====
Version update (1.2.1 -> 1.2.2)
- Update to version 1.2.2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Reformat code to X.Org standard style
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Variable scope reductions
* Resolve -Wsign-compare warnings from gcc
* Handle implicit conversion warnings from clang
* Use calloc instead of malloc to allocate arrays
==== mutter ====
Version update (43.1 -> 43.2)
Subpackages: mutter-lang
- Update to version 43.2:
+ Fix edge resistance and window snapping regression.
+ Handle stage view updates without allocation more gracefully.
+ Fix window screenshots being cut off at the bottom right.
+ Implement wl_output v3 and v4.
+ Fix recalculating viewport after window resize.
+ Set LOD bias for sharper mipmaps.
+ Don't disable KMS modifiers on newer i915 systems.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop clutter-actor-Show-on-all-stage-views-when-actors-ha.patch:
Fixed upstream.
==== pcre2 ====
Version update (10.40 -> 10.42)
Subpackages: libpcre2-16-0 libpcre2-32-0 libpcre2-8-0
- pcre2 10.42:
* Fix 10.41 regression that added the default definition of
PCRE2_CALL_CONVENTION to pcre2posix.c instead of pcre2posix.h,
which meant that programs including pcre2posix.h but not pcre2.h
couldn't compile
* Fix an intermittent JIT fault and minor issues
- pcre2 10.41:
* pcre2grep behaves more like GNU grep for multiple patterns that
match more than once on a line
==== perl-IO-Socket-SSL ====
Version update (2.077 -> 2.078)
- updated to 2.078
see /usr/share/doc/packages/perl-IO-Socket-SSL/Changes
2.078 2022/12/11
- revert decision from 2014 to not verify hostname by default if hostname is
IP address but no explicit verification scheme given
https://github.com/noxxi/p5-io-socket-ssl/issues/121
==== python-python-memcached ====
- Fix incorrect version number in `__version__`
(gh#linsomniac/python-memcached#185).
- Fix build: memcached moved their binaries to /usr/bin.
- Clean up SPEC file.
==== sysconfig ====
Subpackages: sysconfig-netconfig
- spec: Add network/scripts directory to filelist, no longer
in the default filelist in a cleaned up filesystem package
(https://github.com/openSUSE/sysconfig/pull/47)
==== wicked ====
Subpackages: wicked-service
- spec: Add /etc/sysconfig/network to file list, no longer
in the default list of a cleaned up filesystem package
(https://github.com/openSUSE/wicked/pull/939)
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:
argyllcms
attica-qt5 (5.100.0 -> 5.101.0)
baloo5 (5.100.0 -> 5.101.0)
bluez-qt (5.100.0 -> 5.101.0)
breeze5-icons (5.100.0 -> 5.101.0)
expat
ffmpeg-5
frameworkintegration (5.100.0 -> 5.101.0)
kactivities-stats (5.100.0 -> 5.101.0)
kactivities5 (5.100.0 -> 5.101.0)
karchive (5.100.0 -> 5.101.0)
kauth (5.100.0 -> 5.101.0)
kbookmarks (5.100.0 -> 5.101.0)
kcmutils (5.100.0 -> 5.101.0)
kcodecs (5.100.0 -> 5.101.0)
kcompletion (5.100.0 -> 5.101.0)
kconfig (5.100.0 -> 5.101.0)
kconfigwidgets (5.100.0 -> 5.101.0)
kcoreaddons (5.100.0 -> 5.101.0)
kcrash (5.100.0 -> 5.101.0)
kdbusaddons (5.100.0 -> 5.101.0)
kdeclarative (5.100.0 -> 5.101.0)
kded (5.100.0 -> 5.101.0)
kdelibs4support (5.100.0 -> 5.101.0)
kdesu (5.100.0 -> 5.101.0)
kdnssd-framework (5.100.0 -> 5.101.0)
kdoctools (5.100.0 -> 5.101.0)
kfilemetadata5 (5.100.0 -> 5.101.0)
kglobalaccel (5.100.0 -> 5.101.0)
kguiaddons (5.100.0 -> 5.101.0)
kholidays (5.100.0 -> 5.101.0)
khtml (5.100.0 -> 5.101.0)
ki18n (5.100.0 -> 5.101.0)
kiconthemes (5.100.0 -> 5.101.0)
kidletime (5.100.0 -> 5.101.0)
kimageformats (5.100.0 -> 5.101.0)
kinit (5.100.0 -> 5.101.0)
kio (5.100.0 -> 5.101.0)
kirigami2 (5.100.0 -> 5.101.0)
kitemmodels (5.100.0 -> 5.101.0)
kitemviews (5.100.0 -> 5.101.0)
kjobwidgets (5.100.0 -> 5.101.0)
kjs (5.100.0 -> 5.101.0)
knewstuff (5.100.0 -> 5.101.0)
knotifications (5.100.0 -> 5.101.0)
knotifyconfig (5.100.0 -> 5.101.0)
kpackage (5.100.0 -> 5.101.0)
kparts (5.100.0 -> 5.101.0)
kpeople5 (5.100.0 -> 5.101.0)
kpty (5.100.0 -> 5.101.0)
kquickcharts (5.100.0 -> 5.101.0)
krunner (5.100.0 -> 5.101.0)
kservice (5.100.0 -> 5.101.0)
ktexteditor (5.100.0 -> 5.101.0)
ktextwidgets (5.100.0 -> 5.101.0)
kunitconversion (5.100.0 -> 5.101.0)
kwallet (5.100.0 -> 5.101.0)
kwayland (5.100.0 -> 5.101.0)
kwidgetsaddons (5.100.0 -> 5.101.0)
kwindowsystem (5.100.0 -> 5.101.0)
kxmlgui (5.100.0 -> 5.101.0)
libKF5ModemManagerQt (5.100.0 -> 5.101.0)
libKF5NetworkManagerQt (5.100.0 -> 5.101.0)
plasma-framework (5.100.1 -> 5.101.0)
poppler
poppler-qt5
prison-qt5 (5.100.0 -> 5.101.0)
purpose (5.100.0 -> 5.101.0)
python-rpm (4.17.1.1 -> 4.18.0)
python310 (3.10.8 -> 3.10.9)
python310-core (3.10.8 -> 3.10.9)
qqc2-desktop-style (5.100.0 -> 5.101.0)
rpm (4.17.1.1 -> 4.18.0)
shaderc (2022.3 -> 2022.4)
slang (2.3.2 -> 2.3.3)
solid (5.100.0 -> 5.101.0)
sonnet (5.100.0 -> 5.101.0)
sssd (2.7.4 -> 2.8.2)
syndication (5.100.0 -> 5.101.0)
syntax-highlighting (5.100.0 -> 5.101.0)
threadweaver (5.100.0 -> 5.101.0)
zlib-ng-compat
=== Details ===
==== argyllcms ====
- Do not set everything inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
==== attica-qt5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Attica5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== baloo5 ====
Version update (5.100.0 -> 5.101.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.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Change KIO worker logging categories to kf.kio.workers.*
==== bluez-qt ====
Version update (5.100.0 -> 5.101.0)
Subpackages: bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Expose battery of a DeclarativeDevice via property
* .kde-ci.yml: enable static CI builds
* Fix QML plugin when building project statically (kde#459340)
==== breeze5-icons ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Add kdesrc-build icons
* scalabletest "QString("" -> "QStringLiteral(""
* Add SimpleScreenRecorder icon (kde#412490)
* application-x-executable: make symbolic icon follow color scheme
* Add touchscreen icons to devices and preferences (kde#461562)
==== expat ====
Subpackages: libexpat1
- add upstream signing key and validate source signature
==== ffmpeg-5 ====
Subpackages: libavcodec59 libavfilter8 libavformat59 libavutil57 libpostproc56 libswresample4 libswscale6
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
streams and is used by OBS Studio
- Drop BuildRequire on SDL2 to break a dependency loop; with this,
/usr/bin/ffplay is no longer built.
==== frameworkintegration ====
Version update (5.100.0 -> 5.101.0)
Subpackages: frameworkintegration-plugin libKF5Style5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kactivities-stats ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kactivities5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kactivities5-imports libKF5Activities5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port away from deprecated KWindowSystem API
==== karchive ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kauth ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Auth5 libKF5Auth5-lang libKF5AuthCore5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kbookmarks ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kcmutils ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kcmutils-imports libKF5KCMUtils5 libKF5KCMUtilsCore5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kcodecs ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix KCharset::codecForName deprecation version
* deprecate QTextCodec public api
==== kcompletion ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kconfig ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kconf_update5 libKF5ConfigCore5 libKF5ConfigGui5 libKF5ConfigQml5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Apply existing QScreen::name() workaround for Windows to new code (kde#429943)
* Fix parser treating empty IntList default as a list of single zero element: [0]
* Add test for empty default IntList config entry
==== kconfigwidgets ====
Version update (5.100.0 -> 5.101.0)
- Add patch to add missing kf5_entry.desktop files (kde#413123):
* 0001-Copy-kf5_entry.desktop-to-their-respective-locale.patch
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KHamburgerMenu: Reset when menu bar contents change
* [KRecentFilesAction] Fix broken recent files list (kde#461448)
==== kcoreaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5CoreAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* [KJobTrackerInterface] qRegisterMetatype KJob::Unit
* Remove unused variable
* Perform initialization in initialization list
==== kcrash ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdbusaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdbusaddons-tools libKF5DBusAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdeclarative ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdeclarative-components libKF5CalendarEvents5 libKF5Declarative5 libKF5QuickAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Deprecate unused parts of KWindowSystem import
* tests: add test for multiple KeySequenceItems
* Fixed KF 5.100 compilation
* SimpleKCM: Account for flickable's margins when deciding to show separators
* SimpleKCM: Clean up a bit
* Fix build
* Deprecate QIconItem
* Use const/let for JS variables as appropriate
* Sync header and footer separator code to SimpleKCM (kde#461435)
* AbstractKCM: remove KF6 TODO
==== kded ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Watch for icons directory changes from KDED (kde#455702)
==== kdelibs4support ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5KDELibs4Support5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix dependency name
==== kdesu ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Include sys/prctl.h only on Linux
==== kdnssd-framework ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdoctools ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5DocTools5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kfilemetadata5 ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* FFmpegExtrator: Try stream metadata if no global metadata is available
* office2007extractor: Extract text document line count
* office2007extractor: Update docx to include more properties
* Add FictionBook2 extractor
==== kglobalaccel ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccelPrivate5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix key events for modifiers
* Fix dialog's text
* Fix test
* Set correct version for kglobalacceld
==== kguiaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5GuiAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KeySequenceRecorder: Stop tracking recordings when we stop recording (kde#462100)
* Make KColorUtils::mix account for alpha properly
* Don't build/install the geo: URI handler on Android
==== kholidays ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== khtml ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== ki18n ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* kcountrysubdivisiontest fix "Missing reference in range-for"
* Fix KLocalizedStringTest when run on non English locales
* Set the LANG to an actual valid locale
==== kiconthemes ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kidletime ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port KIdleTime to ext_idle_notifier_v1
==== kimageformats ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix missing DCI-P3 color space set
* minor tweaks in HEIF and AVIF plugins
* raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
* PSD multichannel testcases
* Support to MCH with 4+ channels (treat as CMYK)
* avif: Check if encoder/decoder is available in capabilities()
* Fix condition for installing desktop files
==== kinit ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kio ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kio-core
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes since 5.100.0, only listing bugfixes:
* Ignore finished() from the timeoutSpecialCommand (kde#459980)
==== kirigami2 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Kirigami2-5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes to list here.
==== kitemmodels ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kitemmodels-imports libKF5ItemModels5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Also remove the custom target in BUILD_TESTING
* Make use of ecm_add_qml_module()
* Allow Windows/Qt6 and FreeBSD/Qt6 to fail too
* Allow Qt6 tests to fail
==== kitemviews ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kjobwidgets ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kjs ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix build on Net- and OpenBSD
==== knewstuff ====
Version update (5.100.0 -> 5.101.0)
Subpackages: knewstuff-imports libKF5NewStuff5 libKF5NewStuffCore5 libKF5NewStuffWidgets5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix static compilation of KF5NewStuffWidgets module (kde#459125)
* Perform initialization in initialization list
==== knotifications ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KNotification: Add hints property
* Fix typo
==== knotifyconfig ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpackage ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kparts ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpeople5 ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpty ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kquickcharts ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix some minor reuse licensing issues
* .gitlab-ci.yml: enable static builds
* Add CLASSNAME in ecm_add_qml_module method call
* Fix test for static builds
* Remove unneeded qmldir file
==== krunner ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* QueryMatch: Avoid unneeded QVariant conversion to string when setting data
* cppcheck: Do not shadow outer functions with local variables
* cppcheck: Make constructors explicit
* Fix crash when deleting RunnerManager while jobs are running (kde#448825)
==== kservice ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KApplicationTrader: New method setPreferredService
* Perform initialization in initialization list
==== ktexteditor ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Convert part metadata to JSON
* Kate:TextLine: switch to std::shared_ptr
* Fix setting default mark when ctrl is pressed
* Fix caret with inline notes
* Add "Character" the "Insert Tab" action name.
* Fix condition for installing desktop file
==== ktextwidgets ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix double delete crash.
==== kunitconversion ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kwallet ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kwallet-tools kwalletd5 libKF5Wallet5 libkwalletbackend5-5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port away from deprecated KWindowSystem API
==== kwayland ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* client: Add F_SEAL_SHRINK seal to shm pool backing file
* client: Expose concrete xdg-shell class implementations
==== kwidgetsaddons ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Extend KRecentFilesMenu
==== kwindowsystem ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Use QGuiApplication to read devicePixelRatio
* Deprecate KWindowSystem::demandAttention
* Deprecate KWindowSystem::setIcons
* Move X11-specific KWindowSystem functions to new KX11Extras class
* xcb/kwindoweffects: Fix stripes when dpr is not an integer.
* Deprecate KWindowSystem::setUserTime
* Deprecate KWindowSystem::setBlockingCompositing
* Deprecate KWindowSystem::icccmCompliantMappingState
* Deprecate KWindowSystem::lowerWindow
* Deprecate KWindowSystem::constrainViewportRelativePosition
* Port to PMF signal/slot syntax
==== kxmlgui ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Better/corrected wording as suggested by Felix Ernst
* Added a doc note how to get a menu's action
* Perform initialization in initialization list
==== libKF5ModemManagerQt ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== libKF5NetworkManagerQt ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== plasma-framework ====
Version update (5.100.1 -> 5.101.0)
Subpackages: libKF5Plasma5 plasma-framework-components
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes since 5.100.1, only listing bugfixes:
* Rework Plasma theme mask corners and outlines (kde#417511)
* svgitem: do not upscale svg when using fractional scaling (kde#461682)
==== poppler ====
Subpackages: libpoppler-cpp0 libpoppler-glib8 libpoppler126 poppler-tools
- Configure $CXX to the correct compiler version on codestreams
that have gcc12, such as SLE-15-SP5. [bsc#1206019]
==== poppler-qt5 ====
- Configure $CXX to the correct compiler version on codestreams
that have gcc12, such as SLE-15-SP5. [bsc#1206019]
==== prison-qt5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Prison5 prison-qt5-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix copy/pasted license header, this needs to be MIT
==== purpose ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Purpose5 libKF5PurposeWidgets5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Don't delete config when job finishes
==== python-rpm ====
Version update (4.17.1.1 -> 4.18.0)
- update to rpm-4.18.0
==== python310 ====
Version update (3.10.8 -> 3.10.9)
Subpackages: python310-curses python310-dbm
- Update to 3.10.9:
- python -m http.server no longer allows terminal
control characters sent within a garbage request to be
printed to the stderr server lo This is done by changing
the http.server BaseHTTPRequestHandler .log_message method
to replace control characters with a \xHH hex escape before
printin
- Avoid publishing list of active per-interpreter
audit hooks via the gc module
- The IDNA codec decoder used on DNS hostnames by
socket or asyncio related name resolution functions no
longer involves a quadratic algorithm. This prevents a
potential CPU denial of service if an out-of-spec excessive
length hostname involving bidirectional characters were
decoded. Some protocols such as urllib http 3xx redirects
potentially allow for an attacker to supply such a name.
- Update bundled libexpat to 2.5.0
- Port XKCPâs fix for the buffer overflows in SHA-3
(CVE-2022-37454).
- On Linux the multiprocessing module returns
to using filesystem backed unix domain sockets for
communication with the forkserver process instead of the
Linux abstract socket namespace. Only code that chooses
to use the âforkserverâ start method is affected Abstract
sockets have no permissions and could allow any user
on the system in the same network namespace (often the
whole system) to inject code into the multiprocessing
forkserver process. This was a potential privilege
escalation. Filesystem based socket permissions restrict
this to the forkserver process user as was the default in
Python 3.8 and earlier This prevents Linux CVE-2022-42919
- Fix a reference bug in _imp.create_builtin()
after the creation of the first sub-interpreter for modules
builtins and sys. Patch by Victor Stinner.
- Fixed a bug that was causing a buffer overflow if
the tokenizer copies a line missing the newline caracter
from a file that is as long as the available tokenizer
buffer. Patch by Pablo galindo
- Update faulthandler to emit an error message with
the proper unexpected signal number. Patch by Dong-hee Na.
- Fix subscription of types.GenericAlias instances
containing bare generic types: for example tuple[A, T][int],
where A is a generic type, and T is a type variable.
- Fix detection of MAC addresses for uuid on certain
OSs. Patch by Chaim Sanders
- Print exception class name instead of its string
representation when raising errors from ctypes calls.
- Allow pdb to locate source for frozen modules in
the standard library.
- Raise ValueError instead of SystemError when
methods of uninitialized io.IncrementalNewlineDecoder objects
are called. Patch by Oren Milman.
- Fix a possible assertion failure in io.FileIO when
the opener returns an invalid file descriptor.
- Also escape s in the http.server
BaseHTTPRequestHandler.log_message so that it is technically
possible to parse the line and reconstruct what the original
data was. Without this a xHH is ambiguious as to if it is a
hex replacement we put in or the characters râxâ came through
in the original request line.
- asyncio.get_event_loop() now only emits a
deprecation warning when a new event loop was created
implicitly. It no longer emits a deprecation warning if the
current event loop was set.
- Fix bug when calling trace.CoverageResults with
valid infile.
- Fix a bug in handling class cleanups in
unittest.TestCase. Now addClassCleanup() uses separate lists
for different TestCase subclasses, and doClassCleanups() only
cleans up the particular class.
- Release the GIL when calling termios APIs to avoid
blocking threads.
- Fix ast.increment_lineno() to also cover
ast.TypeIgnore when changing line numbers.
- Fixed bug where inspect.signature() reported
incorrect arguments for decorated methods.
- Fix SystemError in ctypes when exception was not
set during __initsubclass__.
- Fix statistics.NormalDist pickle with 0 and 1
protocols.
- Update the bundled copy of pip to version 22.3.1.
- Apply bugfixes from importlib_metadata 4.11.4,
namely: In PathDistribution._name_from_stem, avoid
including parts of the extension in the result. In
PathDistribution._normalized_name, ensure names loaded from
the stem of the filename are also normalized, ensuring
duplicate entry points by packages varying only by
non-normalized name are hidden.
- Clean up refleak on failed module initialisation in
_zoneinfo
- Clean up refleaks on failed module initialisation
in in _pickle
- Clean up refleak on failed module initialisation in
_io.
- Fix memory leak in math.dist() when both points
donât have the same dimension. Patch by Kumar Aditya.
- Fix argument typechecks in _overlapped.WSAConnect()
and _overlapped.Overlapped.WSASendTo() functions.
- Fix internal error in the re module which in
... changelog too long, skipping 70 lines ...
- CVE-2022-45061-DoS-by-IDNA-decode.patch
==== python310-core ====
Version update (3.10.8 -> 3.10.9)
Subpackages: libpython3_10-1_0 python310-base
- Update to 3.10.9:
- python -m http.server no longer allows terminal
control characters sent within a garbage request to be
printed to the stderr server lo This is done by changing
the http.server BaseHTTPRequestHandler .log_message method
to replace control characters with a \xHH hex escape before
printin
- Avoid publishing list of active per-interpreter
audit hooks via the gc module
- The IDNA codec decoder used on DNS hostnames by
socket or asyncio related name resolution functions no
longer involves a quadratic algorithm. This prevents a
potential CPU denial of service if an out-of-spec excessive
length hostname involving bidirectional characters were
decoded. Some protocols such as urllib http 3xx redirects
potentially allow for an attacker to supply such a name.
- Update bundled libexpat to 2.5.0
- Port XKCPâs fix for the buffer overflows in SHA-3
(CVE-2022-37454).
- On Linux the multiprocessing module returns
to using filesystem backed unix domain sockets for
communication with the forkserver process instead of the
Linux abstract socket namespace. Only code that chooses
to use the âforkserverâ start method is affected Abstract
sockets have no permissions and could allow any user
on the system in the same network namespace (often the
whole system) to inject code into the multiprocessing
forkserver process. This was a potential privilege
escalation. Filesystem based socket permissions restrict
this to the forkserver process user as was the default in
Python 3.8 and earlier This prevents Linux CVE-2022-42919
- Fix a reference bug in _imp.create_builtin()
after the creation of the first sub-interpreter for modules
builtins and sys. Patch by Victor Stinner.
- Fixed a bug that was causing a buffer overflow if
the tokenizer copies a line missing the newline caracter
from a file that is as long as the available tokenizer
buffer. Patch by Pablo galindo
- Update faulthandler to emit an error message with
the proper unexpected signal number. Patch by Dong-hee Na.
- Fix subscription of types.GenericAlias instances
containing bare generic types: for example tuple[A, T][int],
where A is a generic type, and T is a type variable.
- Fix detection of MAC addresses for uuid on certain
OSs. Patch by Chaim Sanders
- Print exception class name instead of its string
representation when raising errors from ctypes calls.
- Allow pdb to locate source for frozen modules in
the standard library.
- Raise ValueError instead of SystemError when
methods of uninitialized io.IncrementalNewlineDecoder objects
are called. Patch by Oren Milman.
- Fix a possible assertion failure in io.FileIO when
the opener returns an invalid file descriptor.
- Also escape s in the http.server
BaseHTTPRequestHandler.log_message so that it is technically
possible to parse the line and reconstruct what the original
data was. Without this a xHH is ambiguious as to if it is a
hex replacement we put in or the characters râxâ came through
in the original request line.
- asyncio.get_event_loop() now only emits a
deprecation warning when a new event loop was created
implicitly. It no longer emits a deprecation warning if the
current event loop was set.
- Fix bug when calling trace.CoverageResults with
valid infile.
- Fix a bug in handling class cleanups in
unittest.TestCase. Now addClassCleanup() uses separate lists
for different TestCase subclasses, and doClassCleanups() only
cleans up the particular class.
- Release the GIL when calling termios APIs to avoid
blocking threads.
- Fix ast.increment_lineno() to also cover
ast.TypeIgnore when changing line numbers.
- Fixed bug where inspect.signature() reported
incorrect arguments for decorated methods.
- Fix SystemError in ctypes when exception was not
set during __initsubclass__.
- Fix statistics.NormalDist pickle with 0 and 1
protocols.
- Update the bundled copy of pip to version 22.3.1.
- Apply bugfixes from importlib_metadata 4.11.4,
namely: In PathDistribution._name_from_stem, avoid
including parts of the extension in the result. In
PathDistribution._normalized_name, ensure names loaded from
the stem of the filename are also normalized, ensuring
duplicate entry points by packages varying only by
non-normalized name are hidden.
- Clean up refleak on failed module initialisation in
_zoneinfo
- Clean up refleaks on failed module initialisation
in in _pickle
- Clean up refleak on failed module initialisation in
_io.
- Fix memory leak in math.dist() when both points
donât have the same dimension. Patch by Kumar Aditya.
- Fix argument typechecks in _overlapped.WSAConnect()
and _overlapped.Overlapped.WSASendTo() functions.
- Fix internal error in the re module which in
... changelog too long, skipping 70 lines ...
- CVE-2022-45061-DoS-by-IDNA-decode.patch
==== qqc2-desktop-style ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* TextArea: allow touch scrolling even when tablet mode is off
* Redraw KQuickStyleItem when DPR changes
* Switch: Improve background contrast when in unchecked state
* styleitem: Don't destroy and recreate the style on every instance creation
* Fix blurry controls in QQuickWidget
* DislogButtonBox: Fix url value comparison with non-strict ==
* switch: Improve it
* ToolTip: Do not show tooltips without text
* BusyIndicator: Synchronize to implementation in PlasmaComponents3
==== rpm ====
Version update (4.17.1.1 -> 4.18.0)
Subpackages: librpmbuild9
- update to rpm-4.18.0
* documentation updates
* fix query arguments containing ^ not working
* add downgrade (--oldpackage) support to --freshe
* add --path query for support for stateless file information
* add --shell option for interactive macro shell to rpmspec
* add --justdb counterpart --nodb option and matching API flag
* fix intermediate symlinks not verified (CVE-2021-35939)
* fix unowned directories created unsafely (bsc#1157880)
(CVE-2021-35938)
* fix %posttrans argument on upgrade
* fix package build tree not getting removed on successful build
* add new %conf spec section for build configuration
* add %bcond macro as a nicer way of defining build conditionals
* add new rpmuncompress cli tool
* deprecate implicit "%patch number zero" syntax
- refreshed patches:
* brp-compress-no-img.patch
* brp.diff
* brpcompress.diff
* db_conversion.diff
* findsupplements.diff
* headeradddb.diff
* nextiteratorheaderblob.diff
* posttrans.diff
* rpmqpack.diff
* rpmrc.diff
* selinux_transactional_update.patch
- removed patches:
* dbrointerruptable.diff
* leave-malloc-check-set.diff
==== shaderc ====
Version update (2022.3 -> 2022.4)
- update to 2022.4:
* Add Cmake BUNDLE DESTINATION option for target install
==== slang ====
Version update (2.3.2 -> 2.3.3)
- slang 2.3.3:
* This version includes a number of backward-compatible enhancements to
the interpreter and its modules, as well as support for so-called
user-defined terminfo extensions. It is also binary compatible with
prior 2.x.y versions of the library.
* See changes.txt
- obsolete overflow.patch and rebase autoconf.patch
==== solid ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Solid5 solid-imports solid-tools
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* upower: Support UP_DEVICE_KIND_BLUETOOTH_GENERIC
* imobiledevice: Check error returned by idevice_new (kde#448329)
* UDisks2::DeviceBackend add udi in trace when failing to to get prop
* imobiledevice: Handle events in correct thread
* imobiledevice: Don't call udiPrefix() from constructor
==== sonnet ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetUi5 sonnet-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== sssd ====
Version update (2.7.4 -> 2.8.2)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Update to release 2.8.2
* New mapping template for serial number, subject key id, SID,
certificate hashes and DN components are added to
libsss_certmap.
- Update to release 2.8.1
* A regression when running sss_cache when no SSSD domain is
enabled would produce a syslog critical message was fixed.
- Update to release 2.8.0
* Introduced the dbus function
org.freedesktop.sssd.infopipe.Users.ListByAttr(attr, value,
limit) listing upto limit users matching the filter
attr=value.
* sssctl is now able to create, list and delete indexes on the
local caches. Indexes are useful for the new D-Bus
ListByAttr() function.
* sssctl is now able to read and set each component's debug
level independently.
* A number of new configuration options are available,
cf. https://sssd.io/release-notes/sssd-2.8.0.html .
==== syndication ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== syntax-highlighting ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5SyntaxHighlighting5 syntax-highlighting-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* TOML: add number prefix, inf, nan and more datetime format ; fix multi-strings closing (kde#462178)
* Python: add pyi extension (python interface)
* Javascript: remove previousDibling keyword (probably a typo for previousSibling)
* Add GPS Exchange Format (GPX) type
* CSS family: add properties, functions and fr unit ; remove FPWD and old proposed properties
* install a index.katesyntax when QRC_SYNTAX is OFF
* Make the Rust language mode use the cstyle indenter
* C23: missing wN length modifiers with d and i in printf_like
* CMake: remove duplicate <list> and <context>
* CMake: optimize by adding DetectIdentifier and DetectSpaces (~20% faster)
* CMake: replace some <WordDetect> with <keyword>
* CMake: more IncludeRules
* CMake: remove unused rule and moves the substitution end rule to first
* Add syntax definition for CSV and TSV
* JSON: small optimization on number regex
* Go: improved support for literal numbers, add unicode escape characters and new predefined type (kde#459291)
* dynamic RegExpr has its own type (~2.2% faster)
* XML: replace a dynamic StringDetect with DetectIdentifier contextually equivalent
* XML: character < in an ENTITY is highlighted as an error
* Fix generating index.katesyntax when QRC_SYNTAX is off
==== threadweaver ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== zlib-ng-compat ====
- make systemtap dependency optional - it is only used in the s390
case and entirely optional (just for profiling hooks)
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:
argyllcms
attica-qt5 (5.100.0 -> 5.101.0)
baloo5 (5.100.0 -> 5.101.0)
bluez-qt (5.100.0 -> 5.101.0)
breeze5-icons (5.100.0 -> 5.101.0)
expat
ffmpeg-5
frameworkintegration (5.100.0 -> 5.101.0)
kactivities-stats (5.100.0 -> 5.101.0)
kactivities5 (5.100.0 -> 5.101.0)
karchive (5.100.0 -> 5.101.0)
kauth (5.100.0 -> 5.101.0)
kbookmarks (5.100.0 -> 5.101.0)
kcmutils (5.100.0 -> 5.101.0)
kcodecs (5.100.0 -> 5.101.0)
kcompletion (5.100.0 -> 5.101.0)
kconfig (5.100.0 -> 5.101.0)
kconfigwidgets (5.100.0 -> 5.101.0)
kcoreaddons (5.100.0 -> 5.101.0)
kcrash (5.100.0 -> 5.101.0)
kdbusaddons (5.100.0 -> 5.101.0)
kdeclarative (5.100.0 -> 5.101.0)
kded (5.100.0 -> 5.101.0)
kdelibs4support (5.100.0 -> 5.101.0)
kdesu (5.100.0 -> 5.101.0)
kdnssd-framework (5.100.0 -> 5.101.0)
kdoctools (5.100.0 -> 5.101.0)
kfilemetadata5 (5.100.0 -> 5.101.0)
kglobalaccel (5.100.0 -> 5.101.0)
kguiaddons (5.100.0 -> 5.101.0)
kholidays (5.100.0 -> 5.101.0)
khtml (5.100.0 -> 5.101.0)
ki18n (5.100.0 -> 5.101.0)
kiconthemes (5.100.0 -> 5.101.0)
kidletime (5.100.0 -> 5.101.0)
kimageformats (5.100.0 -> 5.101.0)
kinit (5.100.0 -> 5.101.0)
kio (5.100.0 -> 5.101.0)
kirigami2 (5.100.0 -> 5.101.0)
kitemmodels (5.100.0 -> 5.101.0)
kitemviews (5.100.0 -> 5.101.0)
kjobwidgets (5.100.0 -> 5.101.0)
kjs (5.100.0 -> 5.101.0)
knewstuff (5.100.0 -> 5.101.0)
knotifications (5.100.0 -> 5.101.0)
knotifyconfig (5.100.0 -> 5.101.0)
kpackage (5.100.0 -> 5.101.0)
kparts (5.100.0 -> 5.101.0)
kpeople5 (5.100.0 -> 5.101.0)
kpty (5.100.0 -> 5.101.0)
kquickcharts (5.100.0 -> 5.101.0)
krunner (5.100.0 -> 5.101.0)
kservice (5.100.0 -> 5.101.0)
ktexteditor (5.100.0 -> 5.101.0)
ktextwidgets (5.100.0 -> 5.101.0)
kunitconversion (5.100.0 -> 5.101.0)
kwallet (5.100.0 -> 5.101.0)
kwayland (5.100.0 -> 5.101.0)
kwidgetsaddons (5.100.0 -> 5.101.0)
kwindowsystem (5.100.0 -> 5.101.0)
kxmlgui (5.100.0 -> 5.101.0)
libKF5ModemManagerQt (5.100.0 -> 5.101.0)
libKF5NetworkManagerQt (5.100.0 -> 5.101.0)
plasma-framework (5.100.1 -> 5.101.0)
poppler
poppler-qt5
prison-qt5 (5.100.0 -> 5.101.0)
purpose (5.100.0 -> 5.101.0)
python-rpm (4.17.1.1 -> 4.18.0)
python310 (3.10.8 -> 3.10.9)
python310-core (3.10.8 -> 3.10.9)
qqc2-desktop-style (5.100.0 -> 5.101.0)
rpm (4.17.1.1 -> 4.18.0)
shaderc (2022.3 -> 2022.4)
slang (2.3.2 -> 2.3.3)
solid (5.100.0 -> 5.101.0)
sonnet (5.100.0 -> 5.101.0)
sssd (2.7.4 -> 2.8.2)
syndication (5.100.0 -> 5.101.0)
syntax-highlighting (5.100.0 -> 5.101.0)
threadweaver (5.100.0 -> 5.101.0)
zlib-ng-compat
=== Details ===
==== argyllcms ====
- Do not set everything inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
==== attica-qt5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Attica5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== baloo5 ====
Version update (5.100.0 -> 5.101.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.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Change KIO worker logging categories to kf.kio.workers.*
==== bluez-qt ====
Version update (5.100.0 -> 5.101.0)
Subpackages: bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Expose battery of a DeclarativeDevice via property
* .kde-ci.yml: enable static CI builds
* Fix QML plugin when building project statically (kde#459340)
==== breeze5-icons ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Add kdesrc-build icons
* scalabletest "QString("" -> "QStringLiteral(""
* Add SimpleScreenRecorder icon (kde#412490)
* application-x-executable: make symbolic icon follow color scheme
* Add touchscreen icons to devices and preferences (kde#461562)
==== expat ====
Subpackages: libexpat1
- add upstream signing key and validate source signature
==== ffmpeg-5 ====
Subpackages: libavcodec59 libavfilter8 libavformat59 libavutil57 libpostproc56 libswresample4 libswscale6
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
streams and is used by OBS Studio
- Drop BuildRequire on SDL2 to break a dependency loop; with this,
/usr/bin/ffplay is no longer built.
==== frameworkintegration ====
Version update (5.100.0 -> 5.101.0)
Subpackages: frameworkintegration-plugin libKF5Style5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kactivities-stats ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kactivities5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kactivities5-imports libKF5Activities5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port away from deprecated KWindowSystem API
==== karchive ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Archive5 libKF5Archive5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kauth ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Auth5 libKF5Auth5-lang libKF5AuthCore5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kbookmarks ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Bookmarks5 libKF5Bookmarks5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kcmutils ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kcmutils-imports libKF5KCMUtils5 libKF5KCMUtils5-lang libKF5KCMUtilsCore5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kcodecs ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Codecs5 libKF5Codecs5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix KCharset::codecForName deprecation version
* deprecate QTextCodec public api
==== kcompletion ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Completion5 libKF5Completion5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kconfig ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kconf_update5 libKF5ConfigCore5 libKF5ConfigCore5-lang libKF5ConfigGui5 libKF5ConfigQml5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Apply existing QScreen::name() workaround for Windows to new code (kde#429943)
* Fix parser treating empty IntList default as a list of single zero element: [0]
* Add test for empty default IntList config entry
==== kconfigwidgets ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5ConfigWidgets5 libKF5ConfigWidgets5-lang
- Add patch to add missing kf5_entry.desktop files (kde#413123):
* 0001-Copy-kf5_entry.desktop-to-their-respective-locale.patch
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KHamburgerMenu: Reset when menu bar contents change
* [KRecentFilesAction] Fix broken recent files list (kde#461448)
==== kcoreaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kcoreaddons-lang libKF5CoreAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* [KJobTrackerInterface] qRegisterMetatype KJob::Unit
* Remove unused variable
* Perform initialization in initialization list
==== kcrash ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdbusaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdbusaddons-tools libKF5DBusAddons5 libKF5DBusAddons5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdeclarative ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdeclarative-components libKF5CalendarEvents5 libKF5Declarative5 libKF5Declarative5-lang libKF5QuickAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Deprecate unused parts of KWindowSystem import
* tests: add test for multiple KeySequenceItems
* Fixed KF 5.100 compilation
* SimpleKCM: Account for flickable's margins when deciding to show separators
* SimpleKCM: Clean up a bit
* Fix build
* Deprecate QIconItem
* Use const/let for JS variables as appropriate
* Sync header and footer separator code to SimpleKCM (kde#461435)
* AbstractKCM: remove KF6 TODO
==== kded ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Watch for icons directory changes from KDED (kde#455702)
==== kdelibs4support ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdelibs4support-lang libKF5KDELibs4Support5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix dependency name
==== kdesu ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Su5 libKF5Su5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Include sys/prctl.h only on Linux
==== kdnssd-framework ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5DNSSD5 libKF5DNSSD5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kdoctools ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kdoctools-lang libKF5DocTools5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kfilemetadata5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kfilemetadata5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* FFmpegExtrator: Try stream metadata if no global metadata is available
* office2007extractor: Extract text document line count
* office2007extractor: Update docx to include more properties
* Add FictionBook2 extractor
==== kglobalaccel ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccel5-lang libKF5GlobalAccelPrivate5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix key events for modifiers
* Fix dialog's text
* Fix test
* Set correct version for kglobalacceld
==== kguiaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5GuiAddons5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KeySequenceRecorder: Stop tracking recordings when we stop recording (kde#462100)
* Make KColorUtils::mix account for alpha properly
* Don't build/install the geo: URI handler on Android
==== kholidays ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Holidays5 libKF5Holidays5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== khtml ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5KHtml5 libKF5KHtml5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== ki18n ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5I18n5 libKF5I18n5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* kcountrysubdivisiontest fix "Missing reference in range-for"
* Fix KLocalizedStringTest when run on non English locales
* Set the LANG to an actual valid locale
==== kiconthemes ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5IconThemes5 libKF5IconThemes5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kidletime ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port KIdleTime to ext_idle_notifier_v1
==== kimageformats ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix missing DCI-P3 color space set
* minor tweaks in HEIF and AVIF plugins
* raw: LibRaw_QIODevice::read: fixed possible partial reading of an item
* PSD multichannel testcases
* Support to MCH with 4+ channels (treat as CMYK)
* avif: Check if encoder/decoder is available in capabilities()
* Fix condition for installing desktop files
==== kinit ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kinit-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kio ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kio-core kio-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes since 5.100.0, only listing bugfixes:
* Ignore finished() from the timeoutSpecialCommand (kde#459980)
==== kirigami2 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kirigami2-lang libKF5Kirigami2-5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes to list here.
==== kitemmodels ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kitemmodels-imports libKF5ItemModels5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Also remove the custom target in BUILD_TESTING
* Make use of ecm_add_qml_module()
* Allow Windows/Qt6 and FreeBSD/Qt6 to fail too
* Allow Qt6 tests to fail
==== kitemviews ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5ItemViews5 libKF5ItemViews5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kjobwidgets ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5JobWidgets5 libKF5JobWidgets5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kjs ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix build on Net- and OpenBSD
==== knewstuff ====
Version update (5.100.0 -> 5.101.0)
Subpackages: knewstuff-imports libKF5NewStuff5 libKF5NewStuff5-lang libKF5NewStuffCore5 libKF5NewStuffWidgets5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix static compilation of KF5NewStuffWidgets module (kde#459125)
* Perform initialization in initialization list
==== knotifications ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Notifications5 libKF5Notifications5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KNotification: Add hints property
* Fix typo
==== knotifyconfig ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5NotifyConfig5 libKF5NotifyConfig5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpackage ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kpackage-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kparts ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Parts5 libKF5Parts5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpeople5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kpeople5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kpty ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Pty5 libKF5Pty5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kquickcharts ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix some minor reuse licensing issues
* .gitlab-ci.yml: enable static builds
* Add CLASSNAME in ecm_add_qml_module method call
* Fix test for static builds
* Remove unneeded qmldir file
==== krunner ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* QueryMatch: Avoid unneeded QVariant conversion to string when setting data
* cppcheck: Do not shadow outer functions with local variables
* cppcheck: Make constructors explicit
* Fix crash when deleting RunnerManager while jobs are running (kde#448825)
==== kservice ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kservice-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* KApplicationTrader: New method setPreferredService
* Perform initialization in initialization list
==== ktexteditor ====
Version update (5.100.0 -> 5.101.0)
Subpackages: ktexteditor-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Convert part metadata to JSON
* Kate:TextLine: switch to std::shared_ptr
* Fix setting default mark when ctrl is pressed
* Fix caret with inline notes
* Add "Character" the "Insert Tab" action name.
* Fix condition for installing desktop file
==== ktextwidgets ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5TextWidgets5 libKF5TextWidgets5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix double delete crash.
==== kunitconversion ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5UnitConversion5 libKF5UnitConversion5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== kwallet ====
Version update (5.100.0 -> 5.101.0)
Subpackages: kwallet-tools kwallet-tools-lang kwalletd5 kwalletd5-lang libKF5Wallet5 libkwalletbackend5-5
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port away from deprecated KWindowSystem API
==== kwayland ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* client: Add F_SEAL_SHRINK seal to shm pool backing file
* client: Expose concrete xdg-shell class implementations
==== kwidgetsaddons ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5WidgetsAddons5 libKF5WidgetsAddons5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Extend KRecentFilesMenu
==== kwindowsystem ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5WindowSystem5 libKF5WindowSystem5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Use QGuiApplication to read devicePixelRatio
* Deprecate KWindowSystem::demandAttention
* Deprecate KWindowSystem::setIcons
* Move X11-specific KWindowSystem functions to new KX11Extras class
* xcb/kwindoweffects: Fix stripes when dpr is not an integer.
* Deprecate KWindowSystem::setUserTime
* Deprecate KWindowSystem::setBlockingCompositing
* Deprecate KWindowSystem::icccmCompliantMappingState
* Deprecate KWindowSystem::lowerWindow
* Deprecate KWindowSystem::constrainViewportRelativePosition
* Port to PMF signal/slot syntax
==== kxmlgui ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5XmlGui5 libKF5XmlGui5-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Better/corrected wording as suggested by Felix Ernst
* Added a doc note how to get a menu's action
* Perform initialization in initialization list
==== libKF5ModemManagerQt ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== libKF5NetworkManagerQt ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== plasma-framework ====
Version update (5.100.1 -> 5.101.0)
Subpackages: libKF5Plasma5 plasma-framework-components plasma-framework-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Too many changes since 5.100.1, only listing bugfixes:
* Rework Plasma theme mask corners and outlines (kde#417511)
* svgitem: do not upscale svg when using fractional scaling (kde#461682)
==== poppler ====
Subpackages: libpoppler-cpp0 libpoppler-glib8 libpoppler126 poppler-tools
- Configure $CXX to the correct compiler version on codestreams
that have gcc12, such as SLE-15-SP5. [bsc#1206019]
==== poppler-qt5 ====
- Configure $CXX to the correct compiler version on codestreams
that have gcc12, such as SLE-15-SP5. [bsc#1206019]
==== prison-qt5 ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Prison5 prison-qt5-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Fix copy/pasted license header, this needs to be MIT
==== purpose ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Purpose5 libKF5PurposeWidgets5 purpose-lang
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Don't delete config when job finishes
==== python-rpm ====
Version update (4.17.1.1 -> 4.18.0)
- update to rpm-4.18.0
==== python310 ====
Version update (3.10.8 -> 3.10.9)
Subpackages: python310-curses python310-dbm
- Update to 3.10.9:
- python -m http.server no longer allows terminal
control characters sent within a garbage request to be
printed to the stderr server lo This is done by changing
the http.server BaseHTTPRequestHandler .log_message method
to replace control characters with a \xHH hex escape before
printin
- Avoid publishing list of active per-interpreter
audit hooks via the gc module
- The IDNA codec decoder used on DNS hostnames by
socket or asyncio related name resolution functions no
longer involves a quadratic algorithm. This prevents a
potential CPU denial of service if an out-of-spec excessive
length hostname involving bidirectional characters were
decoded. Some protocols such as urllib http 3xx redirects
potentially allow for an attacker to supply such a name.
- Update bundled libexpat to 2.5.0
- Port XKCPâs fix for the buffer overflows in SHA-3
(CVE-2022-37454).
- On Linux the multiprocessing module returns
to using filesystem backed unix domain sockets for
communication with the forkserver process instead of the
Linux abstract socket namespace. Only code that chooses
to use the âforkserverâ start method is affected Abstract
sockets have no permissions and could allow any user
on the system in the same network namespace (often the
whole system) to inject code into the multiprocessing
forkserver process. This was a potential privilege
escalation. Filesystem based socket permissions restrict
this to the forkserver process user as was the default in
Python 3.8 and earlier This prevents Linux CVE-2022-42919
- Fix a reference bug in _imp.create_builtin()
after the creation of the first sub-interpreter for modules
builtins and sys. Patch by Victor Stinner.
- Fixed a bug that was causing a buffer overflow if
the tokenizer copies a line missing the newline caracter
from a file that is as long as the available tokenizer
buffer. Patch by Pablo galindo
- Update faulthandler to emit an error message with
the proper unexpected signal number. Patch by Dong-hee Na.
- Fix subscription of types.GenericAlias instances
containing bare generic types: for example tuple[A, T][int],
where A is a generic type, and T is a type variable.
- Fix detection of MAC addresses for uuid on certain
OSs. Patch by Chaim Sanders
- Print exception class name instead of its string
representation when raising errors from ctypes calls.
- Allow pdb to locate source for frozen modules in
the standard library.
- Raise ValueError instead of SystemError when
methods of uninitialized io.IncrementalNewlineDecoder objects
are called. Patch by Oren Milman.
- Fix a possible assertion failure in io.FileIO when
the opener returns an invalid file descriptor.
- Also escape s in the http.server
BaseHTTPRequestHandler.log_message so that it is technically
possible to parse the line and reconstruct what the original
data was. Without this a xHH is ambiguious as to if it is a
hex replacement we put in or the characters râxâ came through
in the original request line.
- asyncio.get_event_loop() now only emits a
deprecation warning when a new event loop was created
implicitly. It no longer emits a deprecation warning if the
current event loop was set.
- Fix bug when calling trace.CoverageResults with
valid infile.
- Fix a bug in handling class cleanups in
unittest.TestCase. Now addClassCleanup() uses separate lists
for different TestCase subclasses, and doClassCleanups() only
cleans up the particular class.
- Release the GIL when calling termios APIs to avoid
blocking threads.
- Fix ast.increment_lineno() to also cover
ast.TypeIgnore when changing line numbers.
- Fixed bug where inspect.signature() reported
incorrect arguments for decorated methods.
- Fix SystemError in ctypes when exception was not
set during __initsubclass__.
- Fix statistics.NormalDist pickle with 0 and 1
protocols.
- Update the bundled copy of pip to version 22.3.1.
- Apply bugfixes from importlib_metadata 4.11.4,
namely: In PathDistribution._name_from_stem, avoid
including parts of the extension in the result. In
PathDistribution._normalized_name, ensure names loaded from
the stem of the filename are also normalized, ensuring
duplicate entry points by packages varying only by
non-normalized name are hidden.
- Clean up refleak on failed module initialisation in
_zoneinfo
- Clean up refleaks on failed module initialisation
in in _pickle
- Clean up refleak on failed module initialisation in
_io.
- Fix memory leak in math.dist() when both points
donât have the same dimension. Patch by Kumar Aditya.
- Fix argument typechecks in _overlapped.WSAConnect()
and _overlapped.Overlapped.WSASendTo() functions.
- Fix internal error in the re module which in
... changelog too long, skipping 70 lines ...
- CVE-2022-45061-DoS-by-IDNA-decode.patch
==== python310-core ====
Version update (3.10.8 -> 3.10.9)
Subpackages: libpython3_10-1_0 python310-base
- Update to 3.10.9:
- python -m http.server no longer allows terminal
control characters sent within a garbage request to be
printed to the stderr server lo This is done by changing
the http.server BaseHTTPRequestHandler .log_message method
to replace control characters with a \xHH hex escape before
printin
- Avoid publishing list of active per-interpreter
audit hooks via the gc module
- The IDNA codec decoder used on DNS hostnames by
socket or asyncio related name resolution functions no
longer involves a quadratic algorithm. This prevents a
potential CPU denial of service if an out-of-spec excessive
length hostname involving bidirectional characters were
decoded. Some protocols such as urllib http 3xx redirects
potentially allow for an attacker to supply such a name.
- Update bundled libexpat to 2.5.0
- Port XKCPâs fix for the buffer overflows in SHA-3
(CVE-2022-37454).
- On Linux the multiprocessing module returns
to using filesystem backed unix domain sockets for
communication with the forkserver process instead of the
Linux abstract socket namespace. Only code that chooses
to use the âforkserverâ start method is affected Abstract
sockets have no permissions and could allow any user
on the system in the same network namespace (often the
whole system) to inject code into the multiprocessing
forkserver process. This was a potential privilege
escalation. Filesystem based socket permissions restrict
this to the forkserver process user as was the default in
Python 3.8 and earlier This prevents Linux CVE-2022-42919
- Fix a reference bug in _imp.create_builtin()
after the creation of the first sub-interpreter for modules
builtins and sys. Patch by Victor Stinner.
- Fixed a bug that was causing a buffer overflow if
the tokenizer copies a line missing the newline caracter
from a file that is as long as the available tokenizer
buffer. Patch by Pablo galindo
- Update faulthandler to emit an error message with
the proper unexpected signal number. Patch by Dong-hee Na.
- Fix subscription of types.GenericAlias instances
containing bare generic types: for example tuple[A, T][int],
where A is a generic type, and T is a type variable.
- Fix detection of MAC addresses for uuid on certain
OSs. Patch by Chaim Sanders
- Print exception class name instead of its string
representation when raising errors from ctypes calls.
- Allow pdb to locate source for frozen modules in
the standard library.
- Raise ValueError instead of SystemError when
methods of uninitialized io.IncrementalNewlineDecoder objects
are called. Patch by Oren Milman.
- Fix a possible assertion failure in io.FileIO when
the opener returns an invalid file descriptor.
- Also escape s in the http.server
BaseHTTPRequestHandler.log_message so that it is technically
possible to parse the line and reconstruct what the original
data was. Without this a xHH is ambiguious as to if it is a
hex replacement we put in or the characters râxâ came through
in the original request line.
- asyncio.get_event_loop() now only emits a
deprecation warning when a new event loop was created
implicitly. It no longer emits a deprecation warning if the
current event loop was set.
- Fix bug when calling trace.CoverageResults with
valid infile.
- Fix a bug in handling class cleanups in
unittest.TestCase. Now addClassCleanup() uses separate lists
for different TestCase subclasses, and doClassCleanups() only
cleans up the particular class.
- Release the GIL when calling termios APIs to avoid
blocking threads.
- Fix ast.increment_lineno() to also cover
ast.TypeIgnore when changing line numbers.
- Fixed bug where inspect.signature() reported
incorrect arguments for decorated methods.
- Fix SystemError in ctypes when exception was not
set during __initsubclass__.
- Fix statistics.NormalDist pickle with 0 and 1
protocols.
- Update the bundled copy of pip to version 22.3.1.
- Apply bugfixes from importlib_metadata 4.11.4,
namely: In PathDistribution._name_from_stem, avoid
including parts of the extension in the result. In
PathDistribution._normalized_name, ensure names loaded from
the stem of the filename are also normalized, ensuring
duplicate entry points by packages varying only by
non-normalized name are hidden.
- Clean up refleak on failed module initialisation in
_zoneinfo
- Clean up refleaks on failed module initialisation
in in _pickle
- Clean up refleak on failed module initialisation in
_io.
- Fix memory leak in math.dist() when both points
donât have the same dimension. Patch by Kumar Aditya.
- Fix argument typechecks in _overlapped.WSAConnect()
and _overlapped.Overlapped.WSASendTo() functions.
- Fix internal error in the re module which in
... changelog too long, skipping 70 lines ...
- CVE-2022-45061-DoS-by-IDNA-decode.patch
==== qqc2-desktop-style ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* TextArea: allow touch scrolling even when tablet mode is off
* Redraw KQuickStyleItem when DPR changes
* Switch: Improve background contrast when in unchecked state
* styleitem: Don't destroy and recreate the style on every instance creation
* Fix blurry controls in QQuickWidget
* DislogButtonBox: Fix url value comparison with non-strict ==
* switch: Improve it
* ToolTip: Do not show tooltips without text
* BusyIndicator: Synchronize to implementation in PlasmaComponents3
==== rpm ====
Version update (4.17.1.1 -> 4.18.0)
Subpackages: librpmbuild9
- update to rpm-4.18.0
* documentation updates
* fix query arguments containing ^ not working
* add downgrade (--oldpackage) support to --freshe
* add --path query for support for stateless file information
* add --shell option for interactive macro shell to rpmspec
* add --justdb counterpart --nodb option and matching API flag
* fix intermediate symlinks not verified (CVE-2021-35939)
* fix unowned directories created unsafely (bsc#1157880)
(CVE-2021-35938)
* fix %posttrans argument on upgrade
* fix package build tree not getting removed on successful build
* add new %conf spec section for build configuration
* add %bcond macro as a nicer way of defining build conditionals
* add new rpmuncompress cli tool
* deprecate implicit "%patch number zero" syntax
- refreshed patches:
* brp-compress-no-img.patch
* brp.diff
* brpcompress.diff
* db_conversion.diff
* findsupplements.diff
* headeradddb.diff
* nextiteratorheaderblob.diff
* posttrans.diff
* rpmqpack.diff
* rpmrc.diff
* selinux_transactional_update.patch
- removed patches:
* dbrointerruptable.diff
* leave-malloc-check-set.diff
==== shaderc ====
Version update (2022.3 -> 2022.4)
- update to 2022.4:
* Add Cmake BUNDLE DESTINATION option for target install
==== slang ====
Version update (2.3.2 -> 2.3.3)
- slang 2.3.3:
* This version includes a number of backward-compatible enhancements to
the interpreter and its modules, as well as support for so-called
user-defined terminfo extensions. It is also binary compatible with
prior 2.x.y versions of the library.
* See changes.txt
- obsolete overflow.patch and rebase autoconf.patch
==== solid ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5Solid5 libKF5Solid5-lang solid-imports solid-tools
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* upower: Support UP_DEVICE_KIND_BLUETOOTH_GENERIC
* imobiledevice: Check error returned by idevice_new (kde#448329)
* UDisks2::DeviceBackend add udi in trace when failing to to get prop
* imobiledevice: Handle events in correct thread
* imobiledevice: Don't call udiPrefix() from constructor
==== sonnet ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetCore5-lang libKF5SonnetUi5 sonnet-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== sssd ====
Version update (2.7.4 -> 2.8.2)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Update to release 2.8.2
* New mapping template for serial number, subject key id, SID,
certificate hashes and DN components are added to
libsss_certmap.
- Update to release 2.8.1
* A regression when running sss_cache when no SSSD domain is
enabled would produce a syslog critical message was fixed.
- Update to release 2.8.0
* Introduced the dbus function
org.freedesktop.sssd.infopipe.Users.ListByAttr(attr, value,
limit) listing upto limit users matching the filter
attr=value.
* sssctl is now able to create, list and delete indexes on the
local caches. Indexes are useful for the new D-Bus
ListByAttr() function.
* sssctl is now able to read and set each component's debug
level independently.
* A number of new configuration options are available,
cf. https://sssd.io/release-notes/sssd-2.8.0.html .
==== syndication ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== syntax-highlighting ====
Version update (5.100.0 -> 5.101.0)
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang syntax-highlighting-imports
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* TOML: add number prefix, inf, nan and more datetime format ; fix multi-strings closing (kde#462178)
* Python: add pyi extension (python interface)
* Javascript: remove previousDibling keyword (probably a typo for previousSibling)
* Add GPS Exchange Format (GPX) type
* CSS family: add properties, functions and fr unit ; remove FPWD and old proposed properties
* install a index.katesyntax when QRC_SYNTAX is OFF
* Make the Rust language mode use the cstyle indenter
* C23: missing wN length modifiers with d and i in printf_like
* CMake: remove duplicate <list> and <context>
* CMake: optimize by adding DetectIdentifier and DetectSpaces (~20% faster)
* CMake: replace some <WordDetect> with <keyword>
* CMake: more IncludeRules
* CMake: remove unused rule and moves the substitution end rule to first
* Add syntax definition for CSV and TSV
* JSON: small optimization on number regex
* Go: improved support for literal numbers, add unicode escape characters and new predefined type (kde#459291)
* dynamic RegExpr has its own type (~2.2% faster)
* XML: replace a dynamic StringDetect with DetectIdentifier contextually equivalent
* XML: character < in an ENTITY is highlighted as an error
* Fix generating index.katesyntax when QRC_SYNTAX is off
==== threadweaver ====
Version update (5.100.0 -> 5.101.0)
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- No code change since 5.100.0
==== zlib-ng-compat ====
- make systemtap dependency optional - it is only used in the s390
case and entirely optional (just for profiling hooks)
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:
7zip
ImageMagick (7.1.0.52 -> 7.1.0.53)
Imath (3.1.5 -> 3.1.6)
avahi
avahi-glib2
baloo5-widgets (22.08.3 -> 22.12.0)
bolt (0.9.3 -> 0.9.4)
btrfsprogs (6.0 -> 6.0.2)
bubblewrap (0.6.2 -> 0.7.0)
containerd (1.6.6 -> 1.6.12)
cups
cyrus-sasl
docker (20.10.17_ce -> 20.10.21_ce)
dolphin (22.08.3 -> 22.12.0)
evolution-data-server (3.46.1 -> 3.46.2)
exempi (2.6.1 -> 2.6.2)
ffmpegthumbs (22.08.3 -> 22.12.0)
firewalld (1.2.1 -> 1.2.2)
fuse-overlayfs (1.7.1 -> 1.10)
gnome-terminal (3.46.4 -> 3.46.7)
google-opensans-fonts (20180610 -> 20210927)
grub2
gtk3 (3.24.35 -> 3.24.35+10)
hwdata (0.364 -> 0.365)
kaccounts-integration (22.08.3 -> 22.12.0)
kaccounts-providers (22.08.3 -> 22.12.0)
kate (22.08.3 -> 22.12.0)
kde-print-manager (22.08.3 -> 22.12.0)
kdegraphics-thumbnailers (22.08.3 -> 22.12.0)
kdenetwork-filesharing (22.08.3 -> 22.12.0)
kdialog (22.08.3 -> 22.12.0)
kernel-source (6.0.10 -> 6.0.12)
khelpcenter5 (22.08.3 -> 22.12.0)
kio-extras5 (22.08.3 -> 22.12.0)
konsole (22.08.3 -> 22.12.0)
kwalletmanager5 (22.08.3 -> 22.12.0)
libICE (1.0.10 -> 1.1.0)
libXScrnSaver (1.2.3 -> 1.2.4)
libXcomposite (0.4.5 -> 0.4.6)
libXv (1.0.11 -> 1.0.12)
libXxf86dga (1.1.5 -> 1.1.6)
libass (0.16.0 -> 0.17.0)
libbluray (1.3.3 -> 1.3.4)
libcontainers-common
libeconf (0.4.9 -> 0.5.0)
libglvnd (1.5.0 -> 1.6.0)
libkdcraw (22.08.3 -> 22.12.0)
libkexiv2 (22.08.3 -> 22.12.0)
libpaper (2.0.3 -> 2.0.4)
libqt5-qtbase
libstorage-ng (4.5.54 -> 4.5.56)
libyui (4.4.6 -> 4.4.7)
libyui-ncurses (4.4.6 -> 4.4.7)
libyui-ncurses-pkg (4.4.6 -> 4.4.7)
libyui-qt (4.4.6 -> 4.4.7)
libyui-qt-graph (4.4.6 -> 4.4.7)
libyui-qt-pkg (4.4.6 -> 4.4.7)
llvm15 (15.0.5 -> 15.0.6)
mdadm
mobipocket (22.08.3 -> 22.12.0)
ncurses (6.3.20221105 -> 6.3.20221126)
nss-mdns (0.14.1 -> 0.15.1)
open-iscsi
openSUSE-build-key
openexr
openldap2
openldap2-contrib-src
pam
pam-full-src
podman (4.2.1 -> 4.3.1)
protobuf (21.9 -> 21.11)
python-Jinja2
python-cffi
python-cryptography (38.0.3 -> 38.0.4)
python-iniconfig
python-pip (22.0.4 -> 22.3.1)
python-psutil
python-pycairo (1.22.0 -> 1.23.0)
python-pycares
python-pycryptodome (3.15.0 -> 3.16.0)
python-pymongo (4.3.2 -> 4.3.3)
python-simplejson (3.17.6 -> 3.18.0)
python-zope.interface (5.5.1 -> 5.5.2)
ruby3.1
shim
signon-kwallet-extension (22.08.3 -> 22.12.0)
systemd (252.2 -> 252.3)
systemd-presets-branding-openSUSE
systemd-presets-common-SUSE
texinfo (7.0 -> 7.0.1)
timezone (2022f -> 2022g)
tpm2.0-abrmd (2.4.1 -> 3.0.0)
tpm2.0-tools (5.2 -> 5.4)
tracker (3.4.1 -> 3.4.2)
tracker-miners (3.4.1 -> 3.4.2)
udisks2
vim (9.0.0978 -> 9.0.1040)
vte (0.70.1 -> 0.70.2)
wavpack (5.5.0 -> 5.6.0)
wayland-utils (1.0.0 -> 1.1.0)
wireless-regdb (20221012 -> 20221205)
xdg-desktop-portal-gtk (1.14.0 -> 1.14.1)
xdm (1.1.13 -> 1.1.14)
xinit (1.4.1 -> 1.4.2)
xmlsec1 (1.2.36 -> 1.2.37)
xorg-x11-fonts
xorg-x11-fonts-converted
xprop (1.2.5 -> 1.2.6)
xrandr (1.5.1 -> 1.5.2)
xset (1.2.4 -> 1.2.5)
xterm (376 -> 377)
yast2-installation (4.5.10 -> 4.5.11)
yast2-kdump (4.5.5 -> 4.5.7)
yast2-storage-ng (4.5.14 -> 4.5.15)
yast2-users (4.5.2 -> 4.5.3)
=== Details ===
==== 7zip ====
- Enable ASM to increase performance in compression and decompression
bsc#1202197
==== ImageMagick ====
Version update (7.1.0.52 -> 7.1.0.53)
Subpackages: ImageMagick-config-7-SUSE libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10
- version update to 7.1.0.53
upstream changelog:
https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
==== Imath ====
Version update (3.1.5 -> 3.1.6)
- update to 3.1.6:
* Patch release with miscellaneous bug/doc/build fixes.
* [#269] fix memory leak in V3fArrayFromBuffer
* [#268] Add <cstdint> for int64_t
* [#263] Initialize x in testRoots.cpp:solve() to suppress compiler
warning
* [#262] Fix gcc compiler warning in testFun.cpp
* [#261] Test return value of extractSHRT to avoid uninitialized reference
* [#260] Fix example code so it compiles as is
* [#259] Cuda safety in several headers
* [#256] Fix markdown and typos in README.md
* [#255] Do not warn if half.h has already being included
* [#250] Fix compiler warnings on windows
* [#249] Remove irrelevant cvs ignore files
* [#248] Update sphinx version
==== avahi ====
Subpackages: libavahi-client3 libavahi-common3 libavahi-core7
- Remove avahi-daemon-check-dns.sh, avahi-daemon-check-dns-suse.patch
and avahi-daemon.if-up
Doesn't work since about 9 years and will not be executed on a
fresh default installation anymore
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_avahi-daemon.service.patch
* harden_avahi-dnsconfd.service.patch
==== avahi-glib2 ====
- Remove avahi-daemon-check-dns.sh, avahi-daemon-check-dns-suse.patch
and avahi-daemon.if-up
Doesn't work since about 9 years and will not be executed on a
fresh default installation anymore
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_avahi-daemon.service.patch
* harden_avahi-dnsconfd.service.patch
==== baloo5-widgets ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== bolt ====
Version update (0.9.3 -> 0.9.4)
- update to 0.9.4:
* spec file added and a few metadata fixes, no code change
==== btrfsprogs ====
Version update (6.0 -> 6.0.2)
Subpackages: btrfsprogs-udev-rules libbtrfs0
- update to 6.0.2:
* fix resize cancel not working in some cases
* fix fileattr stream command format and add workaround when it
cannot be applied
* properly handle degraded raid56 reads
* fi defrag: fix verbosity, don't print file names by default
* receive: fix silent data loss after fall back from encoded
write
* fi mkswapfile: new command to create a formatted swapfile in
one go
- includes changes from 6.0.1:
* send: minor speed up for v2 due to increased buffer size
* resize: invalid command line options fail with error code
* quota rescan:
* add long options --status and --wait
* new option to wait but don't start rescan
* qgroup show: print path by default, updated format
* qgroup: new subcommand clear-stale, remove qgroups without
their subvolumes
* experimental:
* add warnings to commands that have it enabled (mkfs, image,
btrfstune)
* other:
* documentation, help text, error message updates
==== bubblewrap ====
Version update (0.6.2 -> 0.7.0)
- update to v0.7.0:
* --size option controls the size of a subsequent --tmpfs (#509)
* Better error messages if a mount operation fails (#472)
* Better error message if creating the new user namespace fails with
ENOSPC (#487)
* When building as a Meson subproject, a RUNPATH can be set on the
executable to make it easier to bundle its libcap dependency
* Fix test failures when running as uid 0 but with limited capabilities
(#510)
* Use POSIX command -v in preference to non-standard which (#527)
* Fix a copy/paste error in --help (#531)
==== containerd ====
Version update (1.6.6 -> 1.6.12)
- Update to containerd v1.6.12 to fix CVE-2022-23471. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.6.11>
- Update to containerd v1.6.11. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.6.11>
- Update to containerd v1.6.9 for Docker v20.10.21-ce. Also includes a fix for
CVE-2022-27191. boo#1206065 bsc#1197284 Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.6.9>
==== cups ====
Subpackages: cups-client cups-config libcups2 libcupsimage2
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
==== cyrus-sasl ====
Subpackages: cyrus-sasl-gssapi libsasl2-3
- Do not set directories inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
==== docker ====
Version update (20.10.17_ce -> 20.10.21_ce)
Subpackages: docker-bash-completion
- Update to Docker 20.10.21-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/#201021>. bsc#1206065
- Rebase patches:
* 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
* 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
* 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
* 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
* 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch
* 0006-bsc1193930-vendor-update-golang.org-x-crypto.patch
* 0007-bsc1200022-fifo.Close-prevent-possible-panic-if-fifo.patch
- The PRIVATE-REGISTRY patch will now output a warning if it is being used (in
preparation for removing the feature). This feature was never meant to be
used by users directly (and is only available in the -kubic/CaaSP version of
the package anyway) and thus should not affect any users.
==== dolphin ====
Version update (22.08.3 -> 22.12.0)
Subpackages: dolphin-part libdolphinvcs5
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== evolution-data-server ====
Version update (3.46.1 -> 3.46.2)
Subpackages: libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-2 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4
- Update to version 3.46.2:
+ e-xml-utils: Enable parse of huge XML files.
I Fix possible NULL-dereference in
e_cal_backend_file_modify_objects().
I ECalComponentAttendee: Default CUTYPE is INDIVIDUAL.
I IMAP: Excessive memory usage on folder summary download.
I Trust Prompt: Add issuer's certificate fingerprint.
I Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google
Task list.
==== exempi ====
Version update (2.6.1 -> 2.6.2)
- update to 2.6.2:
- Update XMPCore to Adobe XMP SDK v2022.06
- Build system fixes that don't matter.
- Fix a typo in an ID3 genre string
- Build XMP_SDK with some fatal warnings:
- -Werror=missing-field-initializers
- -Werror=misleading-indentation
- -Werror=class-memaccess
- Remove (deprecated) boost_test_minimal
- Remove old .sym file (Daniel Kolesa)
- Added --enable-samples (default = yes) (Fabrice Fontaine)
==== ffmpegthumbs ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== firewalld ====
Version update (1.2.1 -> 1.2.2)
Subpackages: firewalld-bash-completion python3-firewall
- update to 1.2.2:
* fix(client): raise exception (40a473b)
* fix(nftables): raise exception (a4b82cc)
* fix(nftables): invalid conditional statement (e9ca0ad)
* fix(check_config): use on disk firewalld_conf (d141d6d)
* fix(service): llmnr: improve description (d233698)
* Revert "feat(service): Add jellyfin service" (ea154d5)
==== fuse-overlayfs ====
Version update (1.7.1 -> 1.10)
- update to 1.10:
* main: use /proc/self/fd to read xattrs.
* main: inherit ACLs for new files/dirs.
* main: fix passing noatime.
* main: add checks for valid /proc mount.
* main: fix copy_file_range for deleted files.
* main: fix creating links of just deleted files.
* main: fix setting attributes on file without permissions.
* main: ignore EOVERFLOW when copying xattrs.
* main: set the correct value for RENAME_NOREPLACE when it is not already
defined in the system headers.
* main: create source whiteout only when needed
* main: fix missing source whiteout when destination is whiteout
* main: fix lookup if underlying path is a symlink, but a directory on a
upper directory.
* main: fix race when looking up an inode that was renamed.
* main: fix type used for ioctl.
* main: honor user.overlay. xattrs. Native overlay uses user.overlay to
store the overlay metadata instead of trusted.overlay.
* main: add a mount flag to disable ACLs.
==== gnome-terminal ====
Version update (3.46.4 -> 3.46.7)
Subpackages: gnome-shell-search-provider-gnome-terminal nautilus-extension-terminal
- Update to version 3.46.7:
* nautilus: Fix macro redefinition warning
* screen: Add some missing casts
* build: Add define for openbsd
* Updated translations.
- Update to version 3.46.6:
* prefs: Sink a floating variant
* prefs: Use default timeout when debugging
* prefs: Reduce default bus timeout
* prefs: Fix serialisation format
* client: Improve env var filters
- Update to version 3.46.5:
* util: Fix interpretation of TryExec desktop entry key
- Drop f06e6e5.patch: fixed upstream.
==== google-opensans-fonts ====
Version update (20180610 -> 20210927)
- update to 20210927 from GitHub
* Add gasp tables
* Add VTT hinting
* Cvt editing
* Hinting Updates
- Clarify license to be OFL 1.1
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-snapper-plugin grub2-systemd-sleep-plugin
- Add tpm to signed grub.elf image (PED-1990) (bsc#1205912)
- Increase initial heap size from 1/4 to 1/3
* 0001-ieee1275-Increase-initially-allocated-heap-from-1-4-.patch
==== gtk3 ====
Version update (3.24.35 -> 3.24.35+10)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0
- Update to version 3.24.35+10:
+ Flush drawable surface when getting a pixbuf.
+ wayland: Look for cursor themes in $HOME (boo#1206001).
==== hwdata ====
Version update (0.364 -> 0.365)
- update to 0.365:
+ Updated pci, usb and vendor ids.
==== kaccounts-integration ====
Version update (22.08.3 -> 22.12.0)
Subpackages: libkaccounts2
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kaccounts-providers ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kate ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kate-plugins
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kde-print-manager ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdegraphics-thumbnailers ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdenetwork-filesharing ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdialog ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kernel-source ====
Version update (6.0.10 -> 6.0.12)
- Linux 6.0.12 (bsc#1012628).
- btrfs: qgroup: fix sleep from invalid context bug in
btrfs_qgroup_inherit() (bsc#1012628).
- drm/amdgpu: move setting the job resources (bsc#1012628).
- drm/amdgpu: cleanup error handling in amdgpu_cs_parser_bos
(bsc#1012628).
- drm/amdgpu: fix userptr HMM range handling v2 (bsc#1012628).
- drm/amd/pm: add smu_v13_0_10 driver if version (bsc#1012628).
- drm/amd/pm: update driver-if header for smu_v13_0_10
(bsc#1012628).
- drm/amd/pm: update driver if header for smu_13_0_7
(bsc#1012628).
- clk: samsung: exynos7885: Correct "div4" clock parents
(bsc#1012628).
- clk: qcom: gdsc: add missing error handling (bsc#1012628).
- clk: qcom: gdsc: Remove direct runtime PM calls (bsc#1012628).
- iio: health: afe4403: Fix oob read in afe4403_read_raw
(bsc#1012628).
- iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
(bsc#1012628).
- iio: light: rpr0521: add missing Kconfig dependencies
(bsc#1012628).
- libbpf: Use correct return pointer in attach_raw_tp
(bsc#1012628).
- bpf, perf: Use subprog name when reporting subprog ksymbol
(bsc#1012628).
- scripts/faddr2line: Fix regression in name resolution on ppc64le
(bsc#1012628).
- ARM: at91: rm9200: fix usb device clock id (bsc#1012628).
- libbpf: Handle size overflow for ringbuf mmap (bsc#1012628).
- hwmon: (ltc2947) fix temperature scaling (bsc#1012628).
- hwmon: (ina3221) Fix shunt sum critical calculation
(bsc#1012628).
- hwmon: (i5500_temp) fix missing pci_disable_device()
(bsc#1012628).
- hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc()
fails (bsc#1012628).
- clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register
math error (bsc#1012628).
- bpf: Do not copy spin lock field from user in bpf_selem_alloc
(bsc#1012628).
- nvmem: rmem: Fix return value check in rmem_read()
(bsc#1012628).
- of: property: decrement node refcount in
of_fwnode_get_reference_args() (bsc#1012628).
- clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref
clks (bsc#1012628).
- ixgbevf: Fix resource leak in ixgbevf_init_module()
(bsc#1012628).
- i40e: Fix error handling in i40e_init_module() (bsc#1012628).
- fm10k: Fix error handling in fm10k_init_module() (bsc#1012628).
- iavf: Fix error handling in iavf_init_module() (bsc#1012628).
- e100: Fix possible use after free in e100_xmit_prepare
(bsc#1012628).
- net/mlx5: DR, Fix uninitialized var warning (bsc#1012628).
- net/mlx5: E-switch, Destroy legacy fdb table when needed
(bsc#1012628).
- net/mlx5: E-switch, Fix duplicate lag creation (bsc#1012628).
- net/mlx5: Fix uninitialized variable bug in outlen_write()
(bsc#1012628).
- net/mlx5e: Fix use-after-free when reverting termination table
(bsc#1012628).
- can: sja1000_isa: sja1000_isa_probe(): add missing
free_sja1000dev() (bsc#1012628).
- can: cc770: cc770_isa_probe(): add missing free_cc770dev()
(bsc#1012628).
- can: etas_es58x: es58x_init_netdev(): free netdev when
register_candev() (bsc#1012628).
- can: m_can: pci: add missing m_can_class_free_dev() in
probe/remove methods (bsc#1012628).
- can: m_can: Add check for devm_clk_get (bsc#1012628).
- vfs: fix copy_file_range() averts filesystem freeze protection
(bsc#1012628).
- qlcnic: fix sleep-in-atomic-context bugs caused by msleep
(bsc#1012628).
- aquantia: Do not purge addresses when setting the number of
rings (bsc#1012628).
- wifi: cfg80211: fix buffer overflow in elem comparison
(bsc#1012628).
- wifi: cfg80211: don't allow multi-BSSID in S1G (bsc#1012628).
- wifi: mac8021: fix possible oob access in
ieee80211_get_rate_duration (bsc#1012628).
- net: phy: fix null-ptr-deref while probe() failed (bsc#1012628).
- net: ethernet: ti: am65-cpsw: fix error handling in
am65_cpsw_nuss_probe() (bsc#1012628).
- net: net_netdev: Fix error handling in ntb_netdev_init_module()
(bsc#1012628).
- net/9p: Fix a potential socket leak in p9_socket_open
(bsc#1012628).
- net: ethernet: nixge: fix NULL dereference (bsc#1012628).
- net: wwan: iosm: fix kernel test robot reported error
(bsc#1012628).
- net: wwan: iosm: fix dma_alloc_coherent incompatible pointer
type (bsc#1012628).
- net: wwan: iosm: fix crash in peek throughput test
(bsc#1012628).
- net: wwan: iosm: fix incorrect skb length (bsc#1012628).
- dsa: lan9303: Correct stat name (bsc#1012628).
- mptcp: don't orphan ssk in mptcp_close() (bsc#1012628).
... changelog too long, skipping 606 lines ...
- commit e554413
==== khelpcenter5 ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kio-extras5 ====
Version update (22.08.3 -> 22.12.0)
Subpackages: libkioarchive5
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== konsole ====
Version update (22.08.3 -> 22.12.0)
Subpackages: konsole-part konsole-part-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kwalletmanager5 ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== libICE ====
Version update (1.0.10 -> 1.1.0)
- U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
* needed by plasma5-workspace
- Update to version 1.1.0
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* configure: check for libbsd before libxtrans checks for strlcpy
* ConnectToPeer: be doubly sure that use-after-free doesn't happen
* ProcessAuthReply: rename status variable to avoid shadowing
* Only link to libbsd for arc4random_buf if it is not found in libc
* IceGetHeaderExtra: only include extra space in outbufptr if there's room
* Refactor Fatal I/O error handling into a common function
* IceFlush: signal fatal I/O error if bufptr is past end of buffer
* ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZE
* Handle arrays too large to fit in iceConn buffers
* Only link with libbsd if needed for arc4random_buf() or getentropy()
* Avoid -Wdeclaration-after-statement warnings from static_assert
* ice.pc.in: "Libs.Private" should be "Libs.private"
* configure: Use AC_SYS_LARGEFILE to enable large file support
==== libXScrnSaver ====
Version update (1.2.3 -> 1.2.4)
- Update to version 1.2.3:
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Whitespace fixes
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Handle implicit conversion warnings from clang
==== libXcomposite ====
Version update (0.4.5 -> 0.4.6)
- Update to version 0.4.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Mark two dpy parameters const as suggested by cppcheck
* Remove unnecessary casts from malloc() and free() calls
* Wrap XComposite*CheckExtension() in do { ... } while(0)
* Handle implicit conversion warnings from clang
* XCompositeCloseDisplay: Mark codes as unused
==== libXv ====
Version update (1.0.11 -> 1.0.12)
- Update to version 1.0.12:
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Build xz tarballs instead of bzip2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* XvGetReq: remove trailing semicolon that caller is expected to provide
* Variable scope reductions
* Handle implicit conversion warnings from clang
==== libXxf86dga ====
Version update (1.1.5 -> 1.1.6)
- Update to version 1.1.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* unifdef __UNIXOS2__
* Remove SunOS 4 support (defined(sun) && (SVR4))
* unifdef ISC
* unifdef Lynx
* unifdef DGUX
==== libass ====
Version update (0.16.0 -> 0.17.0)
- update to 0.17.0:
* This releaseâs major feature is the addition of a new ASS ScriptInfo
header pair: LayoutResX and LayoutResY. The introduction has been
coordinated with active VSFilters and will soon be available in xy-
VSFilter and XySubFilter as well.
* Since the beginning, many features in ASS scale relative to or are
otherwise affected by the storage resolution of the video file the subs
are bundled with. Adjusting subs for different video resolutions
traditionally took non-trivial effort. Of course this behavior must be
kept by default to preserve compatibility with existing files. But now,
setting both of the new headers to a positive, non-zero value will
replace the video storage resolution with the specified resolution for
the whole file, allowing easy reuse across all encodes of the same
display aspect ratio. This includes PAR effects, so reuse across
anamorphic and non-anamorphic releases is possible too.
* Detailed Changes:
* Fix various parts relating to automatic linebreaking
* Fix rendering when hinting was enabled and fontsizes or scales are zero
* Switch build to a non-recursive setup for improved parallelism
* Improve quality of SSA Effects movement
* Further documentation improvements
* Completely invalid Events are now discarded during parsing
* Introduction of LayoutRes{X,Y} script headers
* New AlphaLevel style override to set all alpha values while keeping the
color
* Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance
with the Unicode line breaking algorithm instead of ASS' much stricter
breaking rules. For the feature to be available at runtime, libass must
be linked against the new optional dependency libunibreak.
* Improve VSFilter compatibility:
* Fix premature truncation of animated alphas (was a 0.15.0 regression)
* Fix handling of small delay parameters for legacy SSA Effects
* Fix x-scaling with PlayResX
* Fix x-scaling for anamorphic video (except for \be whose scaling remains
buggy in general)
* Support SSA's AlphaLevel style field
* Support the \kt override tag from VSFilter's v4++ set
* Parse ScriptType headers
* Parse integer header, style and event field values like VSFilter
* Ignore trailing whitespace in an event's text
==== libbluray ====
Version update (1.3.3 -> 1.3.4)
- update to 1.3.4:
* Improve API documentation.
* Improve JVM probing.
* Improve support for FreeBSD and Solaris.
* Improve .jar file search.
* Add configure option to build without external libudfread.
==== libcontainers-common ====
- Remove registry.suse.com from search unqualified-search-registries:
registry.suse.com responds very slowly to pagination repository listings
(https://docs.docker.com/registry/spec/api/#pagination) and thereby causes
every `podman search` to take over 90s. We have to remove it until this
regression is fixed.
==== libeconf ====
Version update (0.4.9 -> 0.5.0)
- Update to version 0.5.0:
* API calls econf_read*WithCallback supporting a general (void *)
argument for user defined data with which the callback function is
called.
* Tagged following functions deprecated:
econf_requireOwner, econf_requireGroup, econf_requirePermissions,
econf_followSymlinks, econf_reset_security_settings
Use one of the econf_read*WithCallback functions instead.
==== libglvnd ====
Version update (1.5.0 -> 1.6.0)
- update to 1.6.0:
* Read gl.symbols when generating stubs for libGL.so
* Update GL headers and XML files
* Add support for loongarch64
* GLX: Fix assembly stubs for x32
* Fix pthreads lookup on FreeBSD
==== libkdcraw ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== libkexiv2 ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== libpaper ====
Version update (2.0.3 -> 2.0.4)
Subpackages: libpaper-tools libpaper2
- update to 2.0.4:
* don't hardcode make binary name in tests
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Add patch to fix text rendering on 16bit X11 surfaces (boo#1205585):
* 0001-Fix-wrong-to-linear-conversion.patch
==== libstorage-ng ====
Version update (4.5.54 -> 4.5.56)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#907
- handle changed output from 'btrfs qgroup show' (bsc#1206090)
- 4.5.56
- merge gh#openSUSE/libstorage-ng#906
- use RAII
- 4.5.55
==== libyui ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-ncurses ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-ncurses-pkg ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt-graph ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt-pkg ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== llvm15 ====
Version update (15.0.5 -> 15.0.6)
- Update to version 15.0.6.
* This release contains bug-fixes for the LLVM 15.0.0 release.
This release is API and ABI compatible with 15.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== mdadm ====
- Drop the patch which is reported as regression by upstream developer
(bsc#1206139)
0045-Manage-Block-unsafe-member-failing.patch
- Add jsc#PED-947 together with jsc#PED-1009 in mdadm.changes, they
are both the requirement to update mdadm to latest upstream state
via different requestors.
==== mobipocket ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== ncurses ====
Version update (6.3.20221105 -> 6.3.20221126)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20221126
+ fix an error in pathname of explain.txt (cf: 20200201).
+ fix an error in "@" command in test/ncurses.c F-menu (cf: 20190121).
+ improve formatting of ncurses-intro.html and hackguide.html
+ improve man/curs_clear.3x links to other pages
- Add ncurses patch 20221119
+ use static libraries for AdaCurses test-package for Mageia, since no
gprbuild package is available.
+ updated test packages for Debian.
- Add ncurses patch 20221112
+ build-fixes for AdaCurses RPM test-package.
==== nss-mdns ====
Version update (0.14.1 -> 0.15.1)
- Update to version 0.15.1:
+ Updated README.md for clarity
+ The return of BSD support!
+ Support for `AVAHI_SOCKET` in `/run` (instead of legacy
`/var/run`).
==== open-iscsi ====
Subpackages: iscsiuio
- Moving DB files from /etc/iscsi/* to /var/lib/iscsi/* for
SLE-15-SP5 and forward, as is done in Tumbleweed.
- Added /etc/iscsi/README.DB-files-moved, and added SPEC file
changes to support this, including a post-install script to
move the DB files, only installed if DB files are moved.
- Renamed shared library from libopeniscsiusr0_2_0 to
libopeniscsiusr0, to correctly match SONAME in library.
==== openSUSE-build-key ====
- Package OBS project key if available. Useful when forking
openSUSE-build-key for use in appliances.
==== openexr ====
Subpackages: libIex-3_1-30 libIlmThread-3_1-30 libOpenEXR-3_1-30
- skip testMultiTiledPartThreading for ppc64le [bsc#1205885]
==== openldap2 ====
Subpackages: libldap-data libldap2 openldap2-client
- add reproducible.patch to avoid using compile-time specific date/time
constructs
==== openldap2-contrib-src ====
- add reproducible.patch to avoid using compile-time specific date/time
constructs
==== pam ====
Subpackages: pam_unix
- pam_pwhistory-docu.patch, docbook5.patch: convert docu to
docbook5
- pam-git.diff: update to current git
- obsoletes pam-hostnames-in-access_conf.patch
- obsoletes tst-pam_env-retval.c
- pam_env_econf.patch refresh
==== pam-full-src ====
- pam_pwhistory-docu.patch, docbook5.patch: convert docu to
docbook5
- pam-git.diff: update to current git
- obsoletes pam-hostnames-in-access_conf.patch
- obsoletes tst-pam_env-retval.c
- pam_env_econf.patch refresh
==== podman ====
Version update (4.2.1 -> 4.3.1)
Subpackages: podman-cni-config
- switch to building with go 1.17
- use %%make_* macros
- drop /usr/share/user-tmpfiles.d/podman-docker.conf on SLE & Leap
- remove rpmlintrc (contained only obsolete filters)
- remove obsolete with_libostree (we don't build on anything older than SLE 15)
- add patch: 0001-Revert-Default-missing-hostPort-to-containerPort-is-.patch
(hotfix for https://github.com/containers/podman/issues/16765)
- Update to version 4.3.1:
4.3.1:
[#]## Bugfixes
- Fixed a deadlock between the `podman ps` and `podman container inspect` commands
[#]## Misc
- Updated the containers/image library to v5.23.1
4.3.0:
[#]## Features
- A new command, `podman generate spec`, has been added, which creates a JSON struct based on a given container that can be used with the Podman REST API to create containers.
- A new command, `podman update`, has been added,which makes changes to the resource limits of existing containers. Please note that these changes do not persist if the container is restarted ([#15067](https://github.com/containers/podman/issues/15067)).
- A new command, `podman kube down`, has been added, which removes pods and containers created by the given Kubernetes YAML (functionality is identical to `podman kube play --down`, but it now has its own command).
- The `podman kube play` command now supports Kubernetes secrets using Podman's secrets backend.
- Systemd-managed pods created by the `podman kube play` command now integrate with sd-notify, using the `io.containers.sdnotify` annotation (or `io.containers.sdnotify/$name` for specific containers).
- Systemd-managed pods created by `podman kube play` can now be auto-updated, using the `io.containers.auto-update` annotation (or `io.containers.auto-update/$name` for specific containers).
- The `podman kube play` command can now read YAML from URLs, e.g. `podman kube play https://example.com/demo.yml` ([#14955](https://github.com/containers/podman/issues/14955)).
- The `podman kube play` command now supports the `emptyDir` volume type ([#13309](https://github.com/containers/podman/issues/13309)).
- The `podman kube play` command now supports the `HostUsers` field in the pod spec.
- The `podman play kube` command now supports `binaryData` in ConfigMaps.
- The `podman pod create` command can now set additional resource limits for pods using the new `--memory-swap`, `--cpuset-mems`, `--device-read-bps`, `--device-write-bps`, `--blkio-weight`, `--blkio-weight-device`, and `--cpu-shares` options.
- The `podman machine init` command now supports a new option, `--username`, to set the username that will be used to connect to the VM as a non-root user ([#15402](https://github.com/containers/podman/issues/15402)).
- The `podman volume create` command's `-o timeout=` option can now set a timeout of 0, indicating volume plugin operations will never time out.
- Added support for a new volume driver, `image`, which allows volumes to be created that are backed by images.
- The `podman run` and `podman create` commands support a new option, `--env-merge`, allowing environment variables to be specified relative to other environment variables in the image (e.g. `podman run --env-merge "PATH=$PATH:/my/app" ...`) ([#15288](https://github.com/containers/podman/issues/15288)).
- The `podman run` and `podman create` commands support a new option, `--on-failure`, to allow action to be taken when a container fails health checks, with the following supported actions: `none` (take no action, the default), `kill` (kill the container), `restart` (restart the container), and `stop` (stop the container).
- The `--keep-id` option to `podman create` and `podman run` now supports new options, `uid` and `gid`, to set the UID and GID of the user in the container that will be mapped to the user running Podman (e.g. `--userns=keep-id:uid=11` will made the user running Podman to UID 11 in the container) ([#15294](https://github.com/containers/podman/issues/15294)).
- The `podman generate systemd` command now supports a new option, `--env`/`-e`, to set environment variables in the generated unit file ([#15523](https://github.com/containers/podman/issues/15523)).
- The `podman pause` and `podman unpause` commands now support the `--latest`, `--cidfile`, and `--filter` options.
- The `podman restart` command now supports the `--cidfile` and `--filter` options.
- The `podman rm` command now supports the `--filter` option to select which containers will be removed.
- The `podman rmi` command now supports a new option, `--no-prune`, to prevent the removal of dangling parents of removed images.
- The `--dns-opt` option to `podman create`, `podman run`, and `podman pod create` has received a new alias, `--dns-option`, to improve Docker compatibility.
- The `podman` command now features a new global flag, `--debug`/`-D`, which enables debug-level logging (identical to `--log-level=debug`), improving Docker compatibility.
- The `podman` command now features a new global flag, `--config`. This flag is ignored, and is only included for Docker compatibility ([#14767](https://github.com/containers/podman/issues/14767)).
- The `podman manifest create` command now accepts a new option, `--amend`/`-a`.
- The `podman manifest create`, `podman manifest add` and `podman manifest push` commands now accept a new option, `--insecure` (identical to `--tls-verify=false`), improving Docker compatibility.
- The `podman secret create` command's `--driver` and `--format` options now have new aliases, `-d` for `--driver` and `-f` for `--format`.
- The `podman secret create` command now supports a new option, `--label`/`-l`, to add labels to created secrets.
- The `podman secret ls` command now accepts the `--quiet`/`-q` option.
- The `podman secret inspect` command now accepts a new option, `--pretty`, to print output in human-readable format.
- The `podman stats` command now accepts the `--no-trunc` option.
- The `podman save` command now accepts the `--signature-policy` option ([#15869](https://github.com/containers/podman/issues/15869)).
- The `podman pod inspect` command now allows multiple arguments to be passed. If so, it will return a JSON array of the inspected pods ([#15674](https://github.com/containers/podman/issues/15674)).
- A series of new hidden commands have been added under `podman context` as aliases to existing `podman system connection` commands, to improve Docker compatibility.
- The remote Podman client now supports proxying signals for attach sessions when the `--sig-proxy` option is set ([#14707](https://github.com/containers/podman/issues/14707)).
[#]## Changes
- Duplicate volume mounts are now allowed with the `-v` option to `podman run`, `podman create`, and `podman pod create`, so long as source, destination, and options all match ([#4217](https://github.com/containers/podman/issues/4217)).
- The `podman generate kube` and `podman play kube` commands have been renamed to `podman kube generate` and `podman kube play` to group Kubernetes-related commands. Aliases have been added to ensure the old command names still function.
- A number of Podman commands (`podman init`, `podman container checkpoint`, `podman container restore`, `podman container cleanup`) now print the user-inputted name of the container, instead of its full ID, on success.
- When an unsupported option (e.g. resource limit) is specified for a rootless container on a cgroups v1 system, a warning message is now printed that the limit will not be honored.
- The installer for the Windows Podman client has been improved.
- The `--cpu-rt-period` and `--cpu-rt-runtime` options to `podman run` and `podman create` now print a warning and are ignored on cgroups v2 systems (cgroups v2 having dropped support for these controllers) ([#15666](https://github.com/containers/podman/issues/15666)).
- Privileged containers running systemd will no longer mount `/dev/tty*` devices other than `/dev/tty` itself into the container ([#15878](https://github.com/containers/podman/issues/15878)).
- Events for containers that are part of a pod now include the ID of the pod in the event.
- SSH functionality for `podman machine` commands has seen a thorough rework, addressing many issues about authentication.
- The `--network` option to `podman kube play` now allows passing `host` to set the pod to use host networking, even if the YAML does not request this.
- The `podman inspect` command on containers now includes the digest of the image used to create the container.
- Pods created by `podman play kube` are now, by default, placed into a network named `podman-kube`. If the `podman-kube` network does not exist, it will be created. This ensures pods can connect to each other by their names, as the network has DNS enabled.
[#]## Bugfixes
- Fixed a bug where the `podman network prune` and `podman container prune` commands did not properly support the `--filter label!=` option ([#14182](https://github.com/containers/podman/issues/14182)).
- Fixed a bug where the `podman kube generate` command added an unnecessary `Secret: null` line to generated YAML ([#15156](https://github.com/containers/podman/issues/15156)).
- Fixed a bug where the `podman kube generate` command did not set `enableServiceLinks` and `automountServiceAccountToken` to false in generated YAML ([#15478](https://github.com/containers/podman/issues/15478) and [#15243](https://github.com/containers/podman/issues/15243)).
- Fixed a bug where the `podman kube play` command did not properly handle CPU limits ([#15726](https://github.com/containers/podman/issues/15726)).
- Fixed a bug where the `podman kube play` command did not respect default values for liveness probes ([#15855](https://github.com/containers/podman/issues/15855)).
- Fixed a bug where the `podman kube play` command did not bind ports if `hostPort` was not specified but `containerPort` was ([#15942](https://github.com/containers/podman/issues/15942)).
- Fixed a bug where the `podman kube play` command sometimes did not create directories on the host for `hostPath` volumes.
- Fixed a bug where the remote Podman client's `podman manifest push` command did not display progress.
- Fixed a bug where the `--filter "{{.Config.Healthcheck}}"` option to `podman image inspect` did not print the image's configured healthcheck ([#14661](https://github.com/containers/podman/issues/14661)).
- Fixed a bug where the `podman volume create -o timeout=` option could be specified even when no volume plugin was in use.
- Fixed a bug where the `podman rmi` command did not emit `untag` events when removing tagged images ([#15485](https://github.com/containers/podman/issues/15485)).
- Fixed a bug where API forwarding with `podman machine` VMs on windows could sometimes fail because the pipe was not created in time ([#14811](https://github.com/containers/podman/issues/14811)).
- Fixed a bug where the `podman pod rm` command could error if removal of a container in the pod was interrupted by a reboot.
- Fixed a bug where the `exited` and `exec died` events for containers did not include the container's labels ([#15617](https://github.com/containers/podman/issues/15617)).
- Fixed a bug where running Systemd containers on a system not using Systemd as PID 1 could fail ([#15647](https://github.com/containers/podman/issues/15647)).
- Fixed a bug where Podman did not pass all necessary environment variables (including `$PATH`) to Conmon when starting containers ([#15707](https://github.com/containers/podman/issues/15707)).
- Fixed a bug where the `podman events` command could function improperly when no events were present ([#15688](https://github.com/containers/podman/issues/15688)).
- Fixed a bug where the `--format` flag to various Podman commands did not properly handle template strings including a newline (`\n`) ([#13446](https://github.com/containers/podman/issues/13446)).
- Fixed a bug where Systemd-managed pods would kill every container in a pod when a single container exited ([#14546](https://github.com/containers/podman/issues/14546)).
- Fixed a bug where the `podman generate systemd` command would generate incorrect YAML for pods created without the `--name` option.
- Fixed a bug where the `podman generate systemd --new` command did not properly set stop timeout ([#16149](https://github.com/containers/podman/issues/16149)).
- Fixed a bug where a broken OCI spec resulting from the system rebooting while a container is being started could cause the `podman inspect` command to be unable to inspect the container until it was restarted.
- Fixed a bug where creating a container with a working directory on an overlay volume would result in the container being unable to start ([#15789](https://github.com/containers/podman/issues/15789)).
- Fixed a bug where attempting to remove a pod with running containers without `--force` would not error and instead would result in the pod, and its remaining containers, being placed in an unusable state ([#15526](https://github.com/containers/podman/issues/15526)).
- Fixed a bug where memory limits reported by `podman stats` could exceed the maximum memory available on the system ([#15765](https://github.com/containers/podman/issues/15765)).
- Fixed a bug where the `podman container clone` command did not properly handle environment variables whose value contained an `=` character ([#15836](https://github.com/containers/podman/issues/15836)).
- Fixed a bug where the remote Podman client would not print the container ID when running the `podman-remote run --attach stdin` command.
- Fixed a bug where the `podman machine list --format json` command did not properly show machine starting status.
- Fixed a bug where automatic updates would not error when attempting to update a container with a non-fully qualified image name ([#15879](https://github.com/containers/podman/issues/15879)).
- Fixed a bug where the `podman pod logs --latest` command could panic ([#15556](https://github.com/containers/podman/issues/15556)).
- Fixed a bug where Podman could leave lingering network namespace mounts on the system if cleaning up the network failed.
- Fixed a bug where specifying an unsupported URI scheme for `podman system service` to listen at would result in a panic.
- Fixed a bug where the `podman kill` command would sometimes not transition containers to the exited state ([#16142](https://github.com/containers/podman/issues/16142)).
[#]## API
... changelog too long, skipping 15 lines ...
- Updated the containers/common library to v0.50.1
==== protobuf ====
Version update (21.9 -> 21.11)
- update to 21.11:
* Python
* Add license file to pypi wheels (#10936)
* Fix round-trip bug (#10158)
- update to 21.10:
* Java
* Use bit-field int values in buildPartial to skip work on unset groups of
fields. (#10960)
* Mark nested builder as clean after clear is called (#10984)
==== python-Jinja2 ====
- ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is
deprecated and will be removed in a future release.' error from
pytest 7.2
==== python-cffi ====
- Add python-py as test dependency
==== python-cryptography ====
Version update (38.0.3 -> 38.0.4)
- Update to version 38.0.4
* Fixed compilation when using LibreSSL 3.6.0.
* Fixed error when using py2app to build an application with a cryptography dependency.
==== python-iniconfig ====
- Add python-py as test dependency
==== python-pip ====
Version update (22.0.4 -> 22.3.1)
- Update to 22.3.1: (bsc#1205478)
* Deprecations and Removals
+ Deprecate installation with setup.py install when no-binary is enabled
for source distributions without pyproject.toml. (#11452)
+ Deprecate installation with setup.py install when the wheel package is
absent for source distributions without pyproject.toml. (#8559)
+ Drop --use-deprecated=out-of-tree-build. (#11001)
* Features
+ Use the data-dist-info-metadata attribute from PEP 658 to resolve
distribution metadata without downloading the dist yet. (#11111)
+ Add --dry-run option to pip install, to let it print what it would
install but not actually make changes in the target environment. (#11096)
+ Add pip inspect command to obtain the list of installed distributions
and other information about the Python environment, in JSON. (#11245)
+ Add option to install and uninstall commands to opt-out from
running-as-root warning. (#10556)
+ Add a user interface for supplying config settings to build backends.
(#11059)
+ Explains why specified version cannot be retrieved when Requires-Python
is not satisfied. (#9615)
+ Validate build dependencies when using --no-build-isolation. (#9794)
* Bug Fixes
+ Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to
correctly account for multi-digit Python version segments. (#11547)
+ Fix --no-index when --index-url or --extra-index-url is specified
inside a requirements file. (#11276)
+ Ignore distributions with invalid Name in metadata instead of crashing,
when using the importlib.metadata backend. (#11352)
+ Raise RequirementsFileParseError when parsing malformed requirements
options that canât be sucessfully parsed by shlex. (#11491)
+ Show pip deprecation warnings by default. (#11330)
+ Send the pip upgrade prompt to stderr. (#11282)
+ Ensure that things work correctly in environments where
setuptools-injected distutils is available by default. (#11298)
+ pip config now normalizes names by converting underscores into
dashes. (#9330)
+ Fallback to pyproject.toml-based builds if setup.py is present in a
project, but setuptools cannot be imported. (#10717)
+ When checking for conflicts in the build environment, correctly skip
requirements containing markers that do not match the current
environment. (#10883)
+ Fix pip install issues using a proxy due to an inconsistency in how
Requests is currently handling variable precedence in session. (#9691)
- Refresh all patches.
- Stop skipping a lot of tests, no longer required.
- Add installer to BuildRequires for the test flavor.
==== python-psutil ====
- Require unittest2 only for python2: make this suitable for
the 15.4_py39 target in devel:languages:python:backports.
- Merge skip-obs.patch into skip_failing_tests.patch and add
test_linux.py::test_cpu_affinity because it depends on the
obs vm-type or worker CPU.
==== python-pycairo ====
Version update (1.22.0 -> 1.23.0)
- Update to version 1.23.0
* Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead.
* git: changed default branch from âmasterâ to âmainâ
* Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 #pr-243
* docs: Document how to look up pycairo headers without loading the module #pr-300
* tests: donât error out if cairo wasnât built with all features #pr-293
New APIs:
* Status.DWRITE_ERROR #pr-294
* Format.RGB96F, Format.RGBA128F #pr-295
* PDFVersion.VERSION_1_6, PDFVersion.VERSION_1_7 #pr-296
* HAS_DWRITE_FONT #pr-297
* Context.set_hairline(), Context.get_hairline() #pr-298
* PDFSurface.set_custom_metadata() #pr-299
==== python-pycares ====
- Add cleanup_tests.patch to make the test suite slightly more sane.
- No, the test suite is just broken, and the upstream doesn't care.
==== python-pycryptodome ====
Version update (3.15.0 -> 3.16.0)
- Update to version 3.16.0
* New features
Build wheels for musl Linux. Thanks to Ben Raz.
* Resolved issues
GH#639: ARC4 now also works with 'keys' as short as 8 bits.
GH#669: fix segfaults when running in a manylinux2010 i686 image.
==== python-pymongo ====
Version update (4.3.2 -> 4.3.3)
- Update to 4.3.3
Version 4.3.3 documents support for the following:
* CSFLE on-demand credentials for cloud KMS providers.
* Authentication support for EKS Clusters.
* Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
Bug Fixes
* Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
* Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).
==== python-simplejson ====
Version update (3.17.6 -> 3.18.0)
- Update to v3.18.0
* Allow serialization of classes that implement for_json or _asdict by
ignoring TypeError when those methods are called
https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
sequence edge case
https://github.com/simplejson/simplejson/pull/298
==== python-zope.interface ====
Version update (5.5.1 -> 5.5.2)
- Update to version 5.5.2
* Add support for building arm64 wheels on macOS.
==== ruby3.1 ====
Subpackages: libruby3_1-3_1
- Add ruby-3.1.3-remove-timezone-test.patch to disable timezone
tests broken by 2022g update
- Update rb_arch_short macro
==== shim ====
- Modified shim-install, add the following Olaf Kirch's patches to support
full disk encryption: (jsc#PED-922)
a5c57340740c Introduce --no-grub-install option
5c2c3addc51f Handle different cases of controlling cryptomount volumes during first stage boot
26c6bd5df7ae Have grub take a snapshot of "relevant" TPM PCRs
==== signon-kwallet-extension ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== systemd ====
Version update (252.2 -> 252.3)
Subpackages: libsystemd0 libudev1 systemd-doc udev
- Import commit bf3fef99886bd977a1c7a51d20087bc8977fff44
6372fb0cc4 btrfs-util: convert O_PATH if necessary, in btrfs quota call (bsc#1205560)
12e68eb0e5 blockdev-util: move O_PATH fd conversion into btrfs_get_block_device_fd() to shorten things
bb2bafdc9d btrfs-util: convert to fd_reopen_condition()
1323232948 fd-util: add new helper fd_reopen_conditional()
- Drop 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch
It's no more needed as a fix for bsc#1205560 has been queued, see above.
- Import commit 82898a14f5b0a965ba9c1efc1913fcdf29d446a8 (merge of v252.3)
It includes the following fixes:
9410eb20eb cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/e7e931b07edd786dc6ca1dae6c23ff7…
Additionally, it also includes the following backports:
- 17b2f9f196 utmp-wtmp: fix error in case isatty() fails
- 8d5c487c87 sd-bus: handle -EINTR return from bus_poll() (bsc#1201982)
- 2dd217c8b5 tree-wide: modernizations with RET_NERRNO()
==== systemd-presets-branding-openSUSE ====
- enable autostart of drkonqi (bsc#1203493).
==== systemd-presets-common-SUSE ====
- enable user side autostart of drkonqi socket (bsc#1203493).
==== texinfo ====
Version update (7.0 -> 7.0.1)
Subpackages: info info-lang info-std
- texinfo 7.0.1:
* texi2any: avoid multiple crashes on empty @image argument and
other conditions
* avoid hang on @ref command inside section command
* info: fix recoding of UTF-8 files to ASCII when run in C
locale
* js: index search fixed for new HTML output
==== timezone ====
Version update (2022f -> 2022g)
- timezone update 2022g:
* In the Mexican state of Chihuahua, the border strip near the US
will change to agree with nearby US locations on 2022-11-30.
The strip's western part, represented by Ciudad Juárez, switches
from -06 all year to -07/-06 with US DST rules, like El Paso, TX.
The eastern part, represented by Ojinaga, will observe US DST next
year, like Presidio, TX.
A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
* Much of Greenland, represented by America/Nuuk, stops observing
winter time after March 2023, so its daylight saving time becomes
standard time.
* Changes for pre-1996 northern Canada
* Update to past DST transition in Colombia (1993), Singapore
(1981)
* timegm is now supported by default
==== tpm2.0-abrmd ====
Version update (2.4.1 -> 3.0.0)
Subpackages: libtss2-tcti-tabrmd0 tpm2.0-abrmd-selinux
- Version 3.0.0
+ Fixed
* A bug in special command processing in TPM2_GetCapability when
an audit session is in use cuased tpm2-abrmd to abort.
+ Added
* New SELinux interfaces for communication with keylime
+ Changed
* DBUS permissions in tpm2-abrmd.conf to match the in-kernel RM,
ie /dev/tpmrm0, permissions. Now users MUST be in the tss group
to send to tpm2-abrmd over DBUS.
- Drop dbus-access.patch (merged in PR#805)
==== tpm2.0-tools ====
Version update (5.2 -> 5.4)
- Update to version 5.4
+ Added:
* tpm2_policyrestart: Added option --cphash to output the cpHash
for the command PM2_CC_PolicyRestart.
* tpm2_policynvwritten: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyNvWritten.
* tpm2_policylocality: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyLocality.
* tpm2_policycountertimer: Added option --cphash to output the
cpHash for the command TPM2_CC_PolicyCounterTimer.
* tpm2_policycommandcode: Added option --cphash to output the
cpHash for the command TPM2_CC_PolicyCommandCode.
* tpm2_policypassword: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyPassword.
* tpm2_policyauthvalue: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyAuthValue.
* tpm2_policyauthorize: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyAuthorize.
* tpm2_print: Support printing serialized ESYS_TR's
* tpm2_create: Add a clarifying message to usage of -c when
TPM2_CreateLoaded is not supported.
* tpm2_getcap: Add support for vendor agnostic
capabilites. Requires tpm2-tss version 4.0 and higher to enable.
* Add a script, check_endorsement_cert.sh, to validate the
endorsement certificate chain. It takes two inputs - A
TPM2B_PUBLIC format EKpublic and a PEM format EKcertificate
specified in that order as arguments.
- Update to version 5.3
+ Features:
* lib/tpm2_tool.c: add --help=no-man for tpm2 option. Prior to
this change the tool parsed no-man as an unrecognized option and
errored out. Now it lists all the available tool options.
* tpm2_encodeobject: New tool to encode TPM2 object. It takes
public and private portions of an object and encode them in a
combined PEM form called tssprivkey used by tpm2-tss-engine and
other applications.
* Support alternative ECC curves for which default EK templates
exist (NIST_P256, NIST_P384, NIST_P521, and SM2_P256).
* tools/misc/tpm2_checkquote: add sm2 verification of signature.
* crypto: support the TPM2_ECC_SM2_P256 curveID.
* fapi: add new command to enable the use of fapi objects for tpm2
tools. The new command tss2_gettpm2object was added. With this
command context files which can be used for tpm2 tool commands
can be created.
* Support for sign and verify with sm2 algorithms.
* tools/tpm2_startauthsession: add sym-algorithm argument for
supported symmetric algorithm.
* Attestation (certify, command audit, sessionaudit and quote):
add scheme argument for supported signature schemes. This also
enable support for SM signing.
* tpm2_flushcontext: support all options at a time. Support the
- t/-l/-s options all at once so folks don't have to call it
multiple times.
* tools/tpm2_nvread: add human readable output for NV content
Enable parsing and YAML-style output for the different NV index
types.
* New event types in tpm2_eventlog:
EV_EFI_PLATFORM_FIRMWARE_BLOB2, EV_EFI_HANDOFF_TABLES2,
EV_EFI_VARIABLE_BOOT2
* VERSION: add version file - Generate the version file with
bootstrap and include in the DIST tarball so endusers can call
autoreconf on a dist tarball which doesn't have git. This
alleviates git describe errors on release tarballs in the
autoreconf case.
* import: support restricted parents - Support a restricted parent
with an aes128cfb symmetric parameter.
* tpm2_load - Added capability to load pem files in
TSS2-Private-Key format for interoperability with
tpm2-tss-engine, tpm2-openssl provider tpm2-pkcs11, and
tpm2-pytss.
* tpm2_print - Added capability to parse out and print the public
portion of a TSS Private Key in the PEM format with the arg
option TSSPRIVKEY_OBJ.
* tpm2_loadexternal: Added support to tpm2_loadexternal for
parsing and loading the public portion of a TSS2 Privkey PEM
file. The path to the PEM file must be specified using the -r
option while skipping the -G option for key type.
* Support added for calculating cpHash, rpHash, sessions for
parameter encryption and auditing in: tpm2_nvwrite,
tpm2_nvcertify, tpm2_nvincrement, tpm2_nvwritelock,
tpm2_nvreadlock, tpm2_nvundefine and tpm2_nvreadpublic.
* Support added for calculating cpHash in: tpm2_clear,
tpm2_dictionarylockout, tpm2_clearcontrol, tpm2_sign,
tpm2_setprimarypolicy, tpm2_setclock, tpm2_rsadecrypt,
tpm2_duplicate, tpm2_clockrateadjust, tpm2_createprimary,
tpm2_quote, tpm2_policysecret, tpm2_policynv,
tpm2_policyauthorizenv, tpm2_import, tpm2_hmac,
tpm2_hierarchycontrol, tpm2_load, tpm2_gettime,
tpm2_evictcontrol, tpm2_encryptdecrypt, tpm2_getpolicydigest,
tpm2_loadexternal, tpm2_commit, tpm2_ecdhkeygen, tpm2_ecdhzgen,
tpm2_ecephemeral, tpm2_geteccparameters, tpm2_flushcontext,
tpm2_pcrallocate, tpm2_pcrevent, tpm2_pcrreset, tpm2_pcrread.
* Support for using tcti=none for cpHash calculations to avoid
invoking checks for active TPM in: tpm2_nvreadpublic,
tpm2_nvundefine, tpm2_nvreadlock, tpm2_nvwritelock,
tpm2_nvincrement, tpm2_nvcertify, tpm2_nvdefine, tpm2_nvwrite.
+ Known issue:
* FAPI tools will not work on 32bit user-static qemu on 64bit host
because readdir returns NULL. Follow the issue on
... changelog too long, skipping 84 lines ...
- Add echo_tcti_call_python3_binary.patch (upstreamed)
==== tracker ====
Version update (3.4.1 -> 3.4.2)
Subpackages: libtracker-sparql-3_0-0 tracker-data-files
- Update to version 3.4.2:
+ Warn if IRIs are not absolute. This will turn into a query
error in future releases.
+ Handle slight type affinity changes in SQLite 3.40.0 in some
operations that broke Tracker expectations.
+ Close file descriptors asynchronously in TrackerEndpointDBus.
+ Updated translations.
==== tracker-miners ====
Version update (3.4.1 -> 3.4.2)
Subpackages: tracker-miner-files
- Update to version 3.4.2:
+ Fix advised flatpak command in sandboxing documentation.
+ Fix intermittent build break.
+ Updated translations.
==== udisks2 ====
Subpackages: libudisks2-0 libudisks2-0_btrfs
- avoid wakening spun-down disks on unrelated events (bsc#1120608)
* add:
0001-udisksata-Move-the-low-level-PM-state-call.patch
0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch
0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch
==== vim ====
Version update (9.0.0978 -> 9.0.1040)
Subpackages: vim-data vim-data-common vim-small
- Updated to version 9.0.1040, fixes the following problems
* Build errors without the +channel feature. (John Marriott)
* ch_log() text can be hard to find in the log file.
* The keyboard state response may end up in a shell command.
* Build error in tiny version.
* 'cursorline' not drawn before virtual text below.
* Stray characters displayed when starting the GUI.
* GUI: remote_foreground() does not always work. (Ron Aaron)
* When using kitty keyboard protocol function keys may not work. (Kovid
Goyal)
* Build failure with tiny version.
* File missing from list of distributed files.
* Using feedkeys() does not show up in a channel log.
* Popupwin test is more flaky on MacOS.
* Callback name argument is changed by setqflist().
* Crash when reading help index with various options set. (Marius Gedminas)
* Vim9 script: get E1096 when comment follows return.
* Display errors when adding or removing text property type.
* Tests for empty prop type name fail.
* Padding before virtual text below is highlighted when 'number' and
'nowrap' are set.
* If 'keyprotocol' is empty "xterm" still uses modifyOtherKeys.
* Coverity warns for dead code.
* "gk" may reset skipcol when not needed.
* Memory may leak.
* With 'smoothscroll' skipcol may be reset unnecessarily.
* Classes are not documented or implemented yet.
* Command list test fails.
* Tiny build fails.
* Suspend test sometimes fails on MacOS.
* A failed test may leave a swap file behind.
* Suspend test still sometimes fails on MacOS.
* There is no way to get a list of swap file names.
* Test for swapfilelist() fails on MS-Windows.
* Test for catch after interrupt is flaky on MS-Windows.
* Stray warnings for existing swap files.
* ml_get error when using screenpos().
* Tests may get stuck in buffer with swap file.
* Suspend test often fails on Mac OS.
* Zir files are not recognized.
* Without /dev/urandom srand() seed is too predictable.
* screenpos() does not count filler lines for diff mode.
* 'smoothscroll' and virtual text above don't work together. (Yee Cheng Chin)
* Tests call GetSwapFileList() before it is defined.
* Test trips over g:name.
* Suspend test fails on Mac OS when suspending Vim.
* WinScrolled is not triggered when filler lines change.
* type of w_last_topfill is wrong.
* LGTM is soon shutting down.
* Mouse shape test is flaky, especially on Mac OS.
* Autoload directory missing from distribution.
* Using freed memory with the cmdline popup menu.
* Vim9 class is not implemented yet.
* Test fails when terminal feature is missing.
* Tiny build fails because of conflicting typedef.
* Reporting swap file when windows are split.
* Object members are not being marked as used, garbage collection may
free them.
* Undo misbehaves when writing from an insert mode mapping.
* lalloc(0) error for a class without members.
* Function name does not match what it is used for.
* Using a <Cmd> mapping CmdlineChanged may be triggered twice.
* Test for <Cmd> mapping with CmdlineChanged fails.
==== vte ====
Version update (0.70.1 -> 0.70.2)
- Update to version 0.70.2:
* widget: Modernise HTML output.
* missing: Add better fdwalk implementation for darawin.
* build: Print warning on unstable release.
* build: Add define for openbsd.
* Updated translations.
==== wavpack ====
Version update (5.5.0 -> 5.6.0)
- update to 5.6.0:
* added: AIFF file import/export support
* added: WATCOM compiler and OS/2 support
* added: cmake support for mingw, builds Cooledit + Winamp plugins
* added: --force-even-byte-depth option for rounding up bit depths
* fixed: detect and report PCM files having non-zero padding bits
* fixed: possible crash when displaying long channel assignments
* fixed: big-endian-sourced "raw" files gave big-endian "wav"s
* fixed: numerous minor issues
==== wayland-utils ====
Version update (1.0.0 -> 1.1.0)
- update to 1.1.0:
* Support for linux_dmabuf version 4 (version 3 still supported)
* A human readable description to the dmabuf format modifier tokens
using libdrm (optional),
* The list of SHM supported formats is now more consistent with the list
of dmabuf formats,
* Support for wl_output version 4,
* A couple of compilation issues on the BSD systems are addressed.
==== wireless-regdb ====
Version update (20221012 -> 20221205)
- Update to version 20221205:
* wireless-regdb: Update regulatory rules for Japan (JP) on 6GHz
* wireless-regdb: Update regulatory rules for Japan (JP) on 5GHz
==== xdg-desktop-portal-gtk ====
Version update (1.14.0 -> 1.14.1)
- Update to version 1.14.1:
+ printing,
- wallpaper: Fix some memory leaks.
- Consistently include .desktop in the fallback app name.
+ screencast: Fall back to desktop ID if we don't know the app
name.
+ appchooser: Fix a use-after-free.
+ wallpaper: Handle errors storing images in the cache.
+ email: Fix a crash if no addresses are provided.
+ notification: Fix notifications for apps with no ID not
appearing.
+ screenshot: Report whether PickColor is implemented, if
possible.
==== xdm ====
Version update (1.1.13 -> 1.1.14)
- Update to release 1.1.14
* This release improves compatibility for building with GNU
libc 2.36, and adds a --without-xinerama option to the
configure script for those who want to build without linking
to libXinerama.
- supersedes u_glibc-2.36.patch
==== xinit ====
Version update (1.4.1 -> 1.4.2)
- Update to version 1.4.2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* man page: Update remote display example from rsh to ssh
* Remove non-portable grep usage from startx
* Don't wait for X to finish starting if it has died
* stop unsetting DBUS_SESSION_BUS_ADDRESS variable
* darwin: Drop support for macOS 10.7 and earlier
* darwin: Ensure we launch the user startx from $HOME
* darwin: Specify +extension GLX when the user requests IGLX support
* darwin: Wait for font_cache to complete to avoid a race with `xset fb=`
* man: Restore non-SCO UNIX bits of the man page
* startx: use uname -n instead of hostname
* startx: Source XINITRC and XSERVERRC variables
* startx: don't attempt to catch SIGKILL
- supersedes xinit-nolonger-unset-dbus-session.patch
- refreshed xinit-suse.patch
==== xmlsec1 ====
Version update (1.2.36 -> 1.2.37)
Subpackages: libxmlsec1-1 libxmlsec1-openssl1
- update to 1.2.37:
Fixed two regressions from 1.2.36 release
==== xorg-x11-fonts ====
Subpackages: xorg-x11-fonts-core xorg-x11-fonts-legacy
- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and
remove stuff it extraced, which would lead to 'rm -rf .', which
rm does not like. Use "%setup -c" instead, which creates the
appropriate %{name}-%{version} directory expected.
==== xorg-x11-fonts-converted ====
- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and
remove stuff it extraced, which would lead to 'rm -rf .', which
rm does not like. Use "%setup -c" instead, which creates the
appropriate %{name}-%{version} directory expected.
==== xprop ====
Version update (1.2.5 -> 1.2.6)
- Update to version 1.2.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
* Declare help() and print_help() as static
* Rename "dpy" function arguments to "display" to avoid shadowing global
* Resolve many gcc -Wsign-compare warnings
* Variable scope reductions as suggested by cppcheck
==== xrandr ====
Version update (1.5.1 -> 1.5.2)
- Update to version 1.5.2
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* gitlab CI: stop requiring Signed-off-by in commits
* Variable scope reductions as suggested by cppcheck
* Fix a -Wsign-compare warning
* Remove unused macros left over from original RandR 1.2 code
* Remove unused definition of rectangle_t
* Constify array argument to find_last_non_clamped()
- refreshed xrandr-print-outputs-per-provider.patch
==== xset ====
Version update (1.2.4 -> 1.2.5)
- Update to version 1.2.5
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Use the real name of the DPMS extension in messages & man page
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* gitlab CI: stop requiring Signed-off-by in commits
* Variable scope reduction as recommended by cppcheck
* Remove unnecessary casts
* Remove unnecessary check for NULL pointer before calling free()
* set_pixels: Mark pixels parameter as const
* Use C99 designated struct initializers
* configure: Make xf86misc support disabled by default
==== xterm ====
Version update (376 -> 377)
Subpackages: xterm-bin xterm-resize
- update to 377:
* add control sequences for reporting the current state of the
modified keys options (XTQMODKEYS) and allowed/disallowed
operations (XTQALLOWED), (prompted by discussion with Bram
Moolenaar).
* amend modifyOtherKeys case 2 to distinguish the escape character
with modifiers, e.g., shift-escape, from a plain escape character
(suggested by Bram Moolenaar).
* improve parsing and error-recovery in the case where a list of X11
bitmap fonts is given in the -fn and related options.
* change default for xftTrackMemUsage to false, because libXft has
does not handle certain fonts.
==== yast2-installation ====
Version update (4.5.10 -> 4.5.11)
- Use default depth for Xvnc, no longer enforce depth 16
(bsc#1205585)
- 4.5.11
==== yast2-kdump ====
Version update (4.5.5 -> 4.5.7)
- Support fadump values in output of kdumptools calibrate
(jsc#PED-1927)
- drop support for older kdumptools
- remove limits when kdumptools calibrate failed to allow user
enter anything
- 4.5.7
- Changed default of KDUMP_AUTO_RESIZE to "no" as documented in
https://github.com/openSUSE/kdump/blob/SLE-15-SP5/sysconfig.kdump.in#L57-L65
(bsc#1205816)
- 4.5.6
==== yast2-storage-ng ====
Version update (4.5.14 -> 4.5.15)
- Allow reusing LVM volume groups
- 4.5.15
- Proposal: new setting to prevent reusing LVM volume groups
(related to gh#yast/d-installer#264).
==== yast2-users ====
Version update (4.5.2 -> 4.5.3)
- Use a fallback if CHARACTER_CLASS cannot be read from /etc/login.defs
or /usr/etc/login.defs (bsc#1205783)
- 4.5.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:
libass (0.16.0 -> 0.17.0)
open-iscsi
openldap2
openldap2-contrib-src
=== Details ===
==== libass ====
Version update (0.16.0 -> 0.17.0)
- update to 0.17.0:
* This releaseâs major feature is the addition of a new ASS ScriptInfo
header pair: LayoutResX and LayoutResY. The introduction has been
coordinated with active VSFilters and will soon be available in xy-
VSFilter and XySubFilter as well.
* Since the beginning, many features in ASS scale relative to or are
otherwise affected by the storage resolution of the video file the subs
are bundled with. Adjusting subs for different video resolutions
traditionally took non-trivial effort. Of course this behavior must be
kept by default to preserve compatibility with existing files. But now,
setting both of the new headers to a positive, non-zero value will
replace the video storage resolution with the specified resolution for
the whole file, allowing easy reuse across all encodes of the same
display aspect ratio. This includes PAR effects, so reuse across
anamorphic and non-anamorphic releases is possible too.
* Detailed Changes:
* Fix various parts relating to automatic linebreaking
* Fix rendering when hinting was enabled and fontsizes or scales are zero
* Switch build to a non-recursive setup for improved parallelism
* Improve quality of SSA Effects movement
* Further documentation improvements
* Completely invalid Events are now discarded during parsing
* Introduction of LayoutRes{X,Y} script headers
* New AlphaLevel style override to set all alpha values while keeping the
color
* Add ASS_FEATURE_WRAP_UNICODE to allow automatic linebreaks in accordance
with the Unicode line breaking algorithm instead of ASS' much stricter
breaking rules. For the feature to be available at runtime, libass must
be linked against the new optional dependency libunibreak.
* Improve VSFilter compatibility:
* Fix premature truncation of animated alphas (was a 0.15.0 regression)
* Fix handling of small delay parameters for legacy SSA Effects
* Fix x-scaling with PlayResX
* Fix x-scaling for anamorphic video (except for \be whose scaling remains
buggy in general)
* Support SSA's AlphaLevel style field
* Support the \kt override tag from VSFilter's v4++ set
* Parse ScriptType headers
* Parse integer header, style and event field values like VSFilter
* Ignore trailing whitespace in an event's text
==== open-iscsi ====
Subpackages: iscsiuio
- Moving DB files from /etc/iscsi/* to /var/lib/iscsi/* for
SLE-15-SP5 and forward, as is done in Tumbleweed.
- Added /etc/iscsi/README.DB-files-moved, and added SPEC file
changes to support this, including a post-install script to
move the DB files, only installed if DB files are moved.
- Renamed shared library from libopeniscsiusr0_2_0 to
libopeniscsiusr0, to correctly match SONAME in library.
==== openldap2 ====
Subpackages: libldap-data libldap2 openldap2-client
- add reproducible.patch to avoid using compile-time specific date/time
constructs
==== openldap2-contrib-src ====
- add reproducible.patch to avoid using compile-time specific date/time
constructs
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:
cups
kernel-source (6.0.10 -> 6.0.12)
libpaper (2.0.3 -> 2.0.4)
pam
pam-full-src
python-psutil
python-pycairo (1.22.0 -> 1.23.0)
python-pycares
systemd (252.2 -> 252.3)
tpm2.0-abrmd (2.4.1 -> 3.0.0)
tpm2.0-tools (5.2 -> 5.4)
vim (9.0.0978 -> 9.0.1040)
wavpack (5.5.0 -> 5.6.0)
xen (4.16.2_04 -> 4.17.0_02)
xorg-x11-fonts
xorg-x11-fonts-converted
yast2-kdump (4.5.6 -> 4.5.7)
=== Details ===
==== cups ====
Subpackages: cups-client cups-config libcups2 libcupsimage2
- Migration PAM settings to /usr/etc: Saving user changed
configuration files in /etc and restoring them while an RPM
update.
==== kernel-source ====
Version update (6.0.10 -> 6.0.12)
- Linux 6.0.12 (bsc#1012628).
- btrfs: qgroup: fix sleep from invalid context bug in
btrfs_qgroup_inherit() (bsc#1012628).
- drm/amdgpu: move setting the job resources (bsc#1012628).
- drm/amdgpu: cleanup error handling in amdgpu_cs_parser_bos
(bsc#1012628).
- drm/amdgpu: fix userptr HMM range handling v2 (bsc#1012628).
- drm/amd/pm: add smu_v13_0_10 driver if version (bsc#1012628).
- drm/amd/pm: update driver-if header for smu_v13_0_10
(bsc#1012628).
- drm/amd/pm: update driver if header for smu_13_0_7
(bsc#1012628).
- clk: samsung: exynos7885: Correct "div4" clock parents
(bsc#1012628).
- clk: qcom: gdsc: add missing error handling (bsc#1012628).
- clk: qcom: gdsc: Remove direct runtime PM calls (bsc#1012628).
- iio: health: afe4403: Fix oob read in afe4403_read_raw
(bsc#1012628).
- iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw
(bsc#1012628).
- iio: light: rpr0521: add missing Kconfig dependencies
(bsc#1012628).
- libbpf: Use correct return pointer in attach_raw_tp
(bsc#1012628).
- bpf, perf: Use subprog name when reporting subprog ksymbol
(bsc#1012628).
- scripts/faddr2line: Fix regression in name resolution on ppc64le
(bsc#1012628).
- ARM: at91: rm9200: fix usb device clock id (bsc#1012628).
- libbpf: Handle size overflow for ringbuf mmap (bsc#1012628).
- hwmon: (ltc2947) fix temperature scaling (bsc#1012628).
- hwmon: (ina3221) Fix shunt sum critical calculation
(bsc#1012628).
- hwmon: (i5500_temp) fix missing pci_disable_device()
(bsc#1012628).
- hwmon: (ibmpex) Fix possible UAF when ibmpex_register_bmc()
fails (bsc#1012628).
- clocksource/drivers/arm_arch_timer: Fix XGene-1 TVAL register
math error (bsc#1012628).
- bpf: Do not copy spin lock field from user in bpf_selem_alloc
(bsc#1012628).
- nvmem: rmem: Fix return value check in rmem_read()
(bsc#1012628).
- of: property: decrement node refcount in
of_fwnode_get_reference_args() (bsc#1012628).
- clk: qcom: gcc-sc8280xp: add cxo as parent for three ufs ref
clks (bsc#1012628).
- ixgbevf: Fix resource leak in ixgbevf_init_module()
(bsc#1012628).
- i40e: Fix error handling in i40e_init_module() (bsc#1012628).
- fm10k: Fix error handling in fm10k_init_module() (bsc#1012628).
- iavf: Fix error handling in iavf_init_module() (bsc#1012628).
- e100: Fix possible use after free in e100_xmit_prepare
(bsc#1012628).
- net/mlx5: DR, Fix uninitialized var warning (bsc#1012628).
- net/mlx5: E-switch, Destroy legacy fdb table when needed
(bsc#1012628).
- net/mlx5: E-switch, Fix duplicate lag creation (bsc#1012628).
- net/mlx5: Fix uninitialized variable bug in outlen_write()
(bsc#1012628).
- net/mlx5e: Fix use-after-free when reverting termination table
(bsc#1012628).
- can: sja1000_isa: sja1000_isa_probe(): add missing
free_sja1000dev() (bsc#1012628).
- can: cc770: cc770_isa_probe(): add missing free_cc770dev()
(bsc#1012628).
- can: etas_es58x: es58x_init_netdev(): free netdev when
register_candev() (bsc#1012628).
- can: m_can: pci: add missing m_can_class_free_dev() in
probe/remove methods (bsc#1012628).
- can: m_can: Add check for devm_clk_get (bsc#1012628).
- vfs: fix copy_file_range() averts filesystem freeze protection
(bsc#1012628).
- qlcnic: fix sleep-in-atomic-context bugs caused by msleep
(bsc#1012628).
- aquantia: Do not purge addresses when setting the number of
rings (bsc#1012628).
- wifi: cfg80211: fix buffer overflow in elem comparison
(bsc#1012628).
- wifi: cfg80211: don't allow multi-BSSID in S1G (bsc#1012628).
- wifi: mac8021: fix possible oob access in
ieee80211_get_rate_duration (bsc#1012628).
- net: phy: fix null-ptr-deref while probe() failed (bsc#1012628).
- net: ethernet: ti: am65-cpsw: fix error handling in
am65_cpsw_nuss_probe() (bsc#1012628).
- net: net_netdev: Fix error handling in ntb_netdev_init_module()
(bsc#1012628).
- net/9p: Fix a potential socket leak in p9_socket_open
(bsc#1012628).
- net: ethernet: nixge: fix NULL dereference (bsc#1012628).
- net: wwan: iosm: fix kernel test robot reported error
(bsc#1012628).
- net: wwan: iosm: fix dma_alloc_coherent incompatible pointer
type (bsc#1012628).
- net: wwan: iosm: fix crash in peek throughput test
(bsc#1012628).
- net: wwan: iosm: fix incorrect skb length (bsc#1012628).
- dsa: lan9303: Correct stat name (bsc#1012628).
- mptcp: don't orphan ssk in mptcp_close() (bsc#1012628).
... changelog too long, skipping 606 lines ...
- commit e554413
==== libpaper ====
Version update (2.0.3 -> 2.0.4)
Subpackages: libpaper-tools libpaper2
- update to 2.0.4:
* don't hardcode make binary name in tests
==== pam ====
Subpackages: pam_unix
- pam_pwhistory-docu.patch, docbook5.patch: convert docu to
docbook5
- pam-git.diff: update to current git
- obsoletes pam-hostnames-in-access_conf.patch
- obsoletes tst-pam_env-retval.c
- pam_env_econf.patch refresh
==== pam-full-src ====
- pam_pwhistory-docu.patch, docbook5.patch: convert docu to
docbook5
- pam-git.diff: update to current git
- obsoletes pam-hostnames-in-access_conf.patch
- obsoletes tst-pam_env-retval.c
- pam_env_econf.patch refresh
==== python-psutil ====
- Require unittest2 only for python2: make this suitable for
the 15.4_py39 target in devel:languages:python:backports.
- Merge skip-obs.patch into skip_failing_tests.patch and add
test_linux.py::test_cpu_affinity because it depends on the
obs vm-type or worker CPU.
==== python-pycairo ====
Version update (1.22.0 -> 1.23.0)
- Update to version 1.23.0
* Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead.
* git: changed default branch from âmasterâ to âmainâ
* Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 #pr-243
* docs: Document how to look up pycairo headers without loading the module #pr-300
* tests: donât error out if cairo wasnât built with all features #pr-293
New APIs:
* Status.DWRITE_ERROR #pr-294
* Format.RGB96F, Format.RGBA128F #pr-295
* PDFVersion.VERSION_1_6, PDFVersion.VERSION_1_7 #pr-296
* HAS_DWRITE_FONT #pr-297
* Context.set_hairline(), Context.get_hairline() #pr-298
* PDFSurface.set_custom_metadata() #pr-299
==== python-pycares ====
- Add cleanup_tests.patch to make the test suite slightly more sane.
- No, the test suite is just broken, and the upstream doesn't care.
==== systemd ====
Version update (252.2 -> 252.3)
Subpackages: libsystemd0 libudev1 systemd-doc systemd-lang udev
- Import commit bf3fef99886bd977a1c7a51d20087bc8977fff44
6372fb0cc4 btrfs-util: convert O_PATH if necessary, in btrfs quota call (bsc#1205560)
12e68eb0e5 blockdev-util: move O_PATH fd conversion into btrfs_get_block_device_fd() to shorten things
bb2bafdc9d btrfs-util: convert to fd_reopen_condition()
1323232948 fd-util: add new helper fd_reopen_conditional()
- Drop 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch
It's no more needed as a fix for bsc#1205560 has been queued, see above.
- Import commit 82898a14f5b0a965ba9c1efc1913fcdf29d446a8 (merge of v252.3)
It includes the following fixes:
9410eb20eb cryptsetup: retry TPM2 unseal operation if it fails with TPM2_RC_PCR_CHANGED (bsc#1204944)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/e7e931b07edd786dc6ca1dae6c23ff7…
Additionally, it also includes the following backports:
- 17b2f9f196 utmp-wtmp: fix error in case isatty() fails
- 8d5c487c87 sd-bus: handle -EINTR return from bus_poll() (bsc#1201982)
- 2dd217c8b5 tree-wide: modernizations with RET_NERRNO()
==== tpm2.0-abrmd ====
Version update (2.4.1 -> 3.0.0)
Subpackages: libtss2-tcti-tabrmd0 tpm2.0-abrmd-selinux
- Version 3.0.0
+ Fixed
* A bug in special command processing in TPM2_GetCapability when
an audit session is in use cuased tpm2-abrmd to abort.
+ Added
* New SELinux interfaces for communication with keylime
+ Changed
* DBUS permissions in tpm2-abrmd.conf to match the in-kernel RM,
ie /dev/tpmrm0, permissions. Now users MUST be in the tss group
to send to tpm2-abrmd over DBUS.
- Drop dbus-access.patch (merged in PR#805)
==== tpm2.0-tools ====
Version update (5.2 -> 5.4)
- Update to version 5.4
+ Added:
* tpm2_policyrestart: Added option --cphash to output the cpHash
for the command PM2_CC_PolicyRestart.
* tpm2_policynvwritten: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyNvWritten.
* tpm2_policylocality: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyLocality.
* tpm2_policycountertimer: Added option --cphash to output the
cpHash for the command TPM2_CC_PolicyCounterTimer.
* tpm2_policycommandcode: Added option --cphash to output the
cpHash for the command TPM2_CC_PolicyCommandCode.
* tpm2_policypassword: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyPassword.
* tpm2_policyauthvalue: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyAuthValue.
* tpm2_policyauthorize: Added option --cphash to output the cpHash
for the command TPM2_CC_PolicyAuthorize.
* tpm2_print: Support printing serialized ESYS_TR's
* tpm2_create: Add a clarifying message to usage of -c when
TPM2_CreateLoaded is not supported.
* tpm2_getcap: Add support for vendor agnostic
capabilites. Requires tpm2-tss version 4.0 and higher to enable.
* Add a script, check_endorsement_cert.sh, to validate the
endorsement certificate chain. It takes two inputs - A
TPM2B_PUBLIC format EKpublic and a PEM format EKcertificate
specified in that order as arguments.
- Update to version 5.3
+ Features:
* lib/tpm2_tool.c: add --help=no-man for tpm2 option. Prior to
this change the tool parsed no-man as an unrecognized option and
errored out. Now it lists all the available tool options.
* tpm2_encodeobject: New tool to encode TPM2 object. It takes
public and private portions of an object and encode them in a
combined PEM form called tssprivkey used by tpm2-tss-engine and
other applications.
* Support alternative ECC curves for which default EK templates
exist (NIST_P256, NIST_P384, NIST_P521, and SM2_P256).
* tools/misc/tpm2_checkquote: add sm2 verification of signature.
* crypto: support the TPM2_ECC_SM2_P256 curveID.
* fapi: add new command to enable the use of fapi objects for tpm2
tools. The new command tss2_gettpm2object was added. With this
command context files which can be used for tpm2 tool commands
can be created.
* Support for sign and verify with sm2 algorithms.
* tools/tpm2_startauthsession: add sym-algorithm argument for
supported symmetric algorithm.
* Attestation (certify, command audit, sessionaudit and quote):
add scheme argument for supported signature schemes. This also
enable support for SM signing.
* tpm2_flushcontext: support all options at a time. Support the
- t/-l/-s options all at once so folks don't have to call it
multiple times.
* tools/tpm2_nvread: add human readable output for NV content
Enable parsing and YAML-style output for the different NV index
types.
* New event types in tpm2_eventlog:
EV_EFI_PLATFORM_FIRMWARE_BLOB2, EV_EFI_HANDOFF_TABLES2,
EV_EFI_VARIABLE_BOOT2
* VERSION: add version file - Generate the version file with
bootstrap and include in the DIST tarball so endusers can call
autoreconf on a dist tarball which doesn't have git. This
alleviates git describe errors on release tarballs in the
autoreconf case.
* import: support restricted parents - Support a restricted parent
with an aes128cfb symmetric parameter.
* tpm2_load - Added capability to load pem files in
TSS2-Private-Key format for interoperability with
tpm2-tss-engine, tpm2-openssl provider tpm2-pkcs11, and
tpm2-pytss.
* tpm2_print - Added capability to parse out and print the public
portion of a TSS Private Key in the PEM format with the arg
option TSSPRIVKEY_OBJ.
* tpm2_loadexternal: Added support to tpm2_loadexternal for
parsing and loading the public portion of a TSS2 Privkey PEM
file. The path to the PEM file must be specified using the -r
option while skipping the -G option for key type.
* Support added for calculating cpHash, rpHash, sessions for
parameter encryption and auditing in: tpm2_nvwrite,
tpm2_nvcertify, tpm2_nvincrement, tpm2_nvwritelock,
tpm2_nvreadlock, tpm2_nvundefine and tpm2_nvreadpublic.
* Support added for calculating cpHash in: tpm2_clear,
tpm2_dictionarylockout, tpm2_clearcontrol, tpm2_sign,
tpm2_setprimarypolicy, tpm2_setclock, tpm2_rsadecrypt,
tpm2_duplicate, tpm2_clockrateadjust, tpm2_createprimary,
tpm2_quote, tpm2_policysecret, tpm2_policynv,
tpm2_policyauthorizenv, tpm2_import, tpm2_hmac,
tpm2_hierarchycontrol, tpm2_load, tpm2_gettime,
tpm2_evictcontrol, tpm2_encryptdecrypt, tpm2_getpolicydigest,
tpm2_loadexternal, tpm2_commit, tpm2_ecdhkeygen, tpm2_ecdhzgen,
tpm2_ecephemeral, tpm2_geteccparameters, tpm2_flushcontext,
tpm2_pcrallocate, tpm2_pcrevent, tpm2_pcrreset, tpm2_pcrread.
* Support for using tcti=none for cpHash calculations to avoid
invoking checks for active TPM in: tpm2_nvreadpublic,
tpm2_nvundefine, tpm2_nvreadlock, tpm2_nvwritelock,
tpm2_nvincrement, tpm2_nvcertify, tpm2_nvdefine, tpm2_nvwrite.
+ Known issue:
* FAPI tools will not work on 32bit user-static qemu on 64bit host
because readdir returns NULL. Follow the issue on
... changelog too long, skipping 84 lines ...
- Add echo_tcti_call_python3_binary.patch (upstreamed)
==== vim ====
Version update (9.0.0978 -> 9.0.1040)
Subpackages: vim-data vim-data-common vim-small
- Updated to version 9.0.1040, fixes the following problems
* Build errors without the +channel feature. (John Marriott)
* ch_log() text can be hard to find in the log file.
* The keyboard state response may end up in a shell command.
* Build error in tiny version.
* 'cursorline' not drawn before virtual text below.
* Stray characters displayed when starting the GUI.
* GUI: remote_foreground() does not always work. (Ron Aaron)
* When using kitty keyboard protocol function keys may not work. (Kovid
Goyal)
* Build failure with tiny version.
* File missing from list of distributed files.
* Using feedkeys() does not show up in a channel log.
* Popupwin test is more flaky on MacOS.
* Callback name argument is changed by setqflist().
* Crash when reading help index with various options set. (Marius Gedminas)
* Vim9 script: get E1096 when comment follows return.
* Display errors when adding or removing text property type.
* Tests for empty prop type name fail.
* Padding before virtual text below is highlighted when 'number' and
'nowrap' are set.
* If 'keyprotocol' is empty "xterm" still uses modifyOtherKeys.
* Coverity warns for dead code.
* "gk" may reset skipcol when not needed.
* Memory may leak.
* With 'smoothscroll' skipcol may be reset unnecessarily.
* Classes are not documented or implemented yet.
* Command list test fails.
* Tiny build fails.
* Suspend test sometimes fails on MacOS.
* A failed test may leave a swap file behind.
* Suspend test still sometimes fails on MacOS.
* There is no way to get a list of swap file names.
* Test for swapfilelist() fails on MS-Windows.
* Test for catch after interrupt is flaky on MS-Windows.
* Stray warnings for existing swap files.
* ml_get error when using screenpos().
* Tests may get stuck in buffer with swap file.
* Suspend test often fails on Mac OS.
* Zir files are not recognized.
* Without /dev/urandom srand() seed is too predictable.
* screenpos() does not count filler lines for diff mode.
* 'smoothscroll' and virtual text above don't work together. (Yee Cheng Chin)
* Tests call GetSwapFileList() before it is defined.
* Test trips over g:name.
* Suspend test fails on Mac OS when suspending Vim.
* WinScrolled is not triggered when filler lines change.
* type of w_last_topfill is wrong.
* LGTM is soon shutting down.
* Mouse shape test is flaky, especially on Mac OS.
* Autoload directory missing from distribution.
* Using freed memory with the cmdline popup menu.
* Vim9 class is not implemented yet.
* Test fails when terminal feature is missing.
* Tiny build fails because of conflicting typedef.
* Reporting swap file when windows are split.
* Object members are not being marked as used, garbage collection may
free them.
* Undo misbehaves when writing from an insert mode mapping.
* lalloc(0) error for a class without members.
* Function name does not match what it is used for.
* Using a <Cmd> mapping CmdlineChanged may be triggered twice.
* Test for <Cmd> mapping with CmdlineChanged fails.
==== wavpack ====
Version update (5.5.0 -> 5.6.0)
- update to 5.6.0:
* added: AIFF file import/export support
* added: WATCOM compiler and OS/2 support
* added: cmake support for mingw, builds Cooledit + Winamp plugins
* added: --force-even-byte-depth option for rounding up bit depths
* fixed: detect and report PCM files having non-zero padding bits
* fixed: possible crash when displaying long channel assignments
* fixed: big-endian-sourced "raw" files gave big-endian "wav"s
* fixed: numerous minor issues
==== xen ====
Version update (4.16.2_04 -> 4.17.0_02)
- Update to Xen 4.17.0 FCS release (jsc#PED-1858)
xen-4.17.0-testing-src.tar.bz2
* On x86 "vga=current" can now be used together with GrUB2's gfxpayload setting. Note that
this requires use of "multiboot2" (and "module2") as the GrUB commands loading Xen.
* The "gnttab" option now has a new command line sub-option for disabling the
GNTTABOP_transfer functionality.
* The x86 MCE command line option info is now updated.
* Out-of-tree builds for the hypervisor now supported.
* __ro_after_init support, for marking data as immutable after boot.
* The project has officially adopted 4 directives and 24 rules of MISRA-C,
added MISRA-C checker build integration, and defined how to document
deviations.
* IOMMU superpage support on x86, affecting PV guests as well as HVM/PVH ones
when they don't share page tables with the CPU (HAP / EPT / NPT).
* Support for VIRT_SSBD and MSR_SPEC_CTRL for HVM guests on AMD.
* Improved TSC, CPU, and APIC clock frequency calibration on x86.
* Support for Xen using x86 Control Flow Enforcement technology for its own
protection. Both Shadow Stacks (ROP protection) and Indirect Branch
Tracking (COP/JOP protection).
* Add mwait-idle support for SPR and ADL on x86.
* Extend security support for hosts to 12 TiB of memory on x86.
* Add command line option to set cpuid parameters for dom0 at boot time on x86.
* Improved static configuration options on Arm.
* cpupools can be specified at boot using device tree on Arm.
* It is possible to use PV drivers with dom0less guests, allowing statically
booted dom0less guests with PV devices.
* On Arm, p2m structures are now allocated out of a pool of memory set aside at
domain creation.
* Improved mitigations against Spectre-BHB on Arm.
* Support VirtIO-MMIO devices device-tree binding creation in toolstack on Arm.
* Allow setting the number of CPUs to activate at runtime from command line
option on Arm.
* Grant-table support on Arm was improved and hardened by implementing
"simplified M2P-like approach for the xenheap pages"
* Add Renesas R-Car Gen4 IPMMU-VMSA support on Arm.
* Add i.MX lpuart and i.MX8QM support on Arm.
* Improved toolstack build system.
* Add Xue - console over USB 3 Debug Capability.
* gitlab-ci automation: Fixes and improvements together with new tests.
* dropped support for the (x86-only) "vesa-mtrr" and "vesa-remap" command line options
- Drop patches contained in new tarball or invalid
62fde97e-tools-libxl-Replace-deprecated-soundhw-on-QEMU-command-line.patch
xsa410-01.patch
xsa410-02.patch
xsa410-03.patch
xsa410-04.patch
xsa410-05.patch
xsa410-06.patch
xsa410-07.patch
xsa410-08.patch
xsa410-09.patch
xsa410-10.patch
xsa411.patch
- bsc#1203806 - VUL-0: CVE-2022-33746: xen: P2M pool freeing may
take excessively long (XSA-410)
xsa410-01.patch
xsa410-02.patch
xsa410-03.patch
xsa410-04.patch
xsa410-05.patch
xsa410-06.patch
xsa410-07.patch
xsa410-08.patch
xsa410-09.patch
xsa410-10.patch
- bsc#1203807 - VUL-0: CVE-2022-33748: xen: lock order inversion in
transitive grant copy handling (XSA-411)
xsa411.patch
==== xorg-x11-fonts ====
Subpackages: xorg-x11-fonts-core xorg-x11-fonts-legacy
- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and
remove stuff it extraced, which would lead to 'rm -rf .', which
rm does not like. Use "%setup -c" instead, which creates the
appropriate %{name}-%{version} directory expected.
==== xorg-x11-fonts-converted ====
- Do not ever use "%setup -n .": rpm 4.18 tries to be cleaner and
remove stuff it extraced, which would lead to 'rm -rf .', which
rm does not like. Use "%setup -c" instead, which creates the
appropriate %{name}-%{version} directory expected.
==== yast2-kdump ====
Version update (4.5.6 -> 4.5.7)
- Support fadump values in output of kdumptools calibrate
(jsc#PED-1927)
- drop support for older kdumptools
- remove limits when kdumptools calibrate failed to allow user
enter anything
- 4.5.7
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:
Imath (3.1.5 -> 3.1.6)
avahi
avahi-glib2
baloo5-widgets (22.08.3 -> 22.12.0)
bubblewrap (0.6.2 -> 0.7.0)
containerd (1.6.9 -> 1.6.12)
dolphin (22.08.3 -> 22.12.0)
ffmpegthumbs (22.08.3 -> 22.12.0)
kaccounts-integration (22.08.3 -> 22.12.0)
kaccounts-providers (22.08.3 -> 22.12.0)
kate (22.08.3 -> 22.12.0)
kde-print-manager (22.08.3 -> 22.12.0)
kdegraphics-thumbnailers (22.08.3 -> 22.12.0)
kdenetwork-filesharing (22.08.3 -> 22.12.0)
kdialog (22.08.3 -> 22.12.0)
khelpcenter5 (22.08.3 -> 22.12.0)
kio-extras5 (22.08.3 -> 22.12.0)
konsole (22.08.3 -> 22.12.0)
kwalletmanager5 (22.08.3 -> 22.12.0)
libkdcraw (22.08.3 -> 22.12.0)
libkexiv2 (22.08.3 -> 22.12.0)
mobipocket (22.08.3 -> 22.12.0)
openexr
protobuf (21.10 -> 21.11)
python-cryptography (38.0.3 -> 38.0.4)
python-pip (22.0.4 -> 22.3.1)
signon-kwallet-extension (22.08.3 -> 22.12.0)
yast2-users (4.5.2 -> 4.5.3)
=== Details ===
==== Imath ====
Version update (3.1.5 -> 3.1.6)
- update to 3.1.6:
* Patch release with miscellaneous bug/doc/build fixes.
* [#269] fix memory leak in V3fArrayFromBuffer
* [#268] Add <cstdint> for int64_t
* [#263] Initialize x in testRoots.cpp:solve() to suppress compiler
warning
* [#262] Fix gcc compiler warning in testFun.cpp
* [#261] Test return value of extractSHRT to avoid uninitialized reference
* [#260] Fix example code so it compiles as is
* [#259] Cuda safety in several headers
* [#256] Fix markdown and typos in README.md
* [#255] Do not warn if half.h has already being included
* [#250] Fix compiler warnings on windows
* [#249] Remove irrelevant cvs ignore files
* [#248] Update sphinx version
==== avahi ====
Subpackages: avahi-lang libavahi-client3 libavahi-common3 libavahi-core7
- Remove avahi-daemon-check-dns.sh, avahi-daemon-check-dns-suse.patch
and avahi-daemon.if-up
Doesn't work since about 9 years and will not be executed on a
fresh default installation anymore
==== avahi-glib2 ====
- Remove avahi-daemon-check-dns.sh, avahi-daemon-check-dns-suse.patch
and avahi-daemon.if-up
Doesn't work since about 9 years and will not be executed on a
fresh default installation anymore
==== baloo5-widgets ====
Version update (22.08.3 -> 22.12.0)
Subpackages: baloo5-widgets-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== bubblewrap ====
Version update (0.6.2 -> 0.7.0)
- update to v0.7.0:
* --size option controls the size of a subsequent --tmpfs (#509)
* Better error messages if a mount operation fails (#472)
* Better error message if creating the new user namespace fails with
ENOSPC (#487)
* When building as a Meson subproject, a RUNPATH can be set on the
executable to make it easier to bundle its libcap dependency
* Fix test failures when running as uid 0 but with limited capabilities
(#510)
* Use POSIX command -v in preference to non-standard which (#527)
* Fix a copy/paste error in --help (#531)
==== containerd ====
Version update (1.6.9 -> 1.6.12)
- Update to containerd v1.6.12 to fix CVE-2022-23471. Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.6.11>
==== dolphin ====
Version update (22.08.3 -> 22.12.0)
Subpackages: dolphin-part dolphin-part-lang libdolphinvcs5
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== ffmpegthumbs ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kaccounts-integration ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kaccounts-integration-lang libkaccounts2
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kaccounts-providers ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kaccounts-providers-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kate ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kate-lang kate-plugins
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kde-print-manager ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kde-print-manager-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdegraphics-thumbnailers ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdenetwork-filesharing ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kdenetwork-filesharing-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kdialog ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kdialog-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== khelpcenter5 ====
Version update (22.08.3 -> 22.12.0)
Subpackages: khelpcenter5-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kio-extras5 ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kio-extras5-lang libkioarchive5
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== konsole ====
Version update (22.08.3 -> 22.12.0)
Subpackages: konsole-part konsole-part-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== kwalletmanager5 ====
Version update (22.08.3 -> 22.12.0)
Subpackages: kwalletmanager5-lang
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== libkdcraw ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== libkexiv2 ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== mobipocket ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== openexr ====
Subpackages: libIex-3_1-30 libIlmThread-3_1-30 libOpenEXR-3_1-30
- skip testMultiTiledPartThreading for ppc64le [bsc#1205885]
==== protobuf ====
Version update (21.10 -> 21.11)
- update to 21.11:
* Python
* Add license file to pypi wheels (#10936)
* Fix round-trip bug (#10158)
==== python-cryptography ====
Version update (38.0.3 -> 38.0.4)
- Update to version 38.0.4
* Fixed compilation when using LibreSSL 3.6.0.
* Fixed error when using py2app to build an application with a cryptography dependency.
==== python-pip ====
Version update (22.0.4 -> 22.3.1)
- Update to 22.3.1: (bsc#1205478)
* Deprecations and Removals
+ Deprecate installation with setup.py install when no-binary is enabled
for source distributions without pyproject.toml. (#11452)
+ Deprecate installation with setup.py install when the wheel package is
absent for source distributions without pyproject.toml. (#8559)
+ Drop --use-deprecated=out-of-tree-build. (#11001)
* Features
+ Use the data-dist-info-metadata attribute from PEP 658 to resolve
distribution metadata without downloading the dist yet. (#11111)
+ Add --dry-run option to pip install, to let it print what it would
install but not actually make changes in the target environment. (#11096)
+ Add pip inspect command to obtain the list of installed distributions
and other information about the Python environment, in JSON. (#11245)
+ Add option to install and uninstall commands to opt-out from
running-as-root warning. (#10556)
+ Add a user interface for supplying config settings to build backends.
(#11059)
+ Explains why specified version cannot be retrieved when Requires-Python
is not satisfied. (#9615)
+ Validate build dependencies when using --no-build-isolation. (#9794)
* Bug Fixes
+ Fix entry point generation of pip.X, pipX.Y, and easy_install-X.Y to
correctly account for multi-digit Python version segments. (#11547)
+ Fix --no-index when --index-url or --extra-index-url is specified
inside a requirements file. (#11276)
+ Ignore distributions with invalid Name in metadata instead of crashing,
when using the importlib.metadata backend. (#11352)
+ Raise RequirementsFileParseError when parsing malformed requirements
options that canât be sucessfully parsed by shlex. (#11491)
+ Show pip deprecation warnings by default. (#11330)
+ Send the pip upgrade prompt to stderr. (#11282)
+ Ensure that things work correctly in environments where
setuptools-injected distutils is available by default. (#11298)
+ pip config now normalizes names by converting underscores into
dashes. (#9330)
+ Fallback to pyproject.toml-based builds if setup.py is present in a
project, but setuptools cannot be imported. (#10717)
+ When checking for conflicts in the build environment, correctly skip
requirements containing markers that do not match the current
environment. (#10883)
+ Fix pip install issues using a proxy due to an inconsistency in how
Requests is currently handling variable precedence in session. (#9691)
- Refresh all patches.
- Stop skipping a lot of tests, no longer required.
- Add installer to BuildRequires for the test flavor.
==== signon-kwallet-extension ====
Version update (22.08.3 -> 22.12.0)
- Update to 22.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/22.12.0/
- Update to 22.11.90
* New feature release
- Update to 22.11.80
* New feature release
==== yast2-users ====
Version update (4.5.2 -> 4.5.3)
- Use a fallback if CHARACTER_CLASS cannot be read from /etc/login.defs
or /usr/etc/login.defs (bsc#1205783)
- 4.5.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:
7zip
ImageMagick (7.1.0.52 -> 7.1.0.53)
SVT-AV1 (1.3.0 -> 1.4.0)
avahi
avahi-glib2
bolt (0.9.3 -> 0.9.4)
btrfsprogs (6.0 -> 6.0.2)
containerd (1.6.6 -> 1.6.9)
cyrus-sasl
docker (20.10.17_ce -> 20.10.21_ce)
evolution-data-server (3.46.1 -> 3.46.2)
exempi (2.6.1 -> 2.6.2)
firewalld (1.2.1 -> 1.2.2)
fuse-overlayfs (1.7.1 -> 1.10)
gnome-terminal (3.46.4 -> 3.46.7)
google-opensans-fonts (20180610 -> 20210927)
grub2
gtk3 (3.24.35 -> 3.24.35+10)
hwdata (0.364 -> 0.365)
ibus-libpinyin (1.13.0 -> 1.13.1)
ibus-libzhuyin (1.10.0 -> 1.10.1)
libICE (1.0.10 -> 1.1.0)
libXScrnSaver (1.2.3 -> 1.2.4)
libXcomposite (0.4.5 -> 0.4.6)
libXv (1.0.11 -> 1.0.12)
libXxf86dga (1.1.5 -> 1.1.6)
libbluray (1.3.3 -> 1.3.4)
libcontainers-common
libeconf (0.4.9 -> 0.5.0)
libexttextcat (3.4.5 -> 3.4.6)
libglvnd (1.5.0 -> 1.6.0)
libmfx (22.6.1 -> 22.6.4)
libqt5-qtbase
libstorage-ng (4.5.54 -> 4.5.56)
libwps (0.4.12 -> 0.4.13)
libyui (4.4.6 -> 4.4.7)
libyui-ncurses (4.4.6 -> 4.4.7)
libyui-ncurses-pkg (4.4.6 -> 4.4.7)
libyui-qt (4.4.6 -> 4.4.7)
libyui-qt-graph (4.4.6 -> 4.4.7)
libyui-qt-pkg (4.4.6 -> 4.4.7)
llvm15 (15.0.5 -> 15.0.6)
mariadb-connector-c (3.3.2 -> 3.3.3)
mdadm
ncurses (6.3.20221105 -> 6.3.20221126)
nss-mdns (0.14.1 -> 0.15.1)
openSUSE-build-key
podman (4.2.1 -> 4.3.1)
protobuf (21.9 -> 21.10)
python-Jinja2
python-cffi
python-iniconfig
python-pycryptodome (3.15.0 -> 3.16.0)
python-pymongo (4.3.2 -> 4.3.3)
python-simplejson (3.17.6 -> 3.18.0)
python-zope.interface (5.5.1 -> 5.5.2)
ruby3.1
systemd-presets-branding-openSUSE
systemd-presets-common-SUSE
texinfo (7.0 -> 7.0.1)
timezone (2022f -> 2022g)
timezone-java (2022f -> 2022g)
tracker (3.4.1 -> 3.4.2)
tracker-miners (3.4.1 -> 3.4.2)
udisks2
vte (0.70.1 -> 0.70.2)
wayland-utils (1.0.0 -> 1.1.0)
wireless-regdb (20221012 -> 20221205)
xdg-desktop-portal-gtk (1.14.0 -> 1.14.1)
xdm (1.1.13 -> 1.1.14)
xinit (1.4.1 -> 1.4.2)
xmlsec1 (1.2.36 -> 1.2.37)
xprop (1.2.5 -> 1.2.6)
xrandr (1.5.1 -> 1.5.2)
xset (1.2.4 -> 1.2.5)
xterm (376 -> 377)
yast2-installation (4.5.10 -> 4.5.11)
yast2-kdump (4.5.5 -> 4.5.6)
yast2-storage-ng (4.5.14 -> 4.5.15)
yast2-trans (84.87.20221114.6ac294712f -> 84.87.20221203.a7355e12ff)
=== Details ===
==== 7zip ====
- Enable ASM to increase performance in compression and decompression
bsc#1202197
==== ImageMagick ====
Version update (7.1.0.52 -> 7.1.0.53)
Subpackages: ImageMagick-config-7-SUSE libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10
- version update to 7.1.0.53
upstream changelog:
https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
==== SVT-AV1 ====
Version update (1.3.0 -> 1.4.0)
- update to 1.4.0:
* Adopted the 6L / 32-picture mini-GOP configuraion as default and
adjusted MD feature levels accordingly yielding higher compression
efficiency gains
* Update the TPL model to account for the larger mini-gop size
* Re-tune presets M0-M12 using the gained coding efficiency for improved
quality vs cycles tradeoffs
* Allow duplicate commandline parameters to be parsed and take into
consideration the latter to allow AWCY integration
* Build, Cleanup and Documentation
* Make include and lib paths friendly to abs and rel paths
* Update preset and API documentation
* Various functional bug fixes
* Remove manual prediction structure support
==== avahi ====
Subpackages: avahi-lang libavahi-client3 libavahi-common3 libavahi-core7
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_avahi-daemon.service.patch
* harden_avahi-dnsconfd.service.patch
==== avahi-glib2 ====
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_avahi-daemon.service.patch
* harden_avahi-dnsconfd.service.patch
==== bolt ====
Version update (0.9.3 -> 0.9.4)
- update to 0.9.4:
* spec file added and a few metadata fixes, no code change
==== btrfsprogs ====
Version update (6.0 -> 6.0.2)
Subpackages: btrfsprogs-udev-rules libbtrfs0
- update to 6.0.2:
* fix resize cancel not working in some cases
* fix fileattr stream command format and add workaround when it
cannot be applied
* properly handle degraded raid56 reads
* fi defrag: fix verbosity, don't print file names by default
* receive: fix silent data loss after fall back from encoded
write
* fi mkswapfile: new command to create a formatted swapfile in
one go
- includes changes from 6.0.1:
* send: minor speed up for v2 due to increased buffer size
* resize: invalid command line options fail with error code
* quota rescan:
* add long options --status and --wait
* new option to wait but don't start rescan
* qgroup show: print path by default, updated format
* qgroup: new subcommand clear-stale, remove qgroups without
their subvolumes
* experimental:
* add warnings to commands that have it enabled (mkfs, image,
btrfstune)
* other:
* documentation, help text, error message updates
==== containerd ====
Version update (1.6.6 -> 1.6.9)
- Update to containerd v1.6.9 for Docker v20.10.21-ce. Also includes a fix for
CVE-2022-27191. boo#1206065 bsc#1197284 Upstream release notes:
<https://github.com/containerd/containerd/releases/tag/v1.6.9>
==== cyrus-sasl ====
Subpackages: cyrus-sasl-gssapi libsasl2-3
- Do not set directories inside doc/ mode 644; otherwise the
directories are set 644 as well, which means no files inside are
accessible. This resulted in the past in doc/ actually not being
added to the devel package.
==== docker ====
Version update (20.10.17_ce -> 20.10.21_ce)
Subpackages: docker-bash-completion
- Update to Docker 20.10.21-ce. See upstream changelog online at
<https://docs.docker.com/engine/release-notes/#201021>. bsc#1206065
- Rebase patches:
* 0001-SECRETS-daemon-allow-directory-creation-in-run-secre.patch
* 0002-SECRETS-SUSE-implement-SUSE-container-secrets.patch
* 0003-PRIVATE-REGISTRY-add-private-registry-mirror-support.patch
* 0004-bsc1073877-apparmor-clobber-docker-default-profile-o.patch
* 0005-bsc1183855-btrfs-Do-not-disable-quota-on-cleanup.patch
* 0006-bsc1193930-vendor-update-golang.org-x-crypto.patch
* 0007-bsc1200022-fifo.Close-prevent-possible-panic-if-fifo.patch
- The PRIVATE-REGISTRY patch will now output a warning if it is being used (in
preparation for removing the feature). This feature was never meant to be
used by users directly (and is only available in the -kubic/CaaSP version of
the package anyway) and thus should not affect any users.
==== evolution-data-server ====
Version update (3.46.1 -> 3.46.2)
Subpackages: evolution-data-server-lang libcamel-1_2-64 libebackend-1_2-11 libebook-1_2-21 libebook-contacts-1_2-4 libecal-2_0-2 libedata-book-1_2-27 libedata-cal-2_0-2 libedataserver-1_2-27 libedataserverui-1_2-4
- Update to version 3.46.2:
+ e-xml-utils: Enable parse of huge XML files.
I Fix possible NULL-dereference in
e_cal_backend_file_modify_objects().
I ECalComponentAttendee: Default CUTYPE is INDIVIDUAL.
I IMAP: Excessive memory usage on folder summary download.
I Trust Prompt: Add issuer's certificate fingerprint.
I Fails to add task with X-EVOLUTION-GTASKS-POSITION into Google
Task list.
==== exempi ====
Version update (2.6.1 -> 2.6.2)
- update to 2.6.2:
- Update XMPCore to Adobe XMP SDK v2022.06
- Build system fixes that don't matter.
- Fix a typo in an ID3 genre string
- Build XMP_SDK with some fatal warnings:
- -Werror=missing-field-initializers
- -Werror=misleading-indentation
- -Werror=class-memaccess
- Remove (deprecated) boost_test_minimal
- Remove old .sym file (Daniel Kolesa)
- Added --enable-samples (default = yes) (Fabrice Fontaine)
==== firewalld ====
Version update (1.2.1 -> 1.2.2)
Subpackages: firewalld-bash-completion firewalld-lang python3-firewall
- update to 1.2.2:
* fix(client): raise exception (40a473b)
* fix(nftables): raise exception (a4b82cc)
* fix(nftables): invalid conditional statement (e9ca0ad)
* fix(check_config): use on disk firewalld_conf (d141d6d)
* fix(service): llmnr: improve description (d233698)
* Revert "feat(service): Add jellyfin service" (ea154d5)
==== fuse-overlayfs ====
Version update (1.7.1 -> 1.10)
- update to 1.10:
* main: use /proc/self/fd to read xattrs.
* main: inherit ACLs for new files/dirs.
* main: fix passing noatime.
* main: add checks for valid /proc mount.
* main: fix copy_file_range for deleted files.
* main: fix creating links of just deleted files.
* main: fix setting attributes on file without permissions.
* main: ignore EOVERFLOW when copying xattrs.
* main: set the correct value for RENAME_NOREPLACE when it is not already
defined in the system headers.
* main: create source whiteout only when needed
* main: fix missing source whiteout when destination is whiteout
* main: fix lookup if underlying path is a symlink, but a directory on a
upper directory.
* main: fix race when looking up an inode that was renamed.
* main: fix type used for ioctl.
* main: honor user.overlay. xattrs. Native overlay uses user.overlay to
store the overlay metadata instead of trusted.overlay.
* main: add a mount flag to disable ACLs.
==== gnome-terminal ====
Version update (3.46.4 -> 3.46.7)
Subpackages: gnome-shell-search-provider-gnome-terminal gnome-terminal-lang nautilus-extension-terminal
- Update to version 3.46.7:
* nautilus: Fix macro redefinition warning
* screen: Add some missing casts
* build: Add define for openbsd
* Updated translations.
- Update to version 3.46.6:
* prefs: Sink a floating variant
* prefs: Use default timeout when debugging
* prefs: Reduce default bus timeout
* prefs: Fix serialisation format
* client: Improve env var filters
- Update to version 3.46.5:
* util: Fix interpretation of TryExec desktop entry key
- Drop f06e6e5.patch: fixed upstream.
==== google-opensans-fonts ====
Version update (20180610 -> 20210927)
- update to 20210927 from GitHub
* Add gasp tables
* Add VTT hinting
* Cvt editing
* Hinting Updates
- Clarify license to be OFL 1.1
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi
- Add tpm to signed grub.elf image (PED-1990) (bsc#1205912)
- Increase initial heap size from 1/4 to 1/3
* 0001-ieee1275-Increase-initially-allocated-heap-from-1-4-.patch
==== gtk3 ====
Version update (3.24.35 -> 3.24.35+10)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-lang gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0
- Update to version 3.24.35+10:
+ Flush drawable surface when getting a pixbuf.
+ wayland: Look for cursor themes in $HOME (boo#1206001).
==== hwdata ====
Version update (0.364 -> 0.365)
- update to 0.365:
+ Updated pci, usb and vendor ids.
==== ibus-libpinyin ====
Version update (1.13.0 -> 1.13.1)
- update to 1.13.1:
* fix setup dialog
==== ibus-libzhuyin ====
Version update (1.10.0 -> 1.10.1)
- update to 1.10.1:
* fix setup dialog
==== libICE ====
Version update (1.0.10 -> 1.1.0)
- U_ICEmsg-Fix-C-interoperability-error-due-to-static_as.patch
* needed by plasma5-workspace
- Update to version 1.1.0
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* configure: check for libbsd before libxtrans checks for strlcpy
* ConnectToPeer: be doubly sure that use-after-free doesn't happen
* ProcessAuthReply: rename status variable to avoid shadowing
* Only link to libbsd for arc4random_buf if it is not found in libc
* IceGetHeaderExtra: only include extra space in outbufptr if there's room
* Refactor Fatal I/O error handling into a common function
* IceFlush: signal fatal I/O error if bufptr is past end of buffer
* ICEmsg.h: Add static asserts that message header length <= ICE_OUTBUFSIZE
* Handle arrays too large to fit in iceConn buffers
* Only link with libbsd if needed for arc4random_buf() or getentropy()
* Avoid -Wdeclaration-after-statement warnings from static_assert
* ice.pc.in: "Libs.Private" should be "Libs.private"
* configure: Use AC_SYS_LARGEFILE to enable large file support
==== libXScrnSaver ====
Version update (1.2.3 -> 1.2.4)
- Update to version 1.2.3:
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Whitespace fixes
* Add .git-blame-ignore-revs to hide whitespace commits from git blame
* Handle implicit conversion warnings from clang
==== libXcomposite ====
Version update (0.4.5 -> 0.4.6)
- Update to version 0.4.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Mark two dpy parameters const as suggested by cppcheck
* Remove unnecessary casts from malloc() and free() calls
* Wrap XComposite*CheckExtension() in do { ... } while(0)
* Handle implicit conversion warnings from clang
* XCompositeCloseDisplay: Mark codes as unused
==== libXv ====
Version update (1.0.11 -> 1.0.12)
- Update to version 1.0.12:
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Build xz tarballs instead of bzip2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* XvGetReq: remove trailing semicolon that caller is expected to provide
* Variable scope reductions
* Handle implicit conversion warnings from clang
==== libXxf86dga ====
Version update (1.1.5 -> 1.1.6)
- Update to version 1.1.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* unifdef __UNIXOS2__
* Remove SunOS 4 support (defined(sun) && (SVR4))
* unifdef ISC
* unifdef Lynx
* unifdef DGUX
==== libbluray ====
Version update (1.3.3 -> 1.3.4)
- update to 1.3.4:
* Improve API documentation.
* Improve JVM probing.
* Improve support for FreeBSD and Solaris.
* Improve .jar file search.
* Add configure option to build without external libudfread.
==== libcontainers-common ====
- Remove registry.suse.com from search unqualified-search-registries:
registry.suse.com responds very slowly to pagination repository listings
(https://docs.docker.com/registry/spec/api/#pagination) and thereby causes
every `podman search` to take over 90s. We have to remove it until this
regression is fixed.
==== libeconf ====
Version update (0.4.9 -> 0.5.0)
- Update to version 0.5.0:
* API calls econf_read*WithCallback supporting a general (void *)
argument for user defined data with which the callback function is
called.
* Tagged following functions deprecated:
econf_requireOwner, econf_requireGroup, econf_requirePermissions,
econf_followSymlinks, econf_reset_security_settings
Use one of the econf_read*WithCallback functions instead.
==== libexttextcat ====
Version update (3.4.5 -> 3.4.6)
Subpackages: libexttextcat-2_0-0
- update to 3.4.6:
* Add Venetian, Comorian, Maore, Sundanese, Quechua, South Bolivian,
Papiamentu, Nganasan, Minangkabau, Ladin, Ligurian, Komi, Kabardian, Fon
Finnish, Kven, Dzongkha, Chuvash, Bushi
==== libglvnd ====
Version update (1.5.0 -> 1.6.0)
- update to 1.6.0:
* Read gl.symbols when generating stubs for libGL.so
* Update GL headers and XML files
* Add support for loongarch64
* GLX: Fix assembly stubs for x32
* Fix pthreads lookup on FreeBSD
==== libmfx ====
Version update (22.6.1 -> 22.6.4)
- update to 22.6.4:
* Fix VC1 Decode assertion failure when frame type is NONE_PICTURE
==== libqt5-qtbase ====
Subpackages: libQt5Concurrent5 libQt5Core5 libQt5DBus5 libQt5Gui5 libQt5Network5 libQt5OpenGL5 libQt5PrintSupport5 libQt5Sql5 libQt5Sql5-sqlite libQt5Test5 libQt5Widgets5 libQt5Xml5 libqt5-qtbase-platformtheme-gtk3
- Add patch to fix text rendering on 16bit X11 surfaces (boo#1205585):
* 0001-Fix-wrong-to-linear-conversion.patch
==== libstorage-ng ====
Version update (4.5.54 -> 4.5.56)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#907
- handle changed output from 'btrfs qgroup show' (bsc#1206090)
- 4.5.56
- merge gh#openSUSE/libstorage-ng#906
- use RAII
- 4.5.55
==== libwps ====
Version update (0.4.12 -> 0.4.13)
- update to 0.4.13:
* Quattro Dos: try to retrieve correctly the spreadsheet's name when creating
some charts, Quattro: try to avoid potential spreadsheet names clashes +
* Quattro[dos,wq2]: try to retrieve sheet's name + check that the sheet id in
formula is not greater than 255, PocketWord: change some comments...
==== libyui ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-ncurses ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-ncurses-pkg ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt-graph ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== libyui-qt-pkg ====
Version update (4.4.6 -> 4.4.7)
- YQPkg: Scroll patterns list by pixels, not by item to avoid problems
caused by non-uniform item heights (bsc#1189550)
- 4.4.7
==== llvm15 ====
Version update (15.0.5 -> 15.0.6)
- Update to version 15.0.6.
* This release contains bug-fixes for the LLVM 15.0.0 release.
This release is API and ABI compatible with 15.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
==== mariadb-connector-c ====
Version update (3.3.2 -> 3.3.3)
- Update to release 3.3.3:
https://mariadb.com/kb/en/mariadb-connector-c-333-release-notes/
https://mariadb.com/kb/en/mariadb-connector-c-333-changelog/
==== mdadm ====
- Drop the patch which is reported as regression by upstream developer
(bsc#1206139)
0045-Manage-Block-unsafe-member-failing.patch
- Add jsc#PED-947 together with jsc#PED-1009 in mdadm.changes, they
are both the requirement to update mdadm to latest upstream state
via different requestors.
==== ncurses ====
Version update (6.3.20221105 -> 6.3.20221126)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20221126
+ fix an error in pathname of explain.txt (cf: 20200201).
+ fix an error in "@" command in test/ncurses.c F-menu (cf: 20190121).
+ improve formatting of ncurses-intro.html and hackguide.html
+ improve man/curs_clear.3x links to other pages
- Add ncurses patch 20221119
+ use static libraries for AdaCurses test-package for Mageia, since no
gprbuild package is available.
+ updated test packages for Debian.
- Add ncurses patch 20221112
+ build-fixes for AdaCurses RPM test-package.
==== nss-mdns ====
Version update (0.14.1 -> 0.15.1)
- Update to version 0.15.1:
+ Updated README.md for clarity
+ The return of BSD support!
+ Support for `AVAHI_SOCKET` in `/run` (instead of legacy
`/var/run`).
==== openSUSE-build-key ====
- Package OBS project key if available. Useful when forking
openSUSE-build-key for use in appliances.
==== podman ====
Version update (4.2.1 -> 4.3.1)
Subpackages: podman-cni-config
- switch to building with go 1.17
- use %%make_* macros
- drop /usr/share/user-tmpfiles.d/podman-docker.conf on SLE & Leap
- remove rpmlintrc (contained only obsolete filters)
- remove obsolete with_libostree (we don't build on anything older than SLE 15)
- add patch: 0001-Revert-Default-missing-hostPort-to-containerPort-is-.patch
(hotfix for https://github.com/containers/podman/issues/16765)
- Update to version 4.3.1:
4.3.1:
[#]## Bugfixes
- Fixed a deadlock between the `podman ps` and `podman container inspect` commands
[#]## Misc
- Updated the containers/image library to v5.23.1
4.3.0:
[#]## Features
- A new command, `podman generate spec`, has been added, which creates a JSON struct based on a given container that can be used with the Podman REST API to create containers.
- A new command, `podman update`, has been added,which makes changes to the resource limits of existing containers. Please note that these changes do not persist if the container is restarted ([#15067](https://github.com/containers/podman/issues/15067)).
- A new command, `podman kube down`, has been added, which removes pods and containers created by the given Kubernetes YAML (functionality is identical to `podman kube play --down`, but it now has its own command).
- The `podman kube play` command now supports Kubernetes secrets using Podman's secrets backend.
- Systemd-managed pods created by the `podman kube play` command now integrate with sd-notify, using the `io.containers.sdnotify` annotation (or `io.containers.sdnotify/$name` for specific containers).
- Systemd-managed pods created by `podman kube play` can now be auto-updated, using the `io.containers.auto-update` annotation (or `io.containers.auto-update/$name` for specific containers).
- The `podman kube play` command can now read YAML from URLs, e.g. `podman kube play https://example.com/demo.yml` ([#14955](https://github.com/containers/podman/issues/14955)).
- The `podman kube play` command now supports the `emptyDir` volume type ([#13309](https://github.com/containers/podman/issues/13309)).
- The `podman kube play` command now supports the `HostUsers` field in the pod spec.
- The `podman play kube` command now supports `binaryData` in ConfigMaps.
- The `podman pod create` command can now set additional resource limits for pods using the new `--memory-swap`, `--cpuset-mems`, `--device-read-bps`, `--device-write-bps`, `--blkio-weight`, `--blkio-weight-device`, and `--cpu-shares` options.
- The `podman machine init` command now supports a new option, `--username`, to set the username that will be used to connect to the VM as a non-root user ([#15402](https://github.com/containers/podman/issues/15402)).
- The `podman volume create` command's `-o timeout=` option can now set a timeout of 0, indicating volume plugin operations will never time out.
- Added support for a new volume driver, `image`, which allows volumes to be created that are backed by images.
- The `podman run` and `podman create` commands support a new option, `--env-merge`, allowing environment variables to be specified relative to other environment variables in the image (e.g. `podman run --env-merge "PATH=$PATH:/my/app" ...`) ([#15288](https://github.com/containers/podman/issues/15288)).
- The `podman run` and `podman create` commands support a new option, `--on-failure`, to allow action to be taken when a container fails health checks, with the following supported actions: `none` (take no action, the default), `kill` (kill the container), `restart` (restart the container), and `stop` (stop the container).
- The `--keep-id` option to `podman create` and `podman run` now supports new options, `uid` and `gid`, to set the UID and GID of the user in the container that will be mapped to the user running Podman (e.g. `--userns=keep-id:uid=11` will made the user running Podman to UID 11 in the container) ([#15294](https://github.com/containers/podman/issues/15294)).
- The `podman generate systemd` command now supports a new option, `--env`/`-e`, to set environment variables in the generated unit file ([#15523](https://github.com/containers/podman/issues/15523)).
- The `podman pause` and `podman unpause` commands now support the `--latest`, `--cidfile`, and `--filter` options.
- The `podman restart` command now supports the `--cidfile` and `--filter` options.
- The `podman rm` command now supports the `--filter` option to select which containers will be removed.
- The `podman rmi` command now supports a new option, `--no-prune`, to prevent the removal of dangling parents of removed images.
- The `--dns-opt` option to `podman create`, `podman run`, and `podman pod create` has received a new alias, `--dns-option`, to improve Docker compatibility.
- The `podman` command now features a new global flag, `--debug`/`-D`, which enables debug-level logging (identical to `--log-level=debug`), improving Docker compatibility.
- The `podman` command now features a new global flag, `--config`. This flag is ignored, and is only included for Docker compatibility ([#14767](https://github.com/containers/podman/issues/14767)).
- The `podman manifest create` command now accepts a new option, `--amend`/`-a`.
- The `podman manifest create`, `podman manifest add` and `podman manifest push` commands now accept a new option, `--insecure` (identical to `--tls-verify=false`), improving Docker compatibility.
- The `podman secret create` command's `--driver` and `--format` options now have new aliases, `-d` for `--driver` and `-f` for `--format`.
- The `podman secret create` command now supports a new option, `--label`/`-l`, to add labels to created secrets.
- The `podman secret ls` command now accepts the `--quiet`/`-q` option.
- The `podman secret inspect` command now accepts a new option, `--pretty`, to print output in human-readable format.
- The `podman stats` command now accepts the `--no-trunc` option.
- The `podman save` command now accepts the `--signature-policy` option ([#15869](https://github.com/containers/podman/issues/15869)).
- The `podman pod inspect` command now allows multiple arguments to be passed. If so, it will return a JSON array of the inspected pods ([#15674](https://github.com/containers/podman/issues/15674)).
- A series of new hidden commands have been added under `podman context` as aliases to existing `podman system connection` commands, to improve Docker compatibility.
- The remote Podman client now supports proxying signals for attach sessions when the `--sig-proxy` option is set ([#14707](https://github.com/containers/podman/issues/14707)).
[#]## Changes
- Duplicate volume mounts are now allowed with the `-v` option to `podman run`, `podman create`, and `podman pod create`, so long as source, destination, and options all match ([#4217](https://github.com/containers/podman/issues/4217)).
- The `podman generate kube` and `podman play kube` commands have been renamed to `podman kube generate` and `podman kube play` to group Kubernetes-related commands. Aliases have been added to ensure the old command names still function.
- A number of Podman commands (`podman init`, `podman container checkpoint`, `podman container restore`, `podman container cleanup`) now print the user-inputted name of the container, instead of its full ID, on success.
- When an unsupported option (e.g. resource limit) is specified for a rootless container on a cgroups v1 system, a warning message is now printed that the limit will not be honored.
- The installer for the Windows Podman client has been improved.
- The `--cpu-rt-period` and `--cpu-rt-runtime` options to `podman run` and `podman create` now print a warning and are ignored on cgroups v2 systems (cgroups v2 having dropped support for these controllers) ([#15666](https://github.com/containers/podman/issues/15666)).
- Privileged containers running systemd will no longer mount `/dev/tty*` devices other than `/dev/tty` itself into the container ([#15878](https://github.com/containers/podman/issues/15878)).
- Events for containers that are part of a pod now include the ID of the pod in the event.
- SSH functionality for `podman machine` commands has seen a thorough rework, addressing many issues about authentication.
- The `--network` option to `podman kube play` now allows passing `host` to set the pod to use host networking, even if the YAML does not request this.
- The `podman inspect` command on containers now includes the digest of the image used to create the container.
- Pods created by `podman play kube` are now, by default, placed into a network named `podman-kube`. If the `podman-kube` network does not exist, it will be created. This ensures pods can connect to each other by their names, as the network has DNS enabled.
[#]## Bugfixes
- Fixed a bug where the `podman network prune` and `podman container prune` commands did not properly support the `--filter label!=` option ([#14182](https://github.com/containers/podman/issues/14182)).
- Fixed a bug where the `podman kube generate` command added an unnecessary `Secret: null` line to generated YAML ([#15156](https://github.com/containers/podman/issues/15156)).
- Fixed a bug where the `podman kube generate` command did not set `enableServiceLinks` and `automountServiceAccountToken` to false in generated YAML ([#15478](https://github.com/containers/podman/issues/15478) and [#15243](https://github.com/containers/podman/issues/15243)).
- Fixed a bug where the `podman kube play` command did not properly handle CPU limits ([#15726](https://github.com/containers/podman/issues/15726)).
- Fixed a bug where the `podman kube play` command did not respect default values for liveness probes ([#15855](https://github.com/containers/podman/issues/15855)).
- Fixed a bug where the `podman kube play` command did not bind ports if `hostPort` was not specified but `containerPort` was ([#15942](https://github.com/containers/podman/issues/15942)).
- Fixed a bug where the `podman kube play` command sometimes did not create directories on the host for `hostPath` volumes.
- Fixed a bug where the remote Podman client's `podman manifest push` command did not display progress.
- Fixed a bug where the `--filter "{{.Config.Healthcheck}}"` option to `podman image inspect` did not print the image's configured healthcheck ([#14661](https://github.com/containers/podman/issues/14661)).
- Fixed a bug where the `podman volume create -o timeout=` option could be specified even when no volume plugin was in use.
- Fixed a bug where the `podman rmi` command did not emit `untag` events when removing tagged images ([#15485](https://github.com/containers/podman/issues/15485)).
- Fixed a bug where API forwarding with `podman machine` VMs on windows could sometimes fail because the pipe was not created in time ([#14811](https://github.com/containers/podman/issues/14811)).
- Fixed a bug where the `podman pod rm` command could error if removal of a container in the pod was interrupted by a reboot.
- Fixed a bug where the `exited` and `exec died` events for containers did not include the container's labels ([#15617](https://github.com/containers/podman/issues/15617)).
- Fixed a bug where running Systemd containers on a system not using Systemd as PID 1 could fail ([#15647](https://github.com/containers/podman/issues/15647)).
- Fixed a bug where Podman did not pass all necessary environment variables (including `$PATH`) to Conmon when starting containers ([#15707](https://github.com/containers/podman/issues/15707)).
- Fixed a bug where the `podman events` command could function improperly when no events were present ([#15688](https://github.com/containers/podman/issues/15688)).
- Fixed a bug where the `--format` flag to various Podman commands did not properly handle template strings including a newline (`\n`) ([#13446](https://github.com/containers/podman/issues/13446)).
- Fixed a bug where Systemd-managed pods would kill every container in a pod when a single container exited ([#14546](https://github.com/containers/podman/issues/14546)).
- Fixed a bug where the `podman generate systemd` command would generate incorrect YAML for pods created without the `--name` option.
- Fixed a bug where the `podman generate systemd --new` command did not properly set stop timeout ([#16149](https://github.com/containers/podman/issues/16149)).
- Fixed a bug where a broken OCI spec resulting from the system rebooting while a container is being started could cause the `podman inspect` command to be unable to inspect the container until it was restarted.
- Fixed a bug where creating a container with a working directory on an overlay volume would result in the container being unable to start ([#15789](https://github.com/containers/podman/issues/15789)).
- Fixed a bug where attempting to remove a pod with running containers without `--force` would not error and instead would result in the pod, and its remaining containers, being placed in an unusable state ([#15526](https://github.com/containers/podman/issues/15526)).
- Fixed a bug where memory limits reported by `podman stats` could exceed the maximum memory available on the system ([#15765](https://github.com/containers/podman/issues/15765)).
- Fixed a bug where the `podman container clone` command did not properly handle environment variables whose value contained an `=` character ([#15836](https://github.com/containers/podman/issues/15836)).
- Fixed a bug where the remote Podman client would not print the container ID when running the `podman-remote run --attach stdin` command.
- Fixed a bug where the `podman machine list --format json` command did not properly show machine starting status.
- Fixed a bug where automatic updates would not error when attempting to update a container with a non-fully qualified image name ([#15879](https://github.com/containers/podman/issues/15879)).
- Fixed a bug where the `podman pod logs --latest` command could panic ([#15556](https://github.com/containers/podman/issues/15556)).
- Fixed a bug where Podman could leave lingering network namespace mounts on the system if cleaning up the network failed.
- Fixed a bug where specifying an unsupported URI scheme for `podman system service` to listen at would result in a panic.
- Fixed a bug where the `podman kill` command would sometimes not transition containers to the exited state ([#16142](https://github.com/containers/podman/issues/16142)).
[#]## API
... changelog too long, skipping 15 lines ...
- Updated the containers/common library to v0.50.1
==== protobuf ====
Version update (21.9 -> 21.10)
- update to 21.10:
* Java
* Use bit-field int values in buildPartial to skip work on unset groups of
fields. (#10960)
* Mark nested builder as clean after clear is called (#10984)
==== python-Jinja2 ====
- ignore 'pytest.PytestRemovedIn8Warning: Support for nose tests is
deprecated and will be removed in a future release.' error from
pytest 7.2
==== python-cffi ====
- Add python-py as test dependency
==== python-iniconfig ====
- Add python-py as test dependency
==== python-pycryptodome ====
Version update (3.15.0 -> 3.16.0)
- Update to version 3.16.0
* New features
Build wheels for musl Linux. Thanks to Ben Raz.
* Resolved issues
GH#639: ARC4 now also works with 'keys' as short as 8 bits.
GH#669: fix segfaults when running in a manylinux2010 i686 image.
==== python-pymongo ====
Version update (4.3.2 -> 4.3.3)
- Update to 4.3.3
Version 4.3.3 documents support for the following:
* CSFLE on-demand credentials for cloud KMS providers.
* Authentication support for EKS Clusters.
* Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
Bug Fixes
* Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
* Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).
==== python-simplejson ====
Version update (3.17.6 -> 3.18.0)
- Update to v3.18.0
* Allow serialization of classes that implement for_json or _asdict by
ignoring TypeError when those methods are called
https://github.com/simplejson/simplejson/pull/302
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
sequence edge case
https://github.com/simplejson/simplejson/pull/298
==== python-zope.interface ====
Version update (5.5.1 -> 5.5.2)
- Update to version 5.5.2
* Add support for building arm64 wheels on macOS.
==== ruby3.1 ====
Subpackages: libruby3_1-3_1
- Add ruby-3.1.3-remove-timezone-test.patch to disable timezone
tests broken by 2022g update
- Update rb_arch_short macro
==== systemd-presets-branding-openSUSE ====
- enable autostart of drkonqi (bsc#1203493).
==== systemd-presets-common-SUSE ====
- enable user side autostart of drkonqi socket (bsc#1203493).
==== texinfo ====
Version update (7.0 -> 7.0.1)
Subpackages: info info-lang info-std
- texinfo 7.0.1:
* texi2any: avoid multiple crashes on empty @image argument and
other conditions
* avoid hang on @ref command inside section command
* info: fix recoding of UTF-8 files to ASCII when run in C
locale
* js: index search fixed for new HTML output
==== timezone ====
Version update (2022f -> 2022g)
- timezone update 2022g:
* In the Mexican state of Chihuahua, the border strip near the US
will change to agree with nearby US locations on 2022-11-30.
The strip's western part, represented by Ciudad Juárez, switches
from -06 all year to -07/-06 with US DST rules, like El Paso, TX.
The eastern part, represented by Ojinaga, will observe US DST next
year, like Presidio, TX.
A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
* Much of Greenland, represented by America/Nuuk, stops observing
winter time after March 2023, so its daylight saving time becomes
standard time.
* Changes for pre-1996 northern Canada
* Update to past DST transition in Colombia (1993), Singapore
(1981)
* timegm is now supported by default
==== timezone-java ====
Version update (2022f -> 2022g)
- timezone update 2022g:
* In the Mexican state of Chihuahua, the border strip near the US
will change to agree with nearby US locations on 2022-11-30.
The strip's western part, represented by Ciudad Juárez, switches
from -06 all year to -07/-06 with US DST rules, like El Paso, TX.
The eastern part, represented by Ojinaga, will observe US DST next
year, like Presidio, TX.
A new Zone America/Ciudad_Juarez splits from America/Ojinaga.
* Much of Greenland, represented by America/Nuuk, stops observing
winter time after March 2023, so its daylight saving time becomes
standard time.
* Changes for pre-1996 northern Canada
* Update to past DST transition in Colombia (1993), Singapore
(1981)
* timegm is now supported by default
==== tracker ====
Version update (3.4.1 -> 3.4.2)
Subpackages: libtracker-sparql-3_0-0 tracker-data-files
- Update to version 3.4.2:
+ Warn if IRIs are not absolute. This will turn into a query
error in future releases.
+ Handle slight type affinity changes in SQLite 3.40.0 in some
operations that broke Tracker expectations.
+ Close file descriptors asynchronously in TrackerEndpointDBus.
+ Updated translations.
==== tracker-miners ====
Version update (3.4.1 -> 3.4.2)
Subpackages: tracker-miner-files tracker-miners-lang
- Update to version 3.4.2:
+ Fix advised flatpak command in sandboxing documentation.
+ Fix intermittent build break.
+ Updated translations.
==== udisks2 ====
Subpackages: libudisks2-0 libudisks2-0_btrfs udisks2-lang
- avoid wakening spun-down disks on unrelated events (bsc#1120608)
* add:
0001-udisksata-Move-the-low-level-PM-state-call.patch
0001-udiskslinuxfilesystem-Make-the-size-property-retriev.patch
0001-udiskslinuxprovider-Only-update-related-objects-on-u.patch
==== vte ====
Version update (0.70.1 -> 0.70.2)
Subpackages: libvte-2_91-0 vte-lang
- Update to version 0.70.2:
* widget: Modernise HTML output.
* missing: Add better fdwalk implementation for darawin.
* build: Print warning on unstable release.
* build: Add define for openbsd.
* Updated translations.
==== wayland-utils ====
Version update (1.0.0 -> 1.1.0)
- update to 1.1.0:
* Support for linux_dmabuf version 4 (version 3 still supported)
* A human readable description to the dmabuf format modifier tokens
using libdrm (optional),
* The list of SHM supported formats is now more consistent with the list
of dmabuf formats,
* Support for wl_output version 4,
* A couple of compilation issues on the BSD systems are addressed.
==== wireless-regdb ====
Version update (20221012 -> 20221205)
- Update to version 20221205:
* wireless-regdb: Update regulatory rules for Japan (JP) on 6GHz
* wireless-regdb: Update regulatory rules for Japan (JP) on 5GHz
==== xdg-desktop-portal-gtk ====
Version update (1.14.0 -> 1.14.1)
Subpackages: xdg-desktop-portal-gtk-lang
- Update to version 1.14.1:
+ printing,
- wallpaper: Fix some memory leaks.
- Consistently include .desktop in the fallback app name.
+ screencast: Fall back to desktop ID if we don't know the app
name.
+ appchooser: Fix a use-after-free.
+ wallpaper: Handle errors storing images in the cache.
+ email: Fix a crash if no addresses are provided.
+ notification: Fix notifications for apps with no ID not
appearing.
+ screenshot: Report whether PickColor is implemented, if
possible.
==== xdm ====
Version update (1.1.13 -> 1.1.14)
- Update to release 1.1.14
* This release improves compatibility for building with GNU
libc 2.36, and adds a --without-xinerama option to the
configure script for those who want to build without linking
to libXinerama.
- supersedes u_glibc-2.36.patch
==== xinit ====
Version update (1.4.1 -> 1.4.2)
- Update to version 1.4.2
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* man page: Update remote display example from rsh to ssh
* Remove non-portable grep usage from startx
* Don't wait for X to finish starting if it has died
* stop unsetting DBUS_SESSION_BUS_ADDRESS variable
* darwin: Drop support for macOS 10.7 and earlier
* darwin: Ensure we launch the user startx from $HOME
* darwin: Specify +extension GLX when the user requests IGLX support
* darwin: Wait for font_cache to complete to avoid a race with `xset fb=`
* man: Restore non-SCO UNIX bits of the man page
* startx: use uname -n instead of hostname
* startx: Source XINITRC and XSERVERRC variables
* startx: don't attempt to catch SIGKILL
- supersedes xinit-nolonger-unset-dbus-session.patch
- refreshed xinit-suse.patch
==== xmlsec1 ====
Version update (1.2.36 -> 1.2.37)
Subpackages: libxmlsec1-1 libxmlsec1-nss1 libxmlsec1-openssl1
- update to 1.2.37:
Fixed two regressions from 1.2.36 release
==== xprop ====
Version update (1.2.5 -> 1.2.6)
- Update to version 1.2.6
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* gitlab CI: stop requiring Signed-off-by in commits
* Mark help(), usage(), and grammar() with _X_NORETURN _X_COLD
* Declare help() and print_help() as static
* Rename "dpy" function arguments to "display" to avoid shadowing global
* Resolve many gcc -Wsign-compare warnings
* Variable scope reductions as suggested by cppcheck
==== xrandr ====
Version update (1.5.1 -> 1.5.2)
- Update to version 1.5.2
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* gitlab CI: stop requiring Signed-off-by in commits
* Variable scope reductions as suggested by cppcheck
* Fix a -Wsign-compare warning
* Remove unused macros left over from original RandR 1.2 code
* Remove unused definition of rectangle_t
* Constify array argument to find_last_non_clamped()
- refreshed xrandr-print-outputs-per-provider.patch
==== xset ====
Version update (1.2.4 -> 1.2.5)
- Update to version 1.2.5
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* Use the real name of the DPMS extension in messages & man page
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* gitlab CI: stop requiring Signed-off-by in commits
* Variable scope reduction as recommended by cppcheck
* Remove unnecessary casts
* Remove unnecessary check for NULL pointer before calling free()
* set_pixels: Mark pixels parameter as const
* Use C99 designated struct initializers
* configure: Make xf86misc support disabled by default
==== xterm ====
Version update (376 -> 377)
Subpackages: xterm-bin xterm-resize
- update to 377:
* add control sequences for reporting the current state of the
modified keys options (XTQMODKEYS) and allowed/disallowed
operations (XTQALLOWED), (prompted by discussion with Bram
Moolenaar).
* amend modifyOtherKeys case 2 to distinguish the escape character
with modifiers, e.g., shift-escape, from a plain escape character
(suggested by Bram Moolenaar).
* improve parsing and error-recovery in the case where a list of X11
bitmap fonts is given in the -fn and related options.
* change default for xftTrackMemUsage to false, because libXft has
does not handle certain fonts.
==== yast2-installation ====
Version update (4.5.10 -> 4.5.11)
- Use default depth for Xvnc, no longer enforce depth 16
(bsc#1205585)
- 4.5.11
==== yast2-kdump ====
Version update (4.5.5 -> 4.5.6)
- Changed default of KDUMP_AUTO_RESIZE to "no" as documented in
https://github.com/openSUSE/kdump/blob/SLE-15-SP5/sysconfig.kdump.in#L57-L65
(bsc#1205816)
- 4.5.6
==== yast2-storage-ng ====
Version update (4.5.14 -> 4.5.15)
- Allow reusing LVM volume groups
- 4.5.15
- Proposal: new setting to prevent reusing LVM volume groups
(related to gh#yast/d-installer#264).
==== yast2-trans ====
Version update (84.87.20221114.6ac294712f -> 84.87.20221203.a7355e12ff)
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.20221203.a7355e12ff:
* Translated using Weblate (Macedonian)
* Translated using Weblate (Spanish)
* Translated using Weblate (Bulgarian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* New POT for text domain 'autoinst'.
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* New POT for text domain 'pam'.
* New POT for text domain 'control'.
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* New POT for text domain 'country'.
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* New POT for text domain 'storage'.
* New POT for text domain 'online-update'.
* New POT for text domain 'ntp-client'.
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Czech)
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Dutch)
* Translated using Weblate (Czech)
* Translated using Weblate (Catalan)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Czech)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Slovak)
* Translated using Weblate (Portuguese (Brazil))
* Translated using Weblate (Dutch)
* Translated using Weblate (Czech)
* Translated using Weblate (Catalan)
* Translated using Weblate (Japanese)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Japanese)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* New POT for text domain 'storage'.
* New POT for text domain 'installation'.
* New POT for text domain 'autoinst'.
* Translated using Weblate (Slovak)
* Translated using Weblate (Slovak)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Dutch)
* Translated using Weblate (Catalan)
* Translated using Weblate (Japanese)
* Translated using Weblate (Japanese)
* Translated using Weblate (Macedonian)
* New POT for text domain 'update'.
* New POT for text domain 'security'.
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Macedonian)
* Translated using Weblate (Czech)
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:
libX11 (1.8.2 -> 1.8.1)
pam
pam-full-src
perl-Bootloader (0.939 -> 0.940)
systemd
=== Details ===
==== libX11 ====
Version update (1.8.2 -> 1.8.1)
Subpackages: libX11-6 libX11-data libX11-xcb1
- Update to version 1.8.1
This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended. In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.
While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
- let's hope this version doesn't suffer yet from the regressions
reported in boo#1205778, boo#1205818 (reported against 1.8.2);
we need libX11 thread safe for totem (GNOME 43) :-(
- going back to version 1.7.5 for now to get rid of regressions,
which were introduced by trying to get thread-safe in libX11
itself
- re-introduced U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
which was not yet in 1.7.5
- supersedes the following patches
* U_0001-Add-XFreeThreads-function.patch
* U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
* U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
* U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
* U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
==== pam ====
Subpackages: pam_unix
- Move pam_env config files below /usr/etc
==== pam-full-src ====
- Move pam_env config files below /usr/etc
==== perl-Bootloader ====
Version update (0.939 -> 0.940)
- merge gh#openSUSE/perl-bootloader#140
- add basic support for systemd-boot
- 0.940
==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-doc udev
- Don't ship symlink /usr/lib/environment.d/99-environment.conf
anymore. /etc/environment is owned and parsed (among other config files) by
pam_env(8), which is included by 'systemd-user' PAM service anyway.
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:
libX11 (1.8.2 -> 1.8.1)
pam
pam-full-src
perl-Bootloader (0.939 -> 0.940)
systemd
=== Details ===
==== libX11 ====
Version update (1.8.2 -> 1.8.1)
Subpackages: libX11-6 libX11-data libX11-xcb1
- Update to version 1.8.1
This release fixes the --enable-thread-safety-constructor option to the
configure script to work as intended. In the previous release, the changes
for this option may not have been enabled when the option was not specified
or when the --enable option was specified.
While we have enabled it by default, believing that doing so will reduce
the number of bugs users encounter running libX11 clients, in some cases
it may expose bugs in which clients had previously gotten away with calling
libX11 functions while a libX11 lock is already held, and thus now deadlock,
as discussed in https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/157
- let's hope this version doesn't suffer yet from the regressions
reported in boo#1205778, boo#1205818 (reported against 1.8.2);
we need libX11 thread safe for totem (GNOME 43) :-(
- going back to version 1.7.5 for now to get rid of regressions,
which were introduced by trying to get thread-safe in libX11
itself
- re-introduced U_fix-a-memory-leak-in-XRegisterIMInstantiateCallback.patch
which was not yet in 1.7.5
- supersedes the following patches
* U_0001-Add-XFreeThreads-function.patch
* U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
* U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
* U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
* U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
==== pam ====
Subpackages: pam_unix
- Move pam_env config files below /usr/etc
==== pam-full-src ====
- Move pam_env config files below /usr/etc
==== perl-Bootloader ====
Version update (0.939 -> 0.940)
- merge gh#openSUSE/perl-bootloader#140
- add basic support for systemd-boot
- 0.940
==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-doc systemd-lang udev
- Don't ship symlink /usr/lib/environment.d/99-environment.conf
anymore. /etc/environment is owned and parsed (among other config files) by
pam_env(8), which is included by 'systemd-user' PAM service anyway.
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:
newt (0.52.21 -> 0.52.23)
poppler (22.11.0 -> 22.12.0)
poppler-qt5 (22.11.0 -> 22.12.0)
qpdf (11.1.1 -> 11.2.0)
virt-what (1.21 -> 1.25)
=== Details ===
==== newt ====
Version update (0.52.21 -> 0.52.23)
- update to 0.52.23:
* fix automatic height of menu/list in whiptail (broken in 0.52.22)
* fix automatic width of whiptail --yesno box
* fix automatic width in whiptail with unicode characters
* fix automatic width with whiptail --noitem and --notags options
* fix spacing with longer tags in whiptail
* avoid overlapping backtitle in whiptail with automatic height
* fix crash in whiptail with new libpopt
* switch from usleep to nanosleep (Rosen Penev)
* fix libnewt.pc to enable static linking (Alexey Sheplyakov)
* fix LDFLAGS order in snack linking (Sam James)
* use CFLAGS when compiling snack
* improve configure.ac (Thomas Kuehne)
* install header and libnewt.pc with shared library (Michael Olbrich)
==== poppler ====
Version update (22.11.0 -> 22.12.0)
Subpackages: libpoppler-cpp0 libpoppler-glib8 poppler-tools
- The development compiler in SLE 15 has been updated to gcc12 via
maintenance update. Therefore adjusting the compiler version for
SLE 15 in the spec file, to not build with gcc11 anymore. This
resolves bsc#1206019
- update to 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
==== poppler-qt5 ====
Version update (22.11.0 -> 22.12.0)
- The development compiler in SLE 15 has been updated to gcc12 via
maintenance update. Therefore adjusting the compiler version for
SLE 15 in the spec file, to not build with gcc11 anymore. This
resolves bsc#1206019
- update to 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
==== qpdf ====
Version update (11.1.1 -> 11.2.0)
- update to 11.2.0:
* Move stream creation functions in the QPDF object where they belong. The ones
in QPDFObjectHandle are not deprecated and will stick around.
* Add some convenience methods to QPDFTokenizer::Token for testing token types.
This is part of qpdfâs lexical layer and will not be needed by most developers.
* Fix issue with missing symbols in the mingw build.
* Fix major performance bug with the OpenSSL crypto provider. This bug was
causing a 6x to 12x slowdown for encrypted files when OpenSSL 3 was in use.
This includes the default Windows builds distributed with the qpdf release.
* Fix obscure bug involving appended files that reuse an object number that was
used as a cross reference stream in an earlier stage of the file.
==== virt-what ====
Version update (1.21 -> 1.25)
- update to 1.25:
* detect AWS arm virtual instance as kvm
* google-cloud: Print "kvm" fact on aarch64 instances
* illumos-lx: Fix test so it works under virtualization
* Detect Illumos (SmartOS/OmniOS) LX virtualization
* Add detection of Red Hat's hypervisor
* Display kvm/qemu fact for Nutanix AHV
* Add support for Alibaba Cloud Linux
* Add support for VMware ESXi on ARM
* aws: Match multi-digit version number in BIOS information
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:
man-pages-ja (20220815 -> 20221015)
newt (0.52.21 -> 0.52.23)
poppler (22.11.0 -> 22.12.0)
poppler-qt5 (22.11.0 -> 22.12.0)
qpdf (11.1.1 -> 11.2.0)
sunpinyin
virt-what (1.21 -> 1.25)
=== Details ===
==== man-pages-ja ====
Version update (20220815 -> 20221015)
- update to release 20221015
* Improved manual pages
==== newt ====
Version update (0.52.21 -> 0.52.23)
- update to 0.52.23:
* fix automatic height of menu/list in whiptail (broken in 0.52.22)
* fix automatic width of whiptail --yesno box
* fix automatic width in whiptail with unicode characters
* fix automatic width with whiptail --noitem and --notags options
* fix spacing with longer tags in whiptail
* avoid overlapping backtitle in whiptail with automatic height
* fix crash in whiptail with new libpopt
* switch from usleep to nanosleep (Rosen Penev)
* fix libnewt.pc to enable static linking (Alexey Sheplyakov)
* fix LDFLAGS order in snack linking (Sam James)
* use CFLAGS when compiling snack
* improve configure.ac (Thomas Kuehne)
* install header and libnewt.pc with shared library (Michael Olbrich)
==== poppler ====
Version update (22.11.0 -> 22.12.0)
Subpackages: libpoppler-cpp0 libpoppler-glib8 poppler-tools
- The development compiler in SLE 15 has been updated to gcc12 via
maintenance update. Therefore adjusting the compiler version for
SLE 15 in the spec file, to not build with gcc11 anymore. This
resolves bsc#1206019
- update to 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
==== poppler-qt5 ====
Version update (22.11.0 -> 22.12.0)
- The development compiler in SLE 15 has been updated to gcc12 via
maintenance update. Therefore adjusting the compiler version for
SLE 15 in the spec file, to not build with gcc11 anymore. This
resolves bsc#1206019
- update to 22.12.0:
core:
* Form::addFontToDefaultResources: Be stubborn in finding a font we can use. Issue #1272
==== qpdf ====
Version update (11.1.1 -> 11.2.0)
- update to 11.2.0:
* Move stream creation functions in the QPDF object where they belong. The ones
in QPDFObjectHandle are not deprecated and will stick around.
* Add some convenience methods to QPDFTokenizer::Token for testing token types.
This is part of qpdfâs lexical layer and will not be needed by most developers.
* Fix issue with missing symbols in the mingw build.
* Fix major performance bug with the OpenSSL crypto provider. This bug was
causing a 6x to 12x slowdown for encrypted files when OpenSSL 3 was in use.
This includes the default Windows builds distributed with the qpdf release.
* Fix obscure bug involving appended files that reuse an object number that was
used as a cross reference stream in an earlier stage of the file.
==== sunpinyin ====
Subpackages: libsunpinyin3 sunpinyin-data
- Remove unneeded BuildRequires on Python 2.
==== virt-what ====
Version update (1.21 -> 1.25)
- update to 1.25:
* detect AWS arm virtual instance as kvm
* google-cloud: Print "kvm" fact on aarch64 instances
* illumos-lx: Fix test so it works under virtualization
* Detect Illumos (SmartOS/OmniOS) LX virtualization
* Add detection of Red Hat's hypervisor
* Display kvm/qemu fact for Nutanix AHV
* Add support for Alibaba Cloud Linux
* Add support for VMware ESXi on ARM
* aws: Match multi-digit version number in BIOS information
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:
Mesa
Mesa-drivers
NetworkManager (1.40.2 -> 1.40.6)
containerd
duktape
ell (0.53 -> 0.54)
gdm
glib2 (2.74.1 -> 2.74.3)
glib2-branding-openSUSE
gnome-shell
gnome-software (43.1 -> 43.2)
libX11
libstorage-ng (4.5.53 -> 4.5.54)
nautilus (43.0 -> 43.1)
pciutils (3.8.0 -> 3.9.0)
postfix
python-Mako (1.2.3 -> 1.2.4)
python-charset-normalizer (3.0.0 -> 3.0.1)
python-lark (1.1.3 -> 1.1.4)
zvbi (0.2.35 -> 0.2.38)
=== Details ===
==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- spefile: removed Release lines from libxatracker2,
libxatracker-devel packages in the hope to have reproducibly
builds also on Tumbleweed (boo#1205998)
==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- spefile: removed Release lines from libxatracker2,
libxatracker-devel packages in the hope to have reproducibly
builds also on Tumbleweed (boo#1205998)
==== NetworkManager ====
Version update (1.40.2 -> 1.40.6)
Subpackages: NetworkManager-bluetooth NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Update to version 1.40.6:
+ team:
- Also set empty port configuration so teamd knows about the
port.
- Restore port configuration after teamd respawn.
- Changes from version 1.40.4:
+ dhcp: revert restarting DHCP when MAC address changes, for
example during a bond fail over.
+ Various documentation fixes.
+ Fix non-exported ABI in libnm which was wrongly present in the
header files but unusable so far.
+ ifcfg-rh: fix writing ethtool pause settings to file.
+ core: set "proto static" for manual routing rules configured by
NetworkManager.
+ Various minor bugfixes.
==== containerd ====
- add devel subpackage, which is needed by open-vm-tools
==== duktape ====
- duktape-link-m.patch: link against libm for sin() and related functions,
in case the compiler with -Os creates external references. bsc#1205805
==== ell ====
Version update (0.53 -> 0.54)
- update to 0.54:
* Add support for DHCPv6 SLAAC address creation.
* Add support for control of optimistic DAD feature.
* Add support for checking validity dates of certificates.
* Add support for RFC 5746 Secure Renegotiation.
==== gdm ====
Subpackages: gdm-schema gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Update gdm-fingerprint.pamd and gdm-smartcard.pamd: Before this
they do not really support fingerprint and smartcard, just put
correct configuration to make them work (bsc#1205664).
- Enable split authentication because we have correct
gdm-fingerprint.pamd and gdm-smartcard.pamd.
==== glib2 ====
Version update (2.74.1 -> 2.74.3)
Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0
- Update to version 2.74.3:
+ Fix regression in type checking `g_str_equal()` from C++
projects (glgo#GNOME/GLib#2820).
+ Bugs fixed:
- glgo#GNOME/GLib#2820 g_str_equal: New macro version breaks
compilation in C++ projects
- glgo#GNOME/GLib!3096 Backport !3094 âgstrfuncs: Fix
regression in C++ types accepted by g_str_equal()â to
glib-2-74
- Changes from version 2.74.2:
+ Fix GVariant type depths checks on text format variants.
+ Fix an obscure corner case with FD handling in g_spawn_*() when
a process has already closed the standard I/O FDs.
+ Fix regression in type checking on const arguments to
g_str_equal().
+ Bugs fixed: glgo#GNOME/GLib#2782 GVariant type depth not
checked on typedecls in text format variants.
glgo#GNOME/GLib#2795 [regression] gnome-keyring-daemon uses
100% CPU with glib-2.74.1.
glgo#GNOME/GLib#2799 Wrong GTask tag on error return path in
g_proxy_resolver_lookup_async().
glgo#GNOME/GLib#2809 g_str_equal switched to stricter API
(typing).
glgo#GNOME/GLib!3017 Backport !3008 âgio/gdesktopappinfo: Free
the wrapped argv array on launch failureâ to glib-2-74.
glgo#GNOME/GLib!3038 Backport !3035 âportal: Fix broken header
guardâ to glib-2-74.
glgo#GNOME/GLib!3039 Backport !3029 âRevert "Handling collision
between standard i/o file descriptors and newly created ones" â
to glib-2-74.
glgo#GNOME/GLib!3046 Backport !3045 âgproxyresolver:
lookup_finish() should better parallel lookup_async()â to
glib-2-74.
glgo#GNOME/GLib!3063 Backport !3061 âgvariant-parser: Speed up
maybe_wrapper() by an order of magnitudeâ to glib-2-74.
glgo#GNOME/GLib!3084 Backport !3082 âgstrfuncs: Fix regression
in types accepted by g_str_equal()â to glib-2-74.
+ Updated translations.
- Drop ca905744.patch and a1151bc1.patch: Fixed upstream.
- Rebase patches with quilt.
==== glib2-branding-openSUSE ====
- Adjust desktop file names of preferred applications:
+ evince.desktop => org.gnome.evince.desktop (since GNOME 3.30).
+ eog.desktop => org.gnome.eog.desktop (since GNOME 3.36).
+ file-roller.desktop => org.gnome.FileRoller.desktop
- Fix name to impress: libreoffice-impress.destop.
==== gnome-shell ====
Subpackages: gnome-extensions gnome-shell-calendar
- Add gnome-shell-main-Leak-the-GJS-context-and-ShellGlobal.patch:
Leak the GJS context and ShellGlobal, the patch is from
https://src.fedoraproject.org/rpms/gnome-shell/tree/rawhide
(bsc#1205518)
==== gnome-software ====
Version update (43.1 -> 43.2)
Subpackages: gnome-software-plugin-packagekit
- Update to version 43.2:
+ Fix show of updatable app in the details page.
+ Fix search for apps providing some feature under rpm-ostree.
+ Fix sending of ODRS data when using libsoup3.
+ Fix occasional crash when installing apps.
+ Updated translations.
==== libX11 ====
Subpackages: libX11-6 libX11-data libX11-xcb1
- U_0001-Add-XFreeThreads-function.patch
U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
* adding all patches since 1.8.2 release in order to try fixing
regressions after introducing thread safety constructor with
1.8.1 (boo#1205778, boo#1205818)
- supersedes U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
- re-enabled thread safe constructor
==== libstorage-ng ====
Version update (4.5.53 -> 4.5.54)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Macedonian) (bsc#1149754)
- 4.5.54
==== nautilus ====
Version update (43.0 -> 43.1)
Subpackages: gnome-shell-search-provider-nautilus libnautilus-extension4
- Update to version 43.1:
+ Bugfixes:
- Actually reset metadata when reseting to default columns
- Don't allow hiding name column
- Keep track of column sorting changes
- Fix view focus navigation
- Reimplement view navigation from the previewer
- Don't accept drops into search directory
- Share settings with GTK4 filechooser
- Fix a properties extensions bugs
- Fix various Drag-and-Drop bugs
- Remove dead shortcut from Keyboard Shortcut
- Allow opening current view in new tab from sidebar
- Fix crashes
+ Performance improvements:
- Optimize sorting during directory loading
- Minimize column factories
- Increase search timeout
- Minimize and optimize menu updates
+ Build fixes: Make header prototypes match definitions
+ Updated translations.
==== pciutils ====
Version update (3.8.0 -> 3.9.0)
Subpackages: libpci3
- update to 3.9.0:
* We decode Compute Express Link (CXL) capabilities.
* The tree mode of lspci is now compatible with filtering options.
* When setpci is used with a named register, it checks whether
the register is present in the particular header type.
* Linux: The intel-conf[12] back-ends prefer to use ioperm() instead
of iopl() to gain access to I/O ports.
* mmio-conf1(-ext): Added a new back-end implementing the intel-conf1
interface over MMIO. This is useful on some ARM machines, but it
requires manual configuration of the MMIO addresses.
* As usually, updated pci.ids to the current snapshot of the database.
==== postfix ====
- postfix default main.cf myhostname default causes conflict
(bsc#1192173)
Use the postfix build in defaults for myhostname and mydestination
==== python-Mako ====
Version update (1.2.3 -> 1.2.4)
- Update to 1.2.4
[bug] [codegen] Fixed issue where unpacking nested tuples in a for loop using would raise a
"couldn't apply loop context" error if the loop context was used. The regex
used to match the for loop expression now allows the list of loop variables
to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
==== python-charset-normalizer ====
Version update (3.0.0 -> 3.0.1)
- Update to 3.0.1
Fixed
Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)
Changed
Speedup provided by mypy/c 0.990 on Python >= 3.7
==== python-lark ====
Version update (1.1.3 -> 1.1.4)
- Update to v1.1.4
ci: Python 3.11 final by @henryiii in #1204
Add __all__ to __init__ by @aspizu in #1200
PropagatePositions: Allow any object to carry the metadata,
by returning it in __lark_meta__() by @erezsh in #1203
fix: Token now pattern matches correctly by @marcinplatek in #1181
Updates to merge PR #1151 by @erezsh in #1205
style: pre-commit basic config by @henryiii in #1151
PR for v1.1.4 by @erezsh in #1208
==== zvbi ====
Version update (0.2.35 -> 0.2.38)
- update to 0.2.38:
* Updates to remove compiler and Doxygen warnings.
* Fix cross-compile issues from autotools updates.
* Update header files to UTF-8 encoding.
* Update new maintainer and repository information after moving
* the project to github.
* Upgrade build system to new autotools versions.
* Apply simple patches from SourceForge and debian.
- drop 05_MAXPATHLEN.patch 01_Makefile.am.patch 00_fix-configure.in.patch
08_fix-manpage.patch 07_fix-spelling-in-binaries.patch 06_sizeof-FTBFS.patch
09_fix-FTBFS-GCC6.patch 03_fails-to-write.patch : upstream / obsolete
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:
Mesa
Mesa-drivers
NetworkManager (1.40.2 -> 1.40.6)
containerd
duktape
ell (0.53 -> 0.54)
gdm
glib2 (2.74.1 -> 2.74.3)
glib2-branding-openSUSE
gnome-shell
gnome-software (43.1 -> 43.2)
libX11
libstorage-ng (4.5.53 -> 4.5.54)
nautilus (43.0 -> 43.1)
pciutils (3.8.0 -> 3.9.0)
postfix
python-Mako (1.2.3 -> 1.2.4)
python-charset-normalizer (3.0.0 -> 3.0.1)
python-lark (1.1.3 -> 1.1.4)
zvbi (0.2.35 -> 0.2.38)
=== Details ===
==== Mesa ====
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- spefile: removed Release lines from libxatracker2,
libxatracker-devel packages in the hope to have reproducibly
builds also on Tumbleweed (boo#1205998)
==== Mesa-drivers ====
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- spefile: removed Release lines from libxatracker2,
libxatracker-devel packages in the hope to have reproducibly
builds also on Tumbleweed (boo#1205998)
==== NetworkManager ====
Version update (1.40.2 -> 1.40.6)
Subpackages: NetworkManager-bluetooth NetworkManager-lang NetworkManager-tui NetworkManager-wwan libnm0 typelib-1_0-NM-1_0
- Update to version 1.40.6:
+ team:
- Also set empty port configuration so teamd knows about the
port.
- Restore port configuration after teamd respawn.
- Changes from version 1.40.4:
+ dhcp: revert restarting DHCP when MAC address changes, for
example during a bond fail over.
+ Various documentation fixes.
+ Fix non-exported ABI in libnm which was wrongly present in the
header files but unusable so far.
+ ifcfg-rh: fix writing ethtool pause settings to file.
+ core: set "proto static" for manual routing rules configured by
NetworkManager.
+ Various minor bugfixes.
==== containerd ====
- add devel subpackage, which is needed by open-vm-tools
==== duktape ====
- duktape-link-m.patch: link against libm for sin() and related functions,
in case the compiler with -Os creates external references. bsc#1205805
==== ell ====
Version update (0.53 -> 0.54)
- update to 0.54:
* Add support for DHCPv6 SLAAC address creation.
* Add support for control of optimistic DAD feature.
* Add support for checking validity dates of certificates.
* Add support for RFC 5746 Secure Renegotiation.
==== gdm ====
Subpackages: gdm-lang gdm-schema gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Update gdm-fingerprint.pamd and gdm-smartcard.pamd: Before this
they do not really support fingerprint and smartcard, just put
correct configuration to make them work (bsc#1205664).
- Enable split authentication because we have correct
gdm-fingerprint.pamd and gdm-smartcard.pamd.
==== glib2 ====
Version update (2.74.1 -> 2.74.3)
Subpackages: glib2-lang glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0
- Update to version 2.74.3:
+ Fix regression in type checking `g_str_equal()` from C++
projects (glgo#GNOME/GLib#2820).
+ Bugs fixed:
- glgo#GNOME/GLib#2820 g_str_equal: New macro version breaks
compilation in C++ projects
- glgo#GNOME/GLib!3096 Backport !3094 âgstrfuncs: Fix
regression in C++ types accepted by g_str_equal()â to
glib-2-74
- Changes from version 2.74.2:
+ Fix GVariant type depths checks on text format variants.
+ Fix an obscure corner case with FD handling in g_spawn_*() when
a process has already closed the standard I/O FDs.
+ Fix regression in type checking on const arguments to
g_str_equal().
+ Bugs fixed: glgo#GNOME/GLib#2782 GVariant type depth not
checked on typedecls in text format variants.
glgo#GNOME/GLib#2795 [regression] gnome-keyring-daemon uses
100% CPU with glib-2.74.1.
glgo#GNOME/GLib#2799 Wrong GTask tag on error return path in
g_proxy_resolver_lookup_async().
glgo#GNOME/GLib#2809 g_str_equal switched to stricter API
(typing).
glgo#GNOME/GLib!3017 Backport !3008 âgio/gdesktopappinfo: Free
the wrapped argv array on launch failureâ to glib-2-74.
glgo#GNOME/GLib!3038 Backport !3035 âportal: Fix broken header
guardâ to glib-2-74.
glgo#GNOME/GLib!3039 Backport !3029 âRevert "Handling collision
between standard i/o file descriptors and newly created ones" â
to glib-2-74.
glgo#GNOME/GLib!3046 Backport !3045 âgproxyresolver:
lookup_finish() should better parallel lookup_async()â to
glib-2-74.
glgo#GNOME/GLib!3063 Backport !3061 âgvariant-parser: Speed up
maybe_wrapper() by an order of magnitudeâ to glib-2-74.
glgo#GNOME/GLib!3084 Backport !3082 âgstrfuncs: Fix regression
in types accepted by g_str_equal()â to glib-2-74.
+ Updated translations.
- Drop ca905744.patch and a1151bc1.patch: Fixed upstream.
- Rebase patches with quilt.
==== glib2-branding-openSUSE ====
- Adjust desktop file names of preferred applications:
+ evince.desktop => org.gnome.evince.desktop (since GNOME 3.30).
+ eog.desktop => org.gnome.eog.desktop (since GNOME 3.36).
+ file-roller.desktop => org.gnome.FileRoller.desktop
- Fix name to impress: libreoffice-impress.destop.
==== gnome-shell ====
Subpackages: gnome-extensions gnome-shell-calendar gnome-shell-lang
- Add gnome-shell-main-Leak-the-GJS-context-and-ShellGlobal.patch:
Leak the GJS context and ShellGlobal, the patch is from
https://src.fedoraproject.org/rpms/gnome-shell/tree/rawhide
(bsc#1205518)
==== gnome-software ====
Version update (43.1 -> 43.2)
Subpackages: gnome-software-lang gnome-software-plugin-packagekit
- Update to version 43.2:
+ Fix show of updatable app in the details page.
+ Fix search for apps providing some feature under rpm-ostree.
+ Fix sending of ODRS data when using libsoup3.
+ Fix occasional crash when installing apps.
+ Updated translations.
==== libX11 ====
Subpackages: libX11-6 libX11-data libX11-xcb1
- U_0001-Add-XFreeThreads-function.patch
U_0002-Don-t-use-pragma-inside-a-function-it-breaks-compili.patch
U_0003-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
U_0004-Indentation-fixes-around-recent-dpy-in_ifevent-chang.patch
U_0005-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifevent.patch
* adding all patches since 1.8.2 release in order to try fixing
regressions after introducing thread safety constructor with
1.8.1 (boo#1205778, boo#1205818)
- supersedes U_Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
- re-enabled thread safe constructor
==== libstorage-ng ====
Version update (4.5.53 -> 4.5.54)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Macedonian) (bsc#1149754)
- 4.5.54
==== nautilus ====
Version update (43.0 -> 43.1)
Subpackages: gnome-shell-search-provider-nautilus libnautilus-extension4 nautilus-lang
- Update to version 43.1:
+ Bugfixes:
- Actually reset metadata when reseting to default columns
- Don't allow hiding name column
- Keep track of column sorting changes
- Fix view focus navigation
- Reimplement view navigation from the previewer
- Don't accept drops into search directory
- Share settings with GTK4 filechooser
- Fix a properties extensions bugs
- Fix various Drag-and-Drop bugs
- Remove dead shortcut from Keyboard Shortcut
- Allow opening current view in new tab from sidebar
- Fix crashes
+ Performance improvements:
- Optimize sorting during directory loading
- Minimize column factories
- Increase search timeout
- Minimize and optimize menu updates
+ Build fixes: Make header prototypes match definitions
+ Updated translations.
==== pciutils ====
Version update (3.8.0 -> 3.9.0)
Subpackages: libpci3
- update to 3.9.0:
* We decode Compute Express Link (CXL) capabilities.
* The tree mode of lspci is now compatible with filtering options.
* When setpci is used with a named register, it checks whether
the register is present in the particular header type.
* Linux: The intel-conf[12] back-ends prefer to use ioperm() instead
of iopl() to gain access to I/O ports.
* mmio-conf1(-ext): Added a new back-end implementing the intel-conf1
interface over MMIO. This is useful on some ARM machines, but it
requires manual configuration of the MMIO addresses.
* As usually, updated pci.ids to the current snapshot of the database.
==== postfix ====
- postfix default main.cf myhostname default causes conflict
(bsc#1192173)
Use the postfix build in defaults for myhostname and mydestination
==== python-Mako ====
Version update (1.2.3 -> 1.2.4)
- Update to 1.2.4
[bug] [codegen] Fixed issue where unpacking nested tuples in a for loop using would raise a
"couldn't apply loop context" error if the loop context was used. The regex
used to match the for loop expression now allows the list of loop variables
to contain parenthesized sub-tuples. Pull request courtesy Matt Trescott.
==== python-charset-normalizer ====
Version update (3.0.0 -> 3.0.1)
- Update to 3.0.1
Fixed
Multi-bytes cutter/chunk generator did not always cut correctly (PR #233)
Changed
Speedup provided by mypy/c 0.990 on Python >= 3.7
==== python-lark ====
Version update (1.1.3 -> 1.1.4)
- Update to v1.1.4
ci: Python 3.11 final by @henryiii in #1204
Add __all__ to __init__ by @aspizu in #1200
PropagatePositions: Allow any object to carry the metadata,
by returning it in __lark_meta__() by @erezsh in #1203
fix: Token now pattern matches correctly by @marcinplatek in #1181
Updates to merge PR #1151 by @erezsh in #1205
style: pre-commit basic config by @henryiii in #1151
PR for v1.1.4 by @erezsh in #1208
==== zvbi ====
Version update (0.2.35 -> 0.2.38)
- update to 0.2.38:
* Updates to remove compiler and Doxygen warnings.
* Fix cross-compile issues from autotools updates.
* Update header files to UTF-8 encoding.
* Update new maintainer and repository information after moving
* the project to github.
* Upgrade build system to new autotools versions.
* Apply simple patches from SourceForge and debian.
- drop 05_MAXPATHLEN.patch 01_Makefile.am.patch 00_fix-configure.in.patch
08_fix-manpage.patch 07_fix-spelling-in-binaries.patch 06_sizeof-FTBFS.patch
09_fix-FTBFS-GCC6.patch 03_fails-to-write.patch : upstream / obsolete
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:
autoyast2 (4.5.9 -> 4.5.11)
libX11
mdadm
openblas_pthreads (0.3.20 -> 0.3.21)
samba (4.17.3+git.279.ff9bb8a298 -> 4.17.3+git.283.2157972742b)
=== Details ===
==== autoyast2 ====
Version update (4.5.9 -> 4.5.11)
- Avoid a potential crash when autoinst.ycp file is empty or
missing (bsc#1205732).
- 4.5.11
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== libX11 ====
Subpackages: libX11-6 libX11-data libX11-xcb1
- back to "--disable-thread-safety-constructor" for now; we see just
too many regressions, e.g. firefox freezes and crashes, crashes with
barrierc, crashes in Godot, assertions with vkquake (boo#1205818,
boo#1205778)
==== mdadm ====
- Call mdadm_env.sh from /usr/libexec/mdadm (bsc#1111960, bsc#1202090)
1004-call-mdadm_env.sh-from-usr-libexec-mdadm.patch
- The patch (bsc#1111960) which fixed rpm check failure is replaced
by the above patch,
1004-Makefile-install-mdadm_env.sh-to-usr-lib-mdadm.patch.
- mdadm.spec: remove "PreReq: %{_sbindir}/mkinitrd" as it is
unnecessary now. (bsc#1202352)
==== openblas_pthreads ====
Version update (0.3.20 -> 0.3.21)
- Update to v0.3.21:
* general:
- Updated the included LAPACK to Reference-LAPACK release 3.10.1
- when no Fortran compiler is available, OpenBLAS builds will now automatically
- function LAPACKE_lsame is now annotated with the GCC attribute "const" to aid static analyzers
- added USE_TLS to the list of options reported by the openblas_get_config() function
- added SYMBOLPREFIX/SYMBOLSUFFIX handling for LAPACK 3.10.0 functions added in 0.3.20
- reverted OpenMP threadpool behaviour in the exec_blas call to its state before 0.3.11, that is
the threadpool will no longer grow or shrink on demand as the overhead for this is too big at least with
GNU OpenMP. The adaptive behaviour introduced in 0.3.11 can still be requested at runtime by setting
the environment variable OMP_ADAPTIVE
- worked around spurious STFSM/CTFSM errors reported by the LAPACK testsuite
* x86_64:
- fixed determination of compiler support for AVX512 and removed the 0.3.19
- workaround for building SKYLAKEX kernels on Sandybridge hardware
- fixed compilation for the SKYLAKEX target with gcc 6
- fixed compilation of the SkyLakeX small matrix GEMM kernels with LLVM or ICC
- added support for the Zhaoxin/Centaur KH40000 cpu
- fixed a potential crash in the ZSYMV kernel used for all targets except generic
* POWER:
- worked around an overflow error in the POWER6 DNRM2 kernel
- fixed compilation on PPC440
- fixed a performance regression in the level1 BLAS on POWER10
- fixed the POWER10 ZGEMM kernel
- fixed singlethreaded builds for POWER10
- fixed compilation of the POWER10 DGEMV kernel with older gcc versions
- enabled compilation of the BFLOAT16 kernels by default
- enabled the small matrix kernels by default for DYNAMIC_ARCH builds
- added a workaround for a miscompilation of the CDOT and ZDOT kernels by GCC 12
- Obsolete:
* Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch
* Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch
* Do-not-include-symbols-defined-in-driver-others-parameter.c-in-DYNAMIC_BUILD.patch
* Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch
* Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch
* Fix-checks-for-AVX512-and-atomics.patch
* Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch
- Updated/renamed:
* openblas-noexecstack.patch to Link-library-with-z-noexecstack.patch
* openblas-s390.patch to Handle-s390-correctly.patch
- Added (see https://github.com/xianyi/OpenBLAS/issues/3738)
* remove-spurious-loops.patch
* Use-blasint-for-INTERFACE64-compatibility.patch
==== samba ====
Version update (4.17.3+git.279.ff9bb8a298 -> 4.17.3+git.283.2157972742b)
Subpackages: libsamba-policy0-python3 samba-ad-dc-libs samba-client samba-client-libs samba-libs samba-libs-python3 samba-python3
- Introduce without-smb1-server spec flag; (bsc#1205104);
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:
autoyast2 (4.5.9 -> 4.5.11)
libX11
mdadm
openblas_pthreads (0.3.20 -> 0.3.21)
samba (4.17.3+git.279.ff9bb8a298 -> 4.17.3+git.283.2157972742b)
=== Details ===
==== autoyast2 ====
Version update (4.5.9 -> 4.5.11)
- Avoid a potential crash when autoinst.ycp file is empty or
missing (bsc#1205732).
- 4.5.11
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== libX11 ====
Subpackages: libX11-6 libX11-data libX11-xcb1
- back to "--disable-thread-safety-constructor" for now; we see just
too many regressions, e.g. firefox freezes and crashes, crashes with
barrierc, crashes in Godot, assertions with vkquake (boo#1205818,
boo#1205778)
==== mdadm ====
- Call mdadm_env.sh from /usr/libexec/mdadm (bsc#1111960, bsc#1202090)
1004-call-mdadm_env.sh-from-usr-libexec-mdadm.patch
- The patch (bsc#1111960) which fixed rpm check failure is replaced
by the above patch,
1004-Makefile-install-mdadm_env.sh-to-usr-lib-mdadm.patch.
- mdadm.spec: remove "PreReq: %{_sbindir}/mkinitrd" as it is
unnecessary now. (bsc#1202352)
==== openblas_pthreads ====
Version update (0.3.20 -> 0.3.21)
- Update to v0.3.21:
* general:
- Updated the included LAPACK to Reference-LAPACK release 3.10.1
- when no Fortran compiler is available, OpenBLAS builds will now automatically
- function LAPACKE_lsame is now annotated with the GCC attribute "const" to aid static analyzers
- added USE_TLS to the list of options reported by the openblas_get_config() function
- added SYMBOLPREFIX/SYMBOLSUFFIX handling for LAPACK 3.10.0 functions added in 0.3.20
- reverted OpenMP threadpool behaviour in the exec_blas call to its state before 0.3.11, that is
the threadpool will no longer grow or shrink on demand as the overhead for this is too big at least with
GNU OpenMP. The adaptive behaviour introduced in 0.3.11 can still be requested at runtime by setting
the environment variable OMP_ADAPTIVE
- worked around spurious STFSM/CTFSM errors reported by the LAPACK testsuite
* x86_64:
- fixed determination of compiler support for AVX512 and removed the 0.3.19
- workaround for building SKYLAKEX kernels on Sandybridge hardware
- fixed compilation for the SKYLAKEX target with gcc 6
- fixed compilation of the SkyLakeX small matrix GEMM kernels with LLVM or ICC
- added support for the Zhaoxin/Centaur KH40000 cpu
- fixed a potential crash in the ZSYMV kernel used for all targets except generic
* POWER:
- worked around an overflow error in the POWER6 DNRM2 kernel
- fixed compilation on PPC440
- fixed a performance regression in the level1 BLAS on POWER10
- fixed the POWER10 ZGEMM kernel
- fixed singlethreaded builds for POWER10
- fixed compilation of the POWER10 DGEMV kernel with older gcc versions
- enabled compilation of the BFLOAT16 kernels by default
- enabled the small matrix kernels by default for DYNAMIC_ARCH builds
- added a workaround for a miscompilation of the CDOT and ZDOT kernels by GCC 12
- Obsolete:
* Define-sbgemm_r-to-fix-DYNAMIC_ARCH-builds.patch
* Remove-extraneous-and-wrong-definition-of-sbgemm_r-on-x86_64.patch
* Do-not-include-symbols-defined-in-driver-others-parameter.c-in-DYNAMIC_BUILD.patch
* Utilize-compiler-AVX512-capability-info-from-c_check-when-building-getarch.patch
* Revert-AVX512-capability-check-from-PR-1980-moved-to-build.patch
* Fix-checks-for-AVX512-and-atomics.patch
* Use-CC-and-full-command-line-instead-of-hard-coding-gcc-for-AVX512-checking.patch
- Updated/renamed:
* openblas-noexecstack.patch to Link-library-with-z-noexecstack.patch
* openblas-s390.patch to Handle-s390-correctly.patch
- Added (see https://github.com/xianyi/OpenBLAS/issues/3738)
* remove-spurious-loops.patch
* Use-blasint-for-INTERFACE64-compatibility.patch
==== samba ====
Version update (4.17.3+git.279.ff9bb8a298 -> 4.17.3+git.283.2157972742b)
Subpackages: libsamba-policy0-python3 samba-ad-dc-libs samba-client samba-client-libs samba-libs samba-libs-python3 samba-python3
- Introduce without-smb1-server spec flag; (bsc#1205104);
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 (107.0 -> 107.0.1)
appstream-glib (0.8.1 -> 0.8.2)
bash (5.2.9 -> 5.2.12)
bluedevil5 (5.26.3.1 -> 5.26.4)
breeze (5.26.3.1 -> 5.26.4)
breeze-gtk (5.26.3 -> 5.26.4)
chrony
cryptsetup (2.5.0 -> 2.6.0)
discover (5.26.3 -> 5.26.4)
drkonqi5 (5.26.3 -> 5.26.4)
flac (1.4.1 -> 1.4.2)
gedit (43.1 -> 43.2)
glibc
gtk3 (3.24.34 -> 3.24.35)
installation-images-MicroOS (17.65 -> 17.67)
kactivitymanagerd (5.26.3 -> 5.26.4)
kcm_sddm (5.26.3 -> 5.26.4)
kde-cli-tools5 (5.26.3 -> 5.26.4)
kde-gtk-config5 (5.26.3 -> 5.26.4)
kdesu
kernel-firmware (20221109 -> 20221130)
kernel-source (6.0.8 -> 6.0.10)
kgamma5 (5.26.3 -> 5.26.4)
khotkeys5 (5.26.3 -> 5.26.4)
kinfocenter5 (5.26.3 -> 5.26.4)
kmenuedit5 (5.26.3 -> 5.26.4)
kpipewire (5.26.3 -> 5.26.4)
kscreen5 (5.26.3 -> 5.26.4)
kscreenlocker (5.26.3 -> 5.26.4)
ksshaskpass5 (5.26.3 -> 5.26.4)
ksystemstats5 (5.26.3 -> 5.26.4)
kwayland-integration (5.26.3 -> 5.26.4)
kwin5 (5.26.3 -> 5.26.4)
kwrited5 (5.26.3 -> 5.26.4)
layer-shell-qt (5.26.3 -> 5.26.4)
libcontainers-common
libkdecoration2 (5.26.3 -> 5.26.4)
libkscreen2 (5.26.3 -> 5.26.4)
libksysguard5 (5.26.3 -> 5.26.4)
libostree (2022.6 -> 2022.7)
libva
libva-gl
libxcrypt (4.4.28 -> 4.4.33)
milou5 (5.26.3 -> 5.26.4)
oxygen5-sounds (5.26.3.1 -> 5.26.4)
pango (1.50.11 -> 1.50.12)
pipewire (0.3.60 -> 0.3.61)
plasma-browser-integration (5.26.3 -> 5.26.4)
plasma-nm5 (5.26.3 -> 5.26.4)
plasma5-addons (5.26.3 -> 5.26.4)
plasma5-desktop (5.26.3 -> 5.26.4)
plasma5-disks (5.26.3 -> 5.26.4)
plasma5-integration (5.26.3 -> 5.26.4)
plasma5-openSUSE
plasma5-pa (5.26.3 -> 5.26.4)
plasma5-systemmonitor (5.26.3 -> 5.26.4)
plasma5-thunderbolt (5.26.3 -> 5.26.4)
plasma5-workspace (5.26.3 -> 5.26.4.1)
polkit-kde-agent-5 (5.26.3 -> 5.26.4)
powerdevil5 (5.26.3 -> 5.26.4)
python-apipkg (2.1.0 -> 3.0.1)
python-jsonschema (4.17.1 -> 4.17.3)
python-py
python-pycairo (1.21.0 -> 1.22.0)
rav1e (0.5.1+0 -> 0.6.1+0)
ruby3.1 (3.1.2 -> 3.1.3)
selinux-policy
suse-module-tools (16.0.27 -> 16.0.28)
systemd (252.1 -> 252.2)
systemsettings5 (5.26.3 -> 5.26.4)
tcl (8.6.12 -> 8.6.13)
vim (9.0.0924 -> 9.0.0978)
xdg-desktop-portal-kde (5.26.3 -> 5.26.4)
yast2 (4.5.19 -> 4.5.20)
yast2-country (4.5.2 -> 4.5.3)
yast2-installation (4.5.9 -> 4.5.10)
yast2-network (4.5.9 -> 4.5.10)
yast2-security (4.5.3 -> 4.5.4)
=== Details ===
==== MozillaFirefox ====
Version update (107.0 -> 107.0.1)
- Mozilla Firefox 107.0.1:
* Fix an issue with accessing some sites reliably in Private
Browsing mode or Strict ETP due to anti-adblockers
(bmo#1717806)
* Fix an issue where Color Management was not available for
some users (bmo#1799391)
* Fix an issue with text overlapping in the Settings Menu for
some locales (bmo#1800379)
* Fix an issue where the DevTools UI is not accessible when an
alert dialog is displayed (bmo#1801840)
==== appstream-glib ====
Version update (0.8.1 -> 0.8.2)
Subpackages: libappstream-glib8
- openSUSE-appstream-process: drop --enable-hidpi parameter:
- -enable-hidpi now does nothing and will be removed in future
versions.
- Update to version 0.8.2:
+ asb-plugin-appdata: Never add default icons to firmware, IMs or
codecs.
+ Tell CURL to follow http redirect for validate.
+ Updated translations.
==== bash ====
Version update (5.2.9 -> 5.2.12)
Subpackages: bash-doc bash-sh
- Add upstream patches
* bash52-010
Bash-5.2 checks the first 128 characters of an executable file that execve()
refuses to execute to see whether it's a binary file before trying to
execute it as a shell script. This defeats some previously-supported use
cases like "self-executing" jar files or "self-uncompressing" scripts.
* bash52-011
Using timeouts and readline editing with the `read' builtin (read -e -t) can
leave the readline timeout enabled, potentially resulting in an erroneous
timeout on the next call.
* bash52-012
When running in bash compatibility mode, nested command substitutions can
leave the `extglob' option enabled.
==== bluedevil5 ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: bluedevil5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== breeze ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers libbreezecommon5-5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== breeze-gtk ====
Version update (5.26.3 -> 5.26.4)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== chrony ====
Subpackages: chrony-pool-openSUSE
- Install chrony DHCP dispatcher script for Networkmanager
* chrony.nm-dispatcher.dhcp.patch /var/run to /run
==== cryptsetup ====
Version update (2.5.0 -> 2.6.0)
Subpackages: cryptsetup-doc libcryptsetup12
- cryptsetup 2.6.0:
* Introduce support for handling macOS FileVault2 devices (FVAULT2).
* libcryptsetup: no longer use global memory locking through mlockall()
* libcryptsetup: process priority is increased only for key derivation
(PBKDF) calls.
* Add new LUKS keyslot context handling functions and API.
* The volume key may now be extracted using a passphrase, keyfile, or
token. For LUKS devices, it also returns the volume key after
a successful crypt_format call.
* Fix --disable-luks2-reencryption configuration option.
* cryptsetup: Print a better error message and warning if the format
produces an image without space available for data.
* Print error if anti-forensic LUKS2 hash setting is not available.
If the specified hash was not available, activation quietly failed.
* Fix internal crypt segment compare routine if the user
specified cipher in kernel format (capi: prefix).
* cryptsetup: Add token unassign action.
This action allows removing token binding on specific keyslot.
* veritysetup: add support for --use-tasklets option.
This option sets try_verify_in_tasklet kernel dm-verity option
(available since Linux kernel 6.0) to allow some performance
improvement on specific systems.
* Provide pkgconfig Require.private settings.
While we do not completely provide static build on udev systems,
it helps produce statically linked binaries in certain situations.
* Always update automake library files if autogen.sh is run.
For several releases, we distributed older automake scripts by mistake.
* reencryption: Fix user defined moved segment size in LUKS2 decryption.
The --hotzone-size argument was ignored in cases where the actual data
size was less than the original LUKS2 data offset.
* Delegate FIPS mode detection to configured crypto backend.
System FIPS mode check no longer depends on /etc/system-fips file.
* Update documentation, including FAQ and man pages.
==== discover ====
Version update (5.26.3 -> 5.26.4)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang discover-notifier
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Prefer openining the installed version of an app (kde#461664)
* packagekit: check free space when update size changes
* pk: Only issue a resolve if something changed (kde#461813)
* ProgressView: disable highlight effect for real (kde#461812)
==== drkonqi5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: drkonqi5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== flac ====
Version update (1.4.1 -> 1.4.2)
- Update to version 1.4.2:
+ General
* Remove xmms plugin (Martijn van Beurden, TokyoBlackHole)
* Remove all pure assembler, removing build dependency on nasm
* Made console output more uniform across different platforms
and CPUs
* Improve ability to tune compile for a certain system (for
example with -march=native) when combining with
- -disable-asm-optimizations: plain C functions can now be
better optimized
+ Build system
* Default CFLAGS are now prepended instead of dropped when user
CFLAGS are set
* -msse2 is no longer added by default (was only applicable
to x86)
* Fix cross-compiling and out-of-tree building when pandoc and
doxygen are not available
* Fix issue with Clang not compiling functions with intrinsics
* Fix detection of bswap intrinsics (Ozkan Sezer)
* Improve search for libssp on MinGW (Ozkan Sezer,
Martijn van Beurden)
+ libFLAC
* Fix issue when the libFLAC user seeks in a file instead of
libFLAC itself
- Drop obsoleted flac-cflags.patch
==== gedit ====
Version update (43.1 -> 43.2)
Subpackages: python3-gedit
- Update to version 43.2:
+ Fix the API version, bump to 43.
+ Updated translations.
- Change api_ver to 43, following upstreams change.
==== glibc ====
Subpackages: glibc-extra glibc-locale glibc-locale-base nscd
- nscd: Convert to systemd-sysusers
==== gtk3 ====
Version update (3.24.34 -> 3.24.35)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0
- Update to version 3.24.35:
+ GtkFontChooserWidget: Fix a critical.
+ GtkAccelLabel: Differentiate keypad keysyms in accelerators.
+ Input:
- Recognize stylus devices as pens.
- Fix problems with motion compression.
+ Windows: Build system improvements.
+ Wayland:
- Fix problems with unreliable DND.
- Use GLES if required.
- Add support for titlebar gestures.
- Refactor handling of IM client updates.
- Fix cursor hotspots with scaled surfaces.
- Use the xdg-activation protocol.
- Load cursors on demand.
- Fix cursor size on hi-dpi displays.
+ MacOS: Use a CVDisplayLink based frame clock.
+ Updated translations.
- Drop upstream merged patch
gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch.
==== installation-images-MicroOS ====
Version update (17.65 -> 17.67)
- merge gh#openSUSE/installation-images#616
- always redirect udev log output to /var/log/udev.log (bsc#1204216)
- include hint about how to enable udev debug output
- 17.67
- merge gh#openSUSE/installation-images#614
- etc: update module.config to match 6.1
- 17.66
==== kactivitymanagerd ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kactivitymanagerd-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kcm_sddm ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kcm_sddm-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kde-cli-tools5 ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kde-gtk-config5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kdesu ====
- Drop fpie.patch, works as expected without
- Drop setgid bit on kdesud, no longer needed since 5.99.0
==== kernel-firmware ====
Version update (20221109 -> 20221130)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network
- Update to version 20221130 (git commit 80ed874a4566):
* amdgpu: update sdma_5.2.7 firmware
* QCA: Add Bluetooth firmware for WCN785x This commit will add required Bluetooth firmware files for QCA WCN785x. The image version is 2.0.0-00515.
* linux-firmware: update firmware for MT7916
* linux-firmware: update firmware for MT7915
* i915: Add DMC v2.08 for DG2
* amdgpu: update green sardine DMCUB firmware
* i915: Add DMC v2.10 for MTL
* linux-firmware: update firmware for MT7986
* linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
* linux-firmware: update firmware for MT7921 WiFi device
- Update constraints for 8GB (bsc#1205811)
==== kernel-source ====
Version update (6.0.8 -> 6.0.10)
- Linux 6.0.10 (bsc#1012628).
- mtd: rawnand: qcom: handle ret from parse with codeword_fixup
(bsc#1012628).
- drm/msm/gpu: Fix crash during system suspend after unbind
(bsc#1012628).
- spi: tegra210-quad: Fix combined sequence (bsc#1012628).
- ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth
imbalance in wm5102_probe" (bsc#1012628).
- ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth
imbalance in wm5110_probe" (bsc#1012628).
- ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth
imbalance in wm8997_probe" (bsc#1012628).
- ASoC: mt6660: Keep the pm_runtime enables before component
stuff in mt6660_i2c_probe (bsc#1012628).
- ASoC: rt5682s: Fix the TDM Tx settings (bsc#1012628).
- ASoC: rt1019: Fix the TDM settings (bsc#1012628).
- ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
(bsc#1012628).
- spi: intel: Fix the offset to get the 64K erase opcode
(bsc#1012628).
- ASoC: codecs: jz4725b: add missed Line In power control bit
(bsc#1012628).
- ASoC: codecs: jz4725b: fix reported volume for Master ctl
(bsc#1012628).
- ASoC: codecs: jz4725b: use right control for Capture Volume
(bsc#1012628).
- ASoC: codecs: jz4725b: fix capture selector naming
(bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
(bsc#1012628).
- selftests/futex: fix build for clang (bsc#1012628).
- selftests/intel_pstate: fix build for ARCH=x86_64 (bsc#1012628).
- selftests/kexec: fix build for ARCH=x86_64 (bsc#1012628).
- ASoC: Intel: sof_rt5682: Add quirk for Rex board (bsc#1012628).
- ASoC: rt1308-sdw: add the default value of some registers
(bsc#1012628).
- ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo
ThinkBook 16 Gen 4+ ARA to the Quirks List (bsc#1012628).
- ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks
table (bsc#1012628).
- drm/amdgpu: Adjust MES polling timeout for sriov (bsc#1012628).
- platform/x86: thinkpad_acpi: Fix reporting a non present second
fan on some models (bsc#1012628).
- platform/x86/intel: pmc/core: Add Raptor Lake support to pmc
core driver (bsc#1012628).
- drm/amd/display: Remove wrong pipe control lock (bsc#1012628).
- drm/amd/display: Don't return false if no stream (bsc#1012628).
- drm/scheduler: fix fence ref counting (bsc#1012628).
- ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (bsc#1012628).
- cxl/mbox: Add a check on input payload size (bsc#1012628).
- RDMA/efa: Add EFA 0xefa2 PCI ID (bsc#1012628).
- btrfs: raid56: properly handle the error when unable to find
the missing stripe (bsc#1012628).
- NFSv4: Retry LOCK on OLD_STATEID during delegation return
(bsc#1012628).
- SUNRPC: Fix crasher in gss_unwrap_resp_integ() (bsc#1012628).
- ACPI: x86: Add another system to quirk list for forcing
StorageD3Enable (bsc#1012628).
- drm/rockchip: vop2: fix null pointer in plane_atomic_disable
(bsc#1012628).
- drm/rockchip: vop2: disable planes when disabling the crtc
(bsc#1012628).
- ksefltests: pidfd: Fix wait_states: Test terminated by timeout
(bsc#1012628).
- powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec
(bsc#1012628).
- block: blk_add_rq_to_plug(): clear stale 'last' after flush
(bsc#1012628).
- firmware: arm_scmi: Cleanup the core driver removal callback
(bsc#1012628).
- firmware: arm_scmi: Make tx_prepare time out eventually
(bsc#1012628).
- i2c: tegra: Allocate DMA memory for DMA engine (bsc#1012628).
- i2c: i801: add lis3lv02d's I2C address for Vostro 5568
(bsc#1012628).
- drm/imx: imx-tve: Fix return type of
imx_tve_connector_mode_valid (bsc#1012628).
- btrfs: remove pointless and double ulist frees in error paths
of qgroup tests (bsc#1012628).
- drm/amd/display: Ignore Cable ID Feature (bsc#1012628).
- drm/amd/display: Enable timing sync on DCN32 (bsc#1012628).
- drm/amdgpu: set fb_modifiers_not_supported in vkms
(bsc#1012628).
- drm/amd: Fail the suspend if resources can't be evicted
(bsc#1012628).
- drm/amd/display: Fix DCN32 DSC delay calculation (bsc#1012628).
- drm/amd/display: Use forced DSC bpp in DML (bsc#1012628).
- drm/amd/display: Round up DST_after_scaler to nearest int
(bsc#1012628).
- drm/amd/display: Investigate tool reported FCLK P-state
deviations (bsc#1012628).
- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm (bsc#1012628).
- cxl/pmem: Use size_add() against integer overflow (bsc#1012628).
- x86/cpu: Add several Intel server CPU model numbers
(bsc#1012628).
- tools/testing/cxl: Fix some error exits (bsc#1012628).
- cifs: always iterate smb sessions using primary channel
(bsc#1012628).
- ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source",
... changelog too long, skipping 789 lines ...
- commit 218191a
==== kgamma5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kgamma5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== khotkeys5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: khotkeys5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kinfocenter5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kinfocenter5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kmenuedit5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kmenuedit5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kpipewire ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kpipewire-imports libKPipeWire5 libKPipeWireRecord5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kscreen5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreen5-lang kscreen5-plasmoid
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Fix right to right snapping
==== kscreenlocker ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== ksshaskpass5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksshaskpass5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== ksystemstats5 ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kwayland-integration ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kwin5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kwin5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
* utils/serviceutils: Improve Exec key parsing
* effects/kscreen: don't stop effect when fade out animation is done (kde#460902)
* backends/libinput: update screens on Workspace::outputsChanged (kde#461901)
* Update defiintion of customised Gitlab CI job to include appropriate flags to keep Git happy
* screencast: Don't scale the cursor
* x11: Reset SurfaceItemX11::m_isDamaged when the damage handle is destroyed
* activation: Guard against not having any active window
* wayland: Make debug console placeable (kde#453920)
* screencast: Fix how we tell pipewire that the stream has been resized (kde#461590)
* backends/drm: generate modes even if some common modes are available
==== kwrited5 ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== layer-shell-qt ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libcontainers-common ====
- add requires on util-linux-systemd for findmnt in profile script
- only set storage_driver env when no libpod exists
- avoid quoting issue
==== libkdecoration2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private9
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libkscreen2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libksysguard5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports libksysguard5-lang libksysguard5-plugins
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* QML error: digist -> digits
==== libostree ====
Version update (2022.6 -> 2022.7)
Subpackages: libostree-1-1
- Update to version 2022.7:
+ Add API for idempotent delete operations on kernel arguments
+ Add API for and for handling unshare() to manipulate
(otherwise) read-only sysroot
+ small memory leak fixes.
+ retry HTTP requests after receiving HTTP 500 errors
+ avoid rebuilding SELinux policy when creating a first
deployment
==== libva ====
Subpackages: libva-drm2 libva-x11-2 libva2
- Make sure make runs with verbose builds so we see the gcc
cmdlines
- Added propagate-dpy.patch: (boo#1202828)
Patch taken from https://github.com/intel/libva/issues/479
==== libva-gl ====
- Make sure make runs with verbose builds so we see the gcc
cmdlines
- Added propagate-dpy.patch: (boo#1202828)
Patch taken from https://github.com/intel/libva/issues/479
==== libxcrypt ====
Version update (4.4.28 -> 4.4.33)
- Update to 4.4.33
* Fix variable name in crypt(3) for a datamember of 'struct crypt_data'
* Fix -Werror=strict-overflow in lib/crypt-des.c, which is seen
by GCC 12.x
* Add some SHA-2 Maj() optimization in lib/alg-sha256.c
* Fix -Werror=conversion in lib/alg-yescrypt-opt.c
* Improvements to huge page handling in lib/alg-yescrypt-platform.c
* Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c
==== milou5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: milou5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== oxygen5-sounds ====
Version update (5.26.3.1 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== pango ====
Version update (1.50.11 -> 1.50.12)
Subpackages: libpango-1_0-0 typelib-1_0-Pango-1_0
- Update to version 1.50.12:
+ Fix weight conversion on MacOS.
+ Update to Unicode 15.
+ Some introspection annotation fixes.
+ Improve PangoAttrList serialization.
+ Fix char offset calculatiosn in multi-paragraph layouts.
==== pipewire ====
Version update (0.3.60 -> 0.3.61)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 0.3.61:
* Highlights
- Fix a bug in audioadapter that could cause crashes when
switching bluetooth profiles.
- Fix sound in QEMU, deadbeef and openal again.
- libcamera plugin fixes, dynamic add and remove should now
work with the next wireplumber version.
- Fix a regression in pw-midiplay where the first buffer would
not play and some events would be missing.
- The network module now doesn't export other network sources
anymore.
- pulse-server now detects clients that keep underrunning for a
long time and will pause them to save power.
- Many more bugfixes and improvements.
* PipeWire
- Optimise away some useless graph recalculations.
- Increase alternative sample rates from 16 to 32.
- Silence some module loading errors when the error can be
ignored.
- Fix initial buffer requested size for pw-stream when
operating in async mode. This also indirectly fixes the first
buffer in pw-midiplay.
* Modules
- Set the network property on pulse-tunnel streams so that they
are not exported anymore.
- Filter-chain has optimized mix functions now.
* SPA
- Handle some errors in libcamera better.
- Fix libcamera remove events. Fix the id allocation for
devices.
- Fix a bug in audioadapter where it would not renegotiate
after a port reconfiguration, leading to crashes, especially
when automatically switching profiles in bluetooth.
- Do ALSA probing in 44100Hz again. Some devices seem to fail
otherwise for some unknown reason.
- Force playback start when the ALSA buffer is full. This fixes
sound in QEMU.
- Support Digital 5.1 AC3 for Asus Xonar SE.
- Improve format renegotiation in audioadapter. This makes the
ALSA plugin work again for deadbeef.
- Fix latency reporting on adapter DSP ports.
* pulse-server
- Fix a bug where openal based applications would hang.
- Improve zeroconf publish. Only publish on the address of the
first running server. This avoids duplicate entries for IPv4
and IPv6.
Add support for republish entries when new servers are
started.
- Add a pulse.idle.timeout option (default to 5 seconds) to
pause streams that have been underrunning for this amount of
time. Badly behaving clients will then not keep the graph and
device busy so that devices can be suspended to save battery.
This should give better default behaviour with
speech-dispatcher.
* JACK
- Add an option to configure the filter character.
- Fix connect_callbacks. It was only called once for output
ports.
- Add option to set node.passive on jack clients. Make some
quirks for qsynth to make it suspend and fade out better.
- Rebase reduce-meson-dependency.patch.
- Drop patches already included upstream:
* 0001-audioadapter-perform-setup-again-after-a-PortConfig.patch
* 0001-pulse-server-also-advance-read-pointer-in-underrun.patch
* 0002-audioconvert-redo-setup-when-format-changes.patch
* 0003-acp-do-probing-in-44100Hz-again.patch
* 0004-alsa-force-playback-start-when-buffer-is-full.patch
==== plasma-browser-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-browser-integration-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma-nm5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-nm5-lang plasma-nm5-openvpn
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Show current MAC for wired connections
* Show current MAC address instead of permanent MAC address in details view (kde#456119)
==== plasma5-addons ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-addons-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* wallpapers/potd: allow force refresh when no cached image is available
* applets/weather: Fix system tray detection
==== plasma5-desktop ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-desktop-emojier
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
* Panel: Avoid setting solid background when compositing is disabled (kde#451451)
* applets/kickoff: fix huge icons in category list (kde#460349)
* kcms/runners: Fix org.kde.kconfig.notify DBus signal getting wrong plugin id (kde#461422)
* [kcms/tablet] Reload output combobox when outputs change (kde#461560)
==== plasma5-disks ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.26.4
==== plasma5-pa ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-pa-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== plasma5-systemmonitor ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-thunderbolt ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-workspace ====
Version update (5.26.3 -> 5.26.4.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Update to 5.26.4.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Do not query all available image plugins when determining background type (kde#462308)
* Install translated documentation from po/ too
* Panel: Revert making the mask smaller by 1px (kde#460896)
* Remove negative inset of plasmoid heading in notifications since there's no margin in those (kde#452347)
* lockscreen: Consider info messages to be prompts (kde#454706)
* Fix wrong example values, return correct paper size value
* wallpapers/image: save last wallpaper in slideshow mode (kde#461490)
* SystemDialog: Fix display when there is no component
* applets/notifications: unload ListView when plasmoid is not expanded
* applets/mediacontroller: avoid flashing application icon (kde#461496)
* SystemDialog: Make sure the window has a Qt.Window type
* Notifications: Explicitly uncheck paused button when switching to running state
* shell: revert unrelated changes in d79a927a4c7a8b489b985a6ae94bd9d8f082db93
* [shell] Always call load after init (kde#439159)
* applets/notifications: remove one unused import
* applets/notifications: remove workaround for QTBUG-67007
* startkde/plasma-session: fix playing startup sound
==== polkit-kde-agent-5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== powerdevil5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: powerdevil5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== python-apipkg ====
Version update (2.1.0 -> 3.0.1)
- Generate the _version.py file in %prep to remove completely hatch-vcs from
pyproject to make it build and run tests correctly
- Remove python-hatch-vcs dependency
- Remove python-py dependency
- Remove python_module macro definition
- Update to 3.0.1:
* restore tox.ini to support tox --current-env based packaging
- 3.0.0
* add support for python 3.11 and drop dead pythons (thanks hukgo)
* migrate to hatch
* split up __init__.py
* add some type annotations
- 2.1.1
* drop the python 3.4 support marker, 2.1.0 broke it
2.1.0 will be yanked after release
==== python-jsonschema ====
Version update (4.17.1 -> 4.17.3)
- update to 4.17.3:
* No nice changelog provided upstream
Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.17.2...v4.17.3
- update to 4.17.2:
* No nice changelog provided upstream
Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.17.1...v4.17.2
==== python-py ====
- Remove python_module macro definition
- Add python-py dep for testing
- Use autosetup insteado of setup + patch
- More specific python_sitelib in %files
==== python-pycairo ====
Version update (1.21.0 -> 1.22.0)
- Updtae to version 1.22.0:
* Officially support Python 3.11.
* PDFSurface.version_to_string(): Fix crash with negative
versions.
* typing: ImageSurface.get_stride() returns an int.
* typing: Fix incorrect interface for Matrix constructor.
* typing: Use Generic for Context.
* docs: some cairo.Context fixes.
* docs: try to make create_from_png/write_to_png more clear.
* docs: add an example for how to convert a surface to pillow.
* docs: cairo.Format.RGB24: document that unused bytes may be
overwritten.
* tests: donât depend on specific ref counts.
* tests: compatibility fixes for cairo 1.17.6.
- Drop f5a795ea.patch: fixed upstream.
==== rav1e ====
Version update (0.5.1+0 -> 0.6.1+0)
- Update to version 0.6.1+0:
* Fix the capi deps
* Revert "x86: Disable 8x16 16bpc inverse transforms for SSE4.1"
* inverse_transform_add: Align to dav1d EOB convention
* x86: Disable 8x16 16bpc inverse transforms for SSE4.1
* CI: Fix up deploy workflow
* Add C API for level.
* Add level to API and CLI.
* CI: Correct format of target_cpu for x86_64 in deploy workflow
* Produced optimized binary versions from CI
* Write level stored in sequence struct.
* Bump actions/download-artifact from 2 to 3
* Bump actions/upload-artifact from 2 to 3
* Bump actions/cache from 2 to 3
* Update deps
* Update cargo-c binaries url
* Add Dependabot configuration for GitHub Actions updates
* tests: Add three-pass encode with target bitrate
* Add SIMD helpers to speed up Rust get_sad (#3050)
* Replace last 16x4 and 4x16 avx2 hbd satd intrinsics with asm (#3051)
* x86: Add AVX2 HBD SATD asm for 8x8-transformed blocks (#3048)
* Bump minimum rustc to 1.60, required by clap 4
* Update clap to 4.0
* Remove unused regex dependency
* Cleanup log level parsing
* Replace actions-rs/toolchain with dtolnay/rust-toolchain
* Remove action-rs/cargo
* rate: Retire and separate TwoPassOutParams
* rate: Estimate target quantizer on first pass
* segmentation: Reset min_segment on data update
* Replace AVX2 HBD SATD intrinsics with ASM, for some block sizes (#3039)
* Remove arrayref dependency
* Fix new clippy lints
* Move v_frame to its own repository
* Add scales and segment thresholds to dump_lookahead_data
* Fix UB in pred_max test
* Delete build.sh
* bin: Admit more than 2 encoder passes
* Create new speed level 8, drop level 7
* Keep the version line compatible with 0.5
* Add back shorthand for `--verbose` and `--quiet` (#3022)
* Mention cargo-criterion
* Bump criterion version
* Update to criterion non-deprecated api
* Prepare for 0.6.0 release
* bin: Bring --photon-noise out from under unstable feature
* Update guide on how to produce target-specific builds
* CI: Deploy rav1e-ch binary tuned for modern x86_64
* build: Handle absent CARGO_CFG_TARGET_FEATURE
* Calculate geometric mean for DistortionScale::inv_mean()
* Convert plane-level distortion scales to fixed-point
* Expand precision of DistortionScale to Q14
* Preserve intermediate precision in get_weighted_sse
* Add DistortionScale::blog64()
* Bump several dependencies
* Remove duplicated constants
* Remove aq_strength configuration
* logexp: Correct integer part in blog32_q11
* logexp: Correct rounding bias in blog32_q11
* Fix new clippy lints from Rust nightly (#3006)
* Use approximate binary log in Q11 for segmentation_optimize
* Add polynomial approximations of a binary exponential and logarithm.
* segmentation: Avoid reallocation in collect::<Box<[_]>>()
* logexp: Add a fixed-point binary log in Q24 for u32 to i32
* logexp: Rewrite blog64 so that it is const
* rate: Pivot to util::logexp functions
* logexp: Add assertion for q57 input range
* logexp: Add binary exponential in Q24 format, saturated to 47 bits.
* logexp: Add conversions between 64-bit Q57 and 32-bit Q24.
* logexp: Add tests for bexp64 and blog64
* logexp: Add 64-bit binary exponentiation and logarithm in Q57.
* kmeans: Split k-independent inner loop into its own function
* kmeans: Tidy up all but the inner loop
* segmentation: Change precision of log(scale) to Q23
* Add missing code for segmentation with --tune Psnr
* Derive segments by k-means of spatiotemporal scales
* Add an implementation for k-means
* Remove vergen and use built to provide the same information
* Updating QUALITY_&_SPEED_FEATURES document in regards to libaom
* Adjust chroma offsets for frame-mean spatiotemporal scale
* Compute segmentation map thresholds from the offsets
* Implement From<f64> for DistortionScale
* Use fixed-sized array in luma/chroma pred mode counts (#2989)
* Add T.35 metadata C API.
* Bump console + dav1d-sys + system-deps
* CI: Pull in dev packages from Ubuntu Kinetic
* Implement SegmentationLevel::Full again
* segmentation: Limit minimum segment to avoid lossless mode
* Use spatiotemporal scales relative to frame mean
* Clean up encode_partition_topdown() (#2984)
* CI: Fix clippy:borrow_deref_ref warnings
* CI: Fix clippy::manual_range_contains warnings
* CI: Fix clippy::derive_partial_eq_without_eq warnings
* Fix aarch64 satd compilation on gcc
* Remove always-true if statement in encode_partition_topdown() (#2980)
* Add aarch64 NEON 8-bit SATD assembly for 4x4-transformed block sizes (#2972)
* Retune constants for ssim_boost
* Add enhanced version info
* Add T.35 metadata support.
... changelog too long, skipping 243 lines ...
* CI: Move to Debian Unstable for aom and dav1d
==== ruby3.1 ====
Version update (3.1.2 -> 3.1.3)
Subpackages: libruby3_1-3_1
- remove the bundled gems workaround
- update to 3.1.3 (boo#1205726 CVE-2021-33621)
https://www.ruby-lang.org/en/news/2022/11/22/http-response-splitting-in-cgi…
https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Add fix_irqbalance.patch: support netlink socket operations (bsc#1205434)
- Drop fix_irqbalance.patch: superseded by upstream
==== suse-module-tools ====
Version update (16.0.27 -> 16.0.28)
- Update to version 16.0.28:
* Split kernel scriptlets into separate sub-package, again
(boo#1202353, boo#1205149)
==== systemd ====
Version update (252.1 -> 252.2)
Subpackages: libsystemd0 libudev1 systemd-doc udev
- Import commit e7e931b07edd786dc6ca1dae6c23ff7b785f8efd (merge of v252.2)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/64dc546913525e33e734500055a62ed…
- Rebase 6000-Revert-tmpfiles-whenever-creating-an-inode-immediate.patch
==== systemsettings5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: systemsettings5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== tcl ====
Version update (8.6.12 -> 8.6.13)
- New version 8.6.13:
* (bug)[26f132] Crash when sizeof(int) < sizeof(void *)
* (TIP 623)[e9a271] Tcl_GetRange index args < 0
* (bug)[e5ed1b] numeric IPv6 in URLs
* (bug)[8eb64b] http package tolerant again invalid reply header
* (bug)[6898f9] http package failed detection of shiftjis charset
* (bug)[55bf73] Avoid connection reuse after response code 101.
* (bug)[713653] FP rounding exposed by x86 musl
* (bug)[b3977d] Process CR-LF split across packets
* (bug)[4eb3a1] crash due to undetected bytecode invalidity
* (bug)[55a02f] Fallback init env(HOME) from USERPROFILE
* (bug)[1073da] crash writing invalid utf-8
* (new) Update to Unicode-15
* Many code fixes to avoid overflow or undefined behavior.
- Add tcl-refchan-mode-needed.patch to allow refchans to be opened
for neither reading nor writing, but still handle events.
==== vim ====
Version update (9.0.0924 -> 9.0.0978)
Subpackages: vim-data vim-data-common vim-small
-Updated to version 9.0.0978, fixes the following problems
* The first termcap entry of a builtin termcap is not used.
* Two conditions are always false.
* Coverity warns for not using return value of dict_add().
* Coverity warns for using a NULL pointer.
* Using Ruby LDFLAGS may cause build problems.
* Build failure with tiny version. (Tony Mechelynck)
* Cannot debug the Kitty keyboard protocol with TermDebug.
* Oblivion files are not recognized.
* Kitty shows "already at oldest change" on startup.
* Various code formatting issues.
* When using dash it may not be recognize as filetype "sh".
* Wrong type for "isunnamed" returned by getreginfo().
* Forked repositories send out useless email.
* Still using simplified mappings when using the kitty keyboard protocol.
* Crash when typing a letter in a terminal window. (Shane-XB-Qian)
* CI failures in sound dummy.
* Workflow Description Language files are not recognized.
* Pretending to go out of Insert mode when Esc is received has side effects.
* 'cursorline' causes virtual text highlight to continue.
* Failures in the cursorline test.
* CI: Error in Coverity flow is not reported.
* Invalid memory access in substitute with function that goes to another
file.
* 'ttyfast' is set for arbitrary terminals.
* Crash when unletting a variable while listing variables.
* The pattern "\_s\zs" matches at EOL.
* Trying every character position for a match is inefficient.
* Eclipse preference files are not recognized.
* Part of making search more efficient is missing.
* Cannot detect whether modifyOtherKeys is enabled.
* Libvterm does not support the XTQMODKEYS request.
* Terminal tests fail when using key with modifier.
* Tests fail without the terminal feature.
* Messages test is flaky.
* Error when using the "File Settings / Text Width" menu.
* Error when using the "Tools / Spelling / Find More Languages" menu.
* Using deletebufline() may jump to another window.
* Virtual text below cannot be placed below empty lines.
* Function name does not match autocmd event name.
* Status line of other window not redrawn when dragging it when 'splitkeep'
is set to "screen".
* Using one window for executing autocommands is insufficient.
* Some compilers don't allow a declaration after a label.
* Leaking memory from autocmd windows.
* GUI mouse event test is a bit flaky.
* Matchparen highlight is not updated when switching buffers.
* Coverity warns for uninitialized variable.
* Escape sequences not recognized without the termresponse feature.
* Build failure on some systems.
* Kitty keyboard protocol key not decoded when it has an unsupported
modifier, such as NumLock.
* Even when Esc is encoded a timeout is used.
* Virtual text below an empty line is misplaced when 'number' is set.
==== xdg-desktop-portal-kde ====
Version update (5.26.3 -> 5.26.4)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== yast2 ====
Version update (4.5.19 -> 4.5.20)
Subpackages: yast2-logs
- ArchFilter: Add new class to allow unified definition of hardware
architecture filter. The main use case is to read arch
specific configuration in various configuration files like
control.xml or d-installer.yml (gh#yast/d-installer#279)
- 4.5.20
==== yast2-country ====
Version update (4.5.2 -> 4.5.3)
Subpackages: yast2-country-data
- Update language cache when selecting new language to ensure that
always the correct language translations are used in the license
translations selection combo box on the next wizard page
(bsc#1204845, bsc#1193009)
- 4.5.3
==== yast2-installation ====
Version update (4.5.9 -> 4.5.10)
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== yast2-network ====
Version update (4.5.9 -> 4.5.10)
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== yast2-security ====
Version update (4.5.3 -> 4.5.4)
- Fixed wrong steps count causing a crash during saving (bsc#1205918)
- 4.5.4
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 (107.0 -> 107.0.1)
appstream-glib (0.8.1 -> 0.8.2)
gedit (43.1 -> 43.2)
gtk3 (3.24.34 -> 3.24.35)
installation-images-MicroOS (17.65 -> 17.67)
libostree (2022.6 -> 2022.7)
libxcrypt (4.4.28 -> 4.4.33)
pango (1.50.11 -> 1.50.12)
python-jsonschema (4.17.1 -> 4.17.3)
rav1e (0.5.1+0 -> 0.6.1+0)
selinux-policy
vim (9.0.0924 -> 9.0.0978)
yast2 (4.5.19 -> 4.5.20)
yast2-country (4.5.2 -> 4.5.3)
yast2-installation (4.5.9 -> 4.5.10)
yast2-network (4.5.9 -> 4.5.10)
yast2-security (4.5.3 -> 4.5.4)
=== Details ===
==== MozillaFirefox ====
Version update (107.0 -> 107.0.1)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 107.0.1:
* Fix an issue with accessing some sites reliably in Private
Browsing mode or Strict ETP due to anti-adblockers
(bmo#1717806)
* Fix an issue where Color Management was not available for
some users (bmo#1799391)
* Fix an issue with text overlapping in the Settings Menu for
some locales (bmo#1800379)
* Fix an issue where the DevTools UI is not accessible when an
alert dialog is displayed (bmo#1801840)
==== appstream-glib ====
Version update (0.8.1 -> 0.8.2)
Subpackages: appstream-glib-lang libappstream-glib8
- openSUSE-appstream-process: drop --enable-hidpi parameter:
- -enable-hidpi now does nothing and will be removed in future
versions.
- Update to version 0.8.2:
+ asb-plugin-appdata: Never add default icons to firmware, IMs or
codecs.
+ Tell CURL to follow http redirect for validate.
+ Updated translations.
==== gedit ====
Version update (43.1 -> 43.2)
Subpackages: gedit-lang python3-gedit
- Update to version 43.2:
+ Fix the API version, bump to 43.
+ Updated translations.
- Change api_ver to 43, following upstreams change.
==== gtk3 ====
Version update (3.24.34 -> 3.24.35)
Subpackages: gtk3-data gtk3-immodule-amharic gtk3-immodule-inuktitut gtk3-immodule-thai gtk3-immodule-tigrigna gtk3-immodule-vietnamese gtk3-immodule-xim gtk3-lang gtk3-schema gtk3-tools libgtk-3-0 typelib-1_0-Gtk-3_0
- Update to version 3.24.35:
+ GtkFontChooserWidget: Fix a critical.
+ GtkAccelLabel: Differentiate keypad keysyms in accelerators.
+ Input:
- Recognize stylus devices as pens.
- Fix problems with motion compression.
+ Windows: Build system improvements.
+ Wayland:
- Fix problems with unreliable DND.
- Use GLES if required.
- Add support for titlebar gestures.
- Refactor handling of IM client updates.
- Fix cursor hotspots with scaled surfaces.
- Use the xdg-activation protocol.
- Load cursors on demand.
- Fix cursor size on hi-dpi displays.
+ MacOS: Use a CVDisplayLink based frame clock.
+ Updated translations.
- Drop upstream merged patch
gtk3-gdkwayland-Update-selections-offer-before-updating-dnd.patch.
==== installation-images-MicroOS ====
Version update (17.65 -> 17.67)
- merge gh#openSUSE/installation-images#616
- always redirect udev log output to /var/log/udev.log (bsc#1204216)
- include hint about how to enable udev debug output
- 17.67
- merge gh#openSUSE/installation-images#614
- etc: update module.config to match 6.1
- 17.66
==== libostree ====
Version update (2022.6 -> 2022.7)
Subpackages: libostree-1-1
- Update to version 2022.7:
+ Add API for idempotent delete operations on kernel arguments
+ Add API for and for handling unshare() to manipulate
(otherwise) read-only sysroot
+ small memory leak fixes.
+ retry HTTP requests after receiving HTTP 500 errors
+ avoid rebuilding SELinux policy when creating a first
deployment
==== libxcrypt ====
Version update (4.4.28 -> 4.4.33)
- Update to 4.4.33
* Fix variable name in crypt(3) for a datamember of 'struct crypt_data'
* Fix -Werror=strict-overflow in lib/crypt-des.c, which is seen
by GCC 12.x
* Add some SHA-2 Maj() optimization in lib/alg-sha256.c
* Fix -Werror=conversion in lib/alg-yescrypt-opt.c
* Improvements to huge page handling in lib/alg-yescrypt-platform.c
* Fix -Werror=sign-conversion in lib/alg-yescrypt-platform.c
==== pango ====
Version update (1.50.11 -> 1.50.12)
Subpackages: libpango-1_0-0 typelib-1_0-Pango-1_0
- Update to version 1.50.12:
+ Fix weight conversion on MacOS.
+ Update to Unicode 15.
+ Some introspection annotation fixes.
+ Improve PangoAttrList serialization.
+ Fix char offset calculatiosn in multi-paragraph layouts.
==== python-jsonschema ====
Version update (4.17.1 -> 4.17.3)
- update to 4.17.3:
* No nice changelog provided upstream
Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.17.2...v4.17.3
- update to 4.17.2:
* No nice changelog provided upstream
Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.17.1...v4.17.2
==== rav1e ====
Version update (0.5.1+0 -> 0.6.1+0)
- Update to version 0.6.1+0:
* Fix the capi deps
* Revert "x86: Disable 8x16 16bpc inverse transforms for SSE4.1"
* inverse_transform_add: Align to dav1d EOB convention
* x86: Disable 8x16 16bpc inverse transforms for SSE4.1
* CI: Fix up deploy workflow
* Add C API for level.
* Add level to API and CLI.
* CI: Correct format of target_cpu for x86_64 in deploy workflow
* Produced optimized binary versions from CI
* Write level stored in sequence struct.
* Bump actions/download-artifact from 2 to 3
* Bump actions/upload-artifact from 2 to 3
* Bump actions/cache from 2 to 3
* Update deps
* Update cargo-c binaries url
* Add Dependabot configuration for GitHub Actions updates
* tests: Add three-pass encode with target bitrate
* Add SIMD helpers to speed up Rust get_sad (#3050)
* Replace last 16x4 and 4x16 avx2 hbd satd intrinsics with asm (#3051)
* x86: Add AVX2 HBD SATD asm for 8x8-transformed blocks (#3048)
* Bump minimum rustc to 1.60, required by clap 4
* Update clap to 4.0
* Remove unused regex dependency
* Cleanup log level parsing
* Replace actions-rs/toolchain with dtolnay/rust-toolchain
* Remove action-rs/cargo
* rate: Retire and separate TwoPassOutParams
* rate: Estimate target quantizer on first pass
* segmentation: Reset min_segment on data update
* Replace AVX2 HBD SATD intrinsics with ASM, for some block sizes (#3039)
* Remove arrayref dependency
* Fix new clippy lints
* Move v_frame to its own repository
* Add scales and segment thresholds to dump_lookahead_data
* Fix UB in pred_max test
* Delete build.sh
* bin: Admit more than 2 encoder passes
* Create new speed level 8, drop level 7
* Keep the version line compatible with 0.5
* Add back shorthand for `--verbose` and `--quiet` (#3022)
* Mention cargo-criterion
* Bump criterion version
* Update to criterion non-deprecated api
* Prepare for 0.6.0 release
* bin: Bring --photon-noise out from under unstable feature
* Update guide on how to produce target-specific builds
* CI: Deploy rav1e-ch binary tuned for modern x86_64
* build: Handle absent CARGO_CFG_TARGET_FEATURE
* Calculate geometric mean for DistortionScale::inv_mean()
* Convert plane-level distortion scales to fixed-point
* Expand precision of DistortionScale to Q14
* Preserve intermediate precision in get_weighted_sse
* Add DistortionScale::blog64()
* Bump several dependencies
* Remove duplicated constants
* Remove aq_strength configuration
* logexp: Correct integer part in blog32_q11
* logexp: Correct rounding bias in blog32_q11
* Fix new clippy lints from Rust nightly (#3006)
* Use approximate binary log in Q11 for segmentation_optimize
* Add polynomial approximations of a binary exponential and logarithm.
* segmentation: Avoid reallocation in collect::<Box<[_]>>()
* logexp: Add a fixed-point binary log in Q24 for u32 to i32
* logexp: Rewrite blog64 so that it is const
* rate: Pivot to util::logexp functions
* logexp: Add assertion for q57 input range
* logexp: Add binary exponential in Q24 format, saturated to 47 bits.
* logexp: Add conversions between 64-bit Q57 and 32-bit Q24.
* logexp: Add tests for bexp64 and blog64
* logexp: Add 64-bit binary exponentiation and logarithm in Q57.
* kmeans: Split k-independent inner loop into its own function
* kmeans: Tidy up all but the inner loop
* segmentation: Change precision of log(scale) to Q23
* Add missing code for segmentation with --tune Psnr
* Derive segments by k-means of spatiotemporal scales
* Add an implementation for k-means
* Remove vergen and use built to provide the same information
* Updating QUALITY_&_SPEED_FEATURES document in regards to libaom
* Adjust chroma offsets for frame-mean spatiotemporal scale
* Compute segmentation map thresholds from the offsets
* Implement From<f64> for DistortionScale
* Use fixed-sized array in luma/chroma pred mode counts (#2989)
* Add T.35 metadata C API.
* Bump console + dav1d-sys + system-deps
* CI: Pull in dev packages from Ubuntu Kinetic
* Implement SegmentationLevel::Full again
* segmentation: Limit minimum segment to avoid lossless mode
* Use spatiotemporal scales relative to frame mean
* Clean up encode_partition_topdown() (#2984)
* CI: Fix clippy:borrow_deref_ref warnings
* CI: Fix clippy::manual_range_contains warnings
* CI: Fix clippy::derive_partial_eq_without_eq warnings
* Fix aarch64 satd compilation on gcc
* Remove always-true if statement in encode_partition_topdown() (#2980)
* Add aarch64 NEON 8-bit SATD assembly for 4x4-transformed block sizes (#2972)
* Retune constants for ssim_boost
* Add enhanced version info
* Add T.35 metadata support.
... changelog too long, skipping 243 lines ...
* CI: Move to Debian Unstable for aom and dav1d
==== selinux-policy ====
Subpackages: selinux-policy-targeted
- Add fix_irqbalance.patch: support netlink socket operations (bsc#1205434)
- Drop fix_irqbalance.patch: superseded by upstream
==== vim ====
Version update (9.0.0924 -> 9.0.0978)
Subpackages: vim-data vim-data-common vim-small
-Updated to version 9.0.0978, fixes the following problems
* The first termcap entry of a builtin termcap is not used.
* Two conditions are always false.
* Coverity warns for not using return value of dict_add().
* Coverity warns for using a NULL pointer.
* Using Ruby LDFLAGS may cause build problems.
* Build failure with tiny version. (Tony Mechelynck)
* Cannot debug the Kitty keyboard protocol with TermDebug.
* Oblivion files are not recognized.
* Kitty shows "already at oldest change" on startup.
* Various code formatting issues.
* When using dash it may not be recognize as filetype "sh".
* Wrong type for "isunnamed" returned by getreginfo().
* Forked repositories send out useless email.
* Still using simplified mappings when using the kitty keyboard protocol.
* Crash when typing a letter in a terminal window. (Shane-XB-Qian)
* CI failures in sound dummy.
* Workflow Description Language files are not recognized.
* Pretending to go out of Insert mode when Esc is received has side effects.
* 'cursorline' causes virtual text highlight to continue.
* Failures in the cursorline test.
* CI: Error in Coverity flow is not reported.
* Invalid memory access in substitute with function that goes to another
file.
* 'ttyfast' is set for arbitrary terminals.
* Crash when unletting a variable while listing variables.
* The pattern "\_s\zs" matches at EOL.
* Trying every character position for a match is inefficient.
* Eclipse preference files are not recognized.
* Part of making search more efficient is missing.
* Cannot detect whether modifyOtherKeys is enabled.
* Libvterm does not support the XTQMODKEYS request.
* Terminal tests fail when using key with modifier.
* Tests fail without the terminal feature.
* Messages test is flaky.
* Error when using the "File Settings / Text Width" menu.
* Error when using the "Tools / Spelling / Find More Languages" menu.
* Using deletebufline() may jump to another window.
* Virtual text below cannot be placed below empty lines.
* Function name does not match autocmd event name.
* Status line of other window not redrawn when dragging it when 'splitkeep'
is set to "screen".
* Using one window for executing autocommands is insufficient.
* Some compilers don't allow a declaration after a label.
* Leaking memory from autocmd windows.
* GUI mouse event test is a bit flaky.
* Matchparen highlight is not updated when switching buffers.
* Coverity warns for uninitialized variable.
* Escape sequences not recognized without the termresponse feature.
* Build failure on some systems.
* Kitty keyboard protocol key not decoded when it has an unsupported
modifier, such as NumLock.
* Even when Esc is encoded a timeout is used.
* Virtual text below an empty line is misplaced when 'number' is set.
==== yast2 ====
Version update (4.5.19 -> 4.5.20)
Subpackages: yast2-logs
- ArchFilter: Add new class to allow unified definition of hardware
architecture filter. The main use case is to read arch
specific configuration in various configuration files like
control.xml or d-installer.yml (gh#yast/d-installer#279)
- 4.5.20
==== yast2-country ====
Version update (4.5.2 -> 4.5.3)
Subpackages: yast2-country-data
- Update language cache when selecting new language to ensure that
always the correct language translations are used in the license
translations selection combo box on the next wizard page
(bsc#1204845, bsc#1193009)
- 4.5.3
==== yast2-installation ====
Version update (4.5.9 -> 4.5.10)
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== yast2-network ====
Version update (4.5.9 -> 4.5.10)
- Fix hash vs keyword arguments in RSpec expectations (bsc#1204871)
- 4.5.10
==== yast2-security ====
Version update (4.5.3 -> 4.5.4)
- Fixed wrong steps count causing a crash during saving (bsc#1205918)
- 4.5.4
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:
flac (1.4.1 -> 1.4.2)
kernel-firmware (20221109 -> 20221130)
pipewire (0.3.60 -> 0.3.61)
python-apipkg (2.1.0 -> 3.0.1)
suse-module-tools (16.0.27 -> 16.0.28)
=== Details ===
==== flac ====
Version update (1.4.1 -> 1.4.2)
- Update to version 1.4.2:
+ General
* Remove xmms plugin (Martijn van Beurden, TokyoBlackHole)
* Remove all pure assembler, removing build dependency on nasm
* Made console output more uniform across different platforms
and CPUs
* Improve ability to tune compile for a certain system (for
example with -march=native) when combining with
- -disable-asm-optimizations: plain C functions can now be
better optimized
+ Build system
* Default CFLAGS are now prepended instead of dropped when user
CFLAGS are set
* -msse2 is no longer added by default (was only applicable
to x86)
* Fix cross-compiling and out-of-tree building when pandoc and
doxygen are not available
* Fix issue with Clang not compiling functions with intrinsics
* Fix detection of bswap intrinsics (Ozkan Sezer)
* Improve search for libssp on MinGW (Ozkan Sezer,
Martijn van Beurden)
+ libFLAC
* Fix issue when the libFLAC user seeks in a file instead of
libFLAC itself
- Drop obsoleted flac-cflags.patch
==== kernel-firmware ====
Version update (20221109 -> 20221130)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd
- Update to version 20221130 (git commit 80ed874a4566):
* amdgpu: update sdma_5.2.7 firmware
* QCA: Add Bluetooth firmware for WCN785x This commit will add required Bluetooth firmware files for QCA WCN785x. The image version is 2.0.0-00515.
* linux-firmware: update firmware for MT7916
* linux-firmware: update firmware for MT7915
* i915: Add DMC v2.08 for DG2
* amdgpu: update green sardine DMCUB firmware
* i915: Add DMC v2.10 for MTL
* linux-firmware: update firmware for MT7986
* linux-firmware: update firmware for mediatek bluetooth chip (MT7921)
* linux-firmware: update firmware for MT7921 WiFi device
- Update constraints for 8GB (bsc#1205811)
==== pipewire ====
Version update (0.3.60 -> 0.3.61)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-lang pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 0.3.61:
* Highlights
- Fix a bug in audioadapter that could cause crashes when
switching bluetooth profiles.
- Fix sound in QEMU, deadbeef and openal again.
- libcamera plugin fixes, dynamic add and remove should now
work with the next wireplumber version.
- Fix a regression in pw-midiplay where the first buffer would
not play and some events would be missing.
- The network module now doesn't export other network sources
anymore.
- pulse-server now detects clients that keep underrunning for a
long time and will pause them to save power.
- Many more bugfixes and improvements.
* PipeWire
- Optimise away some useless graph recalculations.
- Increase alternative sample rates from 16 to 32.
- Silence some module loading errors when the error can be
ignored.
- Fix initial buffer requested size for pw-stream when
operating in async mode. This also indirectly fixes the first
buffer in pw-midiplay.
* Modules
- Set the network property on pulse-tunnel streams so that they
are not exported anymore.
- Filter-chain has optimized mix functions now.
* SPA
- Handle some errors in libcamera better.
- Fix libcamera remove events. Fix the id allocation for
devices.
- Fix a bug in audioadapter where it would not renegotiate
after a port reconfiguration, leading to crashes, especially
when automatically switching profiles in bluetooth.
- Do ALSA probing in 44100Hz again. Some devices seem to fail
otherwise for some unknown reason.
- Force playback start when the ALSA buffer is full. This fixes
sound in QEMU.
- Support Digital 5.1 AC3 for Asus Xonar SE.
- Improve format renegotiation in audioadapter. This makes the
ALSA plugin work again for deadbeef.
- Fix latency reporting on adapter DSP ports.
* pulse-server
- Fix a bug where openal based applications would hang.
- Improve zeroconf publish. Only publish on the address of the
first running server. This avoids duplicate entries for IPv4
and IPv6.
Add support for republish entries when new servers are
started.
- Add a pulse.idle.timeout option (default to 5 seconds) to
pause streams that have been underrunning for this amount of
time. Badly behaving clients will then not keep the graph and
device busy so that devices can be suspended to save battery.
This should give better default behaviour with
speech-dispatcher.
* JACK
- Add an option to configure the filter character.
- Fix connect_callbacks. It was only called once for output
ports.
- Add option to set node.passive on jack clients. Make some
quirks for qsynth to make it suspend and fade out better.
- Rebase reduce-meson-dependency.patch.
- Drop patches already included upstream:
* 0001-audioadapter-perform-setup-again-after-a-PortConfig.patch
* 0001-pulse-server-also-advance-read-pointer-in-underrun.patch
* 0002-audioconvert-redo-setup-when-format-changes.patch
* 0003-acp-do-probing-in-44100Hz-again.patch
* 0004-alsa-force-playback-start-when-buffer-is-full.patch
==== python-apipkg ====
Version update (2.1.0 -> 3.0.1)
- Generate the _version.py file in %prep to remove completely hatch-vcs from
pyproject to make it build and run tests correctly
- Remove python-hatch-vcs dependency
- Remove python-py dependency
- Remove python_module macro definition
- Update to 3.0.1:
* restore tox.ini to support tox --current-env based packaging
- 3.0.0
* add support for python 3.11 and drop dead pythons (thanks hukgo)
* migrate to hatch
* split up __init__.py
* add some type annotations
- 2.1.1
* drop the python 3.4 support marker, 2.1.0 broke it
2.1.0 will be yanked after release
==== suse-module-tools ====
Version update (16.0.27 -> 16.0.28)
- Update to version 16.0.28:
* Split kernel scriptlets into separate sub-package, again
(boo#1202353, boo#1205149)
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:
bash (5.2.9 -> 5.2.12)
bluedevil5 (5.26.3.1 -> 5.26.4)
breeze (5.26.3.1 -> 5.26.4)
breeze-gtk (5.26.3 -> 5.26.4)
chrony
cryptsetup (2.5.0 -> 2.6.0)
discover (5.26.3 -> 5.26.4)
drkonqi5 (5.26.3 -> 5.26.4)
glibc
kactivitymanagerd (5.26.3 -> 5.26.4)
kcm_sddm (5.26.3 -> 5.26.4)
kde-cli-tools5 (5.26.3 -> 5.26.4)
kde-gtk-config5 (5.26.3 -> 5.26.4)
kernel-source (6.0.8 -> 6.0.10)
kgamma5 (5.26.3 -> 5.26.4)
khotkeys5 (5.26.3 -> 5.26.4)
kinfocenter5 (5.26.3 -> 5.26.4)
kmenuedit5 (5.26.3 -> 5.26.4)
kpipewire (5.26.3 -> 5.26.4)
kscreen5 (5.26.3 -> 5.26.4)
kscreenlocker (5.26.3 -> 5.26.4)
ksshaskpass5 (5.26.3 -> 5.26.4)
ksystemstats5 (5.26.3 -> 5.26.4)
kwayland-integration (5.26.3 -> 5.26.4)
kwin5 (5.26.3 -> 5.26.4)
kwrited5 (5.26.3 -> 5.26.4)
layer-shell-qt (5.26.3 -> 5.26.4)
libkdecoration2 (5.26.3 -> 5.26.4)
libkscreen2 (5.26.3 -> 5.26.4)
libksysguard5 (5.26.3 -> 5.26.4)
milou5 (5.26.3 -> 5.26.4)
oxygen5-sounds (5.26.3.1 -> 5.26.4)
plasma-browser-integration (5.26.3 -> 5.26.4)
plasma-nm5 (5.26.3 -> 5.26.4)
plasma5-addons (5.26.3 -> 5.26.4)
plasma5-desktop (5.26.3 -> 5.26.4)
plasma5-disks (5.26.3 -> 5.26.4)
plasma5-integration (5.26.3 -> 5.26.4)
plasma5-openSUSE
plasma5-pa (5.26.3 -> 5.26.4)
plasma5-systemmonitor (5.26.3 -> 5.26.4)
plasma5-thunderbolt (5.26.3 -> 5.26.4)
plasma5-workspace (5.26.3 -> 5.26.4.1)
polkit-kde-agent-5 (5.26.3 -> 5.26.4)
powerdevil5 (5.26.3 -> 5.26.4)
python-py
systemsettings5 (5.26.3 -> 5.26.4)
tcl (8.6.12 -> 8.6.13)
xdg-desktop-portal-kde (5.26.3 -> 5.26.4)
=== Details ===
==== bash ====
Version update (5.2.9 -> 5.2.12)
Subpackages: bash-doc bash-lang bash-sh
- Add upstream patches
* bash52-010
Bash-5.2 checks the first 128 characters of an executable file that execve()
refuses to execute to see whether it's a binary file before trying to
execute it as a shell script. This defeats some previously-supported use
cases like "self-executing" jar files or "self-uncompressing" scripts.
* bash52-011
Using timeouts and readline editing with the `read' builtin (read -e -t) can
leave the readline timeout enabled, potentially resulting in an erroneous
timeout on the next call.
* bash52-012
When running in bash compatibility mode, nested command substitutions can
leave the `extglob' option enabled.
==== bluedevil5 ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: bluedevil5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== breeze ====
Version update (5.26.3.1 -> 5.26.4)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers libbreezecommon5-5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== breeze-gtk ====
Version update (5.26.3 -> 5.26.4)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== chrony ====
Subpackages: chrony-pool-openSUSE
- Install chrony DHCP dispatcher script for Networkmanager
* chrony.nm-dispatcher.dhcp.patch /var/run to /run
==== cryptsetup ====
Version update (2.5.0 -> 2.6.0)
Subpackages: cryptsetup-doc cryptsetup-lang libcryptsetup12
- cryptsetup 2.6.0:
* Introduce support for handling macOS FileVault2 devices (FVAULT2).
* libcryptsetup: no longer use global memory locking through mlockall()
* libcryptsetup: process priority is increased only for key derivation
(PBKDF) calls.
* Add new LUKS keyslot context handling functions and API.
* The volume key may now be extracted using a passphrase, keyfile, or
token. For LUKS devices, it also returns the volume key after
a successful crypt_format call.
* Fix --disable-luks2-reencryption configuration option.
* cryptsetup: Print a better error message and warning if the format
produces an image without space available for data.
* Print error if anti-forensic LUKS2 hash setting is not available.
If the specified hash was not available, activation quietly failed.
* Fix internal crypt segment compare routine if the user
specified cipher in kernel format (capi: prefix).
* cryptsetup: Add token unassign action.
This action allows removing token binding on specific keyslot.
* veritysetup: add support for --use-tasklets option.
This option sets try_verify_in_tasklet kernel dm-verity option
(available since Linux kernel 6.0) to allow some performance
improvement on specific systems.
* Provide pkgconfig Require.private settings.
While we do not completely provide static build on udev systems,
it helps produce statically linked binaries in certain situations.
* Always update automake library files if autogen.sh is run.
For several releases, we distributed older automake scripts by mistake.
* reencryption: Fix user defined moved segment size in LUKS2 decryption.
The --hotzone-size argument was ignored in cases where the actual data
size was less than the original LUKS2 data offset.
* Delegate FIPS mode detection to configured crypto backend.
System FIPS mode check no longer depends on /etc/system-fips file.
* Update documentation, including FAQ and man pages.
==== discover ====
Version update (5.26.3 -> 5.26.4)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang discover-notifier
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Prefer openining the installed version of an app (kde#461664)
* packagekit: check free space when update size changes
* pk: Only issue a resolve if something changed (kde#461813)
* ProgressView: disable highlight effect for real (kde#461812)
==== drkonqi5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: drkonqi5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== glibc ====
Subpackages: glibc-extra glibc-lang glibc-locale glibc-locale-base nscd
- nscd: Convert to systemd-sysusers
==== kactivitymanagerd ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kactivitymanagerd-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kcm_sddm ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kcm_sddm-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kde-cli-tools5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kde-cli-tools5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kde-gtk-config5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kernel-source ====
Version update (6.0.8 -> 6.0.10)
- Linux 6.0.10 (bsc#1012628).
- mtd: rawnand: qcom: handle ret from parse with codeword_fixup
(bsc#1012628).
- drm/msm/gpu: Fix crash during system suspend after unbind
(bsc#1012628).
- spi: tegra210-quad: Fix combined sequence (bsc#1012628).
- ASoC: wm5102: Revert "ASoC: wm5102: Fix PM disable depth
imbalance in wm5102_probe" (bsc#1012628).
- ASoC: wm5110: Revert "ASoC: wm5110: Fix PM disable depth
imbalance in wm5110_probe" (bsc#1012628).
- ASoC: wm8997: Revert "ASoC: wm8997: Fix PM disable depth
imbalance in wm8997_probe" (bsc#1012628).
- ASoC: mt6660: Keep the pm_runtime enables before component
stuff in mt6660_i2c_probe (bsc#1012628).
- ASoC: rt5682s: Fix the TDM Tx settings (bsc#1012628).
- ASoC: rt1019: Fix the TDM settings (bsc#1012628).
- ASoC: wm8962: Add an event handler for TEMP_HP and TEMP_SPK
(bsc#1012628).
- spi: intel: Fix the offset to get the 64K erase opcode
(bsc#1012628).
- ASoC: codecs: jz4725b: add missed Line In power control bit
(bsc#1012628).
- ASoC: codecs: jz4725b: fix reported volume for Master ctl
(bsc#1012628).
- ASoC: codecs: jz4725b: use right control for Capture Volume
(bsc#1012628).
- ASoC: codecs: jz4725b: fix capture selector naming
(bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15
(bsc#1012628).
- selftests/futex: fix build for clang (bsc#1012628).
- selftests/intel_pstate: fix build for ARCH=x86_64 (bsc#1012628).
- selftests/kexec: fix build for ARCH=x86_64 (bsc#1012628).
- ASoC: Intel: sof_rt5682: Add quirk for Rex board (bsc#1012628).
- ASoC: rt1308-sdw: add the default value of some registers
(bsc#1012628).
- ASoC: amd: yc: Adding Lenovo ThinkBook 14 Gen 4+ ARA and Lenovo
ThinkBook 16 Gen 4+ ARA to the Quirks List (bsc#1012628).
- ASoC: amd: yc: Add Lenovo Thinkbook 14+ 2022 21D0 to quirks
table (bsc#1012628).
- drm/amdgpu: Adjust MES polling timeout for sriov (bsc#1012628).
- platform/x86: thinkpad_acpi: Fix reporting a non present second
fan on some models (bsc#1012628).
- platform/x86/intel: pmc/core: Add Raptor Lake support to pmc
core driver (bsc#1012628).
- drm/amd/display: Remove wrong pipe control lock (bsc#1012628).
- drm/amd/display: Don't return false if no stream (bsc#1012628).
- drm/scheduler: fix fence ref counting (bsc#1012628).
- ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] (bsc#1012628).
- cxl/mbox: Add a check on input payload size (bsc#1012628).
- RDMA/efa: Add EFA 0xefa2 PCI ID (bsc#1012628).
- btrfs: raid56: properly handle the error when unable to find
the missing stripe (bsc#1012628).
- NFSv4: Retry LOCK on OLD_STATEID during delegation return
(bsc#1012628).
- SUNRPC: Fix crasher in gss_unwrap_resp_integ() (bsc#1012628).
- ACPI: x86: Add another system to quirk list for forcing
StorageD3Enable (bsc#1012628).
- drm/rockchip: vop2: fix null pointer in plane_atomic_disable
(bsc#1012628).
- drm/rockchip: vop2: disable planes when disabling the crtc
(bsc#1012628).
- ksefltests: pidfd: Fix wait_states: Test terminated by timeout
(bsc#1012628).
- powerpc/64e: Fix amdgpu build on Book3E w/o AltiVec
(bsc#1012628).
- block: blk_add_rq_to_plug(): clear stale 'last' after flush
(bsc#1012628).
- firmware: arm_scmi: Cleanup the core driver removal callback
(bsc#1012628).
- firmware: arm_scmi: Make tx_prepare time out eventually
(bsc#1012628).
- i2c: tegra: Allocate DMA memory for DMA engine (bsc#1012628).
- i2c: i801: add lis3lv02d's I2C address for Vostro 5568
(bsc#1012628).
- drm/imx: imx-tve: Fix return type of
imx_tve_connector_mode_valid (bsc#1012628).
- btrfs: remove pointless and double ulist frees in error paths
of qgroup tests (bsc#1012628).
- drm/amd/display: Ignore Cable ID Feature (bsc#1012628).
- drm/amd/display: Enable timing sync on DCN32 (bsc#1012628).
- drm/amdgpu: set fb_modifiers_not_supported in vkms
(bsc#1012628).
- drm/amd: Fail the suspend if resources can't be evicted
(bsc#1012628).
- drm/amd/display: Fix DCN32 DSC delay calculation (bsc#1012628).
- drm/amd/display: Use forced DSC bpp in DML (bsc#1012628).
- drm/amd/display: Round up DST_after_scaler to nearest int
(bsc#1012628).
- drm/amd/display: Investigate tool reported FCLK P-state
deviations (bsc#1012628).
- Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm (bsc#1012628).
- cxl/pmem: Use size_add() against integer overflow (bsc#1012628).
- x86/cpu: Add several Intel server CPU model numbers
(bsc#1012628).
- tools/testing/cxl: Fix some error exits (bsc#1012628).
- cifs: always iterate smb sessions using primary channel
(bsc#1012628).
- ASoC: codecs: jz4725b: Fix spelling mistake "Sourc" -> "Source",
... changelog too long, skipping 789 lines ...
- commit 218191a
==== kgamma5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kgamma5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== khotkeys5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: khotkeys5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kinfocenter5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kinfocenter5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kmenuedit5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kmenuedit5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== kpipewire ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kpipewire-imports libKPipeWire5 libKPipeWire5-lang libKPipeWireRecord5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kscreen5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreen5-lang kscreen5-plasmoid
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Fix right to right snapping
==== kscreenlocker ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== ksshaskpass5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksshaskpass5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== ksystemstats5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksystemstats5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kwayland-integration ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== kwin5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: kwin5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
* utils/serviceutils: Improve Exec key parsing
* effects/kscreen: don't stop effect when fade out animation is done (kde#460902)
* backends/libinput: update screens on Workspace::outputsChanged (kde#461901)
* Update defiintion of customised Gitlab CI job to include appropriate flags to keep Git happy
* screencast: Don't scale the cursor
* x11: Reset SurfaceItemX11::m_isDamaged when the damage handle is destroyed
* activation: Guard against not having any active window
* wayland: Make debug console placeable (kde#453920)
* screencast: Fix how we tell pipewire that the stream has been resized (kde#461590)
* backends/drm: generate modes even if some common modes are available
==== kwrited5 ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== layer-shell-qt ====
Version update (5.26.3 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libkdecoration2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private9
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libkscreen2 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: libKF5Screen7 libKF5Screen7-lang libkscreen2-plugin
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== libksysguard5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports libksysguard5-lang libksysguard5-plugins
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* QML error: digist -> digits
==== milou5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: milou5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== oxygen5-sounds ====
Version update (5.26.3.1 -> 5.26.4)
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma-browser-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-browser-integration-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma-nm5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma-nm5-lang plasma-nm5-openvpn
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Show current MAC for wired connections
* Show current MAC address instead of permanent MAC address in details view (kde#456119)
==== plasma5-addons ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-addons-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* wallpapers/potd: allow force refresh when no cached image is available
* applets/weather: Fix system tray detection
==== plasma5-desktop ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-desktop-emojier plasma5-desktop-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
* Panel: Avoid setting solid background when compositing is disabled (kde#451451)
* applets/kickoff: fix huge icons in category list (kde#460349)
* kcms/runners: Fix org.kde.kconfig.notify DBus signal getting wrong plugin id (kde#461422)
* [kcms/tablet] Reload output combobox when outputs change (kde#461560)
==== plasma5-disks ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-disks-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-integration ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.26.4
==== plasma5-pa ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-pa-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== plasma5-systemmonitor ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-systemmonitor-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-thunderbolt ====
Version update (5.26.3 -> 5.26.4)
Subpackages: plasma5-thunderbolt-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== plasma5-workspace ====
Version update (5.26.3 -> 5.26.4.1)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Update to 5.26.4.1
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Do not query all available image plugins when determining background type (kde#462308)
* Install translated documentation from po/ too
* Panel: Revert making the mask smaller by 1px (kde#460896)
* Remove negative inset of plasmoid heading in notifications since there's no margin in those (kde#452347)
* lockscreen: Consider info messages to be prompts (kde#454706)
* Fix wrong example values, return correct paper size value
* wallpapers/image: save last wallpaper in slideshow mode (kde#461490)
* SystemDialog: Fix display when there is no component
* applets/notifications: unload ListView when plasmoid is not expanded
* applets/mediacontroller: avoid flashing application icon (kde#461496)
* SystemDialog: Make sure the window has a Qt.Window type
* Notifications: Explicitly uncheck paused button when switching to running state
* shell: revert unrelated changes in d79a927a4c7a8b489b985a6ae94bd9d8f082db93
* [shell] Always call load after init (kde#439159)
* applets/notifications: remove one unused import
* applets/notifications: remove workaround for QTBUG-67007
* startkde/plasma-session: fix playing startup sound
==== polkit-kde-agent-5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
==== powerdevil5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: powerdevil5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== python-py ====
- Remove python_module macro definition
- Add python-py dep for testing
- Use autosetup insteado of setup + patch
- More specific python_sitelib in %files
==== systemsettings5 ====
Version update (5.26.3 -> 5.26.4)
Subpackages: systemsettings5-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- Changes since 5.26.3:
* Install translated documentation from po/ too
==== tcl ====
Version update (8.6.12 -> 8.6.13)
- New version 8.6.13:
* (bug)[26f132] Crash when sizeof(int) < sizeof(void *)
* (TIP 623)[e9a271] Tcl_GetRange index args < 0
* (bug)[e5ed1b] numeric IPv6 in URLs
* (bug)[8eb64b] http package tolerant again invalid reply header
* (bug)[6898f9] http package failed detection of shiftjis charset
* (bug)[55bf73] Avoid connection reuse after response code 101.
* (bug)[713653] FP rounding exposed by x86 musl
* (bug)[b3977d] Process CR-LF split across packets
* (bug)[4eb3a1] crash due to undetected bytecode invalidity
* (bug)[55a02f] Fallback init env(HOME) from USERPROFILE
* (bug)[1073da] crash writing invalid utf-8
* (new) Update to Unicode-15
* Many code fixes to avoid overflow or undefined behavior.
- Add tcl-refchan-mode-needed.patch to allow refchans to be opened
for neither reading nor writing, but still handle events.
==== xdg-desktop-portal-kde ====
Version update (5.26.3 -> 5.26.4)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.26.4
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.26.4
- No code changes since 5.26.3
1
0