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:
apparmor (3.0.6 -> 3.0.7)
libapparmor (3.0.6 -> 3.0.7)
llvm14
man-pages-ja (20220415 -> 20220815)
python-ipywidgets (7.7.1 -> 8.0.1)
python-nbclient (0.6.6 -> 0.6.7)
python-qtconsole (5.3.1 -> 5.3.2)
schily
tree (2.0.2 -> 2.0.3)
=== Details ===
==== apparmor ====
Version update (3.0.6 -> 3.0.7)
Subpackages: apparmor-abstractions apparmor-parser apparmor-parser-lang apparmor-profiles apparmor-utils apparmor-utils-lang python3-apparmor
- update to AppArmor 3.0.7
- fix setuptools version detection in buildpath.py
- see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.0.7
for the detailed upstream changelog
- add dnsmasq-cpu-possible.diff: allow reading /sys/devices/system/cpu/possible
in dnsmasc//libvirt-leaseshelper profile (boo#1202849)
==== libapparmor ====
Version update (3.0.6 -> 3.0.7)
- update to AppArmor 3.0.7
- fix setuptools version detection in buildpath.py
- see https://gitlab.com/apparmor/apparmor/-/wikis/Release_Notes_3.0.7
for the detailed upstream changelog
- add dnsmasq-cpu-possible.diff: allow reading /sys/devices/system/cpu/possible
in dnsmasc//libvirt-leaseshelper profile (boo#1202849)
==== llvm14 ====
- Add llvm-lifetime-for-rust.patch to have Rust memory management
functions considered as lifetime markers. This should aid dead
store elimination to dynamically allocated memory in Rust code.
- Don't declare python3-clang as noarch: Python packages are
installed into %{_libdir}.
- Use black RPM macro magic to deduplicate binary lists. This
should have no effect on the generated RPM but shaves ~400 lines
off the specfile and hopefully makes future maintenance easier.
==== man-pages-ja ====
Version update (20220415 -> 20220815)
- Update to release 20220815
* Improved manual pages
==== python-ipywidgets ====
Version update (7.7.1 -> 8.0.1)
- specfile:
* update required versions
* require python >= 3.7
- update to version 8.0.1:
* Deserialize state before setting it, as is done elsewhere
set_state iâ¦
* Update to lerna 5.4.3
- changes from version 8.0.0:
* changes
+ Add a cookiecutter-based tutorial to build a custom widget
(#2919)
+ Change media widgets to use memory views. (#2723)
+ Upgrade to FontAwesome 5 in html-manager (#2713)
+ Play widget now toggles between play and pause button as needed
(#2703, #2671)
+ Drop support for mapping types as selection options (#2679,
[#1958])
+ Focus or blur a widget. (#2664, #2692, #2691, #2690)
+ Drop notebook dependency from widgetsnbextension (#2590)
+ Cast âvalueâ in range sliders to a tuple (#2441)
+ Play widget: expose playing and repeat (#2283, #1897)
+ Fix debouncing and throttling code (#3060)
+ Fix regression on spinning icons (#2685, #2477)
+ Fix selection container default index (#1823)
+ Remove deprecated overflow properties (#2688)
+ Select: Do not force a selection if there is currently no
selection and the options list changes (#3284)
+ Add support for localization to the lab extension (#3286)
+ Drop support for Python 2.7, 3.4, and 3.5 (#2558, #2655, #3131,
[#3120])
+ Fix character escapes in combobox options (#2972)
+ Modify outputs to use a comm if IPython is not available (#2954)
+ Bugfix/parameters in the from_file method to be passed along in
the media class (#3074)
+ Widgetsnbextension: throw error on failure to render (#3280)
+ Fix memory leak from Image widget not releasing object urls
(#3171, #3170)
+ ErrorWidget as fallback when widgets models or views fail -
Following up (#3304)
+ Fix matplotlib plots in interact (#3277)
+ Fix selection equality checking (#2897)
+ Remove the on_displayed Python callback mechanism (#2021)
* Python
+ Widget.widgets and Widget.widget_types are now private variables
(#3122, #3173)
+ Generate the widget data spec as JSON (#2193)
+ Use _repr_mimebundle_ and require ipython 6.1 or later. (#2021,
[#1811])
+ Hold sync during set_state + fix selection widgets flakiness
(#3271)
+ Remove deprecated handle_kernel alias (#2694)
+ Removed deprecated signature of the register decorator (#2695)
* Javascript
+ Fix CSS variable names to match JupyterLab names (#2801, #2062)
+ Delete display_model and display_view (#2752, #2751)
+ Drop underscore usage (#2742)
+ Upgrade to es2017 javascript (#2725)
+ Split base manager into separate packages (#2710, #2561)
+ Change Phosphor to Lumino (#2681, #3267)
+ Widgetmanagerbase: improve create_view return type (#2662)
+ Refactor the JupyterLab widget manager so it can be reused
(#2532)
+ Make more of lab manager dependencies optional (#2528)
+ Remove class jupyter-widgets from jp-outputarea-output node
(#2500)
+ Rename pWidget to luminoWidget and deprecate pWidget (#3118,
[#3141], #3358,)
+ Add layout, style, and shown events (#3300)
+ Implement jupyter.widget.control comm channel (#3313)
+ Update to TypeScript 4.3 (#3162)
+ Add event listener for resize events (#3124)
+ Remove process.cwd polyfill (#3315)
+ Make sure buffer is a DataView (#3127)
+ Deprecate the overly broad CSS class widget and introduce a
similar jupyter-widget CSS class (#3146)
+ Fetch the full widget state via a control Comm (#3021)
+ Export LabWidgetManager and KernelWidgetManager (#3166)
+ More helpful semver range message (#3185)
+ Make the base widget manager .get_model() method always return a
Promise, which is rejected if the requested model is not
registered. To test if a model is registered, use the new
.has_model() method (#3389)
* Documentation improvements
+ Documentation overhaul (#3104, #3096, #3099, #3076, #2824,
[#3246], #3243, #3103, #3165, #3283, #2927, #3062, #3129, #3130,
[#3155], )
+ Remove step parameter from widget list notebook (#3106)
+ Remove extra requirements from doc to fix RTD build (#3098)
+ Align doc requirements for 7.x branch with master (#3094)
+ Remove defunct deep-links from install in README (#3225)
+ Fix documentation about embedding widget in HTML (#3224)
+ Fix example web3 missing process during runtime (#3223)
+ Complete docstring for interactive. (#3169)
+ Unpin ipykernel<6 for the docs (#3168)
+ Checking milestone and generating changelog (#3125)
+ Change graph example to receive a tuple instead of a dict
(#3117)
+ Fix debouncing and throttling code (#3060)
+ Variable Inspector example used a wrong callback argument
... changelog too long, skipping 16 lines ...
+ Add Binder links and badges (#3164, #3212, #3151, #3148, #2701)
==== python-nbclient ====
Version update (0.6.6 -> 0.6.7)
- Update to 0.6.7
* Fix tests for ipywidgets 8 #246 (@frenzymadness)
==== python-qtconsole ====
Version update (5.3.1 -> 5.3.2)
- Update to version 5.3.2
* Fix syntax highlighting with multiline inputs.
- Test with xvfb display
- Remove skip of previously segfaulting tests
- Allow PyQt6 and Pyside6 as backend
- Add missing pyzmq requirement (was already transitive)
- Remove obsolete jupyter package, provide desktop files and icon
for every flavor
==== schily ====
Subpackages: libcdrdeflt1_0 libdeflt1_0 libfile1_0 libfind4_0 librmt1_0 librscg1_0 libscg1_0 libscgcmd1_0 libschily2_0 mkisofs spax star
- Fix update-alternatives for rmt.1
==== tree ====
Version update (2.0.2 -> 2.0.3)
- tree 2.0.3:
* Fix segfault when filelimit is used and tree encounters a
directory it cannot enter
* Fixed broken -x option (stops recursing.)
* Fix use after free (causing segfault) for dir/subdir in list.c
* Multiple fixes for .gitignore functionality
* Fixed segfault when an unknown directory is given with -X
* Fixed output up for -X and -J options
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:
file
ibus (1.5.26 -> 1.5.27)
ibus_gtk4 (1.5.26 -> 1.5.27)
libXau (1.0.9 -> 1.0.10)
libXfont2 (2.0.5 -> 2.0.6)
libfontenc (1.1.4 -> 1.1.5)
libgnomekbd (3.26.1 -> 3.28.0)
python-tornado6 (6.1 -> 6.2)
webkit2gtk3 (2.36.6 -> 2.36.7)
webkit2gtk3-soup2 (2.36.6 -> 2.36.7)
webkit2gtk4 (2.36.6 -> 2.36.7)
=== Details ===
==== file ====
Subpackages: file-magic libmagic1
- Move magic files to /usr/share/file from /usr/share/misc, and
then create symlinks from /usr/share/misc back to /usr/share/file
as per FHS 3.0
==== ibus ====
Version update (1.5.26 -> 1.5.27)
Subpackages: ibus-dict-emoji ibus-gtk ibus-gtk3 ibus-lang libibus-1_0-5 typelib-1_0-IBus-1_0
- Upstream update to 1.5.27
* Disable XKB engines in Plasma Wayland
* ibusimcontext keycode - 8 for gtk3 keycode generation
* client/gtk2: Revert CCedilla change for pt-BR
* Add IBUS_CAP_OSK to IBusCapabilite
* Enable ibus restart in GNOME desktop
* Add ibus im-module command
* Implement new process_key_event for GTK4
* src/ibusengine: Add focus_in_id()/focus_out_id() class methods
* Delete xkb:latam:: in denylist.txt
* Enhance Xutf8TextListToTextProperty
* Revert Emoji shoftcut key to Super-space
* Update simple.xml with xkeyboard-config 2.36
* Fix refcounting issues
* Drop ibus-fix-refcounting-issues.patch
* Fix bashisms in org.freedesktop.IBus.session.GNOME.service
* Update xkb-latin-layouts in gschema
* Use our own prefix to look up systemd user services dir
* Add functionality to change IBus panel themes with available GTK themes
* Update translation
- Refresh im-engines-precede-xkb.patch
- Add pkgconfig(libnotify) for the GTK4 flavor
==== ibus_gtk4 ====
Version update (1.5.26 -> 1.5.27)
- Upstream update to 1.5.27
* Disable XKB engines in Plasma Wayland
* ibusimcontext keycode - 8 for gtk3 keycode generation
* client/gtk2: Revert CCedilla change for pt-BR
* Add IBUS_CAP_OSK to IBusCapabilite
* Enable ibus restart in GNOME desktop
* Add ibus im-module command
* Implement new process_key_event for GTK4
* src/ibusengine: Add focus_in_id()/focus_out_id() class methods
* Delete xkb:latam:: in denylist.txt
* Enhance Xutf8TextListToTextProperty
* Revert Emoji shoftcut key to Super-space
* Update simple.xml with xkeyboard-config 2.36
* Fix refcounting issues
* Drop ibus-fix-refcounting-issues.patch
* Fix bashisms in org.freedesktop.IBus.session.GNOME.service
* Update xkb-latin-layouts in gschema
* Use our own prefix to look up systemd user services dir
* Add functionality to change IBus panel themes with available GTK themes
* Update translation
- Refresh im-engines-precede-xkb.patch
- Add pkgconfig(libnotify) for the GTK4 flavor
==== libXau ====
Version update (1.0.9 -> 1.0.10)
- Update to version 1.0.10
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* Autest.c: Fix -Wdiscarded-qualifiers warnings
* Remove unnnecessary casts from malloc() and free() calls
* XauReadAuth: move failure handling code to a common code block
==== libXfont2 ====
Version update (2.0.5 -> 2.0.6)
- Update to version 2.0.6
* gitlab CI: add a basic build test
* Fix spelling/wording issues
* configure: Use pkg-config to handle zlib dependency if possible
* Fix comments to reflect removal of OS/2 support
==== libfontenc ====
Version update (1.1.4 -> 1.1.5)
- Update to version 1.1.5
* Fix spelling/wording issues
* gitlab CI: add a basic build test
* Import reallocarray() from libX11 (originally from OpenBSD)
* Convert code to use Xmallocarray() & Xreallocarray()
* configure: Use AC_USE_SYSTEM_EXTENSIONS to set GNU_SOURCE & other defines
==== libgnomekbd ====
Version update (3.26.1 -> 3.28.0)
Subpackages: gnomekbd-tools libgnomekbd-lang libgnomekbd8
- Rebase patches with quilt.
- Use ldconfig_scriptlets macro for post(un) handling.
- Update to version 3.28.0:
+ Require GLib 2.44
+ Modernize the codebase
+ Avoid several crashes
+ Fix RTL issues
+ Add meson build system
+ Updated translations.
- Add libtool BuildRequires and call autgen.sh in build phase: the
tarball was geneated using meson and does not contain configure.
It is not possible (yet) to use meson as build system though, as
the installation turns out to be incomplete.
- Drop libgnomekbd_avoid_implicit_definition.patch: Fixed upstream.
==== python-tornado6 ====
Version update (6.1 -> 6.2)
- update to 6.2:
* https://www.tornadoweb.org/en/stable/releases/v6.2.0.html
- drop remove-multiheader-http-test.patch (upstream)
==== webkit2gtk3 ====
Version update (2.36.6 -> 2.36.7)
Subpackages: WebKit2GTK-4.1-lang libjavascriptcoregtk-4_1-0 libwebkit2gtk-4_1-0 webkit2gtk-4_1-injected-bundles
- Update to version 2.36.7 (boo#1202807):
- Fix several crashes and rendering issues.
+ Security fixes: CVE-2022-32893.
==== webkit2gtk3-soup2 ====
Version update (2.36.6 -> 2.36.7)
Subpackages: WebKit2GTK-4.0-lang libjavascriptcoregtk-4_0-18 libwebkit2gtk-4_0-37 webkit2gtk-4_0-injected-bundles
- Update to version 2.36.7 (boo#1202807):
- Fix several crashes and rendering issues.
+ Security fixes: CVE-2022-32893.
==== webkit2gtk4 ====
Version update (2.36.6 -> 2.36.7)
Subpackages: WebKit2GTK-5.0-lang libjavascriptcoregtk-5_0-0 libwebkit2gtk-5_0-0 typelib-1_0-JavaScriptCore-5_0 typelib-1_0-WebKit2-5_0 webkit2gtk-5_0-injected-bundles
- Update to version 2.36.7 (boo#1202807):
- Fix several crashes and rendering issues.
+ Security fixes: CVE-2022-32893.
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 (103.0.2 -> 104.0)
apparmor
glibc (2.35 -> 2.36)
libapparmor
libcbor
libheif
manpages-l10n
nfs-utils
open-vm-tools (12.0.0 -> 12.1.0)
osinfo-db
python-hatchling (1.8.0 -> 1.8.1)
=== Details ===
==== MozillaFirefox ====
Version update (103.0.2 -> 104.0)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 104.0
* https://www.mozilla.org/en-US/firefox/104.0/releasenotes
MFSA 2022-33 (bsc#1202645)
* CVE-2022-38472 (bmo#1769155)
Address bar spoofing via XSLT error handling
* CVE-2022-38473 (bmo#1771685)
Cross-origin XSLT Documents would have inherited the parent's
permissions
* CVE-2022-38474 (bmo#1719511)
Recording notification not shown when microphone was
recording on Android
* CVE-2022-38475 (bmo#1773266)
Attacker could write a value to a zero-length array
* CVE-2022-38477 (bmo#1760611, bmo#1770219, bmo#1771159, bmo#1773363)
Memory safety bugs fixed in Firefox 104 and Firefox ESR 102.2
* CVE-2022-38478 (bmo#1770630, bmo#1776658)
Memory safety bugs fixed in Firefox 104, Firefox ESR 102.2,
and Firefox ESR 91.13
- requires
NSPR 4.34.1
NSS 3.81
rust 1.62
==== apparmor ====
Subpackages: apparmor-abstractions apparmor-parser apparmor-parser-lang apparmor-profiles apparmor-utils apparmor-utils-lang python3-apparmor
- add profiles-permit-php-fpm-pid-files-directly-under-run.patch
https://gitlab.com/apparmor/apparmor/-/merge_requests/914 (bsc#1202344)
==== glibc ====
Version update (2.35 -> 2.36)
Subpackages: glibc-extra glibc-lang glibc-locale glibc-locale-base nscd
- glibcextract-compile-c-snippet.patch: glibcextract.py: Add
compile_c_snippet
- sys-mount-kernel-definition.patch: linux: Mimic kernel definition for
BLOCK_SIZE
- sys-mount-usage.patch: linux: Fix sys/mount.h usage with kernel headers
- Update to glibc 2.36
Major new features:
* Support for DT_RELR relative relocation format has been added to
glibc
* On Linux, the pidfd_open, pidfd_getfd, and pidfd_send_signal functions
have been added
* On Linux, the process_madvise function has been added
* On Linux, the process_mrelease function has been added
* The âno-aaaaâ DNS stub resolver option has been added
* On Linux, the fsopen, fsmount, move_mount, fsconfig, fspick, open_tree,
and mount_setattr have been added
* localedef now accepts locale definition files encoded in UTF-8
* Support for the mbrtoc8 and c8rtomb multibyte/UTF-8 character conversion
functions has been added per the ISO C2X N2653 and C++20 P0482R6 proposals
* The functions arc4random, arc4random_buf, and arc4random_uniform have been
added
Deprecated and removed features, and other changes affecting compatibility:
* Support for prelink will be removed in the next release
* The Linux kernel version check has been removed along with the
LD_ASSUME_KERNEL environment variable
* On Linux, The LD_LIBRARY_VERSION environment variable has been removed
- get-nprocs-sched-uninit-read.patch, get-nprocs-inaccurate.patch,
strcmp-rtm-fallback.path, pt-load-invalid-hole.patch,
localedef-ld-monetary.patch, nptl-spurious-eintr.patch,
strncpy-power9-vsx.patch, nptl-cleanup-async-restore.patch,
read-chk-cancel.patch, wcrtomb-fortify.patch,
nptl-cleanup-async-restore-2.patch: Removed
==== libapparmor ====
- add profiles-permit-php-fpm-pid-files-directly-under-run.patch
https://gitlab.com/apparmor/apparmor/-/merge_requests/914 (bsc#1202344)
==== libcbor ====
- Install manual page in the correct man section
==== libheif ====
Subpackages: gdk-pixbuf-loader-libheif libheif1
- Support version 1.0.0 of dav1d
- Added 0f8496f22d284e1a69df12fe0b72f375aed31315.patch
==== manpages-l10n ====
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
- Add manpages-l10n-4.15.0-fix-links.patch: Fix incorrect links in
man2 (boo#1202798).
==== nfs-utils ====
Subpackages: libnfsidmap1 nfs-client
- sysconfig.nfs, nfs.conf: allow NFSv4 grace time to be set
via sysconfig.
SLE12 allowed this, SLE15 lost the ability. Add it back
with the name NFSV4GRACETIME. Also improve description
for NFSV4LEASETIME.
(bsc#1202592)
==== open-vm-tools ====
Version update (12.0.0 -> 12.1.0)
Subpackages: libvmtools0 open-vm-tools-desktop
- Update to 12.1.0 (build 20219665) (boo#1202733)
+ New/Updated features:
- Contains security update fix for (bsc#1202657) - (CVE-2022-31676)
VUL-0: CVE-2022-31676: open-vm-tools:
local privilege escalation vulnerability
+ A number of Coverity reported issues have been addressed.
+ [FTBFS] Fix the build of the ContainerInfo plugin for a 32-bit Linux
release:
https://github.com/vmware/open-vm-tools/pull/588
+ Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 (32-bit)
This change incorporates the support of 64 bit time epoch conversion
from Windows NT time to Unix Epoch time on i386.
https://github.com/vmware/open-vm-tools/pull/387
- Drop patch now contained in 12.1.0:
+ gcc_size_t.patch
==== osinfo-db ====
- Add support for openSUSE Leap 15.5, SLES 15.5, and SLE Micro 5.3
add-opensuse-leap-15.5-support.patch
add-sle15sp5-support.patch
add-slem5.3-support.patch
==== python-hatchling ====
Version update (1.8.0 -> 1.8.1)
- update to version 1.8.1:
* Fixed:
+ Fix default file inclusion for wheel build targets when both
the project name and package directory name are not
normalized
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:
cockpit
filesystem
grub2
jbigkit
libcdio
pinentry (1.2.0 -> 1.2.1)
pinentry-gui (1.2.0 -> 1.2.1)
shadow (4.11.1 -> 4.12.3)
=== Details ===
==== cockpit ====
Subpackages: cockpit-bridge cockpit-packagekit cockpit-system
- Use a list of available brandings to include in cockpit-ws
package instead of resolving by symlinks.
==== filesystem ====
- Revert last change, fr should be used like we do for all languages
in all packages, no excpetion for xz with fr_FR.
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi
==== jbigkit ====
- Makefile is not parallel-safe
==== libcdio ====
- Rebase fix-undefined-behavior-in-readlink.patch to the upstream
version (only a different formatting is used).
==== pinentry ====
Version update (1.2.0 -> 1.2.1)
- update to 1.2.1:
* qt: Support building with Qt 5.9. [T5592]
* curses: Handle an error at curses initialization. [T5623]
* curses: Specify fg/bg when an extention of Ncurses is not available.
* qt: Fix translation of context menu entries. [T5786]
* qt: Further improve the accessibility. [T5863]
* qt: Fix moving focus to second input field when pressing Enter in
first input field. [T5866]
* qt: Update the cursor position when reformatting the text. [T5972]
* qt: Use foreground raising code also with the confirm prompt.
* Make the legacy qt4 version build again. [T5569]
* Make sure an entered PIN is always cleared from memory. [T5977]
* Build fixes for Windows. [T5893]
==== pinentry-gui ====
Version update (1.2.0 -> 1.2.1)
Subpackages: pinentry-gnome3 pinentry-qt5
- update to 1.2.1:
* qt: Support building with Qt 5.9. [T5592]
* curses: Handle an error at curses initialization. [T5623]
* curses: Specify fg/bg when an extention of Ncurses is not available.
* qt: Fix translation of context menu entries. [T5786]
* qt: Further improve the accessibility. [T5863]
* qt: Fix moving focus to second input field when pressing Enter in
first input field. [T5866]
* qt: Update the cursor position when reformatting the text. [T5972]
* qt: Use foreground raising code also with the confirm prompt.
* Make the legacy qt4 version build again. [T5569]
* Make sure an entered PIN is always cleared from memory. [T5977]
* Build fixes for Windows. [T5893]
==== shadow ====
Version update (4.11.1 -> 4.12.3)
Subpackages: libsubid4 login_defs
- Update to 4.12.3:
Revert removal of subid_init, which should have bumped soname.
So note that 4.12 through 4.12.2 were broken for subid users.
- Update to 4.12.2:
* Address CVE-2013-4235 (TOCTTOU when copying directories) [bsc#916845]
- Refresh useradd-userkeleton.patch:
LSTAT() was removed with https://github.com/shadow-maint/shadow/pull/545
Let's use fstatat() now.
- Update to 4.12.1:
* Fix uk manpages
- Remove shadow-4.12-remove-uk.patch: fixed upstream
- Update to 4.12:
* Add absolute path hint to --root
* Various cleanups
* Fix Ubuntu release used in CI tests
* add -F options to userad
* useradd manpage updates
* Check for ownerid (not just username) in subid ranges
* Declare file local functions static
* Use strict prototypes
* Do not drop const qualifier for Basename
* Constify various pointers
* Don't return uninitialized memory
* Don't let compiler optimize away memory cleaning
* Remove many obsolete compatibility checks and defines
* Modify ID range check in useradd
* Use "extern "C"" to make libsubid easier to use from C++
* French translation updates
* Fix s/with-pam/with-libpam/
* Spanish translation updates
* French translation fixes
* Default max group name length to 32
* Fix PAM service files without-selinux
* Improve manpages
- groupadd, useradd, usermod
- groups and id
- pwck
* Add fedora to CI builds
* Fix condition under which pw_dir check happens
* logoutd: switch to strncat
* AUTHORS: improve markdown output
* Handle ERANGE errors correctly
* Check for fopen NULL return
* Split get_salt() into its own fn juyin)
* Get salt before chroot to ensure /dev/urandom.
* Chpasswd code cleanup
* Work around git safe.directory enforcement
* Alphabetize order in usermod help
* Erase password copy on error branches
* Suggest using --badname if needed
* Update translation files
* Correct badnames option to badname
* configure: replace obsolete autoconf macros
* tests: replace egrep with grep -E
* Update Ukrainian translations
* Cleanups
- Remove redeclared variable
- Remove commented out code and FIXMEs
- Add header guards
- Initialize local variables
* CI updates
- Create github workflow to install dependencies
- Enable CodeQL
- Update actions version
* libmisc: use /dev/urandom as fallback if other methods fail
- Add shadow-4.12-remove-uk.patch:
Disable non working Ukranian translation for now
https://github.com/shadow-maint/shadow/issues/547
- Remove duplicate pam.d/useradd entry
- Provide /etc/login.defs.d on SLE15 since we support and use it
- Use %_pam_vendordir macro
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:
breeze
cryptsetup (2.4.3 -> 2.5.0)
gnome-bluetooth (42.2 -> 42.3)
libcdio
libqt5-qtquickcontrols2 (5.15.5+kde5 -> 5.15.5+kde6)
libtasn1 (4.18.0 -> 4.19.0)
multipath-tools (0.9.0+39+suse.51a2ab1 -> 0.9.0+55+suse.33d8854)
psutils
sudo (1.9.10 -> 1.9.11p3)
tar
=== Details ===
==== breeze ====
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang breeze5-wallpapers libbreezecommon5-5
- Add patch to fix progress bars in some applications:
* 0001-Look-at-QStyleOptionProgressBar-orientation-again.patch
==== cryptsetup ====
Version update (2.4.3 -> 2.5.0)
Subpackages: cryptsetup-lang libcryptsetup12
- cryptsetup 2.5.0:
* Split manual pages into per-action pages and use AsciiDoc format.
* Remove cryptsetup-reencrypt tool from the project and move reencryption
to already existing "cryptsetup reencrypt" command.
If you need to emulate the old cryptsetup-reencrypt binary, use simple
wrappers script running "exec cryptsetup reencrypt $@".
* LUKS2: implement --decryption option that allows LUKS removal.
* Fix decryption operation with --active-name option and restrict
it to be used only with LUKS2.
* Do not refresh reencryption digest when not needed.
This should speed up the reencryption resume process.
* Store proper resilience data in LUKS2 reencrypt initialization.
Resuming reencryption now does not require specification of resilience
type parameters if these are the same as during initialization.
* Properly wipe the unused area after reencryption with datashift in
the forward direction.
* Check datashift value against larger sector size.
For example, it could cause an issue if misaligned 4K sector appears
during decryption.
* Do not allow sector size increase reencryption in offline mode.
* Do not allow dangerous sector size change during reencryption.
* Ask the user for confirmation before resuming reencryption.
* Do not resume reencryption with conflicting parameters.
* Add --force-offline-reencrypt option.
* Do not allow nested encryption in LUKS reencrypt.
* Support all options allowed with luksFormat with encrypt action.
* Add resize action to integritysetup.
* Remove obsolete dracut plugin reencryption example.
* Fix possible keyslot area size overflow during conversion to LUKS2.
* Allow use of --header option for cryptsetup close.
* Fix activation of LUKS2 device with integrity and detached header.
* Add ZEROOUT IOCTL support for crypt_wipe API call.
* VERITY: set loopback sector size according to dm-verity block sizes.
* veritysetup: dump device sizes.
* LUKS2 token: prefer token PIN query before passphrase in some cases.
When a user provides --token-type or specific --token-id, a token PIN
query is preferred to a passphrase query.
* LUKS2 token: allow tokens to be replaced with --token-replace option
for cryptsetup token command.
* LUKS2 token: do not continue operation when interrupted in PIN prompt.
* Add --progress-json parameter to utilities.
* Add support for --key-slot option in luksResume action.
- move man pages to separate subpackage
- drop backports handling
==== gnome-bluetooth ====
Version update (42.2 -> 42.3)
Subpackages: gnome-bluetooth-lang libgnome-bluetooth-3_0-13 libgnome-bluetooth-ui-3_0-13 typelib-1_0-GnomeBluetooth-3_0
- Update to version 42.3:
+ This version adds a new API for more precise adapter power
state, and fixes a number of small UI problems in
bluetooth-sendto.
==== libcdio ====
- Add fix-undefined-behavior-in-readlink.patch that fixes boo#1202214.
==== libqt5-qtquickcontrols2 ====
Version update (5.15.5+kde5 -> 5.15.5+kde6)
Subpackages: libQt5QuickControls2-5 libQt5QuickTemplates2-5
- Update to version 5.15.5+kde6:
* Fix scroll bars not showing up when binding to standalone contentItem
==== libtasn1 ====
Version update (4.18.0 -> 4.19.0)
- libtasn1 4.19.0:
* Clarify libtasn1.map license
* Fix ETYPE_OK out of bounds read
* Update gnulib files and various maintenance fixes
==== multipath-tools ====
Version update (0.9.0+39+suse.51a2ab1 -> 0.9.0+55+suse.33d8854)
Subpackages: kpartx libmpath0
- Update to version 0.9.0+55+suse.33d8854:
* Avoid linking to libreadline to avoid licensing issue
(bsc#1202616)
==== psutils ====
- Require new package libpaper-tools (boo#1202402) instead of
old package paper
==== sudo ====
Version update (1.9.10 -> 1.9.11p3)
Subpackages: sudo-plugin-python
- Update to 1.9.11p3:
* Changes in Sudo 1.9.11
* Fixed a crash in the Python module with Python 3.9.10 on some systems.
Additionally, make check now passes for Python 3.9.10.
* Error messages sent via email now include more details, including the file
name and the line number and column of the error. Multiple errors are sent in
a single message. Previously, only the first error was included.
* Fixed logging of parse errors in JSON format. Previously, the JSON logger would
not write entries unless the command and runuser were set. These may not be
known at the time a parse error is encountered.
* Fixed a potential crash parsing sudoers lines larger than twice the value of
LINE_MAX on systems that lack the getdelim() function.
* The tests run by make check now unset the LANGUAGE environment variable.
Otherwise, localization strings will not match if LANGUAGE is set to a
non-English locale. Bug #1025.
* The âstarttimeâ test now passed when run under Debian faketime. Bug #1026.
* The Kerberos authentication module now honors the custom password prompt if one
has been specified.
* The embedded copy of zlib has been updated to version 1.2.12.
* Updated the version of libtool used by sudo to version 2.4.7.
* Sudo now defines _TIME_BITS to 64 on systems that define __TIMESIZE in the
header files (currently only GNU libc). This is required to allow the use of
64-bit time values on some 32-bit systems.
* Sudoâs intercept and log_subcmds options no longer force the command to run in
its own pseudo-terminal. It is now also possible to intercept the system(3) function.
* Fixed a bug in sudo_logsrvd when run in store-first relay mode where the commit
point messages sent by the server were incorrect if the command was suspended
or received a window size change event.
* Fixed a potential crash in sudo_logsrvd when the tls_dhparams configuration
setting was used.
* The intercept and log_subcmds functionality can now use ptrace(2) on Linux
systems that support seccomp(2) filtering. This has the advantage of working
for both static and dynamic binaries and can work with sudoâs SELinux RBAC mode.
The following architectures are currently supported: i386, x86_64, aarch64, arm,
mips (log_subcmds only), powerpc, riscv, and s390x. The default is to use
ptrace(2) where possible; the new intercept_type sudoers setting can be used
to explicitly set the type.
* New Georgian translation from translationproject.org.
* Fixed creating packages on CentOS Stream.
* Fixed a bug in the intercept and log_subcmds support where the execve(2)
wrapper was using the current environment instead of the passed environment
pointer. Bug #1030.
* Added AppArmor integration for Linux. A sudoers rule can now specify an
APPARMOR_PROFILE option to run a command confined by the named AppArmor profile.
* Fixed parsing of the server_log setting in sudo_logsrvd.conf. Non-paths were
being treated as paths and an actual path was treated as an error.
* Changes in Sudo 1.9.11p1:
* Correctly handle EAGAIN in the I/O read/right events. This fixes a hang seen on
some systems when piping a large amount of data through sudo, such as via rsync.
Bug #963.
* Changes to avoid implementation or unspecified behavior when bit shifting signed
values in the protobuf library.
* Fixed a compilation error on Linux/aarch64.
* Fixed the configure check for seccomp(2) support on Linux.
* Corrected the EBNF specification for tags in the sudoers manual page.
GitHub issue #153.
* Changes in Sudo 1.9.11p2:
* Fixed a compilation error on Linux/x86_64 with the x32 ABI.
* Fixed a regression introduced in 1.9.11p1 that caused a warning when logging to
sudo_logsrvd if the command returned no output.
* Changes in Sudo 1.9.11p3:
* Fixed âconnection resetâ errors on AIX when running shell scripts with the intercept
or log_subcmds sudoers options enabled. Bug #1034.
* Fixed very slow execution of shell scripts when the intercept or log_subcmds sudoers
options are set on systems that enable Nagleâs algorithm on the loopback device,
such as AIX. Bug #1034.
* Modified sudo-sudoers.patch
- Added sudo-1.9.10-update_sudouser_to_utf8.patch
* [bsc#1197998]
* Enable sudouser LDAP schema to use UTF-8 encodings.
* Sourced from https://github.com/sudo-project/sudo/pull/163
* Credit to William Brown, william.brown(a)suse.com
==== tar ====
Subpackages: tar-lang tar-rmt
- drop tar-recursive--files-from.patch (causes bsc#918487)
- bsc1200657.patch was previously incomplete leading to deadlocks
* bsc#1202436
* bsc1200657.patch updated
- Fix race condition while creating intermediate subdirectories,
bsc#1200657
* bsc1200657.patch
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
argyllcms (2.3.0 -> 2.3.1)
bluez (5.64 -> 5.65)
gdb
glslang (11.10.0 -> 11.11.0)
google-noto-fonts
ibus
ibus_gtk4
kbd
man (2.10.0 -> 2.10.2)
nghttp2 (1.48.0 -> 1.49.0)
python-platformdirs (2.5.1 -> 2.5.2)
python-urllib3 (1.26.11 -> 1.26.12)
vulkan-loader (1.3.216.0 -> 1.3.224.0)
vulkan-tools (1.3.216.0 -> 1.3.224.0)
wireless-regdb (20220606 -> 20220812)
xen (4.16.1_06 -> 4.16.2_02)
=== Details ===
==== argyllcms ====
Version update (2.3.0 -> 2.3.1)
- update to 2.3.1:
* Added value sanity check & warning to chartread patch by patch mode.
* Fixed crash on 64 bit MSWin in spectro/aglob due to changing SDK
declarations for _findfirst().
* Fixed one remaining problem with not coping with "Colour" spelling rather
than "Color" in cxf2ti3.
* Add code in cgats write to check for float format problems when faced with
- inf or +inf value.
* Fix i1Pro3 highres in ccxxmake, dispcal & dispread.
* Changed OS X usb reset to re-enumerate instead, as reset does nothing on OS
X >= 10.8.
* Added spectro/instlib.api.txt file to public distribution.
* Fixed possible crashes in xicc/ccss.c and spectro/oeminst.c
==== bluez ====
Version update (5.64 -> 5.65)
Subpackages: bluez-auto-enable-devices bluez-cups libbluetooth3
- update to 5.65:
* Fix issue with A2DP cache invalidation handling.
* Fix issue with A2DP and not initialized SEP codec.
* Fix issue with A2DP and multiple SetConfiguration to same SEP
* Fix issue with AVRCP and not properly initialized volume.
* Fix issue with SDP records when operating in LE only mode.
* Fix issue with HoG and not reading report map of instances.
* Fix issue with GATT server crashing while disconnecting.
* Fix issue with not removing connected devices.
* Fix issue with enabling wake support without RPA Resolution.
* Fix issue with pairing failed due to the error of Already Paired.
* Add support for CONFIGURATION_DIRECTORY environment variable.
* Add support for STATE_DIRECTORY environment variable.
* Add support for "Bonded" property with Device API.
* Add experimental support for ISO socket.
- drop bluez-test-2to3.diff (obsolete/upstream)
==== gdb ====
- Enable debuginfod for all archs as we index all TW RPM files.
- Recommend libdebuginfod1 when one installs gdb so that
it can utilize debuginfod server by default.
- Fix build with gcc 13 by using -Wno-error=enum-int-mismatch.
==== glslang ====
Version update (11.10.0 -> 11.11.0)
- Update to release 11.11.0
* CInterface: Add OpSource support.
* Add SPV_AMD_shader_early_and_late_fragment_tests
* Avoid double-free in functions cloned for vulkan relaxed mode
==== google-noto-fonts ====
fix: bsc#1202279 and gh#notofonts/Arimo#13
- fix-arimo.patch
fix: summary and descriptions not mentioning font being Serif
add: README.FAQ to answer some questions about Noto Fonts packaging
==== ibus ====
Subpackages: ibus-dict-emoji ibus-gtk ibus-gtk3 ibus-lang libibus-1_0-5 typelib-1_0-IBus-1_0
- Fix ibus-setup to support python3 (boo#1202063)
* Update setup-switch-im.patch
- Remove X-GNOME-* from ibus-autostart.desktop
(boo#1201421, boo#1201728)
* ibus-autostart still does not work with
systemd-xdg-autostart-generator
==== ibus_gtk4 ====
- Fix ibus-setup to support python3 (boo#1202063)
* Update setup-switch-im.patch
- Remove X-GNOME-* from ibus-autostart.desktop
(boo#1201421, boo#1201728)
* ibus-autostart still does not work with
systemd-xdg-autostart-generator
==== kbd ====
Subpackages: kbd-legacy
- Use %_pam_vendordir
==== man ====
Version update (2.10.0 -> 2.10.2)
- Corrrect some offsets of patch hunks
- Remove change in get-mtime.c as mandb-symlink-target-timestamp
now catch the random format changes
- update to 2.10.2:
* Regenerating man-db's build system now explicitly requires Automake >=
1.14. (This was already the case since at least man-db 2.10.0, but was
previously undocumented.)
* Make `man -H` sleep for a few seconds after starting the browser, since
it may background itself before loading files (Dr. Werner Fink).
* If an override directory is configured using `--with-override-dir`, it is
now applied more consistently when building the manpath, and whether a
page was found in an override directory is considered when sorting
candidates for display (Mihail Konev).
* Make the man-db manual build reproducible.
* Add some hardening options to the `systemd` service.
* `configure` now has a `--with-snapdir` option, for use on systems where
`snapd` is configured to use a directory other than `/snap`.
* Fix occasional `mandb-symlink-target-timestamp` test failure.
* Fix inadvertent reliance on a GCC extension that caused build failures
with Clang.
* Fix building without `iconv`.
- drop man-db-2.7.1-firefox.dif (upstream)
==== nghttp2 ====
Version update (1.48.0 -> 1.49.0)
- update to 1.49.0:
* https://nghttp2.org/blog/2022/08/22/nghttp2-v1-49-0/
==== python-platformdirs ====
Version update (2.5.1 -> 2.5.2)
- Update to 2.5.2:
* Move packaging to hatchling from setuptools
* Treat android shells as unix
- Disable building the docs.
* It's the only package in Ring1 pulling in
python-sphinx-autodoc-typehints and thus python-nptyping and
python-beartype. Avoid it. The online docs should be enough
nowadays.
* Drop no-furo.patch
==== python-urllib3 ====
Version update (1.26.11 -> 1.26.12)
- update to 1.26.12:
* Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module.
Both will be removed in v2.x. See this `GitHub issue <https://github.com/urllib3/urllib3/issues/2680>`_
for justification and info on how to migrate.
==== vulkan-loader ====
Version update (1.3.216.0 -> 1.3.224.0)
- Update to release SDK-1.3.224.0 (09afdf642)
* Enable layer interception of unknown functions
- update to branch snapshot SDK-1.3.224 (7fb19a4c8):
* Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
discussing render area granularity (public issue 1899).
* Clarify external synchronization requirements for
ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and
ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT
elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets
(public issue 1713).
* Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to
<<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
(public merge request 1900).
* Move "`Hit Kind`" valid usage statement from standalone to runtime
SPIR-V validation statements (public merge request 1903).
* Use correct feature in
ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT
description (public pull request 1892).
* GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate)
(public pull request 1894).
* Add dependency of apiext:VK_EXT_blend_operation_advanced on
apiext:VK_KHR_get_physical_device_properties2. (public merge request
1887).
* Update xrefs to features so the feature name is used as the link text,
and marked up consistently. Added a section to the style guide on markup
of feature xrefs (public issue 1889).
elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer
function color space (public merge request 1729).
* Fix clamp expression for d_{lo} in the
<<textures-level-of-detail-operation, Level-of-Detail Operation>>
section (partial fix for public issue 1836).
* Update <<spirvenv-module-validation-standalone, Standalone SPIR-V
Validation>> to add explicit valid usage statements for code:Uniform
objects being read only, and for code:Block decorations (public merge
request 1879).
* Add an issue to apiext:VK_KHR_fragment_shader_barycentric for
interactions with MSAA (public merge request 1881).
* Fix XML tagging of slink:VkShaderModuleCreateInfo and add an explicit
valid usage statement so this structure can be validated both as an
explicit parameter, and as part of the pname:pNext chain of
slink:VkPipelineShaderStageCreateInfo (public issue 1883, but a broader
fix in the validation scripts for this case will eventually be
required).
* Update pipeline image to move push constants outside of descriptor sets
(public issue 1867).
* Correct code:StencilRefLessFrontEXT to code:DepthLess in the early depth
test portion of the <<fragops, Fragment Operations>> chapter (public
pull request 1876).
* Add new driver id ename:VK_DRIVER_ID_MESA_DOZEN (public pull request
1877).
* Relax slink:VkRenderPassCreateInfo valid usage statements 02517 and
02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878).
* Add apiext:VK_KHR_maintenance4 relaxed interface valid usage statement
to the <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
section (public pull request 1860).
* Fix field name in slink:VkRenderingAttachmentInfo valid usage statement
(public pull request 1861).
* Fix typo in slink:VkFramebufferCreateInfo valid usage statements 04533 /
04544 (public pull request 1873).
* Remove duplicate valid usage statement 06060 (public pull request 1874).
* Rework <<fxvertex-input-address-calculation, Vertex Input Address
Calculation>> section (public pull request 1869).
* Split Github CI script into individual jobs to decrease run time (public
pull request 1870).
* Clarify meaning of "`private data slot`" for apiext:VK_EXT_private_data
* Minor markup fix in the <<spirvenv-module-validation-standalone>>
section (public merge request 1864).
==== vulkan-tools ====
Version update (1.3.216.0 -> 1.3.224.0)
- Update to release SDK-1.3.224.0 (497f2326)
* No changes
- Drop 0001-vulkaninfo-include-wayland-client-because-its-functi.patch
(merged)
- update to branch snapshot SDK-1.3.224 (497f2326)
* Add issues to the apiext:VK_KHR_dynamic_rendering proposal document
discussing render area granularity (public issue 1899).
* Clarify external synchronization requirements for
ename:VK_DESCRIPTOR_BINDING_UPDATE_AFTER_BIND_BIT and
ename:VK_DESCRIPTOR_BINDING_UPDATE_UNUSED_WHILE_PENDING_BIT
elink:VkDescriptorBindingFlagBits and flink:vkUpdateDescriptorSets
(public issue 1713).
* Add Vulkan 1.0 valid usage statement for *Subgroup* memory scope to
<<spirvenv-module-validation-standalone, Standalone SPIR-V Validation>>
(public merge request 1900).
* Move "`Hit Kind`" valid usage statement from standalone to runtime
SPIR-V validation statements (public merge request 1903).
* Use correct feature in
ename:VK_PIPELINE_ROBUSTNESS_BUFFER_BEHAVIOR_ROBUST_BUFFER_ACCESS_2_EXT
description (public pull request 1892).
* GitHub CI: Regenerate and build-test Rust Vulkan bindings (Ash crate)
(public pull request 1894).
* Add dependency of apiext:VK_EXT_blend_operation_advanced on
apiext:VK_KHR_get_physical_device_properties2. (public merge request
1887).
* Update xrefs to features so the feature name is used as the link text,
and marked up consistently. Added a section to the style guide on markup
of feature xrefs (public issue 1889).
elink:VK_COLOR_SPACE_PASS_THROUGH_EXT for a linear or non-gamma transfer
function color space (public merge request 1729).
* Fix clamp expression for d_{lo} in the
<<textures-level-of-detail-operation, Level-of-Detail Operation>>
section (partial fix for public issue 1836).
* Update <<spirvenv-module-validation-standalone, Standalone SPIR-V
Validation>> to add explicit valid usage statements for code:Uniform
objects being read only, and for code:Block decorations (public merge
request 1879).
* Add an issue to apiext:VK_KHR_fragment_shader_barycentric for
interactions with MSAA (public merge request 1881).
* Fix XML tagging of slink:VkShaderModuleCreateInfo and add an explicit
valid usage statement so this structure can be validated both as an
explicit parameter, and as part of the pname:pNext chain of
slink:VkPipelineShaderStageCreateInfo (public issue 1883, but a broader
fix in the validation scripts for this case will eventually be
required).
* Update pipeline image to move push constants outside of descriptor sets
(public issue 1867).
* Correct code:StencilRefLessFrontEXT to code:DepthLess in the early depth
test portion of the <<fragops, Fragment Operations>> chapter (public
pull request 1876).
* Add new driver id ename:VK_DRIVER_ID_MESA_DOZEN (public pull request
1877).
* Relax slink:VkRenderPassCreateInfo valid usage statements 02517 and
02518 to allow ename:VK_SUBPASS_EXTERNAL (public pull request 1878).
* Add apiext:VK_KHR_maintenance4 relaxed interface valid usage statement
to the <<spirvenv-module-validation-runtime, Runtime SPIR-V Validation>>
section (public pull request 1860).
* Fix field name in slink:VkRenderingAttachmentInfo valid usage statement
(public pull request 1861).
* Fix typo in slink:VkFramebufferCreateInfo valid usage statements 04533 /
04544 (public pull request 1873).
* Remove duplicate valid usage statement 06060 (public pull request 1874).
* Rework <<fxvertex-input-address-calculation, Vertex Input Address
Calculation>> section (public pull request 1869).
* Split Github CI script into individual jobs to decrease run time (public
pull request 1870).
* Clarify meaning of "`private data slot`" for apiext:VK_EXT_private_data
* Minor markup fix in the <<spirvenv-module-validation-standalone>>
section (public merge request 1864).
==== wireless-regdb ====
Version update (20220606 -> 20220812)
- Update to version 20220812:
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: update 5 GHz rules for PK and add 60 GHz rule
* wireless-regdb: add 5 GHz rules for GY
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: Unify 6 GHz rules for EU contries
* wireless-regdb: Remove AUTO-BW from 6 GHz rules
* wireless-regdb: update regulatory rules for Bulgaria (BG) on 6GHz
* Regulatory update for 6 GHz operation in FI
* Regulatory update for 6 GHz operation in United States (US)
* Regulatory update for 6 GHz operation in Canada (CA)
==== xen ====
Version update (4.16.1_06 -> 4.16.2_02)
- Update to Xen 4.16.2 bug fix release (bsc#1027519)
xen-4.16.2-testing-src.tar.bz2
- Drop patches contained in new tarball
625fca42-VT-d-reserved-CAP-ND.patch
626f7ee8-x86-MSR-handle-P5-MC-reads.patch
627549d6-IO-shutdown-race.patch
62a1e594-x86-clean-up-_get_page_type.patch
62a1e5b0-x86-ABAC-race-in-_get_page_type.patch
62a1e5d2-x86-introduce-_PAGE_-for-mem-types.patch
62a1e5f0-x86-dont-change-cacheability-of-directmap.patch
62a1e60e-x86-split-cache_flush-out-of-cache_writeback.patch
62a1e62b-x86-AMD-work-around-CLFLUSH-ordering.patch
62a1e649-x86-track-and-flush-non-coherent.patch
62a99614-IOMMU-x86-gcc12.patch
62ab0fab-x86-spec-ctrl-VERW-flushing-runtime-cond.patch
62ab0fac-x86-spec-ctrl-enum-for-MMIO-Stale-Data.patch
62ab0fad-x86-spec-ctrl-add-unpriv-mmio.patch
62bdd840-x86-spec-ctrl-only-adjust-idle-with-legacy-IBRS.patch
62bdd841-x86-spec-ctrl-knobs-for-STIBP-and-PSFD.patch
62c56cc0-libxc-fix-compilation-error-with-gcc13.patch
62cc31ed-x86-honour-spec-ctrl-0-for-unpriv-mmio.patch
62cc31ee-cmdline-extend-parse_boolean.patch
62cc31ef-x86-spec-ctrl-fine-grained-cmdline-subopts.patch
62cd91d0-x86-spec-ctrl-rework-context-switching.patch
62cd91d1-x86-spec-ctrl-rename-SCF_ist_wrmsr.patch
62cd91d2-x86-spec-ctrl-rename-opt_ibpb.patch
62cd91d3-x86-spec-ctrl-rework-SPEC_CTRL_ENTRY_FROM_INTR_IST.patch
62cd91d4-x86-spec-ctrl-IBPB-on-entry.patch
62cd91d5-x86-cpuid-BTC_NO-enum.patch
62cd91d6-x86-spec-ctrl-enable-Zen2-chickenbit.patch
62cd91d7-x86-spec-ctrl-mitigate-Branch-Type-Confusion.patch
xsa408.patch
- bsc#1167608, bsc#1201631 - fix built-in default of max_event_channels
A previous change to the built-in default had a logic error,
effectively restoring the upstream limit of 1023 channels per domU.
Fix the logic to calculate the default based on the number of vcpus.
adjust libxl.max_event_channels.patch
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 (22.1.5 -> 22.1.7)
Mesa-drivers (22.1.5 -> 22.1.7)
autoyast2 (4.5.2 -> 4.5.3)
boost-base
conmon (2.1.2 -> 2.1.3)
ibus-libpinyin (1.12.91 -> 1.13.0)
imlib2 (1.7.5 -> 1.9.1)
installation-images-MicroOS (17.60 -> 17.63)
libstorage-ng (4.5.33 -> 4.5.42)
libyui (4.4.1 -> 4.4.3)
libyui-ncurses (4.4.1 -> 4.4.3)
libyui-ncurses-pkg (4.4.1 -> 4.4.3)
libyui-qt (4.4.1 -> 4.4.3)
libyui-qt-graph (4.4.1 -> 4.4.3)
libyui-qt-pkg (4.4.1 -> 4.4.3)
osinfo-db (20220516 -> 20220727)
perl-Bootloader
python-matplotlib-inline (0.1.3 -> 0.1.6)
transactional-update (4.0.0 -> 4.0.1)
xdm
yast2-installation (4.5.4 -> 4.5.5)
yast2-kdump (4.5.1 -> 4.5.3)
yast2-network (4.5.4 -> 4.5.5)
yast2-ruby-bindings (4.5.1 -> 4.5.2)
yast2-security (4.5.0 -> 4.5.1)
yast2-storage-ng (4.5.7 -> 4.5.8)
yast2-users (4.5.1 -> 4.5.2)
=== Details ===
==== Mesa ====
Version update (22.1.5 -> 22.1.7)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- update to 22.1.7:
* fixes and cleanups all over the tree
* most of the fixes are for zink
* nice batch of fixes for the gallium dx9 frontend
* some other fixes across the board
==== Mesa-drivers ====
Version update (22.1.5 -> 22.1.7)
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- update to 22.1.7:
* fixes and cleanups all over the tree
* most of the fixes are for zink
* nice batch of fixes for the gallium dx9 frontend
* some other fixes across the board
==== autoyast2 ====
Version update (4.5.2 -> 4.5.3)
- Revert the modification done in version 4.3.97 running the
initscripts before systed-user-sessions service again once
systemd fixed logind (bsc#1195059, bsc#1200780)
- 4.5.3
==== boost-base ====
Subpackages: boost-license1_80_0 libboost_date_time1_80_0 libboost_filesystem1_80_0 libboost_iostreams1_80_0 libboost_locale1_80_0 libboost_thread1_80_0
- ppc64le: added some new math libraries (bsc#1202594)
==== conmon ====
Version update (2.1.2 -> 2.1.3)
- update to 2.1.3:
* Port conmon to FreeBSD
* Stop using g_unix_signal_add() to avoid threads
* Rename CLI optionlog-size-global-max to log-global-size-max
==== ibus-libpinyin ====
Version update (1.12.91 -> 1.13.0)
- Update version to 1.13.0
* Fix bugs
==== imlib2 ====
Version update (1.7.5 -> 1.9.1)
Subpackages: imlib2-loaders libImlib2-1
- update to 1.9.1:
* x11_color: Simplify and fix error paths
* JPEG loader: Use mmap'ed file access
* modules: Eliminate __imlib_TrimLoaderList()
* Introduce strsplit()
* modules: Cosmetics, mostly
* modules: Enable setting multiple loader/filter paths
* test: Add test_misc
* modules: Fix signdness warning
* TIFF loader: Change default save compression type
* imlib2_load: Remove unused macro
* imlib2_conv: Cosmetic changes
* imlib2_conv: Drop obsolete .db stuff, simplify
* imlib2_conv: Enable passing attached data to saver
* check for some alloc failures
* check for alloc failures some more
* modules: check for filepath truncation
* Remove some deprecation comments
* Move API documentation to header file
* WEBP saver: Fix return code on success
* api.c: Cosmetics
* Refactor some image loading functions
* Refactor some image saving functions
* Image load: Change error code on zero file size
* Tweak __imlib_LoadImageData()
* Error code rework: Use errnos/new imlib2 error codes internally
* Add imlib_load/save_image_with_errno_return() and imlib_strerror()
* Switch to imlib_load/save_image_with_errno_return()
* Deprecate imlib_load/save_image_with_error_return()
* imlib2_load: Tweak verbose output
* Rename files with line etc. drawing functions
* Use stdint types instead of DATA32 etc.
* test_load: Check deferred loading too
* imlib2_load: Show load time per load too
* image.c: Correct loader probe loop
* image.c: Cosmetics (move function)
* GZ loader: Fix uncompressor exit code
* GIF loader: Use mmap'ed file access
* image.c: Loading tweaks
* imlib2_view: Verbose and debug message tweaks
* Loaders: Some trivial cosmetics
* Loaders: Remove unnecessary calls to __imlib_FreeData()
* debug: Enable using hex values in IMLIB2_DEBUG
* SVG loader: Requires librsvg-2.46
* TIFF loader: Use mmap'ed file access
* Add jxl loader
* test: Add basic jxl test
* test_save: Updates
* loaders: Ensure that found loader is ok for load/save
* image: Fix undesired change of format
* Drop deprecation noise from using the old DATA types
* Drop deprecation noise from using imlib_load/save_image_with_error_return()
* API doc corrections and tweaks for doxygen
* Revert a couple of unintended changes
* API doc updates
* doc: Drop most old doc stuff
* doc: New documentation build setup (doxygen)
* doc: Assorted documentation intro updates
* loaders: Fix typo, fix order
* SVG loader: Faster signature check
* build: Tweaks
* Add J2K (JPEG 2000) loader using openjpeg2 library
* test: Add some of JPEG 2000 tests
* Add PS/EPS loader using libspectre
* debug: Export __imlib_time_us()
* JXL loader: Multiframe support
* SVG loader: Avoid some warnings in rsvg.h
* SVG loader: Fix size when unit is percent
* SVG loader: Fix size when unit is percent some more
* v1.9.0
* PNM, XPM loaders: Fix trouble with non-ascii characters
* XPM loader: Reduce signature window size some more
* Refactor image flags stuff
* Remove some unused image flags and deprecate functions referencing them
* JPEG, XBM loaders: Drop pointless clearing of flag
* Deal consistently with including Imlib2.h
* Merge x11_draw.c/h into x11_pixmap.c/h
* x11_rgba.c: Add some missing static qualifiers
* x11_color.c: Make most __imlib_AllocColors*() functions static
* x11_...: Introduce palette type enum
* Loader includes tweaks
* Move some loader related function prototypes to loaders.h
* common.h: Drop round() macro
* debug.c/h: Move __EXPORT__ to .c file
* Remove system includes from common.h
* Move x_VAL() macros to common.h
* Introduce types.h
* Remove some unnecessary headers
* grad.c: Refactor __imlib_DrawGradient() and __imlib_DrawHsvaGradient()
* Only have one CLIP macro
* Mostly cosmetic tweaks around clipping checks
* test: Command line options tweak
* test_grab: Enable testing depths other than 24 and 32
* x11_grab.c: Correct 16 and 15 bit depth grabbing
* TIFF loader: Remove obsolete comment
* ID3 loader: Drop inline and likely stuff
* ID3 loader: Disable tags stuff
* Introduce __imlib_GetKey()
* Merge __imlib_FindBestLoader...() functions
... changelog too long, skipping 95 lines ...
- drop bigendian.patch (upstream)
==== installation-images-MicroOS ====
Version update (17.60 -> 17.63)
- merge gh#openSUSE/installation-images#612
- shadow & /usr/lib/pam.d: fix also initrd
- xdm Keyboard.map no longer exists
- wireless-tools: /etc moved to /usr/lib
- samba-client-libs: there is no libwinbind-client-samba4
- 17.63
- merge gh#openSUSE/installation-images#611
- require glibc-locale explicitly
- 17.62
- merge gh#openSUSE/installation-images#610
- Allow shadow to put pam files to /usr/lib/pam.d
- 17.61
==== libstorage-ng ====
Version update (4.5.33 -> 4.5.42)
Subpackages: libstorage-ng-lang libstorage-ng-ruby libstorage-ng1
- Translated using Weblate (Swedish) (bsc#1149754)
- 4.5.42
- Translated using Weblate (Portuguese (Brazil)) (bsc#1149754)
- 4.5.41
- Translated using Weblate (Catalan) (bsc#1149754)
- 4.5.40
- Translated using Weblate (Dutch) (bsc#1149754)
- 4.5.39
- Translated using Weblate (Slovak) (bsc#1149754)
- 4.5.38
- Translated using Weblate (Catalan) (bsc#1149754)
- Translated using Weblate (Japanese) (bsc#1149754)
- 4.5.37
- merge gh#openSUSE/libstorage-ng#895
- updated pot and po files
- 4.5.36
- merge gh#openSUSE/libstorage-ng#894
- do not allow to add already used lvm physical volume to volume group
- 4.5.35
- merge gh#openSUSE/libstorage-ng#893
- support mounting by partition uuid and label
- 4.5.34
==== libyui ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== libyui-ncurses ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== libyui-ncurses-pkg ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== libyui-qt ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== libyui-qt-graph ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== libyui-qt-pkg ====
Version update (4.4.1 -> 4.4.3)
- *-pkg plugins: fully qualify the _1 placeholder, libzypp
will disable the global boost placeholders in the next release
(bsc#1202058, gh#libyui/libyui#78)
- 4.4.3
- libyui-ncurses: replace the "glibc-locale" dependency with
much smaller "glibc-locale-base" (bsc#1154405)
- 4.4.2
==== osinfo-db ====
Version update (20220516 -> 20220727)
- update to 20220727
- drop: add-opensuse-leap-15.4-support.patch
add-sle15sp4-support.patch
add-slem5.1-support.patch
add-slem5.2-support.patch
opensuse-autoyast-desktop.patch: all upstream
==== perl-Bootloader ====
- move binaries from /sbin to /usr/sbin (boo#1191088)
- remove /boot/boot.readme while at it so we stay out of there
==== python-matplotlib-inline ====
Version update (0.1.3 -> 0.1.6)
- specfile:
* update copyright year
- update to version 0.1.6:
* Return manager instead of None
- changes from version 0.1.5:
* replace 0.1.4 on pypi, no changes
- changes from version 0.1.4:
* Fix: always clear _draw_called
* Move draw_if_interactive logic to new_figure_manager_given_figure.
* Remove matplotlib rc overrides.
* Create __version__ attribute
==== transactional-update ====
Version update (4.0.0 -> 4.0.1)
Subpackages: dracut-transactional-update libtukit4 transactional-update-zypp-config tukit
- Version 4.0.1
- create_dirs_from_rpmdb: Just warn if no default SELinux context found
[gh#openSUSE/transactional-update#88], [bsc#1188215]
- create_dirs_from_rpmdb: Don't update the rpmdb cookie on failure
[gh#openSUSE/transactional-update#88]
- Handle directories owned by multiple packages
[gh#openSUSE/transactional-update#90], [bsc#1188215]
==== xdm ====
- add buildrequires for bsd/stdlib.h (bsc#1202222)
- Use %_pam_vendordir
==== yast2-installation ====
Version update (4.5.4 -> 4.5.5)
- AutoYaST SecondStage: Revert changes introduced in 4.3.46 running
the initscript service before systemd-user-sessions again once
systemd patched logind (bsc#1195059, bsc#1200780)
- 4.5.5
==== yast2-kdump ====
Version update (4.5.1 -> 4.5.3)
- Allow using kdump auto resize (related to jsc#SLE-18441)
- 4.5.3
- Removed kdump RPM dependency, the package is checked and
installed at runtime. This removes the package from the YaST
container (related to bsc#1199840)
- For the inst-sys dependencies the respective skelcd-control-*
packages have been updated.
- 4.5.2
==== yast2-network ====
Version update (4.5.4 -> 4.5.5)
- Added a class to generate the configuration needed for a FCoE
device being aware of it during the installation (bsc#1199554)
- 4.5.5
==== yast2-ruby-bindings ====
Version update (4.5.1 -> 4.5.2)
- Add properly glibc-locale as build dependency to test locale
dependent methods (related to change for bsc#1154405)
- 4.5.2
==== yast2-security ====
Version update (4.5.0 -> 4.5.1)
- Do not crash when reading active LSM modules returns nil
(related to jsc#SLE-22069)
- 4.5.1
==== yast2-storage-ng ====
Version update (4.5.7 -> 4.5.8)
- Adapt to new types of mount by in libstorage-ng. Skipped by now
as there is no request to support it. (bsc#1202225)
- 4.5.8
==== yast2-users ====
Version update (4.5.1 -> 4.5.2)
- AY: Fix writing ssh keys for user without specified home
(bsc#1201185)
- 4.5.2
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:
python-matplotlib (3.5.2 -> 3.5.3)
python310
python310-core
sudo
=== Details ===
==== python-matplotlib ====
Version update (3.5.2 -> 3.5.3)
- specfile:
* removed pathc matplotlib-pr22975-fixarray.patch; included upstream
- update to version 3.5.3:
* Fix alignment of over/under symbols
* Fix bugs in colorbars:
+ alpha of extensions
+ drawedges=True with extensions
+ handling of panchor=False
* Fix builds on Cygwin and IBM i
* Fix contour labels in SubFigures
* Fix cursor output:
+ for imshow with all negative values
+ when using BoundaryNorm
* Fix interactivity in IPython/Jupyter
* Fix NaN handling in errorbar
* Fix NumPy conversion from AstroPy unit arrays
* Fix positional markerfmt passed to stem
* Fix unpickling:
+ crash loading in a separate process
+ incorrect DPI when HiDPI screens
==== python310 ====
Subpackages: python310-curses python310-dbm
- fix import_failed.map to refer to the python 3.10 package versions
==== python310-core ====
Subpackages: libpython3_10-1_0 python310-base
- fix import_failed.map to refer to the python 3.10 package versions
==== sudo ====
Subpackages: sudo-plugin-python
- Use %_pam_vendordir macro
- Fix errors around LICENSE.md (fixes building on SLE12 SP5 again)
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 (22.1.4 -> 22.1.5)
Mesa-drivers (22.1.4 -> 22.1.5)
filesystem
libevdev (1.12.1 -> 1.13.0)
libtirpc (1.3.2 -> 1.3.3)
python-jupyterlab-widgets (3.0.1 -> 3.0.2)
python-widgetsnbextension (3.6.1 -> 4.0.2)
tigervnc
=== Details ===
==== Mesa ====
Version update (22.1.4 -> 22.1.5)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- update to 22.1.6:
* llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe:
keep context list and use to track resource usage.
* Revert "pan/bi: Require ATEST coverage mask input in R60"
* intel/dev: drop warning for unhandled hwconfig keys
* anv: Use sampleLocationsEnable for sample locations
- update to 22.1.5:
* radv: dynamic vertex input failure
* anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL
* anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure
* anv: ICL hiz issue
* Error compiling gallium-nine on i686 using musl libc
* dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom
==== Mesa-drivers ====
Version update (22.1.4 -> 22.1.5)
Subpackages: Mesa-dri Mesa-gallium Mesa-libva
- update to 22.1.6:
* llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe:
keep context list and use to track resource usage.
* Revert "pan/bi: Require ATEST coverage mask input in R60"
* intel/dev: drop warning for unhandled hwconfig keys
* anv: Use sampleLocationsEnable for sample locations
- update to 22.1.5:
* radv: dynamic vertex input failure
* anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL
* anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure
* anv: ICL hiz issue
* Error compiling gallium-nine on i686 using musl libc
* dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom
==== filesystem ====
- Add French(France) (fr_FR) man pages directory - seen in xz
==== libevdev ====
Version update (1.12.1 -> 1.13.0)
- update to 1.13.0:
* include: sync event codes with kernel 5.19
* input: use named initializers for the event struct
* fix a few whitespace/coding style issues
* meson and other build system fixups
==== libtirpc ====
Version update (1.3.2 -> 1.3.3)
Subpackages: libtirpc-netconfig libtirpc3
- update to 1.3.3 (bsc#1201680, CVE-2021-46828):
* Fix DoS vulnerability in libtirpc
* _rpc_dtablesize: use portable system call
* libtirpc: Fix use-after-free accessing the error number
* Fix potential memory leak of parms.r_addr
* rpcb_clnt.c add mechanism to try v2 protocol first
* Eliminate deadlocks in connects with an MT environment
* clnt_dg_freeres() uncleared set active state may deadlock
* thread safe clnt destruction
* SUNRPC: mutexed access blacklist_read state variable
* SUNRPC: MT-safe overhaul of address cache management in rpcb_clnt.c
- drop 0001-Fix-DoS-vulnerability-in-libtirpc.patch (upstream)
==== python-jupyterlab-widgets ====
Version update (3.0.1 -> 3.0.2)
Subpackages: jupyter-jupyterlab-widgets python310-jupyterlab-widgets
- specfile:
* drop patch ipywidgets-pr3138-pr3194-packaging.patch
- update to version 3.0.2:
* ships jupyter-widgets/jupyterlab-manager(a)5.0.2
* no changelog available
==== python-widgetsnbextension ====
Version update (3.6.1 -> 4.0.2)
Subpackages: jupyter-widgetsnbextension python310-widgetsnbextension
- specfile:
* require python >= 3.7
* require jupyter-packaging
* added js license file
- update to version 4.0.2 with jupyter-js-widgets(a)8.0.2
* no relase notes
==== tigervnc ====
Subpackages: libXvnc1 xorg-x11-Xvnc xorg-x11-Xvnc-module
- Use %_pam_vendordir