MicroOS
Threads by month
- ----- 2025 -----
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
September 2023
- 7 participants
- 22 discussions
Hello,
as I’m trying to move a bigger installation from CoreOS to MicroOS and there is the following question.
is support for ignition files with version 3.4.0 (https://coreos.github.io/ignition/migrating-configs/#from-version-330-to-340) created for example with butane 1.5.0 (https://coreos.github.io/butane/upgrading-fcos/#from-version-140-to-version…) planned, especially the luks discard and open options are essential for our use case.
Docu of MicroOS for ignition https://en.opensuse.org/Portal:MicroOS/Ignition
an example butane file that should work since it works with CoreOS:
variant: fcos
version: 1.5.0
passwd:
users:
- name: core
groups:
- "sudo"
- "docker"
ssh_authorized_keys_local:
- id_ed25519_fcos_user_core.pub
storage:
disks:
- device: /dev/vda
partitions:
- label: root
number: 4
# 0 means to use all available space
size_mib: 0
resize: true
luks:
- name: root
label: luks-root
device: /dev/disk/by-partlabel/root
key_file:
local: luks.key
wipe_volume: true
discard: true
options:
- --pbkdf=argon2id
open_options:
- --perf-no_read_workqueue
- --perf-no_write_workqueue
filesystems:
- device: /dev/mapper/root
format: xfs
wipe_filesystem: true
label: root
4
8
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 (117.0 -> 117.0.1)
cni-plugins (1.1.1 -> 1.3.0)
curl (8.2.1 -> 8.3.0)
gptfdisk
javapackages-tools
libwebp
man
mcelog (194 -> 195)
multipath-tools
openldap2
openldap2-contrib-src
patterns-microos
polkit-default-privs (1550+20230829.1a9a761 -> 1550+20230912.0978001)
qemu (8.0.4 -> 8.1.0)
sudo (1.9.14p1 -> 1.9.14p3)
=== Details ===
==== MozillaFirefox ====
Version update (117.0 -> 117.0.1)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 117.0.1
* Fix a bug causing extensions using an event page for long-
running tasks to be terminated while running, causing
unexpected behavior changes (bmo#1851373)
* Temporarily revert an intentional behavior change preventing
Javascript from changing URL.protocol (bmo#1850954).
* Fix audio worklets not working for sites using WebAssembly
exception handling (bmo#1851468)
* Fix the Reopen all tabs option in the Recently closed tabs
menu sometimes failing to open all tabs (bmo#1850856)
* Fix the bookmarks menu sometimes remaining partially visible
when minimizing Firefox (bmo#1843700)
* Fix an issue causing incorrect time zones to be detected on
some sites (bmo#1848615)
* MFSA 2023-40 CVE-2023-4863 (boo#1215231)
Heap buffer overflow in WebP
==== cni-plugins ====
Version update (1.1.1 -> 1.3.0)
- Update to version v1.3.0:
* [sbr]: Ignore LinkNotFoundError during cmdDel
* build(deps): bump github.com/Microsoft/hcsshim from 0.9.8 to 0.9.9
* Bump to golang 1.20 to pick up go1.19.6 / go1.20.1 CVE fixes
* Fix ValidateExpectedRoute with non default routes and nil GW
* tuning: fix cmdCheck when using IFNAME
* bridge, del: timeout after 55 secs of trying to list rules
* bridge, spoofcheck: only read the prerouting chain on CNI delete
* build: consume specific tables/chains via go-nft
* bridge: add vlan trunk support
* enable govet and unparam linters
* build(deps): bump golang.org/x/sys from 0.6.0 to 0.7.0
* Add parameter to disable default vlan
* bridge, spoof check: remove drop rule index
* go.mod: bump all deps
* linter: fix ginkgolinter errors
* Fix wastedassign linter errors
* build(deps): bump actions/stale from 7 to 8
* Fix revive linter errors
* build(deps): bump actions/setup-go from 3 to 4
* enable durationcheck, predeclared, unconvert, unused and wastedassign linters
* remove govet and gofmt from test_linux.sh
* enable ginkgolinter linter
* enable revive linter
* enable gocritic linter
* enable gosimple linter
* enable nonamedreturns linter
* enable ineffassign linter
* enable contextcheck linter
* enable staticcheck linter
* ci(lint): setup golangci-lint
* ci(lint): setup yamllint linter Signed-off-by: Matthieu MOREL <matthieu.morel35(a)gmail.com>
* Fix overwritten error var in getMTUByName
* Update tests to utilize ginkgo/v2
* Update ginkgo to v2 in go.mod, go.sum, vendor
* Tap plugin
* build(deps): bump github.com/onsi/gomega from 1.24.2 to 1.26.0
* build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0
* Only check ipv6 when an IPv6 is configured
* Add support for in-container master for macvlans
* Add support for in-container master for ipvlan
* Add support for in-container master for vlans
* bridge: re-fetch mac address
* Update Allocate method to reuse lease if present
* build(deps): bump github.com/safchain/ethtool to v0.2.0
* build(deps): bump golang.org/x/sys from 0.3.0 to 0.4.0
* Add IPv6 support for AddDefaultRoute
* build(deps): bump github.com/containernetworking/cni from 1.0.1 to 1.1.2
* build(deps): bump github.com/coreos/go-systemd/v22 from 22.3.2 to 22.5.0
* build(deps): bump github.com/onsi/ginkgo from 1.16.4 to 1.16.5
* build(deps): bump alpine in /.github/actions/retest-action
* build(deps): bump github.com/godbus/dbus/v5 from 5.0.4 to 5.1.0
* build(deps): bump github.com/vishvananda/netlink
* build(deps): bump github.com/alexflint/go-filemutex from 1.1.0 to 1.2.0
* build(deps): bump github.com/Microsoft/hcsshim from 0.8.20 to 0.9.6
* build(deps): bump github.com/onsi/gomega from 1.15.0 to 1.24.2
* Update dependabot.yml
* build(deps): bump actions/checkout from 2 to 3
* build(deps): bump actions/stale from 4 to 7
* build(deps): bump actions/setup-go from 2 to 3
* Update dependabot.yml
* Update dependabot.yml
* ci(deps): setup dependabot
* Fix tuning path validation
* Update email to gmail
* Update portmap test's iptables error check
* Remove references to io/ioutil package
* fix bug on getting NextIP of addresses with first byte 0
* Fix path substitution to enable setting sysctls on vlan interfaces
* support masquerade all config
* host-local: remove unused Release(ip) from type Store interface
* Cleanup Socket and Pidfile on exit
* dummy: Create a Dummy CNI plugin that creates a virtual interface.
* Use the same options for acquiring, renewing lease
* bridge: update vlanFiltering variable to make code more readable
* ci: only rerun failed jobs on `/retest`
* build: support riscv64
* Check for duplicated sysctl keys
* Update github.com/vishvananda/netlink to v1.2.0-beta
* bridge: support IPAM DNS settings
* Bump to go 1.18
* V2 API support for win-overlay CNI
* bug: return errors when iptables and ip6tables are unusable
* github: ignore issues with "keep" label from stale closing
* Make description for `static` plugin more exact
* workflow: add something to auto-close stale PRs
* ipam/dhcp: Fix client id in renew/release
* call ipam.ExceDel after clean up device in netns fix #666
* Add sysctl allowlist
==== curl ====
Version update (8.2.1 -> 8.3.0)
Subpackages: libcurl4
- Update to 8.3.0: [bsc#1215026, CVE-2023-38039]
* Changes:
- curl: make %output{} in -w specify a file to write to
- gskit: remove
- lib: --disable-bindlocal builds curl without local binding support
- nss: remove support for this TLS library
- tool: add "variable" support
- trace: make tracing available in non-debug builds
- url: change default value for CURLOPT_MAXREDIRS to 30
- urlapi: CURLU_PUNY2IDN - convert from punycode to IDN name
* Bugfixes:
- altsvc: accept and parse IPv6 addresses in response headers
- asyn-ares: reduce timeout to 2000ms
- aws-sigv4: canonicalize the query
- aws-sigv4: fix having date header twice in some cases
- aws-sigv4: handle no-value user header entries
- c-hyper: adjust the hyper to curlcode conversion
- c-hyper: fix memory leaks in `Curl_http`
- cf-haproxy: make CURLOPT_HAPROXY_CLIENT_IP set the *source* IP
- cf-socket: log successful interface bind
- cmake: add GnuTLS option
- cmake: add support for `CURL_DEFAULT_SSL_BACKEND`
- cmake: detect `SSL_set0_wbio` in OpenSSL
- configure: trust pkg-config when it's used for zlib
- configure: use the pkg-config --libs-only-l flag for libssh2
- connect: stop halving the remaining timeout when less than 600 ms left
- crypto: ensure crypto initialization works
- digest: Use hostname to generate spn instead of realm
- ftp: fix temp write of ipv6 address
- headers: accept leading whitespaces on first response header
- http2: fix in h2 proxy tunnel: progress in ingress on sending
- http3/ngtcp2: shorten handshake, trace cleanup
- http3: quiche, handshake optimization, trace cleanup
- http: close the connection after a late 417 is received
- http: fix sending of large requests
- http: return error when receiving too large header set
- lib: fix null ptr derefs and uninitialized vars (h2/h3)
- lib: move mimepost data from ->req.p.http to ->state
- list-only.d: mention SFTP as supported protocol
- ngtcp2: fix handling of large requests
- openssl: auto-detect `SSL_R_TLSV13_ALERT_CERTIFICATE_REQUIRED`
- openssl: clear error queue after SSL_shutdown
- openssl: make aws-lc version support OCSP
- openssl: Support async cert verify callback
- openssl: switch to modern init for LibreSSL 2.7.0+
- openssl: when CURLOPT_SSL_CTX_FUNCTION is registered, init x509 store before
- quic: don't set SNI if hostname is an IP address
- quiche: adjust quiche `QUIC_IDLE_TIMEOUT` to 60s
- quiche: enable quiche to handle timeout events
- resolve: use PF_INET6 family lookups when CURL_IPRESOLVE_V6 is set
- schannel: verify hostname independent of verify cert
- tool_filetime: make -z work with file dates before 1970
- tool_operate: allow both SSL_CERT_FILE and SSL_CERT_DIR
- tool_operate: make aws-sigv4 not require TLS to be used
- transfer: also stop the sending on closed connection
- urlapi: fix heap buffer overflow
- urlapi: setting a blank URL ("") is not an ok URL
==== gptfdisk ====
- Add patch to fix UUID generation with util-linux >= 2.38:
* gptfdisk-1.0.9-libuuid.patch
==== javapackages-tools ====
Subpackages: javapackages-filesystem
- Added patch:
* 0004-Reproducible-builds-keep-order-of-aliases-and-depend.patch
+ make the aliases and dependencies lists so that the order is
kept
- Added patch:
* 0003-Reproducible-exclusions-order-in-maven-metadata.patch
+ sort exclusions in maven metadata
==== libwebp ====
Subpackages: libsharpyuv0 libwebp7 libwebpdemux2 libwebpmux3
- Add 0001-Fix-OOB-write-in-BuildHuffmanTable.patch
[boo#1215231] [CVE-2023-4863]
==== man ====
- Add man-db-groff-1.23.0-warnings.patch
* Fix build errors with groff 1.23.0
==== mcelog ====
Version update (194 -> 195)
- This contains following features:
PED-6122
[GNR] RAS: mcelog Add support for Granite Rapids (ALP)
PED-6102
[GNR] RAS: mcelog Add support for Granite Rapids (SLE 15 SP6)
PED-6021
[SRF] RAS: mcelog support for Sierra Forest (SLE 15 SP6)
PED-6050
[SRF] RAS: mcelog support for Sierra Forest (ALP)
- Change git repo in _service file from git to https url
- Update to version 195:
* mcelog: Wire up model-specific decoding for Sierra Forest
* mcelog: Add model-specific decoding for Granite Rapids
* client.c: fix build w/ musl libc
* mcelog: New model number for Arrowlake
* mcelog: Don't overwrite model number when lookup fails
* mcelog: Add Graniterapids, Grandridge and Sierraforest
* mcelog: New model number for Lunarlake
* mcelog: Add Emerald Rapids
* Update PFA_test_howto
- Adopt to mainline:
M email.patch
==== multipath-tools ====
Subpackages: kpartx libmpath0
- Configuration directory should be /etc/multipath/conf.d
(broken since 0.9.4+68+suse.98559ea)
==== openldap2 ====
Subpackages: libldap-data libldap2 openldap2-client
- Disable SLP by default for Factory and ALP (bsc#1214884)
==== openldap2-contrib-src ====
- Disable SLP by default for Factory and ALP (bsc#1214884)
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap
- Install grub2-branding-openSUSE if grub2 will be used.
(Added in base pattern).
==== polkit-default-privs ====
Version update (1550+20230829.1a9a761 -> 1550+20230912.0978001)
- Update to version 1550+20230912.0978001:
* udisks2: add additional mount and NVME actions (bsc#1214897)
==== qemu ====
Version update (8.0.4 -> 8.1.0)
- Fix bsc#1211000:
* [openSUSE] block: Add a thread-pool version of fstat (bsc#1211000)
* [openSUSE] block: Convert qmp_query_block() to coroutine_fn (bsc#1211000)
* [openSUSE] block: Don't query all block devices at hmp_nbd_server_start (bsc#1211000)
* [openSUSE] block: Convert qmp_query_named_block_nodes to coroutine (bsc#1211000)
* [openSUSE] block: Convert bdrv_block_device_info into co_wrapper (bsc#1211000)
* [openSUSE] block: Convert bdrv_query_block_graph_info to coroutine (bsc#1211000)
* [openSUSE] block: Temporarily mark bdrv_co_get_allocated_file_size as mixed (bsc#1211000)
* [openSUSE] block: Allow the wrapper script to see functions declared in qapi.h (bsc#1211000)
* [openSUSE] block: Remove unnecessary variable in bdrv_block_device_info (bsc#1211000)
* [openSUSE] block: Remove bdrv_query_block_node_info (bsc#1211000)
- Fix bsc#1213210:
* target/s390x: Fix the "ignored match" case in VSTRS (bsc#1213210)
- Update to version 8.1.0. Full list of changes are available at:
https://wiki.qemu.org/ChangeLog/8.1
Highlights:
* VFIO: improved live migration support, no longer an experimental feature
* GTK GUI now supports multi-touch events
* ARM, PowerPC, and RISC-V can now use AES acceleration on host processor
* PCIe: new QMP commands to inject CXL General Media events, DRAM
events and Memory Module events
* ARM: KVM VMs on a host which supports MTE (the Memory Tagging Extension)
can now use MTE in the guest
* ARM: emulation support for bpim2u (Banana Pi BPI-M2 Ultra) board and
neoverse-v1 (Cortex Neoverse-V1) CPU
* ARM: new architectural feature support for: FEAT_PAN3 (SCTLR_ELx.EPAN),
FEAT_LSE2 (Large System Extensions v2), and experimental support for
FEAT_RME (Realm Management Extensions)
* Hexagon: new instruction support for v68/v73 scalar, and v68/v69 HVX
* Hexagon: gdbstub support for HVX
* MIPS: emulation support for Ingenic XBurstR1/XBurstR2 CPUs, and MXU
instructions
* PowerPC: TCG SMT support, allowing pseries and powernv to run with up
to 8 threads per core
* PowerPC: emulation support for Power9 DD2.2 CPU model, and perf
sampling support for POWER CPUs
* RISC-V: ISA extension support for BF16/Zfa, and disassembly support
for Zcm*/Z*inx/XVentanaCondOps/Xthead
* RISC-V: CPU emulation support for Veyron V1
* RISC-V: numerous KVM/emulation fixes and enhancements
* s390: instruction emulation fixes for LDER, LCBB, LOCFHR, MXDB, MXDBR,
EPSW, MDEB, MDEBR, MVCRL, LRA, CKSM, CLM, ICM, MC, STIDP, EXECUTE, and
CLGEBR(A)
* SPARC: updated target/sparc to use tcg_gen_lookup_and_goto_ptr() for
improved performance
* Tricore: emulation support for TC37x CPU that supports ISA v1.6.2
instructions
* Tricore: instruction emulation of POPCNT.W, LHA, CRC32L.W, CRC32.B,
SHUFFLE, SYSCALL, and DISABLE
* x86: CPU model support for GraniteRapids
* and lots more...
- This also (automatically) fixes:
* bsc#1212850 (CVE-2023-3354)
* bsc#1213001 (CVE-2023-3255)
* bsc#1213925 (CVE-2023-3180)
* bsc#1213414 (CVE-2023-3301)
* bsc#1207205 (CVE-2023-0330)
* bsc#1212968 (CVE-2023-2861)
* bsc#1179993, bsc#1181740
==== sudo ====
Version update (1.9.14p1 -> 1.9.14p3)
Subpackages: sudo-plugin-python
- Update to 1.9.14p3:
* Fixed a crash with Python 3.12 when the sudo Python python is unloaded.
This only affects make check for the Python plugin.
* Adapted the sudo Python plugin test output to match Python 3.12.
- Update to 1.9.14p2:
* Fixed a crash on Linux systems introduced in version 1.9.14 when running a
command with a NULL argv[0] if log_subcmds or intercept is enabled in
sudoers.
* Fixed a problem with "stair-stepped" output when piping or redirecting the
output of a sudo command that takes user input when running a command in
a pseudo-terminal.
* Fixed a bug introduced in sudo 1.9.14 that affects matching sudoers rules
containing a Runas_Spec with an empty Runas user. These rules should only
match when sudoâs -g option is used but were matching even without the -g
option. #290.
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-demo
bind
libeconf
libportal (0.7 -> 0.7.1)
libwacom (2.5.0 -> 2.8.0)
patterns-microos
pipewire
procps4 (4.0.3 -> 4.0.4)
python-Brotli (1.0.9 -> 1.1.0)
python-httpcore (0.17.0 -> 0.17.3)
python-httpx (0.24.0 -> 0.24.1)
python-requests
rsync
vim (9.0.1632 -> 9.0.1894)
yast2-trans (84.87.20230901.be24cb382f -> 84.87.20230909.35988571be)
=== Details ===
==== Mesa-demo ====
Subpackages: Mesa-demo-egl Mesa-demo-x
- don't package "bitmap" sample (conflict with /usr/bin/bitmap of
package bitmap) {boo#1215185)
==== bind ====
- Enable crypto-policies support: [bsc#1211301]
* Rebase vendor-files/config/named.conf
==== libeconf ====
- Additional info for version 0.5.2:
* Fixed a stack-buffer-overflow vulnerability in "econf_writeFile"
function. (CVE-2023-30078, CVE-2023-32181, bsc#1211078)
* Fixed a stack-buffer-overflow vulnerability in "read_file"
function. (CVE-2023-30079, CVE-2023-22652, bsc#1211078)
==== libportal ====
Version update (0.7 -> 0.7.1)
Subpackages: libportal-1 libportal-gtk3-1 libportal-gtk4-1
- Update to version 0.7.1:
+ Restore ability to call g_object_new (XDP_TYPE_PORTAL, ...).
==== libwacom ====
Version update (2.5.0 -> 2.8.0)
Subpackages: libwacom-data libwacom9
- update to 2.8.0 (bsc#1214390):
* data: Add "Wacom One pen tablet"
* data: add Wacom One 12 & Wacom One 13
* data: Add support for the Samsung Chromebook Plus v2
* data: Add support for Nuvision Solo 10 Draw
* data: add ELAN 2C1B and 2D55 (Asus ZenBook Pro Duo UX482EG)
* data: create a stylus group for the generic-no-eraser pen
* data: create a generic-with-eraser group for the default
stylus
* data: include another device name for the Huion H950P
* libwacom 2.8.0
* data: add XP Pen Deco mini7
- update keyring with keys from https://github.com/whot.gpg
- update to 2.7.0:
* Added support for XP-Pen Deco MW (#548)
* Add support for Lenovo Ideapad Duet 5i
* Add support for HP Spectre x360 14
* data: make XP-Pen Deco Pro MW layout generic
* data: Add XP-Pen Deco Pro SW
* Format python files with Python black
* tools: add list-local-devices as builddir tool
* data: narrow down the Huion H950p to include a name match
* tools: list the kernel name together with the event node
* Add ID 04f3:23b9 for HP Envy x360 ar0xxx (#550)
* Add Wacom HID 52D3 (Lenovo Yoga 7 14ARB7)
* Update to follow auto-generated standard
* Add Wacom HID 52D5 (Lenovo Yoga 7 14ARB7) (#549)
* Support for xp-pen deco pro mw (#552)
- update to libwacom-2.6.0:
* Add Ugee M708 v1 tablet
* Add tablet definition for Wacom HID 52FA Pen (#536)
* Added support for XP-Pen Deco01 v2
* tools/clean_svg: don't modify the dict while iterating
* data: add the sysinfo to the wacom.example file
* CI: update some actions to newer versions
* CI: bump an action to the current version
* README: note that we support tablets other than Wacom's
too
* CI: bump to use latest Ubuntu LTS
* Add tablet definition for Huion Kamvas 13
* tests: fix failure if system doesn't use systemd
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-base-microdnf patterns-microos-base-packagekit patterns-microos-base-zypper patterns-microos-basesystem patterns-microos-cloud patterns-microos-cockpit patterns-microos-defaults patterns-microos-desktop-common patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-ra_agent patterns-microos-ra_verifier patterns-microos-selinux patterns-microos-sssd_ldap
- Add coreutils-systemd, coreutils got splitted in two RPMs
==== pipewire ====
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-jack pipewire-lang pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Add patch from upstream to fix a regression introduced in 0.3.77
which made it fail to open a monitor device as source:
* 0001-pulse-server-allow-monitors-when-selecting-source-by-index.patch
- Add patch from upstream to fix a bug which caused 100% cpu usage
under some circumstances:
* 0001-Revert-v4l2-handle-inotify-errors.patch
* 0002-Revert-v4l2-dont-set-inotify-on-_dev.patch
* 0003-spa-v4l2-use-a-separate-watch-for-each-device.patch
==== procps4 ====
Version update (4.0.3 -> 4.0.4)
Subpackages: libproc2-0 procps4-lang
- Update to procps-ng-4.0.4
* library (API & ABI unchanged)
increment revision: 0:2:0
tolerates all potential 'cpuinfo' formats issue #272
restore the proper main thread tics valuations issue #280
Remove myself from proc count merge #193
Refactor the escape code Debian #1035649
* free: -L one line output issue #156
* pgrep: Use only --signal option for signal Debian #1031765
* pgrep: suppress >15 warning if using regex Debian #1037450
* pidof: Add -t option to show threads merge #190
* pmap: Reset totals between processes issue #298
* ps: fixed missing or corrupted fields with -m option Debian #1036631, issue #279
* ps: Fix buffer overflow in -C option CVE-2023-4016 Debian #1042887, issue #297
* ps: Add --signames to show signal names in masks merge #98
* sysctl: -N show names merge #198, RH #2222056
* tests: dont compare floats with == issue #271
* tests: skips tests if maps missing merge #197, Gentoo #583036
* top: bad command line arguments yield EXIT_FAILURE issue #273
* top: avoids keystroke induced '%Cpu' distortions
* top: includes VM (guest) tics in 'system' overhead issue #274
* top: includes VM (guest) tics with '!' toggle merge #179
* top: lessen summary cpu distortions on first display merge #180
* top: better backspace handling wtth line edits issue #278
* vmstat: Print guest time in non-wide mode
* w: Fix musl UT_HOSTSIZE issue
- Remove patches now upstream
* CVE-2023-4016.patch
* procps-ng-4.0.3-logind.patch
- Port patches
* procps-ng-3.3.10-errno.patch
* procps-ng-3.3.10-slab.patch
* procps-ng-3.3.10-xen.dif
* procps-ng-3.3.11-pmap4suse.patch
* procps-ng-3.3.8-petabytes.patch
* procps-ng-3.3.8-tinfo.dif
* procps-ng-3.3.9-w-notruncate.diff
* procps-v3.3.3-columns.dif
* procps-v3.3.3-read-sysctls-also-from-boot-sysctl.conf-kernelversion.diff
==== python-Brotli ====
Version update (1.0.9 -> 1.1.0)
- update to 1.1.0:
* added CLI --dictionary option
* decoder: faster decoding
* encoder: faster encoding
* encoder: smaller stack frames
==== python-httpcore ====
Version update (0.17.0 -> 0.17.3)
- update to 0.17.3
* Support async cancellations, ensuring that the connection pool
is left in a clean state when cancellations occur. (#726)
* The networking backend interface has been added to the public API.
Some classes which were previously private implementation detail
are now part of the top-level public API. (#699)
* Graceful handling of HTTP/2 GoAway frames, with requests being
transparently retried on a new connection. (#730)
* Add exceptions when a synchronous trace callback is passed to an
asynchronous request or an asynchronous trace callback is passed
to a synchronous request. (#717)
- version 0.17.2
* Add socket_options argument to ConnectionPool and HTTProxy classes. (#668)
* Improve logging with per-module logger names. (#690)
* Add sni_hostname request extension. (#696)
* Resolve race condition during import of anyio package. (#692)
* Enable TCP_NODELAY for all synchronous sockets. (#651)
- version 0.17.1
* If 'retries' is set, then allow retries if an SSL handshake
error occurs. (#669)
* Improve correctness of tracebacks on network exceptions, by
raising properly chained exceptions. (#678)
* Prevent connection-hanging behaviour when HTTP/2 connections
are closed by a server-sent 'GoAway' frame". (#679)
* Fix edge-case exception when removing requests from the connection pool. (#680)
* Fix pool timeout edge-case. (#688)
==== python-httpx ====
Version update (0.24.0 -> 0.24.1)
- update to 0.24.1
* Provide additional context in some InvalidURL exceptions. (#2675)
* Fix optional percent-encoding behaviour. (#2671)
* More robust checking for opening upload files in binary mode. (#2630)
* Properly support IP addresses in NO_PROXY environment variable. (#2659)
* Set default file for NetRCAuth() to None to use the stdlib default. (#2667)
* Set logging request lines to INFO level for async requests, in line
with sync requests. (#2656)
* Fix which gen-delims need to be escaped for path/query/fragment
components in URL. (#2701)
==== python-requests ====
- switch from unmaintained brotlipy to Brotli (same as urllib3)
==== rsync ====
- Use "slp" for bcond, not "openslp", like we use for all other
packages, too.
- Disable slp patch and configure option if bcond slp is disabled.
- add fortified-strlcpy-fix.patch (bsc#1214616)
- Disable openslp support on new distros (bsc#1214884)
==== vim ====
Version update (9.0.1632 -> 9.0.1894)
Subpackages: vim-data vim-data-common vim-small xxd
- Updated to version 9.0.1894, fixes the following problems
- drop patches: disable-unreliable-tests.patch
ignore-flaky-test-failure.patch
vim-8.1.0297-dump3.patch
- fixes:
+ boo#1214922 - CVE-2023-4738
+ boo#1214925 - CVE-2023-4734
+ boo#1214924 - CVE-2023-4735
+ boo#1214921 - CVE-2023-4751
- droped %check - most of tests didn't work correctly in OBS
and maitenace burden of this was getting too big
* Not all cabal config files are recognized.
* Duplicate code for converting float to string.
* Message is cleared when removing mode message (Gary Johnson).
* Error message is cleared when removing mode message.
* Expanding a pattern interferes with command line completion.
* Compiler warning for uninitialized variable.
* crypt tests hang and cause memory errors
* Build failure without the crypt feature.
* Compiler warning for unused variables without the crypt feature.
* The log file does not give information about window sizes.
* Build failure with tiny features.
* Filetype detection fails if file name ends in many '~'.
* Not all filetype file name matches are tested.
* zserio files are not recognized.
* Insufficient testing for syntax plugins.
* Result of syntax tests is hard to see.
* Syntax test failure causes script to abort.
* Unclear why syntax test fails on Mac.
* Unclear why syntax test fails on Mac.
* Syntax test fails when Vim window is not tall enough.
* Syntax test fails when detected shell type differs.
* One more syntax test depends on the system.
* Autoload files for "zig" are not installed.
* Termdebug: default highlight cleared when changing colorscheme.
* Error for using matchfuzzy() in Vim9 script returning a list of dicts.
* BUCK files are not recognized.
* Crash when using a class member twice. (Christian J. Robinson)
* Termdebug on MS-Windows: some file names are not recognized.
* Divide by zero when scrolling with 'smoothscroll' set.
* Empty CmdlineEnter autocommand causes errors in Ex mode.
* Compiler may warn for uninitialized variable.
* Regression test doesn't fail when fix is reverted.
* PEM files are not recognized.
* Crash syncing swapfile in new buffer when using sodium crypt. (James McCoy)
* Resetting local option to global value is inconsistent.
* Termdebug: error with more than 99 breakpoints.
* Tabline highlight wrong after truncated double width label.
* Cannot produce a status 418 or 503 message.
* Help for builtin functions is not sorted properly.
* Test may run into timeout when using valgrind.
* Warning for buffer in use when exiting early.
* Typo in syntax test input file.
* Blade files are not recognized.
==== yast2-trans ====
Version update (84.87.20230901.be24cb382f -> 84.87.20230909.35988571be)
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.20230909.35988571be:
* Translated using Weblate (Swedish)
* Translated using Weblate (Swedish)
* Translated using Weblate (Indonesian)
* Translated using Weblate (Russian)
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
attica-qt5 (5.109.0 -> 5.110.0)
baloo5 (5.109.0 -> 5.110.0)
bluez-qt (5.109.0 -> 5.110.0)
breeze5-icons (5.109.0 -> 5.110.0)
dracut (059+suse.497.ga7feaf12 -> 059+suse.501.gc44a365d)
frameworkintegration (5.109.0 -> 5.110.0)
installation-images-MicroOS (17.91 -> 17.93)
kactivities-stats (5.109.0 -> 5.110.0)
kactivities5 (5.109.0 -> 5.110.0)
karchive (5.109.0 -> 5.110.0)
kauth (5.109.0 -> 5.110.0)
kbookmarks (5.109.0 -> 5.110.0)
kcmutils (5.109.0 -> 5.110.0)
kcodecs (5.109.0 -> 5.110.0)
kcompletion (5.109.0 -> 5.110.0)
kconfig (5.109.0 -> 5.110.0)
kconfigwidgets (5.109.0 -> 5.110.0)
kcoreaddons (5.109.0 -> 5.110.0)
kcrash (5.109.0 -> 5.110.0)
kdbusaddons (5.109.0 -> 5.110.0)
kdeclarative (5.109.0 -> 5.110.0)
kded (5.109.0 -> 5.110.0)
kdelibs4support (5.109.0 -> 5.110.0)
kdesu (5.109.0 -> 5.110.0)
kdnssd-framework (5.109.0 -> 5.110.0)
kdoctools (5.109.0 -> 5.110.0)
kernel-source (6.4.12 -> 6.5.2)
kfilemetadata5 (5.109.0 -> 5.110.0)
kglobalaccel (5.109.0 -> 5.110.0)
kguiaddons (5.109.0 -> 5.110.0)
kholidays (5.109.0 -> 5.110.0)
khtml (5.109.0 -> 5.110.0)
ki18n (5.109.0 -> 5.110.0)
kiconthemes (5.109.0 -> 5.110.0)
kidletime (5.109.0 -> 5.110.0)
kimageformats (5.109.0 -> 5.110.0)
kinit (5.109.0 -> 5.110.0)
kio (5.109.0 -> 5.110.0)
kirigami2 (5.109.0 -> 5.110.0)
kitemmodels (5.109.0 -> 5.110.0)
kitemviews (5.109.0 -> 5.110.0)
kjobwidgets (5.109.0 -> 5.110.0)
kjs (5.109.0 -> 5.110.0)
knewstuff (5.109.0 -> 5.110.0)
knotifications (5.109.0 -> 5.110.0)
knotifyconfig (5.109.0 -> 5.110.0)
kpackage (5.109.0 -> 5.110.0)
kparts (5.109.0 -> 5.110.0)
kpeople5 (5.109.0 -> 5.110.0)
kpty (5.109.0 -> 5.110.0)
kquickcharts (5.109.0 -> 5.110.0)
krunner (5.109.0 -> 5.110.0)
kservice (5.109.0 -> 5.110.0)
ktexteditor (5.109.0 -> 5.110.0)
ktextwidgets (5.109.0 -> 5.110.0)
kunitconversion (5.109.0 -> 5.110.0)
kwallet (5.109.0 -> 5.110.0)
kwayland (5.109.0 -> 5.110.0)
kwidgetsaddons (5.109.0 -> 5.110.0)
kwindowsystem (5.109.0 -> 5.110.0)
kxmlgui (5.109.0 -> 5.110.0)
libKF5ModemManagerQt (5.109.0 -> 5.110.0)
libKF5NetworkManagerQt (5.109.0 -> 5.110.0)
liburing
mozc (2.29.5111.102 -> 2.29.5220.102)
plasma-framework (5.109.0 -> 5.110.0)
prison-qt5 (5.109.0 -> 5.110.0)
purpose (5.109.0 -> 5.110.0)
qqc2-desktop-style (5.109.0 -> 5.110.0)
solid (5.109.0 -> 5.110.0)
sonnet (5.109.0 -> 5.110.0)
sord
sratom
strace (6.4 -> 6.5)
syndication (5.109.0 -> 5.110.0)
syntax-highlighting (5.109.0 -> 5.110.0)
system-users
systemd (253.8 -> 254.3)
threadweaver (5.109.0 -> 5.110.0)
util-linux (2.39.1 -> 2.39.2)
util-linux-systemd (2.39.1 -> 2.39.2)
=== Details ===
==== alsa ====
Subpackages: libasound2 libatopology2
- Upstream fix backport:
0002-global.h-move-__STRING-macro-outside-PIC-ifdef-block.patch
- Upstream fix for PCM segfault regression (bsc#1215167):
0003-pcm-Fix-segfault-with-32bit-libs.patch
==== attica-qt5 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Attica5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== baloo5 ====
Version update (5.109.0 -> 5.110.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.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== bluez-qt ====
Version update (5.109.0 -> 5.110.0)
Subpackages: bluez-qt-imports bluez-qt-udev libKF5BluezQt6
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== breeze5-icons ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Add filled `bookmarks-bookmarked` icon (kde#473694)
==== dracut ====
Version update (059+suse.497.ga7feaf12 -> 059+suse.501.gc44a365d)
Subpackages: dracut-ima
- Update to version 059+suse.501.gc44a365d:
* chore(suse): remove obsolete fillup template (bsc#1212764)
* fix(systemd): add new systemd-tmpfiles-setup-dev-early.service
==== frameworkintegration ====
Version update (5.109.0 -> 5.110.0)
Subpackages: frameworkintegration-plugin libKF5Style5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== installation-images-MicroOS ====
Version update (17.91 -> 17.93)
- merge gh#openSUSE/installation-images#654
- cifs kernel modules have a new location (bsc#1214329)
- 17.93
- merge gh#openSUSE/installation-images#653
- Add system-user-lp to initrd. group(lp) moved from
system-group-hardware there (bsc#1214467)
- 17.92
==== kactivities-stats ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kactivities5 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kactivities5-imports libKF5Activities5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== karchive ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Archive5 libKF5Archive5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kauth ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Auth5 libKF5Auth5-lang libKF5AuthCore5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kbookmarks ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Bookmarks5 libKF5Bookmarks5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kcmutils ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kcmutils-imports libKF5KCMUtils5 libKF5KCMUtils5-lang libKF5KCMUtilsCore5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kcodecs ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Codecs5 libKF5Codecs5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kcompletion ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Completion5 libKF5Completion5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kconfig ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kconf_update5 libKF5ConfigCore5 libKF5ConfigCore5-lang libKF5ConfigGui5 libKF5ConfigQml5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Fix deadlock when KConfigIni fails to acquire a file lock
==== kconfigwidgets ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5ConfigWidgets5 libKF5ConfigWidgets5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kcoreaddons ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kcoreaddons-lang libKF5CoreAddons5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* KFileSystemType: recognize ntfs3
==== kcrash ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdbusaddons ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kdbusaddons-tools libKF5DBusAddons5 libKF5DBusAddons5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdeclarative ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kdeclarative-components libKF5CalendarEvents5 libKF5Declarative5 libKF5Declarative5-lang libKF5QuickAddons5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* GridDelegate: lazy load menu
==== kded ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdelibs4support ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kdelibs4support-lang libKF5KDELibs4Support5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdesu ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Su5 libKF5Su5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdnssd-framework ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5DNSSD5 libKF5DNSSD5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kdoctools ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kdoctools-lang libKF5DocTools5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kernel-source ====
Version update (6.4.12 -> 6.5.2)
- Linux 6.5.2 (bsc#1012628).
- drm/amdgpu: correct vmhub index in GMC v10/11 (bsc#1012628).
- erofs: ensure that the post-EOF tails are all zeroed
(bsc#1012628).
- ksmbd: fix wrong DataOffset validation of create context
(bsc#1012628).
- ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()
(bsc#1012628).
- ksmbd: replace one-element array with flex-array member in
struct smb2_ea_info (bsc#1012628).
- ksmbd: reduce descriptor size if remaining bytes is less than
request size (bsc#1012628).
- ARM: pxa: remove use of symbol_get() (bsc#1012628).
- mmc: au1xmmc: force non-modular build and remove symbol_get
usage (bsc#1012628).
- net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_index
(bsc#1012628).
- rtc: ds1685: use EXPORT_SYMBOL_GPL for ds1685_rtc_poweroff
(bsc#1012628).
- modules: only allow symbol_get of EXPORT_SYMBOL_GPL modules
(bsc#1012628).
- USB: serial: option: add Quectel EM05G variant (0x030e)
(bsc#1012628).
- USB: serial: option: add FOXCONN T99W368/T99W373 product
(bsc#1012628).
- ALSA: usb-audio: Fix init call orders for UAC1 (bsc#1012628).
- usb: dwc3: meson-g12a: do post init to fix broken usb after
resumption (bsc#1012628).
- usb: chipidea: imx: improve logic if samsung,picophy-* parameter
is 0 (bsc#1012628).
- HID: wacom: remove the battery when the EKR is off
(bsc#1012628).
- staging: rtl8712: fix race condition (bsc#1012628).
- wifi: mt76: mt7921: do not support one stream on secondary
antenna only (bsc#1012628).
- wifi: mt76: mt7921: fix skb leak by txs missing in AMSDU
(bsc#1012628).
- wifi: ath11k: Don't drop tx_status when peer cannot be found
(bsc#1012628).
- wifi: ath11k: Cleanup mac80211 references on failure during
tx_complete (bsc#1012628).
- serial: qcom-geni: fix opp vote on shutdown (bsc#1012628).
- serial: sc16is7xx: fix broken port 0 uart init (bsc#1012628).
- serial: sc16is7xx: fix bug when first setting GPIO direction
(bsc#1012628).
- firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe
(bsc#1012628).
- fsi: master-ast-cf: Add MODULE_FIRMWARE macro (bsc#1012628).
- tcpm: Avoid soft reset when partner does not support get_status
(bsc#1012628).
- dt-bindings: sc16is7xx: Add property to change GPIO function
(bsc#1012628).
- tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
(bsc#1012628).
- nilfs2: fix WARNING in mark_buffer_dirty due to discarded
buffer reuse (bsc#1012628).
- usb: typec: tcpci: clear the fault status bit (bsc#1012628).
- Rename to
patches.kernel.org/6.5.2-021-wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-….
- Rename to
patches.kernel.org/6.5.2-034-pinctrl-amd-Don-t-show-Invalid-config-param-er….
- commit e785fd6
- Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODED
(bsc#1213972).
- commit 74930eb
- update patch metadata
- update upstream references
- patches.rpmify/Revert-kbuild-Hack-for-depmod-not-handling-X.Y-versi.patch
- patches.rpmify/kbuild-dummy-tools-support-make-MPROFILE_KERNEL-chec.patch
- commit aaab89b
- config: refresh
- commit bd40664
- Update config files.
IPR is powerpc-only driver, disable on other architectures.
- commit 62fd4da
- Linux 6.5.1 (bsc#1012628).
- ACPI: thermal: Drop nocrt parameter (bsc#1012628).
- module: Expose module_init_layout_section() (bsc#1012628).
- arm64: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- ARM: module: Use module_init_layout_section() to spot init
sections (bsc#1012628).
- module/decompress: use vmalloc() for zstd decompression
workspace (bsc#1012628).
- lockdep: fix static memory detection even more (bsc#1012628).
- kallsyms: Fix kallsyms_selftest failure (bsc#1012628).
- commit d232ff6
- firmware: qemu_fw_cfg: Do not hard depend on
CONFIG_HAS_IOPORT_MAP (bsc#1214773).
- Update config files: enable CONFIG_FW_CFG_SYSFS for armv7hl
- commit b5edcad
- series.conf: cleanup
- update upstream reference and move into sorted section
- patches.suse/pinctrl-amd-Don-t-show-Invalid-config-param-errors.patch
- update upstream references and resort
- patches.suse/wifi-rtw89-Fix-loading-of-compressed-firmware.patch
- patches.suse/wifi-rtw88-usb-kill-and-free-rx-urbs-on-probe-failure.patch
- commit de97d09
- rpm/mkspec-dtb: dtbs have moved to vendor sub-directories in 6.5
... changelog too long, skipping 30 lines ...
- commit 2844291
==== kfilemetadata5 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kfilemetadata5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kglobalaccel ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kglobalaccel5 libKF5GlobalAccel5 libKF5GlobalAccel5-lang libKF5GlobalAccelPrivate5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kguiaddons ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5GuiAddons5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kholidays ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Holidays5 libKF5Holidays5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Add holidays for Benin (kde#473315)
* Improve Norwegian names of the Sámi National Day
* Add holidays for Tanzania (kde#473279)
==== khtml ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5KHtml5 libKF5KHtml5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== ki18n ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5I18n5 libKF5I18n5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kiconthemes ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5IconThemes5 libKF5IconThemes5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kidletime ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kimageformats ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* QOI: Advertise write support in the desktop file
* qoi: write support backported from master
* xcf: format v12 support (kf5)
* Support libavif 1.0
* exr: multiple fixes (kf5)
* Fix missing qoi.desktop
* qoi: fix buffer overflow kf5
* Renamed qoi.h to qoi_p.h
* Minor improvements
* Add support for the QOI image format
* Set linear color space and round fix
- Drop patch, merged upstream
* 0001-Support-libavif-1.0.patch
==== kinit ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kinit-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kio ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kio-core kio-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Don't unlink + rename on CIFS mounts during copy operations (kde#454693)
* KFileWidget: better exclude string that may look like Urls (kde#473228)
* Fix Ask Jeeves search provider (kde#473297)
==== kirigami2 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kirigami2-lang libKF5Kirigami2-5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* OverlayDrawer: Fix up property access
* Pass spacing on FlexColumn to it's inner ColumnLayout
* ShadowedRectangle: proceed itemChange in QQuickItem
==== kitemmodels ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kitemmodels-imports libKF5ItemModels5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kitemviews ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5ItemViews5 libKF5ItemViews5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kjobwidgets ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5JobWidgets5 libKF5JobWidgets5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kjs ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== knewstuff ====
Version update (5.109.0 -> 5.110.0)
Subpackages: knewstuff-imports libKF5NewStuff5 libKF5NewStuff5-lang libKF5NewStuffCore5 libKF5NewStuffWidgets5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== knotifications ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Notifications5 libKF5Notifications5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Fix StatusNotifierItem checkVisibility on Windows
==== knotifyconfig ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5NotifyConfig5 libKF5NotifyConfig5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kpackage ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kpackage-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kparts ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Parts5 libKF5Parts5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kpeople5 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kpeople5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kpty ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Pty5 libKF5Pty5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kquickcharts ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== krunner ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kservice ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kservice-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== ktexteditor ====
Version update (5.109.0 -> 5.110.0)
Subpackages: ktexteditor-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== ktextwidgets ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5TextWidgets5 libKF5TextWidgets5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kunitconversion ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5UnitConversion5 libKF5UnitConversion5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kwallet ====
Version update (5.109.0 -> 5.110.0)
Subpackages: kwallet-tools kwallet-tools-lang kwalletd5 kwalletd5-lang libKF5Wallet5 libkwalletbackend5-5
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kwayland ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Unbreak build where XLib's Bool definition harms moc generated code
==== kwidgetsaddons ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5WidgetsAddons5 libKF5WidgetsAddons5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Fix height of text after update
==== kwindowsystem ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5WindowSystem5 libKF5WindowSystem5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== kxmlgui ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5XmlGui5 libKF5XmlGui5-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== libKF5ModemManagerQt ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Example: drop stand-alone CMake code, here part of normal build
==== libKF5NetworkManagerQt ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Build examples on KDE CI
==== liburing ====
- add test-io_uring_register-fix-errno-confusion-and-new-e.patch
to fix test errors on the 6.5 kernel
==== mozc ====
Version update (2.29.5111.102 -> 2.29.5220.102)
Subpackages: fcitx-mozc ibus-mozc ibus-mozc-candidate-window mozc-gui-tools
- Upstream update to 2.29.5220.102
* Update the segment prefix for Tabi
* Update dictionaries
* Switch to Qt6
* Update protobuf to 24.2
- Update fcitx-mozc
- Update zip code dictionaries
* Refresh add-sha256sum-for-zipcode-archives.patch
- Update hash codes
- Add a comment to state auto generated
- Fix the compiler options from RPM is not passed to a compiler
==== plasma-framework ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Plasma5 plasma-framework-components plasma-framework-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Dialog: Fix positioning adjustments when dialog goes out of bounds
* Dialog: Factor out parts of expressions in positioning code
* SwitchIndicator: Enable layered rendering when semi-transparent
* add an option to disable installation of desktopthemes
* WindowThumbnail: proceed itemChange in QQuickItem
- Move the desktop themes in a subpackage that can be used with
both Plasma 5 and Plasma 6
==== prison-qt5 ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Prison5 prison-qt5-imports
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== purpose ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Purpose5 libKF5PurposeWidgets5 purpose-lang
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== qqc2-desktop-style ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Don't connect the same PanelView to the same PlasmaDesktopTheme N times
==== solid ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5Solid5 libKF5Solid5-lang solid-imports solid-tools
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== sonnet ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5SonnetCore5 libKF5SonnetCore5-lang libKF5SonnetUi5 sonnet-imports
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- Changes since 5.109.0:
* Build examples on KDE CI
==== sord ====
- Update version for buildtime requirement
==== sratom ====
- Updated versions for buildtime requirements
==== strace ====
Version update (6.4 -> 6.5)
- Update to strace 6.5
* Implemented decoding of cachestat and fchmodat2 syscalls.
* Implemented decoding of SO_PASSPIDFD and SO_PEERPIDFD socket options.
* Implemented decoding of SCM_PIDFD control messages.
* Implemented decoding of BPF_ENABLE_STATS, BPF_ITER_CREATE, BPF_LINK_DETACH,
and BPF_PROG_BIND_MAP bpf syscall commands.
* Updated decoding of BPF_OBJ_PIN and BPF_OBJ_GET bpf syscall commands.
* Updated lists of AT_*, BPF_*, IORING_*, KVM_*, MOVE_MOUNT_*, NFT_*, NT_*,
PR_*, and V4L2_* constants.
* Updated lists of ioctl commands from Linux 6.5.
==== syndication ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== syntax-highlighting ====
Version update (5.109.0 -> 5.110.0)
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang syntax-highlighting-imports
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== system-users ====
Subpackages: system-group-hardware system-group-kvm system-group-wheel system-user-bin system-user-daemon system-user-lp system-user-mail system-user-man system-user-nobody system-user-tftp system-user-tss
- system-group-hardware: remove group lp, we have system-user-lp
==== systemd ====
Version update (253.8 -> 254.3)
Subpackages: libsystemd0 libudev1 systemd-coredump systemd-doc systemd-lang udev
- Import commit b6b4e5a8a82d1f13f265a4ef170f2d13be82789a (merge of v254.3)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/1f73719d67b9300c6bb75232d695d03…
- Make utmp support per project configureable [jsc#PED-3144]
- Make apparmor and selinux per project configureable [jsc#PED-2736]
- systemd.spec: don't use build conditionals (%bcond_with/%bcond_without) with
the mini flavor to make sure that all the features remain disabled for this
flavor regardless of what is enabled in the prjconf.
- Don't build systemd-doc with the mini flavor
- Explicitly require group(lp) by udev: this used to be provided by
system-group-hardware, but with the introduction of
system-user-lp (and systemd-users auto-generating groups) is now
actually provided by system-user-lp. Latest versions of
system-group-hardware clean this up and no longer also provide
this group.
- Fix incorrect option name when calling pam-config for systemd-homed
- testsuite: Recommend selinux-policy-devel instead of requiring it in line with
other tests. Add Recommends for selinux-policy-targeted as this is also
required to run the test (in general any SELinux policy should do)
- systemd.spec: add journal translations to lang package
- Import commmit 1f73719d67b9300c6bb75232d695d03410991098
1f73719d67 test-mountpoint-util: /root might be mounted
a391ba4a8f test: testsuite-35.sh needs manual/test-session-properties to be installed on SUSE
- Upgrade to v254.1 (commit 208a21833b6953a2517a6c3f8f4849c6664b01be)
See https://github.com/openSUSE/systemd/blob/SUSE/v254/NEWS for details.
This includes the following bug fixes:
- upstream commit 331aa7aa15ee5dd12b369b276f575d521435eb52 (bsc#1203141)
- upstream commit 529ba8a1a3968564b67049a077f213e3a0d53070 (bsc#1209340)
- upstream commit f1f331a252d22c15f37d03524cce967664358c5c (bsc#1186606)
- upstream commit df1dccd25547b430258bd42ec60428fc9aff1370 (bsc#1213185)
- upstream commit 000680a68dbdb07d77807868df0b4f978180e4cd (bsc#1211725)
* Drop 5001-Revert-core-propagate-stop-too-if-restart-is-issued.patch. A fix
for https://github.com/systemd/systemd/issues/26839 has been integrated in
v254.
* Drop 5002-Revert-core-service-when-resetting-PID-also-reset-kn.patch, it's
part of v254.
* Drop 0001-restore-var-run-and-var-lock-bind-mount-if-they-aren.patch, it's
no more needed these days.
* Rebase 0001-conf-parser-introduce-early-drop-ins.patch
==== threadweaver ====
Version update (5.109.0 -> 5.110.0)
- Update to 5.110.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.110.0
- No code change since 5.109.0
==== util-linux ====
Version update (2.39.1 -> 2.39.2)
Subpackages: libblkid1 libfdisk1 libmount1 libsmartcols1 libuuid1 util-linux-lang
- Upgrade to version 2.39.2:
* libblkid: fix topology chain types mismatch
* libmount:
* handle failure to apply flags as part of a mount operation
* improve EPERM interpretation
* update documentation for MNT_ERR_APPLYFLAGS
* use mount(2) for remount on Linux < 5.14
* use some MS_* flags as superblock flags
* setarch: add PER_LINUX_FDPIC fallback
* uuidd: improve man page for -cont-clock
* wall: do not error for ttys that do not exist
* zramctl: add hint about supported algorithms
* other changes, see:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.2-Re…
- Use logind as Y2038 safe utmp replacement [jsc#PED-3144]
- drop libutempter
- use-logind-not-utmp.patch: agetty, wall, write: use logind
instead of utmp
==== util-linux-systemd ====
Version update (2.39.1 -> 2.39.2)
- Upgrade to version 2.39.2:
* libblkid: fix topology chain types mismatch
* libmount:
* handle failure to apply flags as part of a mount operation
* improve EPERM interpretation
* update documentation for MNT_ERR_APPLYFLAGS
* use mount(2) for remount on Linux < 5.14
* use some MS_* flags as superblock flags
* setarch: add PER_LINUX_FDPIC fallback
* uuidd: improve man page for -cont-clock
* wall: do not error for ttys that do not exist
* zramctl: add hint about supported algorithms
* other changes, see:
https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.39/v2.39.2-Re…
- Use logind as Y2038 safe utmp replacement [jsc#PED-3144]
- drop libutempter
- use-logind-not-utmp.patch: agetty, wall, write: use logind
instead of utmp
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 (23.1.6 -> 23.1.7)
Mesa-drivers (23.1.6 -> 23.1.7)
btrfsprogs (6.3 -> 6.5)
cockpit (298 -> 300.1)
cockpit-podman (74 -> 76)
conmon (2.1.7 -> 2.1.8)
dracut (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12)
gcab (1.5 -> 1.6)
javapackages-tools
libportal (0.6 -> 0.7)
libstorage-ng (4.5.139 -> 4.5.141)
python-PyJWT (2.7.0 -> 2.8.0)
python-psutil
=== Details ===
==== Mesa ====
Version update (23.1.6 -> 23.1.7)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to bugfix release 23.1.7:
- -> https://docs.mesa3d.org/relnotes/23.1.7.html
- mini-cleanup for python package BuildRequires in specfile
- added python3-dataclasses package for sle15/Leap15 to finally fix
build for these build targets; dataclasses module is in standard
library of python >= 3.7 ...
==== Mesa-drivers ====
Version update (23.1.6 -> 23.1.7)
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- Update to bugfix release 23.1.7:
- -> https://docs.mesa3d.org/relnotes/23.1.7.html
- mini-cleanup for python package BuildRequires in specfile
- added python3-dataclasses package for sle15/Leap15 to finally fix
build for these build targets; dataclasses module is in standard
library of python >= 3.7 ...
==== btrfsprogs ====
Version update (6.3 -> 6.5)
Subpackages: btrfsprogs-bash-completion btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1
- update to 6.5:
* crc32c implementation speedup (3x)
* btrfstune:
* be more strict about option combinations and refuse changing
features from incompatible groups
* metadata_uuid changes fixes
* libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info
and subvol_uuid_search changes (bsc#1212217)
* CI updates
* pull request build tests enabled
* published static binaries built with backward compatibility (-march=x86-64)
* other
* documentation updates
* new and updated tests
* experimental feature updates (json, list-chunks, checksum switch)
* code refactoring
* remove btrfs-fragments
- update to 6.3.3:
* add btrfs-find-root to btrfs.box
* replace: properly enqueue if there's another replace running
* other:
* CI updates, more tests enabled, code coverage, badges
* documentation updates
* build warning fixes
- Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1
as there is a file conflict with the bash completion scripts
still being bundled with btrfsprogs in these versions.
- update to 6.3.2:
* fix mkfs and others on big endian hosts
* mkfs: don't print changed defaults notice with --quiet
* scrub: fix wrong stats of processed bytes in background and foreground mode
* convert: actually create free-space-tree instead of v1 space cache
* print-tree: recognize and print CHANGING_FSID_V2 flag (for the
metadata_uuid change in progress)
* other: documentation updates
- update to 6.3.1:
* convert: fix checksum of a block relocated from 0-1M range
* qgroup show: fix formatting of limit values in json output
* receive: report paret subovl UUID on errors
* btrfsune: new option --convert-to-free-space-tree to convert from
block-group-tree back to extent tree for block group tracking
* mkfs: make option --rootdir more verbose and report start when filling
from the given directory starts
* experimental:
* btrfstune: checksum switch logic reimplemented, conversion of all
metadata and data now works, resume from various states also supported
* other:
* test updates and fixes
* CI cleanups and old files removed
* integration with Github actions
- Remove patch: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch (upstreamed)
==== cockpit ====
Version update (298 -> 300.1)
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- new version 300.1
https://cockpit-project.org/blog/cockpit-300.html
https://cockpit-project.org/blog/cockpit-299.html
- Re-add pwscore dependency for SLE
==== cockpit-podman ====
Version update (74 -> 76)
- New version 76:
* performance and stability improvements
- deps.patch: upstreamed, dropped
==== conmon ====
Version update (2.1.7 -> 2.1.8)
- Update to version 2.1.8:
* stdio: ignore EIO for terminals
* ensure console socket buffers are properly sized
* conmon: drop return after pexit()
* ctrl: make accept4 failures fatal
* logging: avoid opening /dev/null for each write
* oom: restore old OOM score
* Use default umask 0022
* cli: log parsing errors to stderr
* Changes to build conmon for riscv64
* Changes to build conmon for ppc64le
* Fix close_other_fds on FreeBSD
==== dracut ====
Version update (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12)
Subpackages: dracut-ima
- Update to version 059+suse.497.ga7feaf12:
* chore(suse): disable fips and ima subpackages for i?86
* fix(dracut.sh): remove microcode check based on CONFIG_MICROCODE_[AMD|INTEL]
* chore(suse): update SUSE maintainers doc
==== gcab ====
Version update (1.5 -> 1.6)
Subpackages: gcab-lang libgcab-1_0-0
- Update to version 1.6:
+ New Features: Allow specifying the allowed compression formats
at runtime. This would allow us, for example, to disable the
slightly scary LZX compression format when parsing unknown
files.
+ Bugfixes: Do not require git when building from a tarball.
==== javapackages-tools ====
Subpackages: javapackages-filesystem
- Modified patch:
* 0001-Make-the-alias-generation-reproducible.patch ->
0001-Make-maven_depmap-order-of-aliases-reproducible.patch
+ replace by the version of patch integrated by upstream
- Added patch:
* 0002-Do-not-bomb-on-relativePath-construct.patch
+ integrated patch fixing parent recursion with empty
<relativePath/> element
==== libportal ====
Version update (0.6 -> 0.7)
Subpackages: libportal-1 libportal-gtk3-1 libportal-gtk4-1
- Update to version 0.7:
+ Add support for the new SetStatus() method of the Background
portal.
+ Add support for the new ConnectToEIS() method of the Remote
Desktop portal.
+ Improve unit and integration tests.
+ Documentation improvements.
+ CI improvements.
==== libstorage-ng ====
Version update (4.5.139 -> 4.5.141)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Swedish) (bsc#1149754)
- 4.5.141
- merge gh#openSUSE/libstorage-ng#947
- handle json output of btrfs version 6.5
- 4.5.140
==== python-PyJWT ====
Version update (2.7.0 -> 2.8.0)
- Update to version 2.8.0
* Update python version test matrix by @auvipy in #895
* Add ``strict_aud`` as an option to ``jwt.decode`` by @woodruffw in #902
* Export PyJWKClientConnectionError class by @daviddavis in #887
* Allows passing of ssl.SSLContext to PyJWKClient by @juur in #891
- Skip test_get_jwt_set_sslcontext_default test in testsuite
==== python-psutil ====
- BuildRequire /usr/bin/who: called by the test suite. With
coreutils 9.4 'who' is no longer part of the main package but is
shipped as part of coreutils-systemd.
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 (23.1.6 -> 23.1.7)
Mesa-drivers (23.1.6 -> 23.1.7)
aaa_base (84.87+git20230329.b39efbc -> 84.87+git20230815.cab7b44)
btrfsprogs (6.3 -> 6.5)
busybox-links
cockpit (298 -> 300.1)
cockpit-podman (74 -> 76)
conmon (2.1.7 -> 2.1.8)
coreutils (9.3 -> 9.4)
dracut (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12)
gcab (1.5 -> 1.6)
kdump
kexec-tools (2.0.26.0 -> 2.0.27)
lastlog2 (1.1.0 -> 1.2.0)
libportal (0.6 -> 0.7)
libstorage-ng (4.5.139 -> 4.5.141)
open-vm-tools (12.2.0 -> 12.3.0)
pam-config (2.5 -> 2.8)
perl-Bootloader (1.6 -> 1.8)
python-PyJWT (2.7.0 -> 2.8.0)
python-click (8.1.6 -> 8.1.7)
python-psutil
python-zope.event (4.6 -> 5.0)
python311 (3.11.4 -> 3.11.5)
python311-core (3.11.4 -> 3.11.5)
sssd (2.9.1 -> 2.9.2)
=== Details ===
==== Mesa ====
Version update (23.1.6 -> 23.1.7)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to bugfix release 23.1.7:
- -> https://docs.mesa3d.org/relnotes/23.1.7.html
- mini-cleanup for python package BuildRequires in specfile
- added python3-dataclasses package for sle15/Leap15 to finally fix
build for these build targets; dataclasses module is in standard
library of python >= 3.7 ...
==== Mesa-drivers ====
Version update (23.1.6 -> 23.1.7)
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- Update to bugfix release 23.1.7:
- -> https://docs.mesa3d.org/relnotes/23.1.7.html
- mini-cleanup for python package BuildRequires in specfile
- added python3-dataclasses package for sle15/Leap15 to finally fix
build for these build targets; dataclasses module is in standard
library of python >= 3.7 ...
==== aaa_base ====
Version update (84.87+git20230329.b39efbc -> 84.87+git20230815.cab7b44)
Subpackages: aaa_base-extras
- Update to version 84.87+git20230815.cab7b44:
* Remove broken autocompletion overrides and restore default bash behavior
* Add foot to DIR_COLORS
* files/u/s/sysconf_addword: avoid bashism, fix shellcheck warnings
* files/u/s/smart_agetty: replace shebang with /bin/sh
* files/u/s/service: avoid bashism, fix shellcheck warnings
* files/u/s/refresh_initrd: make POSIX compliant
* files/u/b/safe-rm: make POSIX compliant
* aaa_base.post: replace shebang with /usr/sh
* files/u/b/old: make POSIX compliant
==== btrfsprogs ====
Version update (6.3 -> 6.5)
Subpackages: btrfsprogs-bash-completion btrfsprogs-udev-rules libbtrfs0 libbtrfsutil1
- update to 6.5:
* crc32c implementation speedup (3x)
* btrfstune:
* be more strict about option combinations and refuse changing
features from incompatible groups
* metadata_uuid changes fixes
* libbtrfs: fix ABI breakage introduced in 6.3.1, revert struct subvol_info
and subvol_uuid_search changes (bsc#1212217)
* CI updates
* pull request build tests enabled
* published static binaries built with backward compatibility (-march=x86-64)
* other
* documentation updates
* new and updated tests
* experimental feature updates (json, list-chunks, checksum switch)
* code refactoring
* remove btrfs-fragments
- update to 6.3.3:
* add btrfs-find-root to btrfs.box
* replace: properly enqueue if there's another replace running
* other:
* CI updates, more tests enabled, code coverage, badges
* documentation updates
* build warning fixes
- Let btrfsprogs-bash-completion conflict with btrfsprogs <= 6.2.1
as there is a file conflict with the bash completion scripts
still being bundled with btrfsprogs in these versions.
- update to 6.3.2:
* fix mkfs and others on big endian hosts
* mkfs: don't print changed defaults notice with --quiet
* scrub: fix wrong stats of processed bytes in background and foreground mode
* convert: actually create free-space-tree instead of v1 space cache
* print-tree: recognize and print CHANGING_FSID_V2 flag (for the
metadata_uuid change in progress)
* other: documentation updates
- update to 6.3.1:
* convert: fix checksum of a block relocated from 0-1M range
* qgroup show: fix formatting of limit values in json output
* receive: report paret subovl UUID on errors
* btrfsune: new option --convert-to-free-space-tree to convert from
block-group-tree back to extent tree for block group tracking
* mkfs: make option --rootdir more verbose and report start when filling
from the given directory starts
* experimental:
* btrfstune: checksum switch logic reimplemented, conversion of all
metadata and data now works, resume from various states also supported
* other:
* test updates and fixes
* CI cleanups and old files removed
* integration with Github actions
- Remove patch: btrfs-progs-qgroup-show-fix-formatting-of-limit-valu.patch (upstreamed)
==== busybox-links ====
Subpackages: busybox-coreutils busybox-grep busybox-gzip busybox-hostname busybox-sed busybox-sendmail busybox-which busybox-xz
- Add conflict for coreutils-systemd, package got splitted
==== cockpit ====
Version update (298 -> 300.1)
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- new version 300.1
https://cockpit-project.org/blog/cockpit-300.html
https://cockpit-project.org/blog/cockpit-299.html
- Re-add pwscore dependency for SLE
==== cockpit-podman ====
Version update (74 -> 76)
- New version 76:
* performance and stability improvements
- deps.patch: upstreamed, dropped
==== conmon ====
Version update (2.1.7 -> 2.1.8)
- Update to version 2.1.8:
* stdio: ignore EIO for terminals
* ensure console socket buffers are properly sized
* conmon: drop return after pexit()
* ctrl: make accept4 failures fatal
* logging: avoid opening /dev/null for each write
* oom: restore old OOM score
* Use default umask 0022
* cli: log parsing errors to stderr
* Changes to build conmon for riscv64
* Changes to build conmon for ppc64le
* Fix close_other_fds on FreeBSD
==== coreutils ====
Version update (9.3 -> 9.4)
Subpackages: coreutils-doc
- Update to 9.4:
Bug fixes:
* b2sum --check will no longer read unallocated memory when
presented with malformed checksum lines.
[bug introduced in coreutils-9.2]
* cp --parents again succeeds when preserving mode for absolute directories.
Previously it would have failed with a "No such file or directory" error.
[bug introduced in coreutils-9.1]
* cp --sparse=never will avoid copy-on-write (reflinking) and copy offloading,
to ensure no holes present in the destination copy.
[bug introduced in coreutils-9.0]
* cksum again diagnoses read errors in its default CRC32 mode.
[bug introduced in coreutils-9.0]
* cksum --check now ensures filenames with a leading backslash character
are escaped appropriately in the status output.
This also applies to the standalone checksumming utilities.
[bug introduced in coreutils-8.25]
* dd again supports more than two multipliers for numbers.
Previously numbers of the form '1024x1024x32' gave "invalid number" errors.
[bug introduced in coreutils-9.1]
* factor, numfmt, and tsort now diagnose read errors on the input.
[This bug was present in "the beginning".]
* install --strip now supports installing to files with a leading hyphen.
Previously such file names would have caused the strip process to fail.
[This bug was present in "the beginning".]
* ls now shows symlinks specified on the command line that can't be traversed.
Previously a "Too many levels of symbolic links" diagnostic was given.
[This bug was present in "the beginning".]
* pr --length=1 --double-space no longer enters an infinite loop.
[This bug was present in "the beginning".]
* tac now handles short reads on its input. Previously it may have exited
erroneously, especially with large input files with no separators.
[This bug was present in "the beginning".]
* uptime no longer incorrectly prints "0 users" on OpenBSD,
and is being built again on FreeBSD and Haiku.
[bugs introduced in coreutils-9.2]
* wc -l and cksum no longer crash with an "Illegal instruction" error
on x86 Linux kernels that disable XSAVE YMM. This was seen on Xen VMs.
[bug introduced in coreutils-9.0]
Changes in behavior:
* cp -v and mv -v will no longer output a message for each file skipped
due to -i, or -u. Instead they only output this information with --debug.
I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3.
* cksum -b no longer prints base64-encoded checksums. Rather that
short option is reserved to better support emulation of the standalone
checksum utilities with cksum.
* mv dir x now complains differently if x/dir is a nonempty directory.
Previously it said "mv: cannot move 'dir' to 'x/dir': Directory not empty",
where it was unclear whether 'dir' or 'x/dir' was the problem.
Now it says "mv: cannot overwrite 'x/dir': Directory not empty".
Similarly for other renames where the destination must be the problem.
[problem introduced in coreutils-6.0]
- Enable systemd-logind support
- Add gnulib-readutmp.patch: Fix seg.fault of who, pinky, uptime [dgo#65617]
- Create -systemd flavor with binaries linked against libsystemd
- Drop coreutils-invalid-ids.patch to get consistent behavior, most tools
where already removed from that patch.
- coreutils-misc.patch: adjust paths
- coreutils-skip-some-sort-tests-on-ppc.patch: adjust paths
- coreutils-test_without_valgrind.patch: adjust paths
- coreutils-i18n.patch: update from Fedora
==== dracut ====
Version update (059+suse.491.g87f19c22 -> 059+suse.497.ga7feaf12)
Subpackages: dracut-ima
- Update to version 059+suse.497.ga7feaf12:
* chore(suse): disable fips and ima subpackages for i?86
* fix(dracut.sh): remove microcode check based on CONFIG_MICROCODE_[AMD|INTEL]
* chore(suse): update SUSE maintainers doc
==== gcab ====
Version update (1.5 -> 1.6)
Subpackages: libgcab-1_0-0
- Update to version 1.6:
+ New Features: Allow specifying the allowed compression formats
at runtime. This would allow us, for example, to disable the
slightly scary LZX compression format when parsing unknown
files.
+ Bugfixes: Do not require git when building from a tarball.
==== kdump ====
- update calibrate values, newly added SLE15-SP6 values
==== kexec-tools ====
Version update (2.0.26.0 -> 2.0.27)
- update to 2.0.27:
* ppc64: add --reuse-cmdline parameter support
* kexec: make -a the default
* x86: add devicetree support
* ppc64: document elf-ppc64 options and --dt-no-old-root
* LoongArch: kdump: set up kernel image segment
* arm64: zboot support
- Disable Xen support in ALP
==== lastlog2 ====
Version update (1.1.0 -> 1.2.0)
Subpackages: liblastlog2-1
- Version 1.2.0
- show_lastlogin: Don't read if no database
- Fix -flto for clang
- Documentation fixes
==== libportal ====
Version update (0.6 -> 0.7)
Subpackages: libportal-1 libportal-gtk3-1 libportal-gtk4-1
- Update to version 0.7:
+ Add support for the new SetStatus() method of the Background
portal.
+ Add support for the new ConnectToEIS() method of the Remote
Desktop portal.
+ Improve unit and integration tests.
+ Documentation improvements.
+ CI improvements.
==== libstorage-ng ====
Version update (4.5.139 -> 4.5.141)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Swedish) (bsc#1149754)
- 4.5.141
- merge gh#openSUSE/libstorage-ng#947
- handle json output of btrfs version 6.5
- 4.5.140
==== open-vm-tools ====
Version update (12.2.0 -> 12.3.0)
Subpackages: libvmtools0 open-vm-tools-desktop
- Update to 12.3.0 (build 22234872) (boo#1214850)
- There are no new features in the open-vm-tools 12.3.0 release. This is
primarily a maintenance release that addresses a few critical problems,
including:
- This release integrates CVE-2023-20900 without the need for a patch.
For more information on this vulnerability and its impact on VMware
products, see
https://www.vmware.com/security/advisories/VMSA-2023-0019.html.
- A tools.conf configuration setting is available to temporaily direct
Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior
of ignoring file systems already frozen.
- Building of the VMware Guest Authentication Service (VGAuth) using
"xml-security-c" and "xerces-c" is being deprecated.
- A number of Coverity reported issues have been addressed.
- A number of GitHub issues and pull requests have been handled.
Please see the Resolves Issues section of the Release Notes.
- For issues resolved in this release, see the Resolved Issues section
of the Release Notes.
- For complete details, see:
https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0
- Release Notes are available at
https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md
- The granular changes that have gone into the 12.3.0 release are in the
ChangeLog at
https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/Ch…
- Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests
- jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4.
- Drop patch now contained in 12.3.0:
+ 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch
+ 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
+ 2023-20867-Remove-some-dead-code.patch
+ CVE-20230-20900.patch
==== pam-config ====
Version update (2.5 -> 2.8)
- Update to version 2.8
- Replace aad module with himmelblau
- Update to version 2.7
- Add support for aad module
- Update to version 2.6
- Remove pam_cracklib from config even if no successor is installed
- Run update in %posttrans after all other PAM modules got
installed/removed
- Both are required for [bsc#1214885]
==== perl-Bootloader ====
Version update (1.6 -> 1.8)
- merge gh#openSUSE/perl-bootloader#158
- skip warning about unsupported options when in compat mode
- 1.8
- merge gh#openSUSE/perl-bootloader#156
- bootloader_entry script can have an optional 'force-default'
argument (bsc#1215064)
- 1.7
==== python-PyJWT ====
Version update (2.7.0 -> 2.8.0)
- Update to version 2.8.0
* Update python version test matrix by @auvipy in #895
* Add ``strict_aud`` as an option to ``jwt.decode`` by @woodruffw in #902
* Export PyJWKClientConnectionError class by @daviddavis in #887
* Allows passing of ssl.SSLContext to PyJWKClient by @juur in #891
- Skip test_get_jwt_set_sslcontext_default test in testsuite
==== python-click ====
Version update (8.1.6 -> 8.1.7)
- update to 8.1.7:
* Fix issue with regex flags in shell completion.
* Bash version detection issues a warning instead of an
error.
* Fix issue with completion script for Fish shell.
==== python-psutil ====
- BuildRequire /usr/bin/who: called by the test suite. With
coreutils 9.4 'who' is no longer part of the main package but is
shipped as part of coreutils-systemd.
==== python-zope.event ====
Version update (4.6 -> 5.0)
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
==== python311 ====
Version update (3.11.4 -> 3.11.5)
Subpackages: python311-curses python311-dbm
- Update to 3.11.5 (bsc#1214692):
- Security
- gh-108310: Fixed an issue where instances of ssl.SSLSocket were
vulnerable to a bypass of the TLS handshake and included
protections (like certificate verification) and treating sent
unencrypted data as if it were post-handshake TLS encrypted data.
Security issue reported as CVE-2023-40217 by Aapo Oksman. Patch by
Gregory P. Smith.
- Core and Builtins
- gh-104432: Fix potential unaligned memory access on C APIs
involving returned sequences of char * pointers within the grp
and socket modules. These were revealed using a
- fsaniziter=alignment build on ARM macOS. Patch by Christopher
Chavez.
- gh-77377: Ensure that multiprocessing synchronization objects
created in a fork context are not sent to a different process
created in a spawn context. This changes a segfault into an
actionable RuntimeError in the parent process.
- gh-106092: Fix a segmentation fault caused by a use-after-free
bug in frame_dealloc when the trashcan delays the deallocation
of a PyFrameObject.
- gh-106719: No longer suppress arbitrary errors in the
__annotations__ getter and setter in the type and module types.
- gh-106723: Propagate frozen_modules to multiprocessing spawned
process interpreters.
- gh-105979: Fix crash in _imp.get_frozen_object() due to improper
exception handling.
- gh-105840: Fix possible crashes when specializing function calls
with too many __defaults__.
- gh-105588: Fix an issue that could result in crashes when
compiling malformed ast nodes.
- gh-105375: Fix bugs in the builtins module where exceptions
could end up being overwritten.
- gh-105375: Fix bug in the compiler where an exception could end
up being overwritten.
- gh-105375: Improve error handling in
PyUnicode_BuildEncodingMap() where an exception could end up
being overwritten.
- gh-105235: Prevent out-of-bounds memory access during
mmap.find() calls.
- gh-101006: Improve error handling when read marshal data.
- Library
- gh-105736: Harmonized the pure Python version of OrderedDict
with the C version. Now, both versions set up their internal
state in __new__. Formerly, the pure Python version did the set
up in __init__.
- gh-107963: Fix multiprocessing.set_forkserver_preload() to check
the given list of modules names. Patch by Dong-hee Na.
- gh-106242: Fixes os.path.normpath() to handle embedded null
characters without truncating the path.
- gh-107845: tarfile.data_filter() now takes the location of
symlinks into account when determining their target, so it will
no longer reject some valid tarballs with
LinkOutsideDestinationError.
- gh-107715: Fix doctest.DocTestFinder.find() in presence of class
names with special characters. Patch by Gertjan van Zwieten.
- gh-100814: Passing a callable object as an option value to a
Tkinter image now raises the expected TclError instead of an
AttributeError.
- gh-106684: Close asyncio.StreamWriter when it is not closed by
application leading to memory leaks. Patch by Kumar Aditya.
- gh-107077: Seems that in some conditions, OpenSSL will return
SSL_ERROR_SYSCALL instead of SSL_ERROR_SSL when a certification
verification has failed, but the error parameters will still
contain ERR_LIB_SSL and SSL_R_CERTIFICATE_VERIFY_FAILED. We are
now detecting this situation and raising the appropiate
ssl.SSLCertVerificationError. Patch by Pablo Galindo
- gh-107396: tarfiles; Fixed use before assignment of
self.exception for gzip decompression
- gh-62519: Make gettext.pgettext() search plural definitions when
translation is not found.
- gh-83006: Document behavior of shutil.disk_usage() for
non-mounted filesystems on Unix.
- gh-106186: Do not report MultipartInvariantViolationDefect
defect when the email.parser.Parser class is used to parse
emails with headersonly=True.
- gh-106831: Fix potential missing NULL check of d2i_SSL_SESSION
result in _ssl.c.
- gh-106774: Update the bundled copy of pip to version 23.2.1.
- gh-106752: Fixed several bug in zipfile.Path in
name/suffix/suffixes/stem operations when no filename is present
and the Path is not at the root of the zipfile.
- gh-106602: Add __copy__ and __deepcopy__ in enum
- gh-106530: Revert a change to colorsys.rgb_to_hls() that caused
division by zero for certain almost-white inputs. Patch by Terry
Jan Reedy.
- gh-106052: re module: fix the matching of possessive quantifiers
in the case of a subpattern containing backtracking.
- gh-106510: Improve debug output for atomic groups in regular
expressions.
- gh-105497: Fix flag mask inversion when unnamed flags exist.
- gh-90876: Prevent multiprocessing.spawn from failing to import
in environments where sys.executable is None. This regressed in
3.11 with the addition of support for path-like objects in
multiprocessing.
- gh-106350: Detect possible memory allocation failure in the
libtommath function mp_init() used by the _tkinter module.
- gh-102541: Make pydoc.doc catch bad module ImportError when
output stream is not None.
... changelog too long, skipping 124 lines ...
data: *consumed was not set.
==== python311-core ====
Version update (3.11.4 -> 3.11.5)
Subpackages: libpython3_11-1_0 python311-base
- Update to 3.11.5 (bsc#1214692):
- Security
- gh-108310: Fixed an issue where instances of ssl.SSLSocket were
vulnerable to a bypass of the TLS handshake and included
protections (like certificate verification) and treating sent
unencrypted data as if it were post-handshake TLS encrypted data.
Security issue reported as CVE-2023-40217 by Aapo Oksman. Patch by
Gregory P. Smith.
- Core and Builtins
- gh-104432: Fix potential unaligned memory access on C APIs
involving returned sequences of char * pointers within the grp
and socket modules. These were revealed using a
- fsaniziter=alignment build on ARM macOS. Patch by Christopher
Chavez.
- gh-77377: Ensure that multiprocessing synchronization objects
created in a fork context are not sent to a different process
created in a spawn context. This changes a segfault into an
actionable RuntimeError in the parent process.
- gh-106092: Fix a segmentation fault caused by a use-after-free
bug in frame_dealloc when the trashcan delays the deallocation
of a PyFrameObject.
- gh-106719: No longer suppress arbitrary errors in the
__annotations__ getter and setter in the type and module types.
- gh-106723: Propagate frozen_modules to multiprocessing spawned
process interpreters.
- gh-105979: Fix crash in _imp.get_frozen_object() due to improper
exception handling.
- gh-105840: Fix possible crashes when specializing function calls
with too many __defaults__.
- gh-105588: Fix an issue that could result in crashes when
compiling malformed ast nodes.
- gh-105375: Fix bugs in the builtins module where exceptions
could end up being overwritten.
- gh-105375: Fix bug in the compiler where an exception could end
up being overwritten.
- gh-105375: Improve error handling in
PyUnicode_BuildEncodingMap() where an exception could end up
being overwritten.
- gh-105235: Prevent out-of-bounds memory access during
mmap.find() calls.
- gh-101006: Improve error handling when read marshal data.
- Library
- gh-105736: Harmonized the pure Python version of OrderedDict
with the C version. Now, both versions set up their internal
state in __new__. Formerly, the pure Python version did the set
up in __init__.
- gh-107963: Fix multiprocessing.set_forkserver_preload() to check
the given list of modules names. Patch by Dong-hee Na.
- gh-106242: Fixes os.path.normpath() to handle embedded null
characters without truncating the path.
- gh-107845: tarfile.data_filter() now takes the location of
symlinks into account when determining their target, so it will
no longer reject some valid tarballs with
LinkOutsideDestinationError.
- gh-107715: Fix doctest.DocTestFinder.find() in presence of class
names with special characters. Patch by Gertjan van Zwieten.
- gh-100814: Passing a callable object as an option value to a
Tkinter image now raises the expected TclError instead of an
AttributeError.
- gh-106684: Close asyncio.StreamWriter when it is not closed by
application leading to memory leaks. Patch by Kumar Aditya.
- gh-107077: Seems that in some conditions, OpenSSL will return
SSL_ERROR_SYSCALL instead of SSL_ERROR_SSL when a certification
verification has failed, but the error parameters will still
contain ERR_LIB_SSL and SSL_R_CERTIFICATE_VERIFY_FAILED. We are
now detecting this situation and raising the appropiate
ssl.SSLCertVerificationError. Patch by Pablo Galindo
- gh-107396: tarfiles; Fixed use before assignment of
self.exception for gzip decompression
- gh-62519: Make gettext.pgettext() search plural definitions when
translation is not found.
- gh-83006: Document behavior of shutil.disk_usage() for
non-mounted filesystems on Unix.
- gh-106186: Do not report MultipartInvariantViolationDefect
defect when the email.parser.Parser class is used to parse
emails with headersonly=True.
- gh-106831: Fix potential missing NULL check of d2i_SSL_SESSION
result in _ssl.c.
- gh-106774: Update the bundled copy of pip to version 23.2.1.
- gh-106752: Fixed several bug in zipfile.Path in
name/suffix/suffixes/stem operations when no filename is present
and the Path is not at the root of the zipfile.
- gh-106602: Add __copy__ and __deepcopy__ in enum
- gh-106530: Revert a change to colorsys.rgb_to_hls() that caused
division by zero for certain almost-white inputs. Patch by Terry
Jan Reedy.
- gh-106052: re module: fix the matching of possessive quantifiers
in the case of a subpattern containing backtracking.
- gh-106510: Improve debug output for atomic groups in regular
expressions.
- gh-105497: Fix flag mask inversion when unnamed flags exist.
- gh-90876: Prevent multiprocessing.spawn from failing to import
in environments where sys.executable is None. This regressed in
3.11 with the addition of support for path-like objects in
multiprocessing.
- gh-106350: Detect possible memory allocation failure in the
libtommath function mp_init() used by the _tkinter module.
- gh-102541: Make pydoc.doc catch bad module ImportError when
output stream is not None.
... changelog too long, skipping 124 lines ...
data: *consumed was not set.
==== sssd ====
Version update (2.9.1 -> 2.9.2)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Update to release 2.9.2
* sssctl cert-show and cert-show cert-eval-rule can now be run as
non-root user.
* New option local_auth_policy is added to control which offline
authentication methods will be enabled by SSSD.
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:
aaa_base (84.87+git20230329.b39efbc -> 84.87+git20230815.cab7b44)
busybox-links
coreutils (9.3 -> 9.4)
crypto-policies
grep
kdump
kexec-tools (2.0.26.0 -> 2.0.27)
lastlog2 (1.1.0 -> 1.2.0)
libei (1.0.901 -> 1.1.0)
multipath-tools (0.9.5+68+suse.d1b6a1c -> 0.9.6+71+suse.f07325e)
open-vm-tools (12.2.0 -> 12.3.0)
pam-config (2.5 -> 2.8)
perl-Bootloader (1.6 -> 1.8)
python-async_timeout (4.0.2 -> 4.0.3)
python-click (8.1.6 -> 8.1.7)
python-zope.event (4.6 -> 5.0)
python311 (3.11.4 -> 3.11.5)
python311-core (3.11.4 -> 3.11.5)
shaderc (2023.4 -> 2023.6)
sssd (2.9.1 -> 2.9.2)
wireless-regdb (20230721 -> 20230901)
=== Details ===
==== aaa_base ====
Version update (84.87+git20230329.b39efbc -> 84.87+git20230815.cab7b44)
Subpackages: aaa_base-extras
- Update to version 84.87+git20230815.cab7b44:
* Remove broken autocompletion overrides and restore default bash behavior
* Add foot to DIR_COLORS
* files/u/s/sysconf_addword: avoid bashism, fix shellcheck warnings
* files/u/s/smart_agetty: replace shebang with /bin/sh
* files/u/s/service: avoid bashism, fix shellcheck warnings
* files/u/s/refresh_initrd: make POSIX compliant
* files/u/b/safe-rm: make POSIX compliant
* aaa_base.post: replace shebang with /usr/sh
* files/u/b/old: make POSIX compliant
==== busybox-links ====
Subpackages: busybox-coreutils busybox-grep busybox-gzip busybox-hostname busybox-sed busybox-sendmail busybox-which busybox-xz
- Add conflict for coreutils-systemd, package got splitted
==== coreutils ====
Version update (9.3 -> 9.4)
Subpackages: coreutils-doc coreutils-lang
- Update to 9.4:
Bug fixes:
* b2sum --check will no longer read unallocated memory when
presented with malformed checksum lines.
[bug introduced in coreutils-9.2]
* cp --parents again succeeds when preserving mode for absolute directories.
Previously it would have failed with a "No such file or directory" error.
[bug introduced in coreutils-9.1]
* cp --sparse=never will avoid copy-on-write (reflinking) and copy offloading,
to ensure no holes present in the destination copy.
[bug introduced in coreutils-9.0]
* cksum again diagnoses read errors in its default CRC32 mode.
[bug introduced in coreutils-9.0]
* cksum --check now ensures filenames with a leading backslash character
are escaped appropriately in the status output.
This also applies to the standalone checksumming utilities.
[bug introduced in coreutils-8.25]
* dd again supports more than two multipliers for numbers.
Previously numbers of the form '1024x1024x32' gave "invalid number" errors.
[bug introduced in coreutils-9.1]
* factor, numfmt, and tsort now diagnose read errors on the input.
[This bug was present in "the beginning".]
* install --strip now supports installing to files with a leading hyphen.
Previously such file names would have caused the strip process to fail.
[This bug was present in "the beginning".]
* ls now shows symlinks specified on the command line that can't be traversed.
Previously a "Too many levels of symbolic links" diagnostic was given.
[This bug was present in "the beginning".]
* pr --length=1 --double-space no longer enters an infinite loop.
[This bug was present in "the beginning".]
* tac now handles short reads on its input. Previously it may have exited
erroneously, especially with large input files with no separators.
[This bug was present in "the beginning".]
* uptime no longer incorrectly prints "0 users" on OpenBSD,
and is being built again on FreeBSD and Haiku.
[bugs introduced in coreutils-9.2]
* wc -l and cksum no longer crash with an "Illegal instruction" error
on x86 Linux kernels that disable XSAVE YMM. This was seen on Xen VMs.
[bug introduced in coreutils-9.0]
Changes in behavior:
* cp -v and mv -v will no longer output a message for each file skipped
due to -i, or -u. Instead they only output this information with --debug.
I.e., 'cp -u -v' etc. will have the same verbosity as before coreutils-9.3.
* cksum -b no longer prints base64-encoded checksums. Rather that
short option is reserved to better support emulation of the standalone
checksum utilities with cksum.
* mv dir x now complains differently if x/dir is a nonempty directory.
Previously it said "mv: cannot move 'dir' to 'x/dir': Directory not empty",
where it was unclear whether 'dir' or 'x/dir' was the problem.
Now it says "mv: cannot overwrite 'x/dir': Directory not empty".
Similarly for other renames where the destination must be the problem.
[problem introduced in coreutils-6.0]
- Enable systemd-logind support
- Add gnulib-readutmp.patch: Fix seg.fault of who, pinky, uptime [dgo#65617]
- Create -systemd flavor with binaries linked against libsystemd
- Drop coreutils-invalid-ids.patch to get consistent behavior, most tools
where already removed from that patch.
- coreutils-misc.patch: adjust paths
- coreutils-skip-some-sort-tests-on-ppc.patch: adjust paths
- coreutils-test_without_valgrind.patch: adjust paths
- coreutils-i18n.patch: update from Fedora
==== crypto-policies ====
Subpackages: crypto-policies-scripts
- Tests: Fix pylint versioning for TW and fix the parsing of the
policygenerators to account for the commented lines correctly.
* Add crypto-policies-pylint.patch
* Rebase crypto-policies-policygenerators.patch
- FIPS: Adapt the fips-mode-setup script to use the pbl command
from the perl-Bootloader package to replace grubby. Add a note
for transactional systems [jsc#PED-4578].
* Rebase crypto-policies-FIPS.patch
==== grep ====
Subpackages: grep-lang
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (egrep/fgrep) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
==== kdump ====
- update calibrate values, newly added SLE15-SP6 values
==== kexec-tools ====
Version update (2.0.26.0 -> 2.0.27)
- update to 2.0.27:
* ppc64: add --reuse-cmdline parameter support
* kexec: make -a the default
* x86: add devicetree support
* ppc64: document elf-ppc64 options and --dt-no-old-root
* LoongArch: kdump: set up kernel image segment
* arm64: zboot support
- Disable Xen support in ALP
==== lastlog2 ====
Version update (1.1.0 -> 1.2.0)
Subpackages: liblastlog2-1
- Version 1.2.0
- show_lastlogin: Don't read if no database
- Fix -flto for clang
- Documentation fixes
==== libei ====
Version update (1.0.901 -> 1.1.0)
- Update to release 1.1
* Correct documentation for ei_touch_(get|set)_user_data
==== multipath-tools ====
Version update (0.9.5+68+suse.d1b6a1c -> 0.9.6+71+suse.f07325e)
Subpackages: kpartx libmpath0
- Update to version 0.9.6+71+suse.f07325e:
* avoid changing SCSI timeouts in "multipath -d" (bsc#1213809)
- Update to version 0.9.6+70+suse.63925e8:
Upstream feature additions and bug fixes:
* ignore nvme devices by default if nvme native multipath is enabled
* add "group_by_tpg" path_grouping_policy
* add config options "detect_pgpolicy" and "detect_pgpolicy_use_tpg"
* libmultipath: add ALUA tpg path wildcard "%A"
* make prioritizer timeouts consistent with checker timeouts
* fix dev_loss_tmo even if not set in configuration (bsc#1212440)
* libmultipath: fix max_sectors_kb on adding path
* fix warnings reported by udevadm verify
==== open-vm-tools ====
Version update (12.2.0 -> 12.3.0)
Subpackages: libvmtools0 open-vm-tools-desktop
- Update to 12.3.0 (build 22234872) (boo#1214850)
- There are no new features in the open-vm-tools 12.3.0 release. This is
primarily a maintenance release that addresses a few critical problems,
including:
- This release integrates CVE-2023-20900 without the need for a patch.
For more information on this vulnerability and its impact on VMware
products, see
https://www.vmware.com/security/advisories/VMSA-2023-0019.html.
- A tools.conf configuration setting is available to temporaily direct
Linux quiesced snaphots to restore pre open-vm-tools 12.2.0 behavior
of ignoring file systems already frozen.
- Building of the VMware Guest Authentication Service (VGAuth) using
"xml-security-c" and "xerces-c" is being deprecated.
- A number of Coverity reported issues have been addressed.
- A number of GitHub issues and pull requests have been handled.
Please see the Resolves Issues section of the Release Notes.
- For issues resolved in this release, see the Resolved Issues section
of the Release Notes.
- For complete details, see:
https://github.com/vmware/open-vm-tools/releases/tag/stable-12.3.0
- Release Notes are available at
https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/ReleaseNotes.md
- The granular changes that have gone into the 12.3.0 release are in the
ChangeLog at
https://github.com/vmware/open-vm-tools/blob/stable-12.3.0/open-vm-tools/Ch…
- Fix (bsc#1205927) - hv_vmbus module is loaded unnecessarily in VMware guests
- jsc-PED-1344 - reinable building containerinfo plugin for SLES 15 SP4.
- Drop patch now contained in 12.3.0:
+ 0001-build-put-l-specifiers-into-LIBADD-not-LDFLAGS.patch
+ 0002-build-use-grpc-pkgconfig-to-retrieve-flags-libraries.patch
+ 2023-20867-Remove-some-dead-code.patch
+ CVE-20230-20900.patch
==== pam-config ====
Version update (2.5 -> 2.8)
- Update to version 2.8
- Replace aad module with himmelblau
- Update to version 2.7
- Add support for aad module
- Update to version 2.6
- Remove pam_cracklib from config even if no successor is installed
- Run update in %posttrans after all other PAM modules got
installed/removed
- Both are required for [bsc#1214885]
==== perl-Bootloader ====
Version update (1.6 -> 1.8)
- merge gh#openSUSE/perl-bootloader#158
- skip warning about unsupported options when in compat mode
- 1.8
- merge gh#openSUSE/perl-bootloader#156
- bootloader_entry script can have an optional 'force-default'
argument (bsc#1215064)
- 1.7
==== python-async_timeout ====
Version update (4.0.2 -> 4.0.3)
- update to 4.0.3:
* Fixed compatibility with asyncio.timeout() on Python 3.11+.
* Added support for Python 3.11.
* Dropped support for Python 3.6.
==== python-click ====
Version update (8.1.6 -> 8.1.7)
- update to 8.1.7:
* Fix issue with regex flags in shell completion.
* Bash version detection issues a warning instead of an
error.
* Fix issue with completion script for Fish shell.
==== python-zope.event ====
Version update (4.6 -> 5.0)
- update to 5.0:
* Drop support for Python 2.7, 3.5, 3.6.
==== python311 ====
Version update (3.11.4 -> 3.11.5)
Subpackages: python311-curses python311-dbm
- Update to 3.11.5 (bsc#1214692):
- Security
- gh-108310: Fixed an issue where instances of ssl.SSLSocket were
vulnerable to a bypass of the TLS handshake and included
protections (like certificate verification) and treating sent
unencrypted data as if it were post-handshake TLS encrypted data.
Security issue reported as CVE-2023-40217 by Aapo Oksman. Patch by
Gregory P. Smith.
- Core and Builtins
- gh-104432: Fix potential unaligned memory access on C APIs
involving returned sequences of char * pointers within the grp
and socket modules. These were revealed using a
- fsaniziter=alignment build on ARM macOS. Patch by Christopher
Chavez.
- gh-77377: Ensure that multiprocessing synchronization objects
created in a fork context are not sent to a different process
created in a spawn context. This changes a segfault into an
actionable RuntimeError in the parent process.
- gh-106092: Fix a segmentation fault caused by a use-after-free
bug in frame_dealloc when the trashcan delays the deallocation
of a PyFrameObject.
- gh-106719: No longer suppress arbitrary errors in the
__annotations__ getter and setter in the type and module types.
- gh-106723: Propagate frozen_modules to multiprocessing spawned
process interpreters.
- gh-105979: Fix crash in _imp.get_frozen_object() due to improper
exception handling.
- gh-105840: Fix possible crashes when specializing function calls
with too many __defaults__.
- gh-105588: Fix an issue that could result in crashes when
compiling malformed ast nodes.
- gh-105375: Fix bugs in the builtins module where exceptions
could end up being overwritten.
- gh-105375: Fix bug in the compiler where an exception could end
up being overwritten.
- gh-105375: Improve error handling in
PyUnicode_BuildEncodingMap() where an exception could end up
being overwritten.
- gh-105235: Prevent out-of-bounds memory access during
mmap.find() calls.
- gh-101006: Improve error handling when read marshal data.
- Library
- gh-105736: Harmonized the pure Python version of OrderedDict
with the C version. Now, both versions set up their internal
state in __new__. Formerly, the pure Python version did the set
up in __init__.
- gh-107963: Fix multiprocessing.set_forkserver_preload() to check
the given list of modules names. Patch by Dong-hee Na.
- gh-106242: Fixes os.path.normpath() to handle embedded null
characters without truncating the path.
- gh-107845: tarfile.data_filter() now takes the location of
symlinks into account when determining their target, so it will
no longer reject some valid tarballs with
LinkOutsideDestinationError.
- gh-107715: Fix doctest.DocTestFinder.find() in presence of class
names with special characters. Patch by Gertjan van Zwieten.
- gh-100814: Passing a callable object as an option value to a
Tkinter image now raises the expected TclError instead of an
AttributeError.
- gh-106684: Close asyncio.StreamWriter when it is not closed by
application leading to memory leaks. Patch by Kumar Aditya.
- gh-107077: Seems that in some conditions, OpenSSL will return
SSL_ERROR_SYSCALL instead of SSL_ERROR_SSL when a certification
verification has failed, but the error parameters will still
contain ERR_LIB_SSL and SSL_R_CERTIFICATE_VERIFY_FAILED. We are
now detecting this situation and raising the appropiate
ssl.SSLCertVerificationError. Patch by Pablo Galindo
- gh-107396: tarfiles; Fixed use before assignment of
self.exception for gzip decompression
- gh-62519: Make gettext.pgettext() search plural definitions when
translation is not found.
- gh-83006: Document behavior of shutil.disk_usage() for
non-mounted filesystems on Unix.
- gh-106186: Do not report MultipartInvariantViolationDefect
defect when the email.parser.Parser class is used to parse
emails with headersonly=True.
- gh-106831: Fix potential missing NULL check of d2i_SSL_SESSION
result in _ssl.c.
- gh-106774: Update the bundled copy of pip to version 23.2.1.
- gh-106752: Fixed several bug in zipfile.Path in
name/suffix/suffixes/stem operations when no filename is present
and the Path is not at the root of the zipfile.
- gh-106602: Add __copy__ and __deepcopy__ in enum
- gh-106530: Revert a change to colorsys.rgb_to_hls() that caused
division by zero for certain almost-white inputs. Patch by Terry
Jan Reedy.
- gh-106052: re module: fix the matching of possessive quantifiers
in the case of a subpattern containing backtracking.
- gh-106510: Improve debug output for atomic groups in regular
expressions.
- gh-105497: Fix flag mask inversion when unnamed flags exist.
- gh-90876: Prevent multiprocessing.spawn from failing to import
in environments where sys.executable is None. This regressed in
3.11 with the addition of support for path-like objects in
multiprocessing.
- gh-106350: Detect possible memory allocation failure in the
libtommath function mp_init() used by the _tkinter module.
- gh-102541: Make pydoc.doc catch bad module ImportError when
output stream is not None.
... changelog too long, skipping 124 lines ...
data: *consumed was not set.
==== python311-core ====
Version update (3.11.4 -> 3.11.5)
Subpackages: libpython3_11-1_0 python311-base
- Update to 3.11.5 (bsc#1214692):
- Security
- gh-108310: Fixed an issue where instances of ssl.SSLSocket were
vulnerable to a bypass of the TLS handshake and included
protections (like certificate verification) and treating sent
unencrypted data as if it were post-handshake TLS encrypted data.
Security issue reported as CVE-2023-40217 by Aapo Oksman. Patch by
Gregory P. Smith.
- Core and Builtins
- gh-104432: Fix potential unaligned memory access on C APIs
involving returned sequences of char * pointers within the grp
and socket modules. These were revealed using a
- fsaniziter=alignment build on ARM macOS. Patch by Christopher
Chavez.
- gh-77377: Ensure that multiprocessing synchronization objects
created in a fork context are not sent to a different process
created in a spawn context. This changes a segfault into an
actionable RuntimeError in the parent process.
- gh-106092: Fix a segmentation fault caused by a use-after-free
bug in frame_dealloc when the trashcan delays the deallocation
of a PyFrameObject.
- gh-106719: No longer suppress arbitrary errors in the
__annotations__ getter and setter in the type and module types.
- gh-106723: Propagate frozen_modules to multiprocessing spawned
process interpreters.
- gh-105979: Fix crash in _imp.get_frozen_object() due to improper
exception handling.
- gh-105840: Fix possible crashes when specializing function calls
with too many __defaults__.
- gh-105588: Fix an issue that could result in crashes when
compiling malformed ast nodes.
- gh-105375: Fix bugs in the builtins module where exceptions
could end up being overwritten.
- gh-105375: Fix bug in the compiler where an exception could end
up being overwritten.
- gh-105375: Improve error handling in
PyUnicode_BuildEncodingMap() where an exception could end up
being overwritten.
- gh-105235: Prevent out-of-bounds memory access during
mmap.find() calls.
- gh-101006: Improve error handling when read marshal data.
- Library
- gh-105736: Harmonized the pure Python version of OrderedDict
with the C version. Now, both versions set up their internal
state in __new__. Formerly, the pure Python version did the set
up in __init__.
- gh-107963: Fix multiprocessing.set_forkserver_preload() to check
the given list of modules names. Patch by Dong-hee Na.
- gh-106242: Fixes os.path.normpath() to handle embedded null
characters without truncating the path.
- gh-107845: tarfile.data_filter() now takes the location of
symlinks into account when determining their target, so it will
no longer reject some valid tarballs with
LinkOutsideDestinationError.
- gh-107715: Fix doctest.DocTestFinder.find() in presence of class
names with special characters. Patch by Gertjan van Zwieten.
- gh-100814: Passing a callable object as an option value to a
Tkinter image now raises the expected TclError instead of an
AttributeError.
- gh-106684: Close asyncio.StreamWriter when it is not closed by
application leading to memory leaks. Patch by Kumar Aditya.
- gh-107077: Seems that in some conditions, OpenSSL will return
SSL_ERROR_SYSCALL instead of SSL_ERROR_SSL when a certification
verification has failed, but the error parameters will still
contain ERR_LIB_SSL and SSL_R_CERTIFICATE_VERIFY_FAILED. We are
now detecting this situation and raising the appropiate
ssl.SSLCertVerificationError. Patch by Pablo Galindo
- gh-107396: tarfiles; Fixed use before assignment of
self.exception for gzip decompression
- gh-62519: Make gettext.pgettext() search plural definitions when
translation is not found.
- gh-83006: Document behavior of shutil.disk_usage() for
non-mounted filesystems on Unix.
- gh-106186: Do not report MultipartInvariantViolationDefect
defect when the email.parser.Parser class is used to parse
emails with headersonly=True.
- gh-106831: Fix potential missing NULL check of d2i_SSL_SESSION
result in _ssl.c.
- gh-106774: Update the bundled copy of pip to version 23.2.1.
- gh-106752: Fixed several bug in zipfile.Path in
name/suffix/suffixes/stem operations when no filename is present
and the Path is not at the root of the zipfile.
- gh-106602: Add __copy__ and __deepcopy__ in enum
- gh-106530: Revert a change to colorsys.rgb_to_hls() that caused
division by zero for certain almost-white inputs. Patch by Terry
Jan Reedy.
- gh-106052: re module: fix the matching of possessive quantifiers
in the case of a subpattern containing backtracking.
- gh-106510: Improve debug output for atomic groups in regular
expressions.
- gh-105497: Fix flag mask inversion when unnamed flags exist.
- gh-90876: Prevent multiprocessing.spawn from failing to import
in environments where sys.executable is None. This regressed in
3.11 with the addition of support for path-like objects in
multiprocessing.
- gh-106350: Detect possible memory allocation failure in the
libtommath function mp_init() used by the _tkinter module.
- gh-102541: Make pydoc.doc catch bad module ImportError when
output stream is not None.
... changelog too long, skipping 124 lines ...
data: *consumed was not set.
==== shaderc ====
Version update (2023.4 -> 2023.6)
- Update to release 2023.6
* Build system updates only
==== sssd ====
Version update (2.9.1 -> 2.9.2)
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-krb5-common sssd-ldap
- Update to release 2.9.2
* sssctl cert-show and cert-show cert-eval-rule can now be run as
non-root user.
* New option local_auth_policy is added to control which offline
authentication methods will be enabled by SSSD.
==== wireless-regdb ====
Version update (20230721 -> 20230901)
- Update to version 20230901:
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: Update regulatory rules for Australia (AU) for June 2023
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:
alsa (1.2.9 -> 1.2.10)
alsa-ucm-conf (1.2.9 -> 1.2.10)
alsa-utils (1.2.9 -> 1.2.10)
at-spi2-core (2.48.3 -> 2.48.4)
bluez (5.68 -> 5.69)
crypto-policies
elfutils-debuginfod
glib2 (2.76.4 -> 2.76.5)
gnome-shell (44.3 -> 44.4)
grep
grub2
konsole
libadwaita (1.3.4 -> 1.3.5)
libei (1.0.0 -> 1.1.0)
libgphoto2 (2.5.30 -> 2.5.31)
libstorage-ng (4.5.136 -> 4.5.139)
man
mozilla-nss (3.92 -> 3.93)
mozjs102 (102.14.0 -> 102.15.0)
multipath-tools (0.9.5+68+suse.d1b6a1c -> 0.9.6+71+suse.f07325e)
mutter (44.3 -> 44.4)
open-isns
perl-URI (5.19 -> 5.210.0)
pigz (2.7 -> 2.8)
python-async_timeout (4.0.2 -> 4.0.3)
python-setuptools (67.8.0 -> 68.1.2)
qpdf (11.5.0 -> 11.6.0)
shaderc (2023.4 -> 2023.6)
suse-module-tools (16.0.34 -> 16.0.35)
webkit2gtk3
webkit2gtk4
wireless-regdb (20230721 -> 20230901)
zvbi (0.2.41 -> 0.2.42)
zypper (1.14.62 -> 1.14.64)
=== Details ===
==== alsa ====
Version update (1.2.9 -> 1.2.10)
Subpackages: libasound2 libatopology2
- Update to version 1.2.10:
* MIDI 2.0 feature support
* build fixes for various platforms
* various documentation fixes
* misc topology fixes
* ucm fixes and cleanups
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-lib
- Took upstream fix for possible build errors:
0001-control.h-Fix-ump-header-file-detection.patch
==== alsa-ucm-conf ====
Version update (1.2.9 -> 1.2.10)
- Update to version 1.2.10:
* updates / fixes for various devices: mtk-rt5650, usb-audio, tegra
es8316, sof-essx8336, pinephone, Steinberg UR44C, AMD ACP RPL,
ACP63, sof-hda-dsp, etc
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-ucm-conf
- Upstream regression fix:
0001-SplitPCM-Device-argument-may-not-be-set.patch
==== alsa-utils ====
Version update (1.2.9 -> 1.2.10)
- Update to alsa-utils 1.2.10:
* MIDI 2.0 / UMP support for sequencer programs
* nhlt: add nhlt-dmic-info utility
* Build fixes and cleanups
* speaker-test: allow large buffer and period time setup - up to 100 seconds
* various topology fixes
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-utils
- Fix the builds with old gcc:
0001-axfer-use-ATTRIBUTE_UNUSED-instead-remove-argument-n.patch
0002-amidi-use-ATTRIBUTE_UNUSED-instead-remove-argument-n.patch
0003-alsaloop-use-ATTRIBUTE_UNUSED-instead-remove-argumen.patch
0004-bat-use-ATTRIBUTE_UNUSED-instead-remove-argument-nam.patch
0005-seq-use-ATTRIBUTE_UNUSED-instead-remove-argument-nam.patch
0006-alsaucm-use-ATTRIBUTE_UNUSED-instead-remove-argument.patch
0007-topology-use-ATTRIBUTE_UNUSED-instead-remove-argumen.patch
==== at-spi2-core ====
Version update (2.48.3 -> 2.48.4)
Subpackages: libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0
- Update to version 2.48.4:
+ Add atspi_get_version() to return the runtime version of the
AT-SPI library.
+ collection:
- Fix match testing for attributes.
- Avoid locking up if an object has a very large child count.
+ Fix possible NULL pointer dereference when deregistering an
event listener.
+ Various fixes for the new key grabbing API.
==== bluez ====
Version update (5.68 -> 5.69)
Subpackages: bluez-auto-enable-devices bluez-cups libbluetooth3
- update to 5.69
* Fix issue with BAP enabling state correctly when resuming.
* Fix issue with detaching source ASEs only after Stop Ready.
* Fix issue with handling VCP audio location and descriptor.
* Fix issue with generating IRK for adapter with privacy enabled.
* Add support for BAP broadcast sink.
- Add three new man pages
==== crypto-policies ====
Subpackages: crypto-policies-scripts
- Tests: Fix pylint versioning for TW and fix the parsing of the
policygenerators to account for the commented lines correctly.
* Add crypto-policies-pylint.patch
* Rebase crypto-policies-policygenerators.patch
- FIPS: Adapt the fips-mode-setup script to use the pbl command
from the perl-Bootloader package to replace grubby. Add a note
for transactional systems [jsc#PED-4578].
* Rebase crypto-policies-FIPS.patch
==== elfutils-debuginfod ====
Subpackages: debuginfod-client debuginfod-profile libdebuginfod1
- Conditionalize config(debuginfod-profile) Requires tag in the
debuginfod-client sub-package, with the help of the %sle_version
macro, so only Tumbleweed (currently the only distro supported by
debuginfod.opensuse.org) sets it.
==== glib2 ====
Version update (2.76.4 -> 2.76.5)
Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0
- Update to version 2.76.5:
+ Bugs fixed:
- Possible SEGV (null pointer deref) in
distribute_method_call().
- Possible SEGV (null pointer deref) in _g_resource_file_new().
- Backport !3529 âgmenuexporter: synchronization in
org_gtk_Menus_get_interface.â to glib-2-76.
- Backport !3547 âglib/gfileutils.c: use 64 bits for value in
get_tmp_file()â to glib-2-76.
- Backport !3554 âgresourcefile: Fix crash if called with a
badly escaped URIâ to glib-2-76.
- Backport !3555 âgkeyfile: Fix overwriting of GErrorâ to
glib-2-76.
- Backport !3539 âgdbusmessage: Validate required headers have
the right typeâ to glib-2-76.
==== gnome-shell ====
Version update (44.3 -> 44.4)
Subpackages: gnome-extensions gnome-shell-calendar
- Update to version 44.4:
+ Fix accessibility of quick settings sliders.
+ Allow notification dismissal with backspace.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== grep ====
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (egrep/fgrep) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
==== grub2 ====
Subpackages: grub2-arm64-efi grub2-snapper-plugin grub2-systemd-sleep-plugin
- grub2-mkconfig-riscv64.patch: Handle riscv64 in mkconfig
==== konsole ====
Subpackages: konsole-part konsole-part-lang
- Add upstream crash fix (kde#473043)
* 0001-Fix-crashes-in-testTerminalInterface.patch
==== libadwaita ====
Version update (1.3.4 -> 1.3.5)
Subpackages: libadwaita-1-0 typelib-1_0-Adw-1
- Update to version 1.3.5:
+ Set the correct gettext domain on all widgets.
+ AdwExpanderRow: Accessibility fixes.
+ AdwStyleManager: Fix over-releasing a string on macOS.
+ Demo: Correctly dismiss the last toast in the dialogs demo.
+ Stylesheet:
- Fix menubutton.card corners.
- Fix button.card focus ring transition.
- Avoid background overdraw in GtkColumnView.
+ Updated translations.
==== libei ====
Version update (1.0.0 -> 1.1.0)
- Update to release 1.1
* Correct documentation for ei_touch_(get|set)_user_data
- Update to release 1.0.901 (1.1.0~rc1)
* ei_device_get_region_at() and its libeis equivalent was added
as a helper to obtain a device's region at a given point.
* ei_region_get_mapping_id() returns the mapping id previously
set by the EIS implementation via
eis_region_set_mapping_id(). This mapping id can be used to
identify external resources that have a relationship with
this region.
This is a protocol addition and bumps the ei_device protocol
to version 2.
==== libgphoto2 ====
Version update (2.5.30 -> 2.5.31)
Subpackages: libgphoto2-6 libgphoto2_port12
- updated to 2.5.31 release
ptp2:
* do better event queueing during capture (makes capture faster, avoids losing events)
* Canon EOS: OLC logic rewritten to be table driven, more debugging of the content,
config "testolc" to generate debugoutput. Supports more cameras better.
* Canon EOS: various bugfixes
* Sony Alpha: Added config options: focusarea, liveviewsettingeffect
* Olympus: Enabled OM-1 capture
* Battery Level: also support ENUM style battery reporting for Canon
* Nikon 1: S1 also does not support everything
* Sony Alpha: small changes in config setters
* merged some improvements from NorthOfYou fork for Canon EOS, Nikon and Sony
* New ids:
- Canon EOS 850D, R7, R10, R5 C, R6m2
- Fuji X-H2, X-T5
- GOPRO HERO 11 BLACK, 11 BLACK mini
- new ids also imported from libmtp
- Nikon Z30, Z8
- OMSYSTEM OM-1
- Pentax KP (PTP mode)
- Ricoh GR IIIx
- Sigma fp L
- Sony A7S III, ILCE-1, ILME-FX3, 7RM5 aka A7-RV,
digigr8:
* fixed init to not switch to webcam mode
pentax:
* Added Pentax KP
general:
* disable log formatting when we are not logging (speeds up large downloads, as
we are not hex dumping the whole data and immediately discard the result)
* libltdl usage now thread-safe. (some other library pieces are not threadsafe yet)
* some time_t 32bit vs 64bit fixes
* some cleanups and warning fixes
translations:
* updated swedish, spanish
* added georgian, friulian
- libgphoto2-enable-vusb-ptp.patch: upstream
==== libstorage-ng ====
Version update (4.5.136 -> 4.5.139)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#946
- improved json parse functions to handle string and integer
- 4.5.139
- merge gh#openSUSE/libstorage-ng#945
- fixed parsing of lsscsi version for older lsscsi versions
(bsc#1214814)
- 4.5.138
- merge gh#openSUSE/libstorage-ng#944
- add awk to GitHub action for Tumbleweed
- 4.5.137
==== man ====
- Fix the content in patch file man-propose-online.patch
==== mozilla-nss ====
Version update (3.92 -> 3.93)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- Update to NSS 3.93:
+ bmo#1849471 - Update zlib in NSS to 1.3.
+ bmo#1848183 - softoken: iterate hashUpdate calls for long inputs.
+ bmo#1813401 - regenerate NameConstraints test certificates (boo#1214980).
- Rebase nss-fips-pct-pubkeys.patch.
==== mozjs102 ====
Version update (102.14.0 -> 102.15.0)
- Update to version 102.15.0:
+ Various security fixes and other quality improvements.
+ CVE-2023-4573: Memory corruption in IPC CanvasTranslator
+ CVE-2023-4574: Memory corruption in IPC
ColorPickerShownCallback
+ CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback
+ CVE-2023-4576: Integer Overflow in
RecordedSourceSurfaceCreation
+ CVE-2023-4581: XLL file extensions were downloadable without
warnings
+ CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox
ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and
Thunderbird 115.2
==== multipath-tools ====
Version update (0.9.5+68+suse.d1b6a1c -> 0.9.6+71+suse.f07325e)
Subpackages: kpartx libmpath0
- Update to version 0.9.6+71+suse.f07325e:
* avoid changing SCSI timeouts in "multipath -d" (bsc#1213809)
- Update to version 0.9.6+70+suse.63925e8:
Upstream feature additions and bug fixes:
* ignore nvme devices by default if nvme native multipath is enabled
* add "group_by_tpg" path_grouping_policy
* add config options "detect_pgpolicy" and "detect_pgpolicy_use_tpg"
* libmultipath: add ALUA tpg path wildcard "%A"
* make prioritizer timeouts consistent with checker timeouts
* fix dev_loss_tmo even if not set in configuration (bsc#1212440)
* libmultipath: fix max_sectors_kb on adding path
* fix warnings reported by udevadm verify
==== mutter ====
Version update (44.3 -> 44.4)
- Update to version 44.4:
+ Fix xwayland-allow-byte-swapped-clients setting.
+ Fix restoring focus when leaving the overview.
+ Fix touch move operations on subsurfaces.
+ Fix flickering when DRI driver isn't available.
+ Fix unexpected cursor changes over non-resizable windows.
+ Fix restoring maximized state of SSD windows.
+ Fix window focus unexpectedly moving to secondary monitor when
changing workspaces.
+ Fixed crash.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== open-isns ====
- Disable SLP by default for Factory and ALP (bsc#1214884)
==== perl-URI ====
Version update (5.19 -> 5.210.0)
- updated to 5.21
see /usr/share/doc/packages/perl-URI/Changes
5.21 2023-08-23 16:02:14Z
- Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)
5.20 2023-08-23 14:13:23Z
- Remove Shebang and Taint from all tests.
- Fix t/query.t to get rid of a warning about join() on
array with undef
- Add icap and icaps URIs (GH#130) (david-dick)
==== pigz ====
Version update (2.7 -> 2.8)
- version update to 2.8
- Fixed a version bug when compiling with the just-released zlib 1.3
- Will save a modification time only for regular files (just like gzip since 1.10)
- Will write all available uncompressed data on an error, for partial data recovery
- deleted patches
- pigz-2.7-NOTHREAD-tests.patch (upstreamed)
==== python-async_timeout ====
Version update (4.0.2 -> 4.0.3)
- update to 4.0.3:
* Fixed compatibility with asyncio.timeout() on Python 3.11+.
* Added support for Python 3.11.
* Dropped support for Python 3.6.
==== python-setuptools ====
Version update (67.8.0 -> 68.1.2)
- update to 68.1.2
* Fix editable install finder handling of nested packages, by only
handling 1 level of nesting and relying on importlib.machinery
to find the remaining modules based on the parent package path.
- add sphinx72.patch: address circular imports in sphinx 7.2+
- update to 68.1.0
* Removed code referencing bdist_wininst in install_scripts.
* Promote pyproject.tomlâs [tool.setuptools] out of beta.
* Automatically add files listed in Extension.depends to sdists,
as long as they are contained in the project directory
* Require Python 3.8 or later.
* Use default encoding to create .pth files with editable_wheel.
* Detects (and complain about) scripts and gui-scripts set via
setup.py when pyproject.toml does not include them in dynamic.
- update to 68.0.0:
* Removed verification for existing ``depends.txt`` file
* Remove autofixing of broken ``.egg-info`` directories
containing the ``-`` character in their base name (without suffix).
* Remove deprecated APIs in ``easy_install``:
``get_script_args``,
``get_script_header`` and ``get_writer``.
* Removed ``egg_info.get_pkg_info_revision`` (deprecated
* Removed ``setuptools.dist._get_unpatched`` (deprecated
* Removed support for SVN in
``setuptools.package_index`` (deprecated since 2018).
* Removed support for invalid ``pyproject.toml`` files.
* Added symlink support to launcher for installed
executables -- by :user:`eugene-sevostianov-sc`
* Updated vendored ``packaging`` version from 23.0 to
23.1 -- by :user:`MetRonnie`
* Implemented workaround for old versions of
``vswhere``, which miss the
* ``-requiresAny`` parameter, such as the ones distributed
together with Visual Studio 2017 < 15.6.
* Changed ``DistutilsMetaFinder`` to skip
``spec_for_pip`` on Python >= 3.12.
* Removed ``_distutils_hack.remove_shim`` on Python >=
3.12 (since ``distutils`` was removed from the standard library,
``DistutilsMetaFinder`` cannot be disabled on Python >=
3.12).
* #3920: Add a link to deprecation warning in ``pkg_resources``
and improve ``stacklevel`` for better visibility.
- drop use-tarfile-extraction_filter.patch (upstream)
==== qpdf ====
Version update (11.5.0 -> 11.6.0)
- version update to 11.6.0
- Bug fixes:
- Fix corner case in the ASCII85 decoder.
- Properly report warnings when ``--pages`` is used and the
warnings appear in other than the primary file.
- Improve ``--bash-completion`` and ``--zsh-completion`` to better
support paths with spaces in them.
- Move detection of random number device from compile-time to
runtime to improve cross compilation.
- Fix bugs around attempting to copy ``/Pages`` objects with
``copyForeignObject`` (which explicitly doesn't allow this).
==== shaderc ====
Version update (2023.4 -> 2023.6)
- Update to release 2023.6
* Build system updates only
==== suse-module-tools ====
Version update (16.0.34 -> 16.0.35)
Subpackages: suse-module-tools-scriptlets
- Update to version 16.0.35:
* split off regenerate-initrd-posttrans in the kernel-scriptlets package
(boo#1213459)
* wm2: Update for usrmerge (boo#1214428)
==== 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
- Expand lang sub-package in spec file unconditionally to handle
previous name change from WebKit2GTK-lang to WebKitGTK-lang. This
change affected the automatic generated Requires tag on
WebKit2GTK-%{_apiver}, then getting out of sync of what's being
required and what's being provided. Now, any sub-package that was
providing WebKit2GTK-%{_apiver} will provide WebKitGTK-%{_apiver}
instead (boo#1214835, boo#1214640).
==== webkit2gtk4 ====
Subpackages: libjavascriptcoregtk6_0-1 libwebkitgtk6_0-4 webkitgtk-6_0-injected-bundles
- Expand lang sub-package in spec file unconditionally to handle
previous name change from WebKit2GTK-lang to WebKitGTK-lang. This
change affected the automatic generated Requires tag on
WebKit2GTK-%{_apiver}, then getting out of sync of what's being
required and what's being provided. Now, any sub-package that was
providing WebKit2GTK-%{_apiver} will provide WebKitGTK-%{_apiver}
instead (boo#1214835, boo#1214640).
==== wireless-regdb ====
Version update (20230721 -> 20230901)
- Update to version 20230901:
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: Update regulatory rules for Australia (AU) for June 2023
==== zvbi ====
Version update (0.2.41 -> 0.2.42)
- version update to 0.2.42
* Fix several compiler warnings.
* Apply patch to consider ERASE_PAGE flag with single page transmissions.
==== zypper ====
Version update (1.14.62 -> 1.14.64)
Subpackages: zypper-log zypper-needs-restarting
- Fix name of the bash completion script (bsc#1215007)
In 1.14.63 the location of the bash completion script was changed
to /usr/share/bash-completion/completions/. But the patch failed
to also rename the completion script. The original script name
zypper.sh is not recognized at the new location.
- Update notes about failing signature checks (bsc#1214395)
It might be a transient issue if the server is in the midst of
receiving new data. Retry after a few minutes might work.
- Improve the SIGINT handler to be signal safe (bsc#1214292)
This patch updates the SIGINT handling strategy to be signal
safe. Meaning the signal handler will do not much more than
setting a flag, which we are going to check in the normal program
flow as much as possible.
- version 1.14.64
- Changed location of bash completion script (bsc#1213854).
This changes the location of zypper.sh bash completion script
from /usr/share/bash-completion/completions/.
- version 1.14.63
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 (1.2.9 -> 1.2.10)
alsa-ucm-conf (1.2.9 -> 1.2.10)
alsa-utils (1.2.9 -> 1.2.10)
at-spi2-core (2.48.3 -> 2.48.4)
bluez (5.68 -> 5.69)
elfutils-debuginfod
glib2 (2.76.4 -> 2.76.5)
gnome-shell (44.3 -> 44.4)
grub2
javapackages-tools (6.1.0 -> 6.2.0)
konsole
libadwaita (1.3.4 -> 1.3.5)
libei (1.0.0 -> 1.0.901)
libgphoto2 (2.5.30 -> 2.5.31)
libstorage-ng (4.5.136 -> 4.5.139)
man
manpages-l10n (4.19.0 -> 4.20.0)
mozilla-nss (3.92 -> 3.93)
mozjs102 (102.14.0 -> 102.15.0)
mutter (44.3 -> 44.4)
open-isns
perl-URI (5.19 -> 5.210.0)
pigz (2.7 -> 2.8)
python-setuptools (67.8.0 -> 68.1.2)
qpdf (11.5.0 -> 11.6.0)
suse-module-tools (16.0.34 -> 16.0.35)
webkit2gtk3
webkit2gtk4
yast2-trans (84.87.20230818.ea489402e5 -> 84.87.20230901.be24cb382f)
zvbi (0.2.41 -> 0.2.42)
zypper (1.14.62 -> 1.14.64)
=== Details ===
==== alsa ====
Version update (1.2.9 -> 1.2.10)
Subpackages: libasound2 libatopology2
- Update to version 1.2.10:
* MIDI 2.0 feature support
* build fixes for various platforms
* various documentation fixes
* misc topology fixes
* ucm fixes and cleanups
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-lib
- Took upstream fix for possible build errors:
0001-control.h-Fix-ump-header-file-detection.patch
==== alsa-ucm-conf ====
Version update (1.2.9 -> 1.2.10)
- Update to version 1.2.10:
* updates / fixes for various devices: mtk-rt5650, usb-audio, tegra
es8316, sof-essx8336, pinephone, Steinberg UR44C, AMD ACP RPL,
ACP63, sof-hda-dsp, etc
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-ucm-conf
- Upstream regression fix:
0001-SplitPCM-Device-argument-may-not-be-set.patch
==== alsa-utils ====
Version update (1.2.9 -> 1.2.10)
- Update to alsa-utils 1.2.10:
* MIDI 2.0 / UMP support for sequencer programs
* nhlt: add nhlt-dmic-info utility
* Build fixes and cleanups
* speaker-test: allow large buffer and period time setup - up to 100 seconds
* various topology fixes
For details, see:
https://www.alsa-project.org/wiki/Changes_v1.2.9_v1.2.10#alsa-utils
- Fix the builds with old gcc:
0001-axfer-use-ATTRIBUTE_UNUSED-instead-remove-argument-n.patch
0002-amidi-use-ATTRIBUTE_UNUSED-instead-remove-argument-n.patch
0003-alsaloop-use-ATTRIBUTE_UNUSED-instead-remove-argumen.patch
0004-bat-use-ATTRIBUTE_UNUSED-instead-remove-argument-nam.patch
0005-seq-use-ATTRIBUTE_UNUSED-instead-remove-argument-nam.patch
0006-alsaucm-use-ATTRIBUTE_UNUSED-instead-remove-argument.patch
0007-topology-use-ATTRIBUTE_UNUSED-instead-remove-argumen.patch
==== at-spi2-core ====
Version update (2.48.3 -> 2.48.4)
Subpackages: at-spi2-core-lang libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0
- Update to version 2.48.4:
+ Add atspi_get_version() to return the runtime version of the
AT-SPI library.
+ collection:
- Fix match testing for attributes.
- Avoid locking up if an object has a very large child count.
+ Fix possible NULL pointer dereference when deregistering an
event listener.
+ Various fixes for the new key grabbing API.
==== bluez ====
Version update (5.68 -> 5.69)
Subpackages: bluez-auto-enable-devices bluez-cups libbluetooth3
- update to 5.69
* Fix issue with BAP enabling state correctly when resuming.
* Fix issue with detaching source ASEs only after Stop Ready.
* Fix issue with handling VCP audio location and descriptor.
* Fix issue with generating IRK for adapter with privacy enabled.
* Add support for BAP broadcast sink.
- Add three new man pages
==== elfutils-debuginfod ====
Subpackages: debuginfod-client debuginfod-profile libdebuginfod1
- Conditionalize config(debuginfod-profile) Requires tag in the
debuginfod-client sub-package, with the help of the %sle_version
macro, so only Tumbleweed (currently the only distro supported by
debuginfod.opensuse.org) sets it.
==== glib2 ====
Version update (2.76.4 -> 2.76.5)
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.76.5:
+ Bugs fixed:
- Possible SEGV (null pointer deref) in
distribute_method_call().
- Possible SEGV (null pointer deref) in _g_resource_file_new().
- Backport !3529 âgmenuexporter: synchronization in
org_gtk_Menus_get_interface.â to glib-2-76.
- Backport !3547 âglib/gfileutils.c: use 64 bits for value in
get_tmp_file()â to glib-2-76.
- Backport !3554 âgresourcefile: Fix crash if called with a
badly escaped URIâ to glib-2-76.
- Backport !3555 âgkeyfile: Fix overwriting of GErrorâ to
glib-2-76.
- Backport !3539 âgdbusmessage: Validate required headers have
the right typeâ to glib-2-76.
==== gnome-shell ====
Version update (44.3 -> 44.4)
Subpackages: gnome-extensions gnome-shell-calendar gnome-shell-lang
- Update to version 44.4:
+ Fix accessibility of quick settings sliders.
+ Allow notification dismissal with backspace.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi
- grub2-mkconfig-riscv64.patch: Handle riscv64 in mkconfig
==== javapackages-tools ====
Version update (6.1.0 -> 6.2.0)
Subpackages: javapackages-filesystem
- Upgrade to upstream version 6.2.0
* Ãntegrate our changes from javapackages-6.1.0-maven-depmap.patch
- Removed patch:
* javapackages-6.1.0-maven-depmap.patch
+ upstreamed
- Added patch:
* 0001-Make-the-alias-generation-reproducible.patch
+ separate patch for our reproducible changes that was not
part of the integrated pull request
==== konsole ====
Subpackages: konsole-part konsole-part-lang
- Add upstream crash fix (kde#473043)
* 0001-Fix-crashes-in-testTerminalInterface.patch
==== libadwaita ====
Version update (1.3.4 -> 1.3.5)
Subpackages: libadwaita-1-0 libadwaita-lang typelib-1_0-Adw-1
- Update to version 1.3.5:
+ Set the correct gettext domain on all widgets.
+ AdwExpanderRow: Accessibility fixes.
+ AdwStyleManager: Fix over-releasing a string on macOS.
+ Demo: Correctly dismiss the last toast in the dialogs demo.
+ Stylesheet:
- Fix menubutton.card corners.
- Fix button.card focus ring transition.
- Avoid background overdraw in GtkColumnView.
+ Updated translations.
==== libei ====
Version update (1.0.0 -> 1.0.901)
- Update to release 1.0.901 (1.1.0~rc1)
* ei_device_get_region_at() and its libeis equivalent was added
as a helper to obtain a device's region at a given point.
* ei_region_get_mapping_id() returns the mapping id previously
set by the EIS implementation via
eis_region_set_mapping_id(). This mapping id can be used to
identify external resources that have a relationship with
this region.
This is a protocol addition and bumps the ei_device protocol
to version 2.
==== libgphoto2 ====
Version update (2.5.30 -> 2.5.31)
Subpackages: libgphoto2-6 libgphoto2-6-lang libgphoto2_port12
- updated to 2.5.31 release
ptp2:
* do better event queueing during capture (makes capture faster, avoids losing events)
* Canon EOS: OLC logic rewritten to be table driven, more debugging of the content,
config "testolc" to generate debugoutput. Supports more cameras better.
* Canon EOS: various bugfixes
* Sony Alpha: Added config options: focusarea, liveviewsettingeffect
* Olympus: Enabled OM-1 capture
* Battery Level: also support ENUM style battery reporting for Canon
* Nikon 1: S1 also does not support everything
* Sony Alpha: small changes in config setters
* merged some improvements from NorthOfYou fork for Canon EOS, Nikon and Sony
* New ids:
- Canon EOS 850D, R7, R10, R5 C, R6m2
- Fuji X-H2, X-T5
- GOPRO HERO 11 BLACK, 11 BLACK mini
- new ids also imported from libmtp
- Nikon Z30, Z8
- OMSYSTEM OM-1
- Pentax KP (PTP mode)
- Ricoh GR IIIx
- Sigma fp L
- Sony A7S III, ILCE-1, ILME-FX3, 7RM5 aka A7-RV,
digigr8:
* fixed init to not switch to webcam mode
pentax:
* Added Pentax KP
general:
* disable log formatting when we are not logging (speeds up large downloads, as
we are not hex dumping the whole data and immediately discard the result)
* libltdl usage now thread-safe. (some other library pieces are not threadsafe yet)
* some time_t 32bit vs 64bit fixes
* some cleanups and warning fixes
translations:
* updated swedish, spanish
* added georgian, friulian
- libgphoto2-enable-vusb-ptp.patch: upstream
==== libstorage-ng ====
Version update (4.5.136 -> 4.5.139)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- merge gh#openSUSE/libstorage-ng#946
- improved json parse functions to handle string and integer
- 4.5.139
- merge gh#openSUSE/libstorage-ng#945
- fixed parsing of lsscsi version for older lsscsi versions
(bsc#1214814)
- 4.5.138
- merge gh#openSUSE/libstorage-ng#944
- add awk to GitHub action for Tumbleweed
- 4.5.137
==== man ====
- Fix the content in patch file man-propose-online.patch
==== manpages-l10n ====
Version update (4.19.0 -> 4.20.0)
Subpackages: man-pages-cs man-pages-da man-pages-de man-pages-el man-pages-es man-pages-fr man-pages-hu man-pages-it man-pages-pl man-pages-pt_BR man-pages-ru
- Update to version 4.20.0: Updated and added many translations.
- Rebase broken links patch:
* Remove manpages-l10n-4.16.0-fix-links.patch.
* Add manpages-l10n-4.20.0-fix-links.patch.
- Update macros:
* Switch from Leap 15.5 to Leap 15.6.
* Switch from Fedora 38 to Fedora 39.
==== mozilla-nss ====
Version update (3.92 -> 3.93)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- Update to NSS 3.93:
+ bmo#1849471 - Update zlib in NSS to 1.3.
+ bmo#1848183 - softoken: iterate hashUpdate calls for long inputs.
+ bmo#1813401 - regenerate NameConstraints test certificates (boo#1214980).
- Rebase nss-fips-pct-pubkeys.patch.
==== mozjs102 ====
Version update (102.14.0 -> 102.15.0)
- Update to version 102.15.0:
+ Various security fixes and other quality improvements.
+ CVE-2023-4573: Memory corruption in IPC CanvasTranslator
+ CVE-2023-4574: Memory corruption in IPC
ColorPickerShownCallback
+ CVE-2023-4575: Memory corruption in IPC FilePickerShownCallback
+ CVE-2023-4576: Integer Overflow in
RecordedSourceSurfaceCreation
+ CVE-2023-4581: XLL file extensions were downloadable without
warnings
+ CVE-2023-4584: Memory safety bugs fixed in Firefox 117, Firefox
ESR 102.15, Firefox ESR 115.2, Thunderbird 102.15, and
Thunderbird 115.2
==== mutter ====
Version update (44.3 -> 44.4)
Subpackages: mutter-lang
- Update to version 44.4:
+ Fix xwayland-allow-byte-swapped-clients setting.
+ Fix restoring focus when leaving the overview.
+ Fix touch move operations on subsurfaces.
+ Fix flickering when DRI driver isn't available.
+ Fix unexpected cursor changes over non-resizable windows.
+ Fix restoring maximized state of SSD windows.
+ Fix window focus unexpectedly moving to secondary monitor when
changing workspaces.
+ Fixed crash.
+ Misc. bug fixes and cleanups.
+ Updated translations.
==== open-isns ====
- Disable SLP by default for Factory and ALP (bsc#1214884)
==== perl-URI ====
Version update (5.19 -> 5.210.0)
- updated to 5.21
see /usr/share/doc/packages/perl-URI/Changes
5.21 2023-08-23 16:02:14Z
- Fix version declarations in icap.pm and icaps.pm (GH#131) (Olaf Alders)
5.20 2023-08-23 14:13:23Z
- Remove Shebang and Taint from all tests.
- Fix t/query.t to get rid of a warning about join() on
array with undef
- Add icap and icaps URIs (GH#130) (david-dick)
==== pigz ====
Version update (2.7 -> 2.8)
- version update to 2.8
- Fixed a version bug when compiling with the just-released zlib 1.3
- Will save a modification time only for regular files (just like gzip since 1.10)
- Will write all available uncompressed data on an error, for partial data recovery
- deleted patches
- pigz-2.7-NOTHREAD-tests.patch (upstreamed)
==== python-setuptools ====
Version update (67.8.0 -> 68.1.2)
- update to 68.1.2
* Fix editable install finder handling of nested packages, by only
handling 1 level of nesting and relying on importlib.machinery
to find the remaining modules based on the parent package path.
- add sphinx72.patch: address circular imports in sphinx 7.2+
- update to 68.1.0
* Removed code referencing bdist_wininst in install_scripts.
* Promote pyproject.tomlâs [tool.setuptools] out of beta.
* Automatically add files listed in Extension.depends to sdists,
as long as they are contained in the project directory
* Require Python 3.8 or later.
* Use default encoding to create .pth files with editable_wheel.
* Detects (and complain about) scripts and gui-scripts set via
setup.py when pyproject.toml does not include them in dynamic.
- update to 68.0.0:
* Removed verification for existing ``depends.txt`` file
* Remove autofixing of broken ``.egg-info`` directories
containing the ``-`` character in their base name (without suffix).
* Remove deprecated APIs in ``easy_install``:
``get_script_args``,
``get_script_header`` and ``get_writer``.
* Removed ``egg_info.get_pkg_info_revision`` (deprecated
* Removed ``setuptools.dist._get_unpatched`` (deprecated
* Removed support for SVN in
``setuptools.package_index`` (deprecated since 2018).
* Removed support for invalid ``pyproject.toml`` files.
* Added symlink support to launcher for installed
executables -- by :user:`eugene-sevostianov-sc`
* Updated vendored ``packaging`` version from 23.0 to
23.1 -- by :user:`MetRonnie`
* Implemented workaround for old versions of
``vswhere``, which miss the
* ``-requiresAny`` parameter, such as the ones distributed
together with Visual Studio 2017 < 15.6.
* Changed ``DistutilsMetaFinder`` to skip
``spec_for_pip`` on Python >= 3.12.
* Removed ``_distutils_hack.remove_shim`` on Python >=
3.12 (since ``distutils`` was removed from the standard library,
``DistutilsMetaFinder`` cannot be disabled on Python >=
3.12).
* #3920: Add a link to deprecation warning in ``pkg_resources``
and improve ``stacklevel`` for better visibility.
- drop use-tarfile-extraction_filter.patch (upstream)
==== qpdf ====
Version update (11.5.0 -> 11.6.0)
- version update to 11.6.0
- Bug fixes:
- Fix corner case in the ASCII85 decoder.
- Properly report warnings when ``--pages`` is used and the
warnings appear in other than the primary file.
- Improve ``--bash-completion`` and ``--zsh-completion`` to better
support paths with spaces in them.
- Move detection of random number device from compile-time to
runtime to improve cross compilation.
- Fix bugs around attempting to copy ``/Pages`` objects with
``copyForeignObject`` (which explicitly doesn't allow this).
==== suse-module-tools ====
Version update (16.0.34 -> 16.0.35)
Subpackages: suse-module-tools-scriptlets
- Update to version 16.0.35:
* split off regenerate-initrd-posttrans in the kernel-scriptlets package
(boo#1213459)
* wm2: Update for usrmerge (boo#1214428)
==== webkit2gtk3 ====
Subpackages: WebKitGTK-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
- Expand lang sub-package in spec file unconditionally to handle
previous name change from WebKit2GTK-lang to WebKitGTK-lang. This
change affected the automatic generated Requires tag on
WebKit2GTK-%{_apiver}, then getting out of sync of what's being
required and what's being provided. Now, any sub-package that was
providing WebKit2GTK-%{_apiver} will provide WebKitGTK-%{_apiver}
instead (boo#1214835, boo#1214640).
==== webkit2gtk4 ====
Subpackages: WebKitGTK-6.0-lang libjavascriptcoregtk6_0-1 libwebkitgtk6_0-4 webkitgtk-6_0-injected-bundles
- Expand lang sub-package in spec file unconditionally to handle
previous name change from WebKit2GTK-lang to WebKitGTK-lang. This
change affected the automatic generated Requires tag on
WebKit2GTK-%{_apiver}, then getting out of sync of what's being
required and what's being provided. Now, any sub-package that was
providing WebKit2GTK-%{_apiver} will provide WebKitGTK-%{_apiver}
instead (boo#1214835, boo#1214640).
==== yast2-trans ====
Version update (84.87.20230818.ea489402e5 -> 84.87.20230901.be24cb382f)
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.20230901.be24cb382f:
* Translated using Weblate (Slovak)
* Translated using Weblate (Dutch)
* Translated using Weblate (Japanese)
* Translated using Weblate (Czech)
* Translated using Weblate (Catalan)
* New POT for text domain 'bootloader'.
* Translated using Weblate (Kurdish)
* Translated using Weblate (Kurdish)
==== zvbi ====
Version update (0.2.41 -> 0.2.42)
- version update to 0.2.42
* Fix several compiler warnings.
* Apply patch to consider ERASE_PAGE flag with single page transmissions.
==== zypper ====
Version update (1.14.62 -> 1.14.64)
Subpackages: zypper-log zypper-needs-restarting
- Fix name of the bash completion script (bsc#1215007)
In 1.14.63 the location of the bash completion script was changed
to /usr/share/bash-completion/completions/. But the patch failed
to also rename the completion script. The original script name
zypper.sh is not recognized at the new location.
- Update notes about failing signature checks (bsc#1214395)
It might be a transient issue if the server is in the midst of
receiving new data. Retry after a few minutes might work.
- Improve the SIGINT handler to be signal safe (bsc#1214292)
This patch updates the SIGINT handling strategy to be signal
safe. Meaning the signal handler will do not much more than
setting a flag, which we are going to check in the normal program
flow as much as possible.
- version 1.14.64
- Changed location of bash completion script (bsc#1213854).
This changes the location of zypper.sh bash completion script
from /usr/share/bash-completion/completions/.
- version 1.14.63
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:
AppStream (0.16.2 -> 0.16.3)
Mesa (23.1.5 -> 23.1.6)
Mesa-drivers (23.1.5 -> 23.1.6)
MozillaFirefox (116.0.3 -> 117.0)
abseil-cpp
augeas (1.13.0 -> 1.14.1)
baloo5-widgets (23.04.3 -> 23.08.0)
branding-openSUSE
busybox
busybox-links
cockpit
dolphin (23.04.3 -> 23.08.0)
dos2unix (7.5.0 -> 7.5.1)
ell (0.57 -> 0.58)
ffmpegthumbs (23.04.3 -> 23.08.0)
filelight (23.04.3 -> 23.08.0)
gcc13
git (2.41.0 -> 2.42.0)
glibc
glslang (12.2.0 -> 12.3.1+sdk261)
gmp
grub2 (2.06 -> 2.12~rc1)
gzip (1.12 -> 1.13)
highway (1.0.4 -> 1.0.5)
imlib2
kaccounts-integration (23.04.3 -> 23.08.0)
kaccounts-providers (23.04.3 -> 23.08.0)
kate (23.04.3 -> 23.08.0)
kbd (2.6.1 -> 2.6.2)
kde-print-manager (23.04.3 -> 23.08.0)
kdegraphics-thumbnailers (23.04.3 -> 23.08.0)
kdenetwork-filesharing (23.04.3 -> 23.08.0)
kdialog (23.04.3 -> 23.08.0)
kdump (1.9.5 -> 1.9.6)
kernel-firmware (20230814 -> 20230829)
kernel-source (6.4.11 -> 6.4.12)
keylime (7.4.0 -> 7.5.0)
khelpcenter5 (23.04.3 -> 23.08.0)
kimageformats
kio-extras5 (23.04.3 -> 23.08.0)
konsole (23.04.3 -> 23.08.0)
kpmcore (23.04.3 -> 23.08.0)
kwalletmanager5 (23.04.3 -> 23.08.0)
libbytesize (2.8 -> 2.9)
libdrm (2.4.115 -> 2.4.116)
libinput (1.23.0 -> 1.24.0)
libkdcraw (23.04.3 -> 23.08.0)
libkexiv2 (23.04.3 -> 23.08.0)
libnl3 (3.7.0 -> 3.8.0)
libostree (2023.2 -> 2023.6)
libqt5-qtwebengine (5.15.14 -> 5.15.15)
libunistring
libunwind (1.7.0 -> 1.7.2)
libwpe (1.14.0 -> 1.14.1)
libxcb (1.15 -> 1.16)
libxml2
libzip (1.10.0 -> 1.10.1)
libzypp (17.31.19 -> 17.31.20)
mobipocket (23.04.3 -> 23.08.0)
mozilla-nss (3.91 -> 3.92)
mpfr (4.2.0 -> 4.2.1)
mutter
ncurses (6.4.20230812 -> 6.4.20230819)
open-vm-tools
openexr (3.1.9 -> 3.1.11)
pam
pam-full-src
partitionmanager (23.04.3 -> 23.08.0)
pipewire (0.3.77 -> 0.3.79)
podman (4.6.1 -> 4.6.2)
polkit-default-privs (1550+20230606.5001571 -> 1550+20230829.1a9a761)
postfix
publicsuffix (20230717 -> 20230826)
python-dnspython (2.3.0 -> 2.4.2)
python-pip (23.1.2 -> 23.2.1)
python-rich (13.4.2 -> 13.5.2)
qalculate (4.7.0 -> 4.8.0)
samba (4.18.5+git.313.c8e274c7852 -> 4.18.6+git.320.cfda27bacb)
signon-kwallet-extension (23.04.3 -> 23.08.0)
spectacle (23.04.3 -> 23.08.0)
suse-module-tools (16.0.33 -> 16.0.34)
vulkan-loader (1.3.250.0 -> 1.3.261.0)
vulkan-tools (1.3.250.0 -> 1.3.261.0)
xdg-utils (1.1.3+20210805 -> 1.1.3+20230830)
xf86-input-libinput (1.3.0 -> 1.4.0)
xwayland (23.1.2 -> 23.2.0)
=== Details ===
==== AppStream ====
Version update (0.16.2 -> 0.16.3)
Subpackages: libAppStreamQt2 libappstream4
- Update to 0.16.3:
Features:
* compose: Allow creating metadata with complete URLs and no base URL
Bugfixes:
* Fix tweaking of appstream.pc when building as subproject
* Do not override default-priority when parsing multiple metadata files
* Ensure stemmer always has the right locale and token-search works
* Require a more recent libxmlb to avoid crashes
Miscellaneous:
* Work around invalid null-dereference warning in GCC 13
- Drop patch, merged upstream:
* 0001-Do-not-override-default-priority-when-parsing-multip.patch
==== Mesa ====
Version update (23.1.5 -> 23.1.6)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- Update to bugfix release 23.1.6:
- -> https://docs.mesa3d.org/relnotes/23.1.6.html
==== Mesa-drivers ====
Version update (23.1.5 -> 23.1.6)
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- Update to bugfix release 23.1.6:
- -> https://docs.mesa3d.org/relnotes/23.1.6.html
==== MozillaFirefox ====
Version update (116.0.3 -> 117.0)
- Mozilla Firefox 117.0
https://www.mozilla.org/en-US/firefox/117.0/releasenotes
MFSA 2023-34 (bsc#1214606)
* CVE-2023-4573 (bmo#1846687)
Memory corruption in IPC CanvasTranslator
* CVE-2023-4574 (bmo#1846688)
Memory corruption in IPC ColorPickerShownCallback
* CVE-2023-4575 (bmo#1846689)
Memory corruption in IPC FilePickerShownCallback
* CVE-2023-4576 (bmo#1846694)
Integer Overflow in RecordedSourceSurfaceCreation
* CVE-2023-4577 (bmo#1847397)
Memory corruption in JIT UpdateRegExpStatics
* CVE-2023-4578 (bmo#1839007)
Error reporting methods in SpiderMonkey could have triggered
an Out of Memory Exception
* CVE-2023-4579 (bmo#1842766)
Persisted search terms were formatted as URLs
* CVE-2023-4580 (bmo#1843046)
Push notifications saved to disk unencrypted
* CVE-2023-4581 (bmo#1843758)
XLL file extensions were downloadable without warnings
* CVE-2023-4582 (bmo#1773874)
Buffer Overflow in WebGL glGetProgramiv
* CVE-2023-4583 (bmo#1842030)
Browsing Context potentially not cleared when closing Private
Window
* CVE-2023-4584 (bmo#1843968, bmo#1845205, bmo#1846080,
bmo#1846526, bmo#1847529)
Memory safety bugs fixed in Firefox 117, Firefox ESR 102.15,
Firefox ESR 115.2, Thunderbird 102.15, and Thunderbird 115.2
* CVE-2023-4585 (bmo#1751583, bmo#1841082, bmo#1847904, bmo#1848999)
Memory safety bugs fixed in Firefox 117, Firefox ESR 115.2,
and Thunderbird 115.2
- requires
NSS = 3.92
rustc = 1.71
==== abseil-cpp ====
- Fix build on older systems by requiring C++17 compliant compiler
- Added patch:
* cmake.patch
+ lower the cmake requirement to 3.5 in order to be able to
build on SLE12SP5
==== augeas ====
Version update (1.13.0 -> 1.14.1)
Subpackages: augeas-lenses libaugeas0 libfa1
- Update to 1.14.1
* General changes/additions
- internal.c: update #if to only use GNU-specific strerror_r() when GLIBC
is defined (#791) Dimitry Andric
- augeas.c: Fix bug from PR#691 where the nodes of a newly created file
are lost upon a subsequent load operation (#810) George Hansper
- HACKING.md: describe testing (#796) Laszlo Ersek
- Add GitHub Actions (#714) Raphaël Pinson
- augprint.c: remove #include <malloc.h> , add #include <libgen.h>
(#792) Ruoyu Zhong
* Lens changes/additions
- TOML: support trailing commas in arrays (#809) Bao
- Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix for
the mode (#805) Pino Toscano
- Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of
items (#806) Dave Re
- Cmdline: Allow whitespace at the end of kernel commnd line
(#798) rwmjones
- Update to 1.14.0
* General changes/additions
- Update submodule gnulib to 2f7479a16a3395f1429c7795f10c5d19b9b4453e
(#781)
- Add bash-completion for augtool, augmatch, augprint (#783) George
Hansper
- Fix: Allow values to contain arbitrary unbalanced square brackets
(#782) George Hansper
- Add package bash to build stage in Dockerfile (#776) George Hansper
- Add augprint tool for creating idempotent augtool scripts (#752) George
Hansper
- Replace deprecated 'security_context_t' with 'char *' (#747) Leo-Schmit
- src/syntax.c: Fix whitespace which confuses static checkers
(#725) rwmjones
- README.md: Add oss-fuzz status badge (#702) Sergey Nizovtsev
- Package augmatch, too (#688) oleksandriegorov
- Add Github workflow to create releases with complete source tarballs
(#744) Hilko Bengen
* Lens changes/additions
- Resolv: add option trust-ad (#784) George Hansper
- Sos: new lens for /etc/sos/sos.conf (based on IniFile) (#779) George
Hansper
- Pg_Hba: unquoted auth-method may contain hyphens (#777) George Hansper
- Sysctl: Allow keys to contain * and : and / characters (#755) M Filka
- Semanage: Fix parsing of ignoredirs (#758) Richard W M Jones
- Systemd: allow empty quoted environment variable values (#757) Michal
Vasko
- Systemd: allow values starting with whitespaces for Exec* and
Environment service entries. (#757) Michal Vasko
- Toml: workaround to allow writing toml files (#742) Richard
- Kdump: parse "auto_reset_crashkernel" (#754) Laszlo Ersek
- Keepalived: add parameters notify_stop and notify_deleted (#749) Adam
Bambuch
- Chrony: add new directives and options (#745) Miroslav Lichvar
- Redis: Allow redis lens to set 'SAVE ""' as a valid option (#738) Mitch
Hagstrand
- ClamAV: update ClamAV lens to autoload /etc/clamav/*.conf
(#748) Guillaume Ross
- AuthselectPam: new lens for /etc/authselect/custom/*/*-auth
and /etc/authselect/custom/*/postlogin (#743) Heston Snodgrass
- Sshd: Parse GSSAPIKexAlgorithms PubkeyAcceptedKeyTypes
CASignatureAlgorithms as comma-seperated lists instead of simple
strings (#721) Edward Garbade
- Yum: Add additional unit tests (#677) Pat Riehecky
- Cockpit: new lens for /etc/cockpit/cockpit.conf (#675) Pat Riehecky
* Rebased patch gcc9-disable-broken-test.patch
* Deleted patches:
- sysctl_parsing.patch
- augeas-1.13.0-replace_security_context_t-patch
==== baloo5-widgets ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Too many changes since 23.04.3, only listing bugfixes:
* Fix displaying image dimensions with exiv2 0.28 (kde#470859)
* Allow FileMetata properties on desktop and recentlyused (kde#460117)
==== branding-openSUSE ====
Subpackages: grub2-branding-openSUSE plymouth-branding-openSUSE wallpaper-branding-openSUSE yast2-qt-branding-openSUSE
- Remove grub2 BuildRequires in grub2-branding (bsc#1214769)
==== busybox ====
Subpackages: busybox-static
- Add ash-fix-segfault-d417193cf.patch: fix stack overflow vulnerability
in ash (CVE-2022-48174, bsc#1214538)
==== busybox-links ====
Subpackages: busybox-coreutils busybox-grep busybox-gzip busybox-hostname busybox-sed busybox-sendmail busybox-which busybox-xz
- Don't build the Dockerfile in OBS, it's for development only
==== cockpit ====
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- Fix building for SLE15.5 and SLE15.4
==== dolphin ====
Version update (23.04.3 -> 23.08.0)
Subpackages: dolphin-part libdolphinvcs5
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- Changes since 23.07.90:
* Don't compute size for non-local urls (kde#472912)
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Add explicit moc includes to sources for moc-covered headers
* Use ellipsis everywhere instead of three dots
* Move focus from hiding selection mode bars to view (kde#469621)
* Fix Refresh tooltip text and add Refresh whatsThis text (kde#469263)
* Hide application/x-trash files following showHidenFiles
* Tabbar: duplicate tab when double clicking on it (kde#470388)
* Settings Add ViewModes > Content display
* Expand or collapse all selected folders on Key Right/Left
* KDirectoryContentsCounter: show intermediate dir size counting results, improve stopping, improve data caching
* Add a TODO KF6 to solve bug 464722
* Fix build without KF5Activities
* Disable Qt6 CIÂ build in master, use kf6 branch for Qt6
* Fix test regression in DolphinMainWindowTest::testGoActions
* Revert "Adapt autotest to new expected "Space" key behaviour"
* Fix activating the Selection Mode with a keyboard shortcut (kde#465489)
* Add DolphinTabPage::inactiveViewContainer()
* Improve copying and moving items between panels
* FilterBar: improve keyboard behavior and tab ordering
* TerminalPanel: better check if terminal needs to change its currentWorkingDirectory when unmounting
* DolphinView: allow selectUrls to be considered for selection in more cases (kde#407161)
* Reuse existing proxy style (kde#468548)
* Make "don't run me with sudo/kdesu" message informative
* Add test for openFiles()
* Context menu: allow to show copy to/move to inactive split view (kde#356436)
* panels/information: Add option to not show information for hovered item (kde#364956)
* Prevent dragging on non-writable directories
==== dos2unix ====
Version update (7.5.0 -> 7.5.1)
- update to 7.5.1:
* Fix problem of converting a symbolic link target that is on
another file system
* Updated Chinese and Serbian translations
==== ell ====
Version update (0.57 -> 0.58)
- Update to version 0.58
* Add support for handling sysctl settings.
==== ffmpegthumbs ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
==== filelight ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- Changes since 23.07.80:
* windows: get the compressed size for compressed and sparse files (kde#473024)
* posix: undo apfs hack
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Now we can build doc/po files
* QQC2DesktopStyle is build in kf6 too
* De-conditionalize icon naming
* Don't iterate over element that are immedialtely removed
* Remove unused includes
* Make source file non-executable
* Fix ignore path support. Fix crash when we load root path
* Remove extra ;
* Add menu separator before delete action
* Allow to build against kf6/kf5
* Fix Context Menu Items
* Add 23.04.0 Windows artifact
* make qml cache disabling conditional on statvfs
* disable qml disk cache (kde#466415)
* use the default loading text for polish (kde#468395)
* Set a sane default window size (kde#468118)
* Explicitly look for KF{5,6}CoreAddons
* Drop no longer used QtSvg dependency
==== gcc13 ====
Subpackages: cpp13 libgcc_s1 libgfortran5 libgomp1 libobjc4 libstdc++6 libstdc++6-pp libubsan1
- Disable building glibc cross compilers on SLE based code streams,
the required cross-glibc packages are not available there.
- Disable building avr cross on non-openSUSE code streams since
avr-libc isn't available there.
- Disable building newlib cross compilers on non-openSUSE code streams
since newlib isn't available there.
- Fix typo preventing s390x compiler build.
- Raise s390x architecture baseline to z14 for ALP. [PED-253]
- Turn cross compiler to ppc64le to a glibc cross.
- Turn cross compiler to s390x to a glibc cross. [bsc#1214460]
- Raise Power architecture baseline to Power9 only for ALP (boo#1213915).
==== git ====
Version update (2.41.0 -> 2.42.0)
- git 2.42.0:
* "git pack-refs" learns "--include" and "--exclude" to tweak the ref
hierarchy to be packed using pattern matching.
* 'git worktree add' learned how to create a worktree based on an
orphaned branch with `--orphan`.
* "git pack-objects" learned to invoke a new hook program that
enumerates extra objects to be used as anchoring points to keep
otherwise unreachable objects in cruft packs.
* Add more "git var" for toolsmiths to learn various locations Git is
configured with either via the configuration or hard-coded defaults.
* 'git notes append' was taught '--separator' to specify string to insert
between paragraphs.
* The "git for-each-ref" family of commands learned placeholders
related to GPG signature verification.
* "git diff --no-index" learned to read from named pipes as if they
were regular files, to allow "git diff <(process) <(substitution)"
some shells support.
* Help newbies by suggesting that there are cases where force-pushing
is a valid and sensible thing to update a branch at a remote
repository, rather than reconciling with merge/rebase.
* "git blame --contents=file" has been taught to work in a bare
repository.
* "git branch -f X" to repoint the branch X said that X was "checked
out" in another worktree, even when branch X was not and instead
being bisected or rebased. The message was reworded to say the
branch was "in use".
* Tone down the warning on SHA-256 repositories being an experimental
curiosity. We do not have support for them to interoperate with
traditional SHA-1 repositories, but at this point, we do not plan
to make breaking changes to SHA-256 repositories and there is no
longer need for such a strongly phrased warning.
* "git diff-tree" has been taught to take advantage of the
sparse-index feature.
* The object traversal using reachability bitmap done by
"pack-object" has been tweaked to take advantage of the fact that
using "boundary" commits as representative of all the uninteresting
ones can save quite a lot of object enumeration.
* "git worktree" learned to work better with sparse index feature.
* When the external merge driver is killed by a signal, its output
should not be trusted as a resolution with conflicts that is
proposed by the driver, but the code did.
* The set-up code for the get_revision() API now allows feeding
options like --all and --not in the --stdin mode.
* Move functions that are not about pure string manipulation out of
strbuf.[ch]
* "imap-send" codepaths got cleaned up to get rid of unused
parameters.
* Enumerating refs in the packed-refs file, while excluding refs that
match certain patterns, has been optimized.
* Mark-up unused parameters in the code so that we can eventually
enable -Wunused-parameter by default.
* Instead of inventing a custom counter variables for debugging,
use existing trace2 facility in the fsync customization codepath.
* "git branch --list --format=<format>" and friends are taught
a new "%(describe)" placeholder.
* Clarify how to choose the starting point for a new topic in
developer guidance document.
* The implementation of "get_sha1_hex()" that reads a hexadecimal
string that spells a full object name has been extended to cope
with any hash function used in the repository, but the "sha1" in
its name survived. Rename it to get_hash_hex(), a name that is
more consistent within its friends like get_hash_hex_algop().
* Command line parser fix, and a small parse-options API update.
* bug fixes
==== glibc ====
Subpackages: glibc-extra glibc-locale glibc-locale-base nscd
- Add cross-ppc64le package
- posix-memalign-fragmentation.patch: malloc: Enable merging of remainders
in memalign, remove bin scanning from memalign (BZ #30723)
- Limit build counter sync to i686 flavor, to reduce needs for rebuilds
- Add cross-s390x package (bsc#1214460)
- Require that elf/check-localplt does not fail
- glibc-2.3.90-langpackdir.diff: add hidden alias for __strcpy_chk
- cache-amd-legacy.patch: x86: Fix for cache computation on AMD legacy
cpus
- cache-intel-shared.patch: x86: Fix incorrect scope of setting
`shared_per_thread` (BZ# 30745)
==== glslang ====
Version update (12.2.0 -> 12.3.1+sdk261)
- Update to release 12.3.1+SDK-1.3.261.0
* Add support for pre and post HLSL qualifier validation
* HLSL: support binary literals
* Implement support for GL_KHR_cooperative_matrix extension
* Remove OSDependent TLS functions
- Add 0001-Revert-CMake-Make-glslang-default-resource-limits-ST.patch
==== gmp ====
- Add gmp-6.3.0-s390x-fix.patch to fix s390x optimized code on z13.
==== grub2 ====
Version update (2.06 -> 2.12~rc1)
Subpackages: grub2-arm64-efi grub2-snapper-plugin grub2-systemd-sleep-plugin
- Implement NV index mode for TPM 2.0 key protector
0001-protectors-Implement-NV-index.patch
- Fall back to passphrase mode when the key protector fails to
unlock the disk
0002-cryptodisk-Fallback-to-passphrase.patch
- Wipe out the cached key cleanly
0003-cryptodisk-wipe-out-the-cached-keys-from-protectors.patch
- Make diskfiler to look up cryptodisk devices first
0004-diskfilter-look-up-cryptodisk-devices-first.patch
==== gzip ====
Version update (1.12 -> 1.13)
- Update to 1.13:
* zless now diagnoses gzip failures, if using less 623 or later.
* When SIGPIPE is ignored, gzip now exits with status 2 (warning)
instead of status 1 (error) when writing to a broken pipe. This is
more useful with programs like 'less' that treat gzip exit status 2
as a non-failure.
* 'gzip -d' no longer fails to report invalid compressed data
that uses a dictionary distance outside the input window.
[bug present since the beginning]
* Port to C23, which does not allow K&R-style function definitions
with parameters, and which does not define __alignas_is_defined.
- Refreshed manpage-no-date.patch
- export CONFIG_SHELL=/bin/sh before running configure: results in
the shell script (zcat/zgrep/â¦) to receive a /bin/sh shebang
instead of requiring bash (the local shell used to build).
- Use for i in $(seq 1 9) instead of bashism for in in {1..9}, and
drop buildshell definition to require bash.
==== highway ====
Version update (1.0.4 -> 1.0.5)
- Update to release 1.0.5
* Add Insert/ExtractBlock, BroadcastBlock/Lane, NumBlocks
* Add integer Le/Ge and [Neg]MulAdd, extend DemoteTo/PromoteTo
* Add Leading/TrailingZeroCount, HighestSetBitIndex, ReverseBits
* Add MaskedLoadOr, tuple Get/Set/Create, ReduceSum,
WidenMulPairwiseAdd
* Add [ZeroExtend]ResizeBitCast, BitwiseIfThenElse,
Find[Known]LastTrue
* Add AESRoundInv, AESKeyGenAssist
* Add contrib/math Atan2/SinCos, contrib/unroller
* Add fp16/bf16 support (Armv8, SVE, RVV), HWY_DYNAMIC_POINTER
* Add OrderedTruncate2To, Per4LaneBlockShuffle,
TwoTablesLookupLanes
* Add SlideUp/Down[Blocks/Lanes], Slide1Up/Down, ReverseLaneBytes
* Add SetBeforeFirst, SetAtOrBefore/AfterFirst, SetOnlyFirst
* Add 8-bit Reverse2/4/8, Shl/Shr, RotateRight, Reverse, Mul
* Add 8/16-bit DupEven/Odd, TableLookupLanes
* Add F64 ApproximateReciprocal[Sqrt], 32/64-bit SaturatedAdd/Sub
==== imlib2 ====
Subpackages: imlib2-loaders libImlib2-1
- Disable MMX code, it's broken in 1.12.0 (boo#1214528)
==== kaccounts-integration ====
Version update (23.04.3 -> 23.08.0)
Subpackages: libkaccounts2
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Remove unused QVariantList argument from KQuckConfigModule constructor
* Use icon.name. Allow to show module in qt6
* install kded in kf<version>
* Allow building against KF6
* Require libaccounts-qt 1.16
* Add libaccounts-qt and signond to third-party deps
* cmake: Add external deps as system includes
==== kaccounts-providers ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- No code change since 23.04.3
==== kate ====
Version update (23.04.3 -> 23.08.0)
Subpackages: kate-plugins
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- Changes since 23.07.90:
* Fix crash when adding/removing suppression
* Use QFontMetrics::lineSpacing to calculate the line y offset (kde#473362)
- Update to 23.07.90
* New feature release
- Changes since 23.07.80:
* block session auto save in some more places
* File Browser plugin: make search string partial-matching (kde#472374)
* Fix diagnostics tab overlay
* check that blocking level is zero
* avoid that the session save timer messes up session saving (kde#470293)
* Add missing $ to fix installed translated documentation
* Add missing KI18n links
* handle tab deletion/creation
* diagnostics: Handle suppressions from multiple providers
* diagnostics: Refactor diagnostics removal
* Remove Designer's "." normaloff file data from icon properties in .ui files
* ensure we don't use m_quickOpen uninited
* remove deprecated Id
* ensure proper parent for dialog
* ensure proper parent for dialog
- Update to 23.07.80
* New feature release
- Too many changes since 23.04.3, only listing bugfixes:
* lsp: always honor server when using Completion.textEdit.newText (kde#468130)
* Add open action to tabbar context menu (kde#471471)
* use word-completion-minimal-word-length as configured (kde#470494)
* Allow opening new tab in front of currently active tab optionally (kde#471225)
* Fix double drive letters on "Run Current Doc" (kde#469340)
* ensure sidebars are properly collapsed (kde#460160)
* Don't ask user if he wants to save modified document when deleting (kde#448861)
* Fix --version, --help, -h, -v not working (kde#468318)
* CompilerExplorer: Fix crash when minimizing (kde#468294)
* Fix preview for markdown files not loaded on mode change (kde#384972)
* Include markdownpart in flatpak builds (kde#466349)
* Fix asking to save untitled empty doc on close (kde#462347)
* Intoduce open links plugin (kde#93087)
* Konsole: Show error when konsole not found (kde#438308)
* Intoduce KateTextHintManager (kde#467322)
* Use internal diff view in KateMWonHDDialog (kde#441120)
* ensure projects view is focused (kde#465786)
* Allow opening multiple files from welcome view (kde#467097)
* Cleanup/improve MWModOnHDDialog (kde#464088)
* Search: Fix crash on clicking clear (kde#467255)
==== kbd ====
Version update (2.6.1 -> 2.6.2)
Subpackages: kbd-legacy
- Update to version 2.6.2:
- loadkeys:
* Don't look for keymap in the current directory.
- keymaps:
* Add colemak mod-dh keymaps.
- Refresh kbd-1.15.5-loadkeys-search-path.patch
==== kde-print-manager ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
==== kdegraphics-thumbnailers ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Allow building against KF6
==== kdenetwork-filesharing ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Make "Samba is missing" UI strings a bit more user-friendly
* Fix plugin install dir major version
* Fix view margins and layouts
* Show appropriate error messages when KAuth actions fail
==== kdialog ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Add explicit moc includes to sources for moc-covered headers
* Adapt to KIconThemes changes
* update README (kde#455994)
* fix: slider's ticks and related doc (kde#467867)
* Bump min required KF version to 5.100
* Remove unnecssary " - KDialog" in window title (kde#467840)
* Port kdialog to kf6
==== kdump ====
Version update (1.9.5 -> 1.9.6)
- upgrade to version 1.9.6
* use newer /sys/kernel/fadump/ instead of /sys/kernel/fadump_
* use kexec -a which falls back to kexec_load(2) automatically
* update s390 udev rules
* drop systemd device timeout generator
==== kernel-firmware ====
Version update (20230814 -> 20230829)
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 20230829 (git commit 49f9e3479fb5):
* i915: Update MTL DMC to v2.16
* copy-firmware: Introduce 'RawFile' keyword
* copy-firmware: Support additional compressor options
* linux-firmware: Update firmware file for Intel Bluetooth AX203
* linux-firmware: Update firmware file for Intel Bluetooth AX203
* linux-firmware: Update firmware file for Intel Bluetooth AX211
* linux-firmware: Update firmware file for Intel Bluetooth AX211
* linux-firmware: Update firmware file for Intel Bluetooth AX210
* linux-firmware: Update firmware file for Intel Bluetooth AX200
* linux-firmware: Update firmware file for Intel Bluetooth AX201
* linux-firmware: update firmware for qat_4xxx devices
* linux-firmware: Update AMD SEV firmware
* amdgpu: update DMCUB to 0.0.181.0 for various AMDGPU ASICs
* rtw89: 8852b: update fw to v0.29.29.3
* rtw89: 8851b: update fw to v0.29.41.2
* i915: add GSC 102.0.0.1655 for MTL
* amdgpu: DMCUB updates for various AMDGPU asics
- Switch to the compressed / split installation as default, make
uncompressed / raw package as a multibuild flavor, instead
as a preliminary work for dropping the big kernel-firmware
(bsc#1214789)
- Use the standard copy-file.sh for split package installation, too
Another scirpt, make-files.sh, is provided for generating file lists
- Ignore README in copy-file.sh:
copy-file-ignore-README.patch
- Workaround for installing raw files for ucode-amd:
amd-ucode-rawfile.patch
- Drop the obsolsted revert of rtw8822c_fw.bin
- Update aliases from 6.5
==== kernel-source ====
Version update (6.4.11 -> 6.4.12)
- Revert 101bd907b424 ("misc: rtsx: judge ASPM Mode to set
PETXCFG Reg") (boo#1214428 boo#1214397).
- commit 91a1158
- Linux 6.4.12 (bsc#1012628).
- crypto, cifs: fix error handling in extract_iter_to_sg()
(bsc#1012628).
- net: phy: at803x: Use devm_regulator_get_enable_optional()
(bsc#1012628).
- net: phy: at803x: fix the wol setting functions (bsc#1012628).
- drm/amd/display: Update DTBCLK for DCN32 (bsc#1012628).
- drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()
(bsc#1012628).
- drm/amdgpu: fix calltrace warning in amddrm_buddy_fini
(bsc#1012628).
- drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
(bsc#1012628).
- drm/amdgpu: fix memory leak in mes self test (bsc#1012628).
- Revert "drm/amd/display: disable SubVP + DRR to prevent
underflow" (bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk for MTL RVP (bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk for LNL RVP (bsc#1012628).
- PCI: tegra194: Fix possible array out of bounds access
(bsc#1012628).
- ASoC: cs35l56: Move DSP part string generation so that it is
done only once (bsc#1012628).
- ASoC: SOF: amd: Add pci revision id check (bsc#1012628).
- drm/stm: ltdc: fix late dereference check (bsc#1012628).
- arm64: dts: qcom: ipq5332: add QFPROM node (bsc#1012628).
- drm: rcar-du: remove R-Car H3 ES1.* workarounds (bsc#1012628).
- ASoC: amd: vangogh: Add check for acp config flags in vangogh
platform (bsc#1012628).
- RDMA/mana_ib: Use v2 version of cfg_rx_steer_req to enable RX
coalescing (bsc#1012628).
- ARM: dts: imx6dl: prtrvt, prtvt7, prti6q, prtwd2: fix USB
related warnings (bsc#1012628).
- ASoC: Intel: sof_sdw_rt_sdca_jack_common: test SOF_JACK_JDSRC
in _exit (bsc#1012628).
- ASoC: Intel: sof_sdw: add quick for Dell SKU 0BDA (bsc#1012628).
- ASoC: Intel: sof_sdw: Add support for Rex soundwire
(bsc#1012628).
- iopoll: Call cpu_relax() in busy loops (bsc#1012628).
- ASoC: SOF: Intel: fix SoundWire/HDaudio mutual exclusion
(bsc#1012628).
- dma-remap: use kvmalloc_array/kvfree for larger dma memory remap
(bsc#1012628).
- accel/habanalabs: add pci health check during heartbeat
(bsc#1012628).
- accel/habanalabs: fix mem leak in capture user mappings
(bsc#1012628).
- dt-bindings: input: goodix: Add "goodix,no-reset-during-suspend"
property (bsc#1012628).
- HID: i2c-hid: goodix: Add support for
"goodix,no-reset-during-suspend" property (bsc#1012628).
- HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech
G915 TKL Keyboard (bsc#1012628).
- iommu/amd: Introduce Disable IRTE Caching Support (bsc#1012628).
- drm/amdgpu: install stub fence into potential unused fence
pointers (bsc#1012628).
- drm/amd/display: Remove v_startup workaround for dcn3+
(bsc#1012628).
- drm/amd/display: Apply 60us prefetch for DCFCLK <= 300Mhz
(bsc#1012628).
- drm/amdgpu: unmap and remove csa_va properly (bsc#1012628).
- RDMA/mlx5: Return the firmware result upon destroying QP/RQ
(bsc#1012628).
- RDMA/bnxt_re: consider timeout of destroy ah as success
(bsc#1012628).
- drm/amd/display: Skip DPP DTO update if root clock is gated
(bsc#1012628).
- drm/amd/display: Enable dcn314 DPP RCO (bsc#1012628).
- ASoC: SOF: core: Free the firmware trace before calling
snd_sof_shutdown() (bsc#1012628).
- HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID
(bsc#1012628).
- Revert "[PATCH] uml: export symbols added by GCC hardened"
(bsc#1012628).
- smb: client: fix warning in cifs_smb3_do_mount() (bsc#1012628).
- cifs: fix session state check in reconnect to avoid
use-after-free issue (bsc#1012628).
- serial: stm32: Ignore return value of uart_remove_one_port()
in .remove() (bsc#1012628).
- led: qcom-lpg: Fix resource leaks in
for_each_available_child_of_node() loops (bsc#1012628).
- media: v4l2-mem2mem: add lock to protect parameter num_rdy
(bsc#1012628).
- media: camss: set VFE bpl_alignment to 16 for sdm845 and sm8250
(bsc#1012628).
- usb: gadget: u_serial: Avoid spinlock recursion in
__gs_console_push (bsc#1012628).
- usb: gadget: uvc: queue empty isoc requests if no video buffer
is available (bsc#1012628).
- media: platform: mediatek: vpu: fix NULL ptr dereference
(bsc#1012628).
- thunderbolt: Read retimer NVM authentication status prior
tb_retimer_set_inbound_sbtx() (bsc#1012628).
- xhci: get rid of XHCI_PLAT quirk that used to prevent MSI setup
(bsc#1012628).
- usb: chipidea: imx: don't request QoS for imx8ulp (bsc#1012628).
- usb: chipidea: imx: turn off vbus comparator when suspend
... changelog too long, skipping 325 lines ...
- commit 5b41c27
==== keylime ====
Version update (7.4.0 -> 7.5.0)
Subpackages: keylime-config keylime-firewalld keylime-logrotate keylime-registrar keylime-tenant keylime-tpm_cert_store keylime-verifier python311-keylime
- Update to version v7.5.0 (CVE-2023-38201, bsc#1213314):
* Monthly release (7.5.0)
* Fix for CVE-2023-38201 (Security Advisory GHSA-f4r5-q63f-gcww)
* verifier: should read parameters from verifier.conf only
* tests: Correctly configure kernel IMA
* Handle session close using a session manager
* requirements.txt: update the need sqlalchemy version to 1.3.12 and above.
* elchecking/example: add ignores for EV_PLATFORM_CONFIG_FLAGS
* tpm_cert_store: add the Alibaba Cloud vTPM EK x509 cert
* installer.sh: use the -i parameter to set the default binding and listening IP about the agent, verifier, and registrar server is 127.0.0.1 or 0.0.0.0
* installer.sh: remove the unused command line params
* Update container build workflow actions
* mba: Manage the number of times measure boot attestation is done.
* codestyle: Fix access to possibly not available package 'rpm' (pyright)
* templates/2.0/mapping.json: fix the default registrar_port error in the verifier config
==== khelpcenter5 ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* doc: do not use a few deprecated entities
==== kimageformats ====
- Add patch to support avif 1.0:
* 0001-Support-libavif-1.0.patch
==== kio-extras5 ====
Version update (23.04.3 -> 23.08.0)
Subpackages: libkioarchive5
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- Changes since 23.07.90:
* [Thumbnail] Fix lookup of legacy thumbnailer plugins
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Remove no longer used about: KIO worker
* mtp: Configure fails if smb is not being compiled
* Remove explicit plugin id from Krita thumbnailer
* Add explicit moc includes to sources for moc-covered headers
* audiocreator: Check tag against null (kde#427448)
* smb: Set the credentials in the auth callback for DFS
* mtp: support moving through get-put and increase concurrency to 2 (kde#325574)
* mtp: implement chmod and chown as no-op operations
* style++
* mtp: fix file writing
* mtp: unpack nesting in rename
* mtp: make querypath return optional
* mtp: don't leak children
* mtp: use LIBMTP_Get_Children to implement async listing
* Use external kdsoap-ws-discovery-client on FreeBSD
* Allow building against KF6
* libkioarchive: bump version as reference for new include setup
* libkioarchive: install version header
* libkioarchive: install header into own visibility subdir
* recentlyused: better handle list root dirs / /files /locations, allow to writing to subdirs
==== konsole ====
Version update (23.04.3 -> 23.08.0)
Subpackages: konsole-part konsole-part-lang
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- Changes since 23.07.90:
* ScreenWindow::updateCurrentLine: Better bound currentLine
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Too many changes since 23.04.3, only listing bugfixes:
* Fixed search bar false positive after clear scrollback (and reset) (kde#407317)
* Hides redundant widgets on dialog for emoji font selection (kde#469563)
* Eliminate compilation warnings for plugins from using QAction::setShortcut(s) (kde#462615)
* Adjust selection point coords when scrollback shrinks (kde#470346)
* Disable keyboard selection mode on resize (kde#467872)
* Do not allow an invalid parent to be set in profiles (kde#467790)
* Invalidate selection reference points on resize (kde#464040)
* Draw selected background for right half of double width char if selected (kde#468465)
* Fix crash in ProfileSettings (kde#423136)
==== kpmcore ====
Version update (23.04.3 -> 23.08.0)
Subpackages: libkpmcore12
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- Changes since 23.07.80:
* Fix reuse error.
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Remove slightly misleading comment.
* Add explicit moc includes to sources for moc-covered headers
* Fix building with Qt6.
* Obtain file system label from ID_FS_LABEL_ENC. (kde#471499)
* Use right kded interface in Plasma 6
* Fix undefined behaviour on 32-bit system.
* Improve human-friendliness and consistency of action text
==== kwalletmanager5 ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
==== libbytesize ====
Version update (2.8 -> 2.9)
- Update to version 2.9:
* This release contains fixes for some small issues.
* Updated translations.
==== libdrm ====
Version update (2.4.115 -> 2.4.116)
Subpackages: libdrm2 libdrm_amdgpu1 libdrm_nouveau2 libdrm_radeon1
- Update to 2.4.116
* nouveau: add interface to make buffer objects global
* xf86drm: update DRM_NODE_NAME_MAX supporting more nodes
* xf86drm: use drm device name to identify drm node type
* meson: drop pthread-stubs dependency on BSDs
* amdgpu: add marketing names from amd-5.4.3 (22.40.3)
* tests/amdgpu: Fix Usage string
* tests/amdgpu: Add all 9 options to the help output
* tests/amdgpu: Allow to exclude a test or a suite of tests
* amdgpu: add an environment variable that overrides the context priority
* amdgpu: remove va::dev member
* tests/amdgpu/vcn: change vbv_buffer name to input
* tests/amdgpu/vcn: fix drm test failure
* tests/amdgpu/vcn: fix session buffer issue for vcn1-vcn3
* tests/amdgpu/vcn:update decoder unit test
* xf86drm: bump DRM_MAX_MINOR to 64
* xf86drm: drop control nodes implementation
* Sync headers with drm-next
* xf86drm: add drmSyncobjEventfd
* build: bump version to 2.4.116
* xf86drmMode: constify drmModeCrtcSetGamma
* tests/util: Add vkms driver
* test/amdgpu/hotunplug: add apu check for hotplug test
==== libinput ====
Version update (1.23.0 -> 1.24.0)
Subpackages: libinput-udev libinput10
- Update to release 1.24.0
* On Apple touchpads, natural scrolling is now enabled by default
and palm detection is disabled - the touchpads are good enough
that they don't need our help.
* Built-in tablet devices now always have touch arbitration
enabled, so we no longer need to add a quirk for each of them.
And speaking of tablets: the pressure offset limit for worn-out
devices is now at 50% of the range. Modern pens have a precise
enough range that even worn out pen can still provide
satisfactory pressure sensitivity. This pressure offset is now
detected on worn-out pens that do not support distance.
* Finally, where a relative device's rotation is 180 degrees
(e.g. a trackball used upside-down) we now flip the scroll
wheel direction as well.
* The rest of the changes is the usual mix of janitorial patches
and device-specific quirks.
==== libkdcraw ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Have export macros header include version header (Qt6-only)
* Rename to KF6 when building against Qt6
==== libkexiv2 ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Default EXCLUDE_DEPRECATED_BEFORE_AND_AT to 5.1.0 for Qt6 build
* Fix build with exiv2 >= 0.28
* Simplify 7bit ASCII detection
* .gitignore ignore CMakeLists.txt.user
* Have export macros header include version header (Qt6-only)
* Fix KF6 CI dependencies
* Rename to KF6 when building against Qt6
* Explicitly disable deprecated API when building against Qt6
==== libnl3 ====
Version update (3.7.0 -> 3.8.0)
Subpackages: libnl-config libnl3-200
- Update to release 3.8
* addr: create an all-zero addresses when parsing "any" or "default"
* addr: allow constructing all-zero addresses
* route: construct all-zero addresses for default route destination
* bridge: Add support for link_info of a bridge
* bridge: extend libnl with options needed for VLAN aware forwarding
* route/link: add accessor API for IPv6 DEVCONF
* neigh: add support of NHID attribute
* route: add nh type
==== libostree ====
Version update (2023.2 -> 2023.6)
Subpackages: libostree-1-1
- Update to version 2023.6:
+ Signing with ed25519 can now be backed by openssl.
+ composefs changes:
- Now enabled at build time (but disabled at runtime) by
default.
- composefs now supports signature verification. Note that
composefs continues to be classified as experimental.
- Configuration format has changed. The old ot-composefs kernel
argument is no longer honored in favor of a configuration
file that should be present in the initramfs.
+ ostree-prepare-root other changes:
- A new configuration file in the initramfs is honored:
/etc/ostree/prepare-root.conf.
- This configuration file can also specify the readonly-sysroot
default, which is now recommended.
- The sysroot.readonly flag can now also be configured from
here, and this is recommended.
+ ostree admin set-default: A long-overdue CLI verb to change the
default deployment for the next boot.
+ sysroot other bugfixes and changes:
- It is now supported to have /usr/etc with an empty /etc. This
is preparatory for supporting a transient /etc.
- Finally fix the global sync timeout at shutdown.
- 'ostree admin deploy' now honors --stateroot as that term is
prefered over --os.
+ trivial-httpd: The remnants of the deprecated 'ostree
trivial-httpd' CLI are now completely gone.
- Update to version 2023.5:
+ This is a bugfix release for the recent 2023.4.
+ Key bugs fixed:
- Revert "fetcher: Always open tmpfiles in repo location".
- Fix return value of generator on non-ostree systems.
+ Other changes:
- lib/deploy: Use off_t not __off_t.
- prepare-root: Adjust to composefs mount struct changes.
- Changes from version 2023.4:
+ Notable bugfixe: fix ostree deployment on 64-bit inode fs.
+ New Feauture: Composefs.
+ HTTP/pull fixes:
- ostree-fetcher-curl: explicitly use HTTP1.1 when HTTP2 is
disabled.
- Increase the metadata size limit to 128MB.
- fetcher: Always open tmpfiles in repo location.
+ Other changes:
- lib/deploy: Use fallocate for early prune space check.
- prepare-root: Move sysroot.tmp creation earlier.
- lib/deploy: Disambiguate error messages for early prune space
check.
- lib/deploy: skip fallocate call when requested size is 0.
- test-concurrency: Don't lower timeout.
- pull: Add error prefixing for corrupt checksums.
- Add more error prefixing when parsing commit objects.
- Changes from version 2023.3:
+ Many fixes and improvements.
+ treegen: Require at least one mutation.
+ rust: Bump MSRV to 1.64.
+ fetcher/soup3: Rewrite without threads.
+ fetcher: add libsoup3 backend.
+ lib/sysroot-cleanup: Convert bootdir listing to dfd-relative.
+ lib/sysroot-cleanup: Make some static utility functions global.
+ libotutil: add utility functions for calculating directory
size.
+ lib/sysroot-deploy: Nuke finalize-failure.stamp on successful
finalization.
+ lib/sysroot-deploy: Add experimental support for automatic
early prune.
- Define libversion and soversion and replace hard coded values
with them to ease package maintenance.
- Add pkgconfig(libsoup-3.0) >= 3.0.0 build requirement and pass
- -with-soup3 to configure. Libcurl needs it for tests and for the
trivial-httpd binary, also we've been waiting for upstream to
port to Soup 3, in order to re-enable it.
- Pass --with-composefs to configure, under the condition of
building with composefs, while defining %bcond_with composefs
(not enabled, by default) for now.
- Switch fuse with fuse3 pkgconfig() module BuildRequires, because
Fuse 3 is preffered over Fuse 2.
- Drop --with-gjs option passed to configure. It's not recognized
anymore, and configure script looks for gjs binary instead,
acting accordingly.
- Add %ghost /run/ostree to the main package files directive. This
directory is created via %{_tmpfilesdir}/ostree-tmpfiles.conf.
- Mark /etc/grub.d/*ostree and /etc/dracut.conf.d/ostree.conf with
%config to instruct RPM those are config files.
- Make the grub2 sub-package as noarch, since it doesn't have any
binaries.
- Refresh ostree-grub2-location.patch with Quilt.
==== libqt5-qtwebengine ====
Version update (5.15.14 -> 5.15.15)
- Update to version 5.15.15:
* Update Chromium:
* [Backport] Security bug 1454860
* Further fixes for building with GCC 13
* Fixup [Backport] CVE-2023-2935: Type Confusion in V8
* [Backport] Security bug 1447430
* [Backport] CVE-2023-2930: Use after free in Extensions
* [Backport] CVE-2023-3079: Type Confusion in V8
* [Backport] CVE-2023-3216: Type Confusion in V8
* [Backport] CVE-2023-2933: Use after free in PDF
* [Backport] CVE-2023-2935: Type Confusion in V8
* [Backport] CVE-2023-2932: Use after free in PDF
* [Backport] CVE-2023-2931: Use after free in PDF
* [Backport] Security bug 1444195
* [Backport] Security bug 1428743
* [Backport] CVE-2023-2721: Use after free in Navigation
==== libunistring ====
- Run testsuite also under qemu emulation
==== libunwind ====
Version update (1.7.0 -> 1.7.2)
- Update to 1.7.2:
* Don't override sp on arm and mips64.
* Add direct dependent libraries to remotes.
* Fix make install failure.
- Update to 1.7.1:
* Bump to release 1.7.1 to fix source tarball naming issue
==== libwpe ====
Version update (1.14.0 -> 1.14.1)
- Update to version 1.14.1:
+ Fix the build with older glibc C library versions.
==== libxcb ====
Version update (1.15 -> 1.16)
Subpackages: libxcb-composite0 libxcb-damage0 libxcb-dpms0 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0 libxcb-record0 libxcb-render0 libxcb-res0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb-xv0 libxcb1
- Update to version 1.16
* gitlab CI: add a basic build test
* configure.ac: drop dependency `pthread-stubs` on Solaris
* configure.ac: Remove obsolete AC_HEADER_STDC
* Raise minimum required version of Python from 2.6 to 3.0
* Fix windows build.
* Fix indentation.
* Fix a compiler warning
* Fix handling of documented enum parameters
* Allow full paths to sockets on non-macOS
* DISPLAY starting with / or unix: is always a socket path
* Add tests for unix socket parsing
* autogen.sh: use quoted string variables
* c_client: Fix crash in xcb_randr_set_monitor
* configure.ac: drop `pthread-stubs` dependency on DragonFly and FreeBSD
* xcb_conn: Add a check for NULL to silence a UBSan runtime error
* configure.ac: Require xcb-proto >= 1.16.0
* Fix xcb_connect() call with a custom xcb_auth_info_t
* autogen: add default patch prefix
* Build DOUBLE-BUFFER extension.
* Require xcb-proto >= 1.15.1, which has Dbe
* configure.ac: drop dependency `pthread-stubs` on macOS
* autogen.sh: use exec instead of waiting for configure to finish
* Improve tutorial example
- adjusted bug-262309_xcb-xauthlocalhostname.diff,
n_If-auth-with-credentials-for-hostname-fails-retry-with-XAUTHLOCALHOSTNAME.patch
- added libxcb-dbe0 subpackage for libxcb-dbe.so.0*
==== libxml2 ====
Subpackages: libxml2-2 libxml2-tools
- Security fix: CVE-2023-39615 (bsc#1214768)
* crafted xml can cause global buffer overflow
* Added file libxml2-CVE-2023-39615.patch
==== libzip ====
Version update (1.10.0 -> 1.10.1)
- version update to 1.10.1
* Add `ZIP_LENGTH_TO_END` and `ZIP_LENGTH_UNCHECKED`. Unless
`ZIP_LENGTH_UNCHECKED` is used as `length`, it is an error
for a file to shrink between the time when the source is
created and when its data is read.
==== libzypp ====
Version update (17.31.19 -> 17.31.20)
- Fixup changes for 17.31.16. Remove faulty reference to a bug
actually fixed in 2019.
- version 17.31.20 (22)
==== mobipocket ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Have export macros header include version header (Qt6-only)
==== mozilla-nss ====
Version update (3.91 -> 3.92)
Subpackages: libfreebl3 libsoftokn3 mozilla-nss-certs
- update to NSS 3.92
* bmo#1822935 - Set nssckbi version number to 2.62
* bmo#1833270 - Add 4 Atos TrustedRoot Root CA certificates to NSS
* bmo#1839992 - Add 4 SSL.com Root CA certificates
* bmo#1840429 - Add Sectigo E46 and R46 Root CA certificates
* bmo#1840437 - Add LAWtrust Root CA2 (4096)
* bmo#1822936 - Remove E-Tugra Certification Authority root
* bmo#1827224 - Remove Camerfirma Chambers of Commerce Root.
* bmo#1840505 - Remove Hongkong Post Root CA 1
* bmo#1842928 - Remove E-Tugra Global Root CA ECC v3 and RSA v3
* bmo#1842937 - Avoid redefining BYTE_ORDER on hppa Linux
==== mpfr ====
Version update (4.2.0 -> 4.2.1)
- Update to mpfr 4.2.1
* Includes all fixes from mpfr-4.2.0-cummulative.patch which is
subsequently removed.
* Improved MPFR manual.
* Configure tests: replaced the test of the link with GMP, in order
to avoid the use of a function without a prototype (Autoconf issue), as
this is obsolescent in ISO C. The new test should be more robust.
==== mutter ====
- Add mutter-fix-clipped-redraw.patch: Previous refactor forget
to check has_buffer_age, which leads into force full redraw and
causes redraw issue with xterm on qemu. This patch fixes it.
(bsc#1210744, glgo#GNOME/mutter!3221)
- Drop mutter-revert-window_draw_issues.patch: Proper fix is added.
==== ncurses ====
Version update (6.4.20230812 -> 6.4.20230819)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20230819
+ various manpage-formatting fixes.
+ correct formatting of table header in curs_inopts.3x (Branden
Robinson).
+ correct manpage description of panel_hidden (report by Benjamin
Mordaunt).
==== open-vm-tools ====
Subpackages: libvmtools0 open-vm-tools-desktop
- Fix (bsc#1214566) - (CVE-2023-20900) - VUL-0: CVE-2023-20900:
open-vm-tools: SAML token signature bypass vulnerability
+ Add patch: CVE-20230-20900.patch
==== openexr ====
Version update (3.1.9 -> 3.1.11)
Subpackages: libIex-3_1-30 libIlmThread-3_1-30 libOpenEXR-3_1-30
- version update to 3.1.11
[#]# Version 3.1.11 (August 13, 2023)
Patch release that fixes a build failure with `-march=x86-64-v3`
* Initialize `regs[]` to 0 in `check_for_x86_simd`
* Fix CPUID detection with `-march=x86-64-v3`
[#]# Version 3.1.10 (August 2, 2023)
Patch release that addresses miscellaneous build issues, test
failures, and performance regressions, as well as:
* OSS-fuzz [59457](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=59457)
Heap-buffer-overflow in `LossyDctDecoder_execute`
* Readdress #1456: disallow NaNs in `testOptimizedInterleavePatterns`
* Revert pre-computed values
* Fix handling for corrupt number of DC components
* Add `OPENEXR_MISSING_ARM_VLD1` workaround to `internal_dwa_simd.h`
* Fix Huffman performance regression on Linux/clang
* Fix range check in dwa compressor
* Fix build with i386 and musl libc
* Fix the code contains unhandled character
* Fix cpu detection of sse2 on non-64 x86
* Fix the code contains unhandled character
* Fix gcc-11 warnings: signed/unsigned integer comparison, unused variables
* Fix macOS and Windows build failures when threading is disabled
* Fix build error on win_arm64
- deleted patches
- 1488.patch (upstreamed)
==== pam ====
- Fix building without SELinux
==== pam-full-src ====
- Fix building without SELinux
==== partitionmanager ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- Changes since 23.07.80:
* Fix dep5 license file syntax
- Update to 23.07.80
* New feature release
- Changes since 23.04.3:
* Add explicit moc includes to sources for moc-covered headers
* Add copyright info to the new partitionmanager icon.
* Adopt new Breeze icon
* Remove unnecessary kpmcore prefix for KPMCore custom widgets
* Rename Partition Label to Partition Name
==== pipewire ====
Version update (0.3.77 -> 0.3.79)
Subpackages: gstreamer-plugin-pipewire libpipewire-0_3-0 pipewire-alsa pipewire-jack pipewire-libjack-0_3 pipewire-modules-0_3 pipewire-pulseaudio pipewire-spa-plugins-0_2 pipewire-spa-tools pipewire-tools
- Update to version 0.3.79:
* Highlights
- Fix a regression in suspend that could cause silence.
- Fix a regression in JACK port registration that could cause
all kinds of JACK problems.
- Fix a typo in the neon sample conversion functions that could
cause distortion.
- Add BAP broadcast source and sink support.
- pw-top now has a batch mode to dump the output to stdout.
- Many more bugfixes and improvements.
* PipeWire
- Fix a regression in shutdown where a node might not first
suspend properly. This cause loss of sound in some cases.
- Failure to compile a regular expression in the config file
will now be reported and ! can be used to negate the match.
- Fix a regression where some nodes might not set running in
some cases.
- Nodes are now suspended before the format is cleared, which
might fix some crashes.
* Tools
- pw-top now has a batch mode to dump the output to stdout.
* SPA
- The queued samples in audioconvert are now correctly reported
in the delay.
- Make it easier to add a custom profile in ACP.
- Fix a typo in the neon sample conversion functions that could
cause distortion.
- device.profile.pro=true is added for pro audio nodes.
- An xrun counter was added to spa_io_clock to detect and track
skipped data because of xruns.
* Pulse-server
- Add alsa-sink and alsa-source modules.
* Bluetooth
- Fix a regression where only the BAP off profile is shown.
- Add BAP broadcast source and sink support.
* JACK
- Also emit a latency notify when the buffer size changes.
- Fix a regression in JACK port registration.
- jack_port_tie() is now supported.
* ALSA
- Improve property handling, support lists and ranges in
addition to fixed values.
- Remove patches already included upstream:
* 0001-jack-make-sure-we-can-always-find-our-own-ports.patch
* 0001-audioconvert-fix-typo-in-neon-function.patch
* 0001-impl-node-improve-suspend.patch
* 0001-bluez5-fix-BAP-profiles-showing.patch
- Update to version 0.3.78:
* Highlights
- An old regression was fixed with where some nodes would not
run.
- A regression was fixed where removed events would not be
shown in some cases. This would result in duplicate entries
in audio clients.
- Fix an off-by-one in the vban audio receiver. Tweak the rate
adaption a little.
- ACP will now set a UCM verb before probing the pro-audio
devices.
- More bugfixes and improvements.
* PipeWire
- An old regression was fixed with where some nodes would not
run. (#3405)
- Suspend was improved a little to avoid races when the session
manager would suspend right when a driver was starting.
* Modules
- module-rtp-sap does not use the deprecated inet_aton anymore.
- Fix an off-by-one in the vban audio receiver. Tweak the rate
adaption a little. (#3380)
* SPA
- ACP will now set a UCM verb before probing the pro-audio
devices. (#3407)
- The mandatory flag will be set now on the video modifiers.
- EVL was updated to Xenomai4 r46 and xbuf creation was
improved.
- An option was added to force colors in the log even when
logging to !tty.
- The return type of spa_pod_builder_control() was fixed.
- inotify errors are handled better now. (#3439)
* pulse-server
- A regression was fixed where removed events would not be
shown in some cases. (#3414)
* Bluetooth
- Improve compatibility with more devices, avoid reusing the
same transport for different media-sink instances to avoid
encoder resets.
- Improve enumeration of codec profiles for BAP and A2DP.
* JACK
- Ensure we can't iterate ports from a deactivated client. Also
make sure the JACK clients with the node.always-process=false
always show their ports. (#3416)
* GStreamer
- A potential crash was fixed in the device provider when
stopping.
- Remove patches already included upstream:
* 0001-context-Dont-stop-setting-runnable-when-meeting-the-driving.patch
* 0001-gst-Prevent-a-crash-when-stopping-device-provider.patch
* 0001-jack-ports-become-visible-when-the-registration-is-queued.patch
* 0002-jack-handle-node.always-process-=-false-jack-nodes.patch
* 0001-pulse-server-set-all-change_mask-flags-when-removing.patch
... changelog too long, skipping 9 lines ...
* 0001-bluez5-fix-BAP-profiles-showing.patch
==== podman ====
Version update (4.6.1 -> 4.6.2)
- Update to version 4.6.2:
* Bump to v4.6.2
* Release notes for v4.6.2
* Packit: Disable unexpected journal message check for cockpit-podman
* Packit: Restrict cockpit tests to recent Fedoras
* Packit: run cockpit-podman tests in PRs
* rpm: spdx compatible license field
* vendor c/storage(a)v1.48.1
* rpm: depend on man-db
* use container restart policy if user specifies one
* podmansh man page UID=$(id -u lockedu) is not allowed
* packit: Build PRs into default packit COPRs
* Skip tests that fail in gating
* fix: pull parma parsing for the /build compat ep
* [CI:DOCS] Update Release Notes
* Bumpt to v4.6.2-dev
==== polkit-default-privs ====
Version update (1550+20230606.5001571 -> 1550+20230829.1a9a761)
- Update to version 1550+20230829.1a9a761:
* deepin-api: provide backward compatibility whitelisting (bsc#1214101)
==== postfix ====
- CVE-2023-32182: postfix: config_postfix SUSE specific script
potentially bad /tmp file usage (bsc#1211196)
Use temp file created by mktemp
==== publicsuffix ====
Version update (20230717 -> 20230826)
- Update to version 20230826:
* util: gTLD data autopull updates for 2023-08-26T15:11:07 UTC (#1835)
* util: gTLD data autopull updates for 2023-08-23T15:12:41 UTC (#1832)
* Update tld-update.yml (#1827)
* util: gTLD data autopull updates for 2023-08-12T15:10:57 UTC (#1829)
* util: gTLD data autopull updates for 2023-08-09T15:14:39 UTC (#1828)
* tools: include IANA TLD URL in new gtld updates. (#1817)
* util: gTLD data autopull updates for 2023-08-05T15:11:19 UTC (#1822)
* Update tld-update.yml to automatically add labels when autopull catches deltas and generates PR (#1815)
* ci: update test workflow triggers to include PRs. (#1818)
* util: gTLD data autopull updates for 2023-08-02T15:11:59 UTC (#1816)
* unbroke URL assembly
* Add IANA DB URL instead of blanking out contract date
* tools: skip contract date rendering, small CI fixups. (#1812)
* util: gTLD data autopull updates for 2023-07-28T15:13:22 UTC (#1805)
==== python-dnspython ====
Version update (2.3.0 -> 2.4.2)
- update to version 2.4.2:
* Async queries could wait forever instead of respecting the timeout if the timeout was
0 and a packet was lost. The timeout is now respected.
* Restore HTTP/2 support which was accidentally broken during the https refactoring done
as part of 2.4.0.
* When an inception time and lifetime are specified, the signer now sets the expiration
to the inception time plus lifetime, instead of the current time plus the lifetime.
- update to version 2.4.1:
* Importing dns.dnssecalgs without the cryptography module installed no longer causes
an ImportError.
* A number of timeout bugs with the asyncio backend have been fixed.
* DNS-over-QUIC for the asyncio backend now works for IPv6.
* Dnspython now enforces that the candidate DNSKEYs for DNSSEC signatures
have protocol 3 and have the ZONE flag set. This is a standards compliance issue more
than a security issue as the legitimate authority would have to have published
the non-compliant keys as well as updated their DS record in order for the records
to validate (the DS digest includes both flags and protocol). Dnspython will not
make invalid keys by default, but does allow them to be created and used
for testing purposes.
* Dependency specifications for optional features in the package metadata have been
improved.
- update to version 2.4.0:
* Python 3.8 or newer is required.
* The stub resolver now uses instances of ``dns.nameserver.Nameserver`` to represent
remote recursive resolvers, and can communicate using
DNS over UDP/TCP, HTTPS, TLS, and QUIC. In additional to being able to specify
an IPv4, IPv6, or HTTPS URL as a nameserver, instances of ``dns.nameserver.Nameserver``
are now permitted.
* The DNS-over-HTTPS bootstrap address no longer causes URL rewriting.
* DNS-over-HTTPS now only uses httpx; support for requests has been dropped. A source
port may now be supplied when using httpx.
* DNSSEC zone signing with NSEC records is now supported. Thank you
very much (again!) Jakob Schlyter!
* The resolver and async resolver now have the ``try_ddr()`` method, which will try to
use Discovery of Designated Resolvers (DDR) to upgrade the connection from the stub
resolver to the recursive server so that it uses DNS-over-HTTPS, DNS-over-TLS, or
DNS-over-QUIC. This feature is currently experimental as the standard is still in
draft stage.
* The resolver and async resolver now have the ``make_resolver_at()`` and
``resolve_at()`` functions, as a convenience for making queries to specific
recursive servers.
* Curio support has been removed.
==== python-pip ====
Version update (23.1.2 -> 23.2.1)
- Finally drop csv23, it has been removed upstream since 2021.
- Shift around sle15_python_module_pythons.
- Upgrade to 23.2.1
* Bug fixes
- Disable PEP 658 metadata fetching with the legacy resolver.
- Upgrade to 23.2
* Process
- Deprecate support for eggs for Python 3.11 or later, when the
new importlib.metadata backend is used to load distribution
metadata. This only affects the egg distribution format (with
the .egg extension); distributions using the .egg-info metadata
format (but are not actually eggs) are not affected. For more
information about eggs, see relevant section in the setuptools
documentation.
* Deprecations and Removals
- Deprecate legacy version and version specifiers that donât
conform to PEP 440
- freeze no longer excludes the setuptools, distribute, and wheel
from the output when running on Python 3.12 or later, where they
are not included in a virtual environment by default. Use
- -exclude if you wish to exclude any of these packages.
* Features
- make rejection messages slightly different between 1 and 8, so
the user can make the difference.
* Bug Fixes
- Fix pip completion --zsh.
- Prevent downloading files twice when PEP 658 metadata is present
- Add permission check before configuration
- Fix deprecation warnings in Python 3.12 for usage of
shutil.rmtree
- Ignore invalid or unreadable origin.json files in the cache of
locally built wheels.
- Fix installation of packages with PEP658 metadata using
non-canonicalized names
- Correctly parse dist-info-metadata values from JSON-format index
data.
- Fail with an error if the --python option is specified after the
subcommand name.
- Fix slowness when using importlib.metadata (the default way for
pip to read metadata in Python 3.11+) and there is a large
overlap between already installed and to-be-installed packages.
- Pass the -r flag to mercurial to be explicit that a revision is
passed and protect against hg options injection as part of VCS
URLs. Users that do not have control on VCS URLs passed to pip
are advised to upgrade.
* Vendored Libraries
- Upgrade certifi to 2023.5.7
- Upgrade platformdirs to 3.8.1
- Upgrade pygments to 2.15.1
- Upgrade pyparsing to 3.1.0
- Upgrade Requests to 2.31.0
- Upgrade rich to 13.4.2
- Upgrade setuptools to 68.0.0
- Updated typing_extensions to 4.6.0
- Upgrade typing_extensions to 4.7.1
- Upgrade urllib3 to 1.26.16
==== python-rich ====
Version update (13.4.2 -> 13.5.2)
- specfile:
* update copyright year
- update to version 13.5.2:
* Fixed
+ Fixed Text.expand_tab assertion error
- changes from version 13.5.1:
* Fixed
+ Fix tilde character (~) not included in link regex when printing
to console #3057
- changes from version 13.5.0:
* Fixed
+ Fixed Text.expand_tabs not expanding spans.
+ Fixed TimeElapsedColumn from showing negative.
+ Fix for escaping strings with a trailing backslash #2987
+ Fixed exception in Markdown with partial table #3053
+ Fixed the HTML export template so that the <html> tag comes
before the <head> tag #3021
+ Fixed issue with custom classes overwriting __eq__ #2875
+ Fix rich.pretty.install breakage in iPython #3013
* Added
+ Added Text.extend_style method.
+ Added Span.extend method.
* Changed
+ Text.tab_size now defaults to None to indicate that
Console.tab_size should be used.
==== qalculate ====
Version update (4.7.0 -> 4.8.0)
Subpackages: libqalculate22 qalculate-data
- Version update to 4.8.0
* Concise (e.g. "1.2345(67)") and relative (e.g. "5+/-2%")
notation for output and input (disabled by default for concise
notation) of interval
* Optimize rest of unit expression when converting to partial
(insufficient) expression (e.g. 18MAÃ100ns to J = 1.8 J/V)
* Round high precision intervals enclosing integers for integer
arguments
* Add support for specifying position of sign bit in floating
point functions
* New derived units: Debye, C·m, Daraf, F^-1, V/C, N/C, kcal,
kcal/g, kJ
* Use international foot as base unit for rod
* Fix fibonacci() for non-integers and recursive use
* Fix conversion options presented for speed units (and possibly
other)
* Update dialogs for editing of variables, functions, units,
etc. to match the corresponding dialogs in the Qt UI (GTK)
* Show user-defined objects in a separate category in menus and
dialogs (GTK)
* Add option to disable tooltips in keypad or everywhere (GTK,
Qt)
* Add option to disable units and to interpret unrecognized
symbols as variables (unknowns) to preferences (Qt)
* Make closing of application with Escape key optional and
disabled by default (GTK, Qt)
* Hide name column in conversion list when applied to current
result (Qt)
* Add temporary option to unknown variable edit dialog (GTK, Qt)
* Add Microship (PIC16/17) 24 and 32 bit floating point formats
(GTK, Qt)
* Fix initial height of list and description in units window
(GTK)
* Minor bug fixes and feature enhancements
==== samba ====
Version update (4.18.5+git.313.c8e274c7852 -> 4.18.6+git.320.cfda27bacb)
Subpackages: libsamba-policy0-python3 samba-ad-dc-libs samba-client samba-client-libs samba-libs samba-libs-python3 samba-python3
- Update to 4.18.6
* reply_sesssetup_and_X() can dereference uninitialized tmp pointer;
(bso#15420);
* Missing return in reply_exit_done(); (bso#15430);
* post-exec password redaction for samba-tool is more reliable for fully
random passwords as it no longer uses regular expressions containing the
password value itself; (bso#15289);
* Windows client join fails if a second container CN=System exists somewhere;
(bso#9959);
* Spotlight sometimes returns no results on latest macOS; (bso#15342);
* Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to
remove the destination; (bso#15417);
* Spotlight results return wrong date in result list; (bso#15427);
* "net offlinejoin provision" does not work as non-root user; (bso#15414);
* rpcserver no longer accepts double backslash in dfs pathname; (bso#15400);
* cm_prepare_connection() calls close(fd) for the second time; (bso#15433);
* 2-3min delays at reconnect with smb2_validate_sequence_number: bad
message_id 2; (bso#15346);
* samba-tool ntacl get segfault if aio_pthread appended; (bso#15441);
* DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446);
* Python tarfile extraction needs change to avoid a warning (CVE-2007-4559
mitigation); (bso#15390);
* Regression DFS not working with widelinks = true; (bso#15435);
* mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449);
- Move libcluster-samba4.so from samba-libs to samba-client-libs;
(bsc#1213940);
==== signon-kwallet-extension ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- No code change since 23.07.80
- Update to 23.07.80
* New feature release
- No code change since 23.04.3
==== spectacle ====
Version update (23.04.3 -> 23.08.0)
- Update to 23.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/23.08.0/
- No code change since 23.07.90
- Update to 23.07.90
* New feature release
- Changes since 23.07.80:
* Fix crash in QApplication::screenRemoved lambda
- Update to 23.07.80
* New feature release
- Too many changes since 23.04.3, only listing bugfixes:
* Avoid auto quitting on auto save (kde#469646)
* Use ecm_query_qt to query Qt binaries dir (kde#471095)
* Multiply annotation shadow opacity by stroke or fill opacity (kde#464170)
* Allow making annotation colors fully transparent via checkboxes (kde#468077)
* Hide redundant header on Wayland (kde#468818)
* Fix wrong image position in rectangle capture mode with scaling (kde#462860)
* Fix quitting Spectacle with Escape affecting windows below it (kde#428478)
* Don't close all windows if activated by DBus with GUI and no CLI options (kde#467118)
* Fix window title file name template on wayland (kde#465524)
* Use deleteLater() to delete SpectacleWindows (kde#467401)
* AnnotationDocument: Divide image size by devicePixelRatio in addImage() (kde#467398)
==== suse-module-tools ====
Version update (16.0.33 -> 16.0.34)
Subpackages: suse-module-tools-scriptlets
* support old-style markers under /run/regenerate-initrd
(bsc#1214877)
* Fix comment in regenerate-initrd-posttrans
==== vulkan-loader ====
Version update (1.3.250.0 -> 1.3.261.0)
- Update to release SDK-1.3.261.0
* Warn when ICD Manifest version differs from
vkEnumerateInstanceVersion
* Enable VK_KHR_maintenance_5 support
==== vulkan-tools ====
Version update (1.3.250.0 -> 1.3.261.0)
- Update to release SDK-1.3.261.0
* icd: Fix OOB writes in QueuePerfCounters
* icd: Add support for vkGetDescriptorSetLayoutSupport,
vkGetRenderAreaGranularity, VK_KHR_cooperative_matrix,
VK_EXT_host_image_copy
* vulkaninfo: Make -j=<GPU> work
==== xdg-utils ====
Version update (1.1.3+20210805 -> 1.1.3+20230830)
- Update to 1.1.3+20230830
* Patches:
- 0001-Don-t-run-kreadconfig-if-KDE_SESSION_VERSION-is-5.patch
- support-deepin-desktop.patch
- xdg-utils-egrep.patch
are merged upstream
* Support for KDE Plasma 6
==== xf86-input-libinput ====
Version update (1.3.0 -> 1.4.0)
- Update to version 1.4.0:
* Tablets now have BTN_STYLUS3 mapped to X button 8 (i.e. the
first usable one after the LMR buttons).
* Tablet now have the left-handed property available so we can
actually change them to left-handed.
==== xwayland ====
Version update (23.1.2 -> 23.2.0)
- enable libei and libdecor only for TW, since it does not exist
yet on sle15-sp5
- Update to version 23.2.0:
* Optional support for emulated input (EI) via the libei library,
support for the tearing control protocol, and the XWayland
rootful mode is now resizable with libdecor.
- Add pkgconfig(libei-1.0) BuildRequires, build new optional
emulated input support.
- Add pkgconfig(libdecor-0) BuildRequires, build optional CSD
support.
1
0