Dear Package maintainers and hackers.
Below package(s) in openSUSE:Factory have been failing to build for at
least 4 weeks. We tried to send out notifications to the
configured bugowner/maintainers of the package(s), but so far no
fix has been submitted. This probably means that the
maintainer/bugowner did not yet find the time to look into the
matter and he/she would certainly appreciate help to get this
sorted.
- python-ZEO
Unless somebody is stepping up and submitting fixes, the listed
package(s) are going to be removed from openSUSE:Factory.
Kind regards,
DimStar / Dominique Leuenberger <dimstar(a)opensuse.org>
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=opensuse&groupid=1&versio…
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:
ModemManager (1.14.8 -> 1.18.6)
fetchmail (6.4.26 -> 6.4.27)
file
libselinux
rubygem-faraday (2.1.0 -> 2.2.0)
setools
=== Details ===
==== ModemManager ====
Version update (1.14.8 -> 1.18.6)
Subpackages: ModemManager-bash-completion ModemManager-lang libmm-glib0
- Update to version 1.18.6:
+ The ModemManager.service file for systemd integration provided
in the sources is updated as follows:
++ 'CAP_NET_ADMIN' is now required in the
'CapabilityBoundingSet' field.
++ 'AF_NETLINK' and 'AF_QIPCRTR' are now required in the
'RestrictAddressFamilies' field.
+ The LEGACY and PARANOID filter types that were allowed
options in the '--filter-policy' option in the ModemManager
daemon were deprecated in version 1.16.0 and have now been
completely removed, along with the vid:pid blacklist of
devices and the vid:pid greylist of RS232<->USB adapters.
+ The ModemManager daemon can run now in a 'quick suspend/resume'
mode, in which no explicit data disconnection is triggered on
suspend, and no explicit device re-probing from scratch is
launched on resume. Instead, the daemon will try to refresh
the state of all interfaces upon suspend, e.g. to see if the
module keeps registered to the same operator, to see if it is
still connected, and so on.
+ core: added support for the new 'WWAN' subsystem in Linux kernel
5.13, enabling PCIe-only modules.
+ core: The charset conversion methods rework, including the
avoiding of the iconv()
+ qmi: the logic managing allowed/preferred modes was fixed for
multimode devices like the MC7304, making sure the acquisition
order preference always had the same items.
+ serial: when modem is connected with AT+PPP, ignore forced
disconnections, so that we don't take ownership of the PPP
port before pppd has released it.
+ foxconn: added support for the T99W175 (SDX55) module,
including built-in FCC unlock procedure.
+ foxconn: added new MBIM QDU firmware update method.
- Move the dbus-1 system.d file to /usr (bsc#1196170)
- Use source verification
- Update Supplements to new format
- Add BRs needed for new tests:
* python3-gobject-Gdk
* python3-dbus-python
==== fetchmail ====
Version update (6.4.26 -> 6.4.27)
Subpackages: fetchmailconf
- update to 6.5.27:
* Bump wolfSSL minimum required version to 5.1.1 to pull in
security fix.
* Updated romanian translation.
==== file ====
Subpackages: file-magic libmagic1
- Reenable libseccomp sandboxing
- Fix previous entry: remove stray pkg-config call in CFLAGS (as it
was called without parameters, it only made output on stderr,
which did not impact CFLAGS; so de facto only a cleanup change).
- Drop pkgconfig(libseccomp) BuildRequires and stop injecting
libseccomp cflags into CFLAGS: libseccomp has been disabled for a
long time already.
- Move the special 'check' part from install to %check.
==== libselinux ====
Subpackages: libselinux1 libselinux1-32bit selinux-tools
- Add Requires for exact libselinux1 version for selinux-tools
- Simplyfied check for correct boot paramaters in selinux-ready
(bsc#1195361)
==== rubygem-faraday ====
Version update (2.1.0 -> 2.2.0)
updated to version 2.2.0
see installed CHANGELOG.md
[#]# The changelog has moved!
This file is not being updated anymore. Instead, please check the [Releases](https://github.com/lostisland/faraday/releases) page.
[#]# [2.1.0](https://github.com/lostisland/faraday/compare/v2.0.1...v2.1.0) (2022-01-15)
* Fix test adapter thread safety by @iMacTia in [#1380](https://github.com/lostisland/faraday/pull/1380)
* Add default adapter options by @hirasawayuki in [#1382](https://github.com/lostisland/faraday/pull/1382)
* CI: Add Ruby 3.1 to matrix by @petergoldstein in [#1374](https://github.com/lostisland/faraday/pull/1374)
* docs: fix regex pattern in logger.md examples by @hirasawayuki in [#1378](https://github.com/lostisland/faraday/pull/1378)
[#]# [2.0.1](https://github.com/lostisland/faraday/compare/v2.0.0...v2.0.1) (2022-01-05)
* Re-add `faraday-net_http` as default adapter by @iMacTia in [#1366](https://github.com/lostisland/faraday/pull/1366)
* Updated sample format in UPGRADING.md by @vimutter in [#1361](https://github.com/lostisland/faraday/pull/1361)
* docs: Make UPGRADING examples more copyable by @olleolleolle in [#1363](https://github.com/lostisland/faraday/pull/1363)
[#]# [2.0.0](https://github.com/lostisland/faraday/compare/v1.8.0...v2.0.0) (2022-01-04)
The next major release is here, and it comes almost 2 years after the release of v1.0!
This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library.
What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of.
As a result, all adapters and some middleware have moved out and are now shipped as standalone gems ?!
But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the [UPGRADING.md](https://github.com/lostisland/faraday/blob/main/UPGRADING.md) doc.
Moreover, we've setup a new [awesome-faraday](https://github.com/lostisland/awesome-faraday) repository that will showcase a curated list of adapters and middleware ?.
This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone ?.
[#]# What's Changed
* Autoloading, dependency loading and middleware registry cleanup by @iMacTia in [#1301](https://github.com/lostisland/faraday/pull/1301)
* Move JSON middleware (request and response) from faraday_middleware by @iMacTia in [#1300](https://github.com/lostisland/faraday/pull/1300)
* Remove deprecated `Faraday::Request#method` by @olleolleolle in [#1303](https://github.com/lostisland/faraday/pull/1303)
* Remove deprecated `Faraday::UploadIO` by @iMacTia in [#1307](https://github.com/lostisland/faraday/pull/1307)
* [1.x] Deprecate Authorization helpers in `Faraday::Connection` by @iMacTia in [#1306](https://github.com/lostisland/faraday/pull/1306)
* Drop deprecated auth helpers from Connection and refactor auth middleware by @iMacTia in [#1308](https://github.com/lostisland/faraday/pull/1308)
* Add Faraday 1.x examples in authentication.md docs by @iMacTia in [#1320](https://github.com/lostisland/faraday/pull/1320)
* Fix passing a URL with embedded basic auth by @iMacTia in [#1324](https://github.com/lostisland/faraday/pull/1324)
* Register JSON middleware by @mollerhoj in [#1331](https://github.com/lostisland/faraday/pull/1331)
* Retry middleware should handle string exception class name consistently by @jrochkind in [#1334](https://github.com/lostisland/faraday/pull/1334)
* Improve request info in exceptions raised by RaiseError Middleware by @willianzocolau in [#1335](https://github.com/lostisland/faraday/pull/1335)
* Remove net-http adapter and update docs by @iMacTia in [#1336](https://github.com/lostisland/faraday/pull/1336)
* Explain plan for faraday_middleware in UPGRADING.md by @iMacTia in [#1339](https://github.com/lostisland/faraday/pull/1339)
* Scripts folder cleanup by @iMacTia in [#1340](https://github.com/lostisland/faraday/pull/1340)
* Replace `Hash#merge` with `Utils#deep_merge` for connection options by @xkwd in [#1343](https://github.com/lostisland/faraday/pull/1343)
* Callable authorizers by @sled in [#1345](https://github.com/lostisland/faraday/pull/1345)
* Default value for exc error by @DariuszMusielak in [#1351](https://github.com/lostisland/faraday/pull/1351)
* Don't call `retry_block` unless a retry is going to happen by @jrochkind in [#1350](https://github.com/lostisland/faraday/pull/1350)
* Improve documentation for v2 by @iMacTia in [#1353](https://github.com/lostisland/faraday/pull/1353)
* Remove default `default_adapter` (yes, you read that right) by @iMacTia in [#1354](https://github.com/lostisland/faraday/pull/1354)
* Remove retry middleware by @iMacTia in [#1356](https://github.com/lostisland/faraday/pull/1356)
* Remove multipart middleware and all its documentation and tests by @iMacTia in [#1357](https://github.com/lostisland/faraday/pull/1357)
[#]# [1.9.3](https://github.com/lostisland/faraday/compare/v1.9.2...v1.9.3) (2022-01-06)
* Re-add support for Ruby 2.4+ by @iMacTia in [#1371](https://github.com/lostisland/faraday/pull/1371)
[#]# [1.9.2](https://github.com/lostisland/faraday/compare/v1.9.1...v1.9.2) (2022-01-06)
* Add alias with legacy name to gemified middleware by @iMacTia in [#1372](https://github.com/lostisland/faraday/pull/1372)
[#]# [1.9.1](https://github.com/lostisland/faraday/compare/v1.9.0...v1.9.1) (2022-01-06)
* Update adapter dependencies in Gemspec by @iMacTia in [#1370](https://github.com/lostisland/faraday/pull/1370)
[#]# [1.9.0](https://github.com/lostisland/faraday/compare/v1.8.0...v1.9.0) (2022-01-06)
* Use external multipart and retry middleware by @iMacTia in [#1367](https://github.com/lostisland/faraday/pull/1367)
==== setools ====
- Add make-networkx-optional.patch to cut down installation requirements
- Change python3-networkx from require into recommend
Hello,
I can no longer connect a TW system to WiFi network that otherwise
appears working - other devices connected.
NetworkManager true to the GNOME ethos provides no obvious diagnostics, it
even does not ask for password as it used to when something went wrong in
the past.
Is there any way to diagnose this?
Thanks
Michal
All meeting minutes can be found here:
https://etherpad.opensuse.org/p/ReleaseEngineering-meeting
Meeting is hosted here
https://meet.opensuse.org/ReleaseEngineeringMeeting
## Attendees
bittin, Sarah, DimStar, Lubos, DocB, Richard, Douglas, Marina, Adrian,
Dirk, guillaumeg, Maxlin, Gerald, Maurizio
## Leap
* Leap successful build blocked on rpmlint and polkit-default-privs
acceptance in SLE
- discussion in progress
Related discussion with autobuild about making our builds faster. So
far the only suggestion/quick solution was to increase priority of job-
picking by OBS workers.
Bugzilla policy Leap related update prior Beta
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/…
and related QA test manual plan refresh
So far the feedback was positive (Increased utilization of public SLE
bugs etc).
Proposal to drop voting from the policy which doesn't seem to be used
much.
Overlap in between SLE and Leap (forking WE packages)
https://github.com/openSUSE/openSUSE-release-process/issues/71
Talk with maintenance team tomorrow at 3:30 - 4:00pm CEST (does anybody
else wants to join?)
Leap Micro 5.2 - No update yet, aside from setup being done.
https://build.opensuse.org/project/show/openSUSE:Leap:Micro:5.2
Few build failures I'd like to focus in rest of the week on solving
them. Then we can start working on the code-o-o Cardano node plan. SLE
Micro Beta 1 is expected this week, perhaps a good time to start
focusing on it anyway. Interlock is not yet signed (project signoff).
Cardano node do we have some existing crypto community that?
https://code.opensuse.org/leap/features/issue/59
Discussion with Alex Osthof regarding volunteer interested in Cloud. We
came up with idea that he could start a
Public Cloud testsuite for Leap, there seems to a blank space where we
could benefit from additional testing.
Dirk: wouldn't that be redundant after CtLG? Pehaps then test it only
in Leap
Gerald: What about some targetted smoke test, to ensure it works,
branding,...? Dirk agrees.
Doug: https://github.com/cisco/openh264/issues/3480
Just needed clarification on the PR as needing to be hosted by cisco.
Looks like 3rd party is what is needed, correct?
It will be streamlined in 15.4, just not sure if it will be a cisco
repository or another, correct?
## openSUSE Tumbleweed
* Kernel 5.16.4 in Tumbleweed, 5.16.5 will be in 0207 (QA running),
5.16.7 in staging (with simple drm enabled)
* Python 3.6 being EOL, removal of python36-FOO modules ongoing. Last
week: 96 left, now 80
* systemd dropped suse specific sysv script handling as announced in
https://lists.opensuse.org/archives/list/factory@lists.opensuse.org/thread/…
(snapshot 0206 contained this)
* RPM: the buildroot switched from 'glibc-locale' to the much leaner
glibc-locale-base (change happenedon 0205)
* meson 0.61 - syntax again getting stricted, not silently ignoring
errors
* Plasma 5.24 will be in snapshot 0207+ (snapshot built, currently in
QA)
* glibc 2.35 is being staged
* GCC 12 pre-integration tests started (Staging:Gcc7); Scheduled for
actual merge in April/May
DimStar: Big thanks to Dirk regarding firefox submission!
## Richard (Kubic/TW MicroOS)
Working on MicroOS images for WSL, using a unique approach of bundling
the image inside the TW WSL image, which ends up acting like our usual
patched bootloader for MicroOS.
ongoing experiments with with kiwi-less, container-first VM image
building/adding nerdctl support to Toolbox/buildkit and its limits as a
container builder/TW-to-MicroOS converter
## Max
llvm13 will be the new default in Leap
https://code.opensuse.org/leap/features/issue/55
Just go back from vacation
## Guillaume - Arm
Tumbleweed:
* No blocker
* Upcoming GCC 12 tested for aarch64:
https://build.opensuse.org/project/show/home:dirkmueller:branches:openSUSE:…
* Tests of openSUSE Tumbleweed on The Pinebook Pro showed some
issues. Most of them are now fixed. Tracked on
https://bugzilla.opensuse.org/show_bug.cgi?id=1194491
Leap 15.3:
* Issue with installation media (net installation) for devices w/o
Real-Time-Clock. Workaround: Trigger rebuild of installation media.
https://bugzilla.opensuse.org/show_bug.cgi?id=1194660
lkocman: to update the bug with installmedia refresh.
lkocman: Slipped from my radar. Will look at it this week.
Leap 15.4:
* opencl-headers updated and armnn:opencl is built properly now.
* aarch64:
* Go compiler from SLE still lacks ld.gold which is still
required. This make some packages to fail to build (e.g.
openSUSE:Backports:SLE-15-SP4/rclone). Bug opened since Leap 15.3:
https://bugzilla.opensuse.org/show_bug.cgi?id=1183043
* armv7:
* armv7 images are not tested in openQA yet, because JeOS-efi
image does not build properly due to an armv7 kernel bug with btrfs and
lzo compression: https://bugzilla.opensuse.org/show_bug.cgi?id=1193852
=> kernel overlay with a possible fix added. Need to wait for a new
build to check if the fix is ok.
## Sarah - s390x
Tumbleweed:
* Reboot does not work:
https://bugzilla.opensuse.org/show_bug.cgi?id=1193889
(forwarded to IBM for all Linux distributions on s390x)
Bugfix from IBM is breaking SLES, Leap and Tumbleweed builds:
https://bugzilla.suse.com/show_bug.cgi?id=1188896
Rudi has taken a dump yesterday. The question is how to forward
(suggestion SUSE FTP)
* lkocman is proactively killing/rescheduling "stuck" Leap builds (so
that part is covered)
to my knowledge Ihno monitors IBS builds and asks autobuild team to
"Free them"
## Doug
* openSUSE Conference
* keynotes (two possible speakers)
* Will meet on Friday with Jitsi founder Emil Ivov about giving
keynote
* TensorFlow/OSS DevInfra's Mihai Maruseac working on approval from
Google Brain to provide keynote
* Venueless sent offer (already covered by open PO)
* Google Summer of Code
* Application 50% complete
* PR for projects are coming in. Current listing
* Feb. 7 to 21 (deadline)
* Leap 15.4
* Progressing with release annoucement
* Sponsorship
* Open Source Community Africa
## Dirk
Reduced rebuild time for firefox packages from hours to ~ 45 minutes
(should help with stagings)
Implemented more zstd-gzip compatibility, can now build almost all of
:Rings with zstd-gzip
Fixed /bin/sh == dash breakages. Can build ~ 70% of Tumbleweed. Most
problems remain are the kubernetes and python packages.
Resurrected nanoOS idea for virtual machine usecases
some backports updating (openstack clients untangling)
Helped a bit on python 3.10 fallout in tumbleweed
## Gerald / Board
[All good]
## Wolfgang (Package Hub), Scott Bahling
Not available
Need a confirmation from Wolfgang/Scott whether proposal in
https://github.com/openSUSE/openSUSE-release-process/issues/71 will fix
the issue.
## Maintenance team (Marina or Marcus, Maurizio (m4u))
rpmlint - fixing the plasma5-disks
Marina: It's currently in mainteance queue. For any extra details feel
free to contact Fabian or Antonio who can provide more information if
needed.
Dirk: no QE needed, it's just adding polkit policy.
- Marcus: 15.3 had a radeon regression in the kernel update, followup
update soon
- we released big samba update to fix security issues, one regression
in samba spotted
- Marcus: 15.4 is set up channel wise, some updates will go in testing
occasionaly, if you need more ping me, no openqa setup yet
## Adrian - OBS
Rudi is fighting with host kernel issues in IBS. There are quite some
issues with the SP4 kernel.
x86_64 - seems like the issue not caused by SP4/numa.
Discussion about the Leap build pace.
Seems like switching the rebuild strategy would only result into more
issues.
Adrian: could be caused by numa. Let's focus on this once we'll have
stable workers 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=opensuse&groupid=1&versio…
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:
NetworkManager
adwaita-icon-theme
apr
at (3.2.2 -> 3.2.4)
autoyast2 (4.4.30 -> 4.4.31)
expat (2.4.4 -> 2.4.6)
flatpak (1.12.5 -> 1.12.6)
git
libnvme (1.0~3 -> 1.0~4)
libsecret (0.20.4 -> 0.20.5)
mariadb (10.6.5 -> 10.7.3)
ncurses (6.3.20220129 -> 6.3.20220212)
nvme-cli (2.0~3 -> 2.0~4)
okteta (0.26.6 -> 0.26.7)
perl
polkit
python-Twisted
python-pbr (5.8.0 -> 5.8.1)
python-pyspnego (0.3.1 -> 0.4.0)
python38
python38-core
sil-charis-fonts (6.001 -> 6.101)
systemd (249.9 -> 249.10)
update-alternatives (1.20.9 -> 1.21.1)
xfce4-notifyd (0.6.2 -> 0.6.3)
xorg-x11-server
yast2-installation (4.4.42 -> 4.4.44)
yast2-network (4.4.39 -> 4.4.40)
yast2-security (4.4.11 -> 4.4.12)
zip
=== Details ===
==== NetworkManager ====
Subpackages: NetworkManager-lang NetworkManager-pppoe libnm0 typelib-1_0-NM-1_0
- Add upstream bug fix patches:
+ 4685651e7671e064b911a3a05f096908e5ef0580.patch: glib-aux: fix
nm_ref_string_equal_str() Fix comparison with a NULL string
+ 6329f1db5ac75ee3b7d2f7ce062e951a598625fe.patch: libnm/tests:
fix maybe-uninitialized warning in "test-setting"
+ aadf0fb64f491f94b2771058621dc140c562b62b.patch: libnm/tests:
fix maybe-uninitialized warning in "test-libnmc-setting"
+ 471e987add98b36520ece72ee493176fc7bc863c.patch: device:
initialize nm_auto variable in _ethtool_features_reset()
+ 634e023e72d4729788a022ea1fae665af28d1b0f.patch: glib-aux:
workaround maybe-uninitialized warning with LTO in
nm_uuid_generate_from_string_str()
==== adwaita-icon-theme ====
- Replace Requires(post): gtk3-tools with the 2 following:
+ Requires(post): (gtk3-tools if libgtk-3-0)
+ Requires(post): (gtk4-tools if libgtk-4-1)
Do this as we want gtk3-tools when building and installing a gtk3
based package, and gtk4-tools when building and installing a gtk4
based package.
==== apr ====
- deleted patches
- apr-CVE-2021-3594.patch (renamed)
- added patches
+ apr-CVE-2021-35940.patch (correct name)
==== at ====
Version update (3.2.2 -> 3.2.4)
- Update to version 3.2.4:
* Upstream SUSE patches
- Update to version 3.2.3:
* Fix two typos on documentation
* Upstream SUSE patches
* Various improvements to the code and the build system
- Refresh patches:
* at-3.1.16-handle_malformed_jobs.patch
* at-3.2.2.patch
* at-backport-old-privs.patch
* harden_atd.service.patch
- Drop upstreamed patches:
* at-3.1.13-leak-fix.patch
* at-3.1.13-massive_batch.patch
* at-3.1.14-joblist.patch
* at-3.1.14-usePOSIXtimers.patch
* at-3.1.8-jobdir-mtime.patch
* at-atq-timeformat.patch
* at-secure_getenv.patch
==== autoyast2 ====
Version update (4.4.30 -> 4.4.31)
Subpackages: autoyast2-installation
- Modified init-scripts service dependencies fixing a root login
systemd timeout when installing with ssh (bsc#1195059)
- 4.4.31
==== expat ====
Version update (2.4.4 -> 2.4.6)
Subpackages: libexpat-devel libexpat1 libexpat1-32bit
- update to 2.4.6 (bsc#1196168, CVE-2022-25313):
* Bug fixes:
- Fix a regression introduced by the fix for CVE-2022-25313
in release 2.4.5 that affects applications that (1)
call function XML_SetElementDeclHandler and (2) are
parsing XML that contains nested element declarations
(e.g. "<!ELEMENT junk ((bar|foo|xyz+), zebra*)>").
- Version info bumped from 9:5:8 to 9:6:8;
see https://verbump.de/ for what these numbers do.
- update to 2.4.5 (bsc#1196171, bsc#1196169, bsc#1196168,
bsc#1196026, bsc#1196025):
* Security fixes:
- CVE-2022-25235 -- Passing malformed 2- and 3-byte UTF-8
sequences (e.g. from start tag names) to the XML
processing application on top of Expat can cause
arbitrary damage (e.g. code execution) depending
on how invalid UTF-8 is handled inside the XML
processor; validation was not their job but Expat's.
Exploits with code execution are known to exist.
- CVE-2022-25236 -- Passing (one or more) namespace separator
characters in "xmlns[:prefix]" attribute values
made Expat send malformed tag names to the XML
processor on top of Expat which can cause
arbitrary damage (e.g. code execution) depending
on such unexpectable cases are handled inside the XML
processor; validation was not their job but Expat's.
Exploits with code execution are known to exist.
- CVE-2022-25313 -- Fix stack exhaustion in doctype parsing
that could be triggered by e.g. a 2 megabytes
file with a large number of opening braces.
Expected impact is denial of service or potentially
arbitrary code execution.
- CVE-2022-25314 -- Fix integer overflow in function copyString;
only affects the encoding name parameter at parser creation
time which is often hardcoded (rather than user input),
takes a value in the gigabytes to trigger, and a 64-bit
machine. Expected impact is denial of service.
- CVE-2022-25315 -- Fix integer overflow in function storeRawNames;
needs input in the gigabytes and a 64-bit machine.
Expected impact is denial of service or potentially
arbitrary code execution.
* Other changes:
- Version info bumped from 9:4:8 to 9:5:8;
see https://verbump.de/ for what these numbers do
==== flatpak ====
Version update (1.12.5 -> 1.12.6)
Subpackages: libflatpak0 system-user-flatpak
- Update to version 1.12.6:
+ Fix a bug that sometimes caused repo corruption in case
downloads are interrupted or canceled, necessitating a
"flatpak repair" to recover
+ More reliably detect the GTK theme
+ Fix history command unit test in some edge cases
+ Updated translations.
==== git ====
Subpackages: git-core git-cvs git-email git-gui git-svn git-web gitk perl-Git
- "Downgrade" git-gui and gitk Recommends to Suggests.
==== libnvme ====
Version update (1.0~3 -> 1.0~4)
- Update to version 1.0-rc4:
* fabrics: add default port number for NVMe/TCP I/O controllers
* linux: Update size when telemetry controller initiated data is unavailable
* add cdw13 for set_feature_args structure
* Add support for TP8010
* Documentation cleanups
==== libsecret ====
Version update (0.20.4 -> 0.20.5)
Subpackages: libsecret-1-0 libsecret-lang typelib-1_0-Secret-1
- Update to version 0.20.5:
+ Drop autotools-based build
+ Use G_GNUC_NULL_TERMINATED where appropriate
+ collection, methods, prompt: Port to GTask
+ Detect local storage in snaps in the same way as flatpaks
+ Add bash-completion for secret-tool
+ secret-tool: Add locking capabilities to secret tool
+ secret-file-backend: Avoid closing the same file descriptor
twice
+ Add support for TPM2 based secret storage
+ Create default collection after DBus.Error.UnknownObject
+ Port documentation to gi-docgen
+ GI annotation and documentation fixes
+ Build fixes
+ Updated translations.
- Replace gtk-doc with pkgconfig(gi-docgen) BuildRequires following
upstreams port.
- Drop patch fixed upstream: libsecret-handle-UnknownObject.patch
==== mariadb ====
Version update (10.6.5 -> 10.7.3)
Subpackages: libmariadbd19 mariadb-client mariadb-errormessages
- Update to 10.7.3 (bsc#1196016):
* release notes and changelog:
https://mariadb.com/kb/en/library/mariadb-1073-release-noteshttps://mariadb.com/kb/en/library/mariadb-1073-changeloghttps://mariadb.com/kb/en/library/mariadb-1072-release-noteshttps://mariadb.com/kb/en/library/mariadb-1072-changeloghttps://mariadb.com/kb/en/library/mariadb-1071-release-noteshttps://mariadb.com/kb/en/library/mariadb-1071-changeloghttps://mariadb.com/kb/en/library/mariadb-1070-release-noteshttps://mariadb.com/kb/en/library/mariadb-1070-changelog
* fixes for the following security vulnerabilities:
10.7.3: CVE-2021-46665
CVE-2021-46664
CVE-2021-46661
CVE-2021-46668
CVE-2021-46663
10.7.2: CVE-2022-24052
CVE-2022-24051
CVE-2022-24050
CVE-2022-24048
CVE-2021-46659, bsc#1195339
10.7.1: none
10.7.0: none
- Remove upstreamed patches:
* mariadb-10.0.15-logrotate-su.patch
* mariadb-10.1.1-mysqld_multi-features.patch
- Refresh mariadb-10.2.4-logrotate.patch
- Update list of skipped tests
- Add bsc1194828.patch to fix build with GCC12, fixes bsc#1194828
- The following issues have already been fixed in this package but weren't
previously mentioned in the changes file:
CVE-2021-46658, bsc#1195334
CVE-2021-46657, bsc#1195325
==== ncurses ====
Version update (6.3.20220129 -> 6.3.20220212)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base terminfo-iterm terminfo-screen
- Add ncurses patch 20220212
+ improve font-formatting in other manpages, for consistency.
+ correct/improve font-formatting in curs_wgetch.3x (patch by Benno
Schulenberg).
- Add ncurses patch 20220205
+ workaround in test/picsmap.c for use of floating point for rgb values
by ImageMagick 6.9.11, which appears to use the wrong upper limit.
+ improve use of "trap" in shell scripts, using "fixup-trap".
==== nvme-cli ====
Version update (2.0~3 -> 2.0~4)
Subpackages: nvme-cli-bash-completion nvme-cli-zsh-completion
- Update to version 2.0-rc4:
* netapp-nvme: free the nsdescs pointer after use
* netapp-nvme: fix ontapdevices segfault in json output
* nvme-print: fix 'nvme list -o json' segfault
* nvme: get_ns_id command fails on nvme device
* wdc: updated products list for telemetry (--type) argument
* docs: fix typo in Data Set Management section
* Fix ctrlist for attach-ns and detach-ns
* netapp-nvme: fix nvme ns desc uuid handling for ontapdevices
* wdc: Fix use-after-free access of cbs_data
* Fixed regression with 'open namespace exclusive' (bsc#1195945)
==== okteta ====
Version update (0.26.6 -> 0.26.7)
Subpackages: libKasten4 libOkteta3 libkasten-lang libokteta-lang okteta-data okteta-lang
- Update to 0.26.7
* Improved: translations
* Fixed: crash in string extraction tool with marked strings from
closed view (kde#444405)
* Fixed: in JIS X 0201 codec properly map ASCII control char
subset
* Fixed: use own IBM874 codec, given Qt with ICU maps it to
TIS-620
* Changed: a context menu now available with the view area (incl.
tabs)
* Changed: tabs of views can now be reordered (inside a single
tab area)
* Changed: empty documents can be created by LMB double-clicks
in empty areas
* Changed: remember used settings of tools across app restarts
* Changed: remember used settings of data generators across app
restarts
* Changed: remember used settings of data encoders across app
restarts
- Add signature file and keyring
- Update URL.
==== perl ====
Subpackages: perl-base perl-doc
- Add multibuild flavor to split the testsuite out of the main package
build time. The testsuite dominates the build time and having perl
in the bootstrap cycle, we better seperate it. The testsuite flavor
rebuilds the same package the same way, but runs the check section
==== polkit ====
Subpackages: libpolkit-agent-1-0 libpolkit-gobject-1-0 typelib-1_0-Polkit-1_0
- Fixed denial of service via file descriptor leak (bsc#1195542 CVE-2021-4115)
0001-CVE-2021-4115-GHSL-2021-077-fix.patch
==== python-Twisted ====
- Add patch skip-namespacewithwhitespace.patch:
* Skip a failing test with Expat 2.4.5.
==== python-pbr ====
Version update (5.8.0 -> 5.8.1)
- update to 5.8.1:
* Add release note about missing pbr.json fix
* Avoid recursive calls into SetupTools entrypoint
* remove explicit mock
* Don't test with setuptools local distutils
* Use context blocks for open() calls in packaging
- remove remove_mock.patch (upstream)
==== python-pyspnego ====
Version update (0.3.1 -> 0.4.0)
- update to 0.4.0:
* Add `usage` argument for `tls.default_tls_context` to control whether the
context is for a initiator or acceptor
* Add type annotations and include `py.typed` in the package for downstream
library use
* Expose the `ContextProxy` class for type annotation use
* Added `get_extra_info` to `ContextProxy` to expose a common way to retrieve
context specific information, this is currently used by CredSSP to retrieve
* `client_credential`: The delegated client credential for acceptors
once the context is complete
* `sslcontext`: The SSL context used to create the TLS object
* `ssl_object`: The TLS object used during the CredSSP exchange
* The `client_credential` property on `CredSSP` has been removed in
favour of `context.get_extra_info('client_credential')
* Added support for custom credential types
* Can be used to for things like NTLM authentication with NT/LM hashes,
Kerberos with a keytab or from an explicit CCache, etc
* Support calling SSPI through `pyspnego`'s Negotiate proxy context
* This allows users on Windows to still use Negotiate auth but with a
complex set of credentials
* Also opens up the ability to use Negotiate but only with Kerberos auth
* The `username` and `password` property on the auth context object are
deprecated and will return `None` until it is removed in a future release
==== python38 ====
Subpackages: python38-curses python38-dbm python38-tk
- Add patch support-expat-245.patch:
* Support Expat >= 2.4.5
==== python38-core ====
Subpackages: libpython3_8-1_0 python38-base
- Add patch support-expat-245.patch:
* Support Expat >= 2.4.5
==== sil-charis-fonts ====
Version update (6.001 -> 6.101)
- Update to 6.101:
* Maintenance release
==== systemd ====
Version update (249.9 -> 249.10)
Subpackages: libsystemd0 libsystemd0-32bit libudev1 libudev1-32bit systemd-32bit systemd-container systemd-devel systemd-lang udev
- Import commit 0bb1977021be2fc9ebfae10d766dff0b1a457f88 (merge of v249.10)
For a complete list of changes, visit:
https://github.com/openSUSE/systemd/compare/b9b83c5d11e686178ddd545862a00b3…
- Import commit b9b83c5d11e686178ddd545862a00b33c6fdfabb
8973cb2462 systemd-coredump: allow setting external core size to infinity (bsc#1195899 jsc#SLE-23866)
- Fix build if %_distconfdir is not defined (see bsc#1195679)
==== update-alternatives ====
Version update (1.20.9 -> 1.21.1)
- rebase patches:
* update-alternatives.changes
* update-alternatives.spec
* update-alternatives-suse.patch
- New upstream release 1.21.1
dpkg (1.21.1) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-buildpackage: Remove duplicate command print for dpkg-genchanges.
* dpkg-buildpackage: Fix build description due to improper multiline match.
* dpkg-realpath: Remove spurious heading space from --help output.
* update-alternatives: When initializing admindir from DPKG_ADMINDIR append
"/alternatives". Closes: #1001198
* Code internals:
- Remove <ar.h> inclusions.
* Packaging:
- Install deb-md5sums(5) into dpkg-dev package.
dpkg (1.21.0) unstable; urgency=medium
[ Guillem Jover ]
* dpkg-genchanges: Include orig tarball on source package renames.
Closes: #980066
* scripts: Consider SHA-1 and RIPEMD-160 weak algorithms in OpenPGP
signatures.
* dpkg: During unpack print a removal message due to Conflicts.
Closes: #985401
* scripts: Add zsh completions for dpkg-parsechangelog.
Thanks to Daniel Shahaf <danielsh(a)apache.org>. Closes: #986103
* dpkg-buildpackage: When printing build type match the extension exactly.
Closes: #989824
* dpkg-maintscript-helper: Use xargs -I argument instead of deprecated -i.
* dpkg-maintscript-helper: Quote variable inside ${} to avoid pattern match.
* libdpkg: Fix dpkg_fsys_get_path() to always strip leading / and ./.
* libdpkg: Set the default database directory relative to the system root.
* dpkg-divert, dpkg-statoverride: Set admindir after instdir.
* update-alternatives: Fix admindir setting.
Prompted by Johannes Schauer Marin Rodrigues <josch(a)debian.org>.
* dselect: Honor DPKG_ADMINDIR environment variable.
* dpkg-query, dpkg-trigger, dselect: Add support for setting the root
directory.
* dpkg-fsys-usrunmess: Move forced reconfiguration to the last step.
See #991190.
* dpkg-fsys-usrunmess: Install a local policy-rc.d to ignore service
restarts. Closes: #991190
* dpkg-fsys-usrunmess: Do not fail when removing lingering directories.
* dpkg-fsys-usrunmess: Generate a regression prevention package.
* dpkg-fsys-usrunmess: Fix typo in debug message.
* dpkg: Distinguish deconfiguration message for installation and multi-arch
syncs.
* dpkg-buildpackage: Add new --changes-file option.
Prompted by Niels Thykier <niels(a)thykier.net>.
* dpkg-buildpackage: Add new --buildinfo-file option.
* dpkg: Rework --assert-<feature> logic to be more robust.
Prompted by Helmut Grohne <helmut(a)subdivi.de>.
Prompted by David Kalnischkies <donkult(a)debian.org>.
* dpkg: Improve --assert-<feature> descriptions.
* dpkg: Add a new --assert-help option.
* scripts/mk: Pass DEB_BUILD_PATH to dpkg-buildflags. See #985553.
* dpkg-db-backup: New program factored out from Debian-specific daily cron.
* dpkg-db-backup: Accept an option to override the number of rotation cycles.
* dpkg-db-backup: Honor the admindir set at configure time.
* update-alternatives: Fix --auto and --set-selections output progress.
* update-alternatives: Print defaults for configuration and database
pathnames.
* scripts: Replace shebang in dpkg-error shell library with shellcheck
directive.
* dpkg-buildpackage: Add support for terse DEB_BUILD_OPTIONS.
* dpkg-mergechangelogs: Add new --merge-unreleased option. Closes: #582921
* dpkg: Restore fallback to "new-prerm failed-upgrade" for downgrades.
Analysis by Ian Jackson <ijackson(a)chiark.greenend.org.uk>. Closes: #996959
* dselect: Use safe temporary file creation in methods setup.
* dselect: Remove bashism from update script in multicd method.
* dpkg: Fix --verify to handle missing or inaccessible pathnames.
Closes: #963087
* dpkg: Add partial --verify support for mode checks.
* Use «digest» instead of «hash» in output messages.
Reported by Sven Joachim <svenjoac(a)gmx.de>.
* dselect: use `grep -E` instead of `egrep`.
Thanks to Ville Skyttä <ville.skytta(a)iki.fi>. Closes: #999600
* libdpkg: Fix memory leak on End Of Tape condition in tar parser.
* dpkg: Fix short lived memory leak with --recursive.
* dpkg: Fix conffile removal-on-upgrade handling. Closes: #995387
* dpkg-deb: Fix conffile name length tracking on remove-on-upgrade parsing.
Reported by uau on IRC.
* Architecture support:
- Clarify that the regex columns need to be ordered to match first.
- Add support for ARCv2 CPU. Closes: #980963
Based on a patch by Alexey Brodkin <Alexey.Brodkin(a)synopsys.com>.
* Portability:
- start-stop-daemon: Define SOCK_NONBLOCK to 0 if not defined.
- libdpkg: Add support for AIX to dpkg_get_progname().
* Perl modules:
- Dpkg::Source::Quilt: Add hint to check missing files on patch apply
failures.
Reported by Joseph Nahmias <jello(a)debian.org>.
- Dpkg::Changelog::Parse: Require format plugins to inherit from
Dpkg::Changelog.
- Dpkg::OpenPGP: Refactor openpgp implementation execution into a new
function.
- Dpkg::Vendor::Debian: Refactor compiler flag names into an array.
- Dpkg::Vendor::Debian: Add new lto feature in new optimize area.
Closes: #940571
- Test::Dpkg: Print actual error messages in test_neutralize_checksums().
- Dpkg::Deps: Use current_sub feature for __SUB__.
- Dpkg::BuildFlags: Add support for ASFLAGS.
See https://salsa.debian.org/debian/debhelper/-/merge_requests/50.
- Dpkg::Compression: Use gzip --rsyncable unconditionally.
- Dpkg::Changelog::Entry::Debian: Fix full month misuse warning.
- Dpkg::Shlibs::Symbol: Emit a warning on fully qualified symver patterns.
Closes: #993991
- Dpkg::Control::HashCore: Add new keep_duplicate option.
- Dpkg::Control::FieldsCore: Add new field_parse_binary_source().
Closes: #980527
- Dpkg::Control::FieldsCore: Fix types allowed for
field_parse_binary_source().
Reported by Johannes Schauer Marin Rodrigues <josch(a)debian.org>.
- Dpkg::Shlibs::Objdump: Fix apply_relocations to work with versioned
symbols. Closes: #1000421
- Dpkg::Vendor::Ubuntu: Update Maintainer field logic to include
?canonical?. Based on a patch by
William 'jawn-smith' Wilson <william.wilson(a)canonical.com>.
Closes: #1000557
- Dpkg::Source::Package::V2: Add hint about version matching source tree.
Based on a patch by Samuel Henrique <samueloph(a)debian.org>.
Closes: #996044
* Documentation:
- man: Itemize dpkg-gensymbols -c levels.
- man: Add man page for deb-md5sums(5).
Reported by Maxim Cournoyer (on IRC).
- man: Switch the Architecture field in deb-control(5) to required.
Reported by Maxim Cournoyer (on IRC).
- man: Make clear that dpkg-query arguments accept multiple values.
Prompted by Rémi Rampin <remirampin(a)gmail.com>. See #913781.
- man: Document dpkg-query --search and --listfiles output formats.
- doc: Fix incorrect use of ?an? article.
- doc: Update coding style to document POD instead of troff.
- doc: Update THANKS file.
- doc: Annotate current maintainer start year.
- doc: Sort maintenance information chronologically.
- man: Add versions since features where introduced.
- man: Further clarify when re-inclusions of excluded pathnames happen.
Closes: #871420
- doc: Update Doxygen configuration from version 1.9.1.
- doc: Improve description of dpkg suite.
Prompted by Fabrice Bauzac-Stehly <noon(a)mykolab.com>.
- man: Add a reference to where the Installed-Size algorithm is described.
- man: Improve dpkg --verify-format rpm format documentation.
- man: Document in deb-substvars(5) what ${} is good for.
Prompted by Paul Wise <pabs(a)debian.org>.
- man: Document in dpkg-architecture(1) target being useful for emulators
too. Prompted by Helmut Grohne <helmut(a)subdivi.de>.
- man: Document in dpkg-query(1) full --search and --listfiles output
format. Prompted by Johannes Schauer Marin Rodrigues <josch(a)debian.org>.
* Code internals:
- Remove irrelevant or obsolete FIXME markers.
- Turn FIXME markers denoting pending actions into TODO markers.
- Turn FIXME markers giving historic information into simple Notes.
- update-alternatives: Turn FIXME for explicit behavior choice into an XXX.
- Use localtime_r() instead of localtime().
- libdpkg: Remove MDEBUG support from m_malloc() implementation.
- libdpkg: Mark dpkg_arch_unmark() arch_remove argument as const.
- libdpkg: Mark treewalk_open() func argument as const.
- dpkg: Mark ignore_depends() pkg argument as const.
- dpkg: Mark deb_parse_conffiles() pkg argument as const.
- libcompat: Remove local setexecfilecon() and require libselinux 2.3.
- libdpkg: Add missing DPKG_{BEGIN,END}_DECLS in header files.
- dpkg: Move SE Linux function declarations into its own header file.
- dpkg: Move the command action enum to its own header file.
- dpkg: Switch from including "main.h" to "force.h".
- dselect: Rename dme() to display_menu_entry().
- dpkg: Split function handling deconfiguration due to install and removal.
- libdpkg: Add new ACTION_MUX macro for continued options.
- dpkg: Refactor --assert-<feature> handling to be data driven.
- dpkg-fsys-usrunmess: Do not use interpolated strings for literals.
- dpkg-db-backup: Add a license header comment.
* Build system:
- Fallback to $^X and 'perl' if $Config{perlpath} is unset or empty.
- Bump minimal Perl version to 5.28.1.
- Remove redundant localedir and pkgconfdir initializations.
- Check for libsocket.
- Do not set have_libmd on the found branch in AC_SEARCH_LIBS.
- Switch DPKG_FUNC_C99_SNPRINTF from AC_LANG_SOURCE to AC_LANG_PROGRAM.
- Check whether fsync(3) works on directories.
- Remove obsolete AC_HEADER_STDC.
- Detect appropriate sed program at configure time.
- Rename DPKG_DEB_PROG_TAR to DPKG_PROG_TAR.
- Parametrize the backups directory with a configure option.
- Add a check for symlinks in the git repository.
- Rename shell scripts to .sh.
- Switch from hardcoded /run to parametrized runstatedir.
- Use new Dpkg::Control keep_duplicate option in gen-changelog.
- Use title-case for field in gen-changelog.
- Execute run-script via CONFIG_SHELL.
Reported by Larkin Nickle <me(a)larbob.org>.
- Quote variables containing pathnames in m4 macros.
- Add support for commit message fix up machinery in gen-changelog.
* Packaging:
- Use absolute pathnames in .install debhelper fragments.
- Remove unused dh_installcron call for arch-indep targets.
- Add support for a native systemd timer. Closes: #985444
- Create auotpkgtest installation directory.
- Bump Standards-Version to 4.6.0 (no changes needed).
* Test suite:
- Pass --ignore-builtin-builddeps to dpkg-buildpackage.
- Use can_run() instead of find_command().
- Add descriptions to makefile test runners.
- Add unit tests for architecture bijective mapping property.
- Suppress cppcheck constParameter check.
- Suppress bogus cppcheck for nullPointerRedundantCheck.
- Mark external sourced shell files for checking.
- Ignore new shellcheck checks.
- Remove shipped dpkg database.
- Add re-inclusion of symlink case to t-filtering. See #871420.
- Generate symlink during test build time.
- Remove superfluous long filename.
- Refactor parse_ctrl() from parse_dsc().
- Update codespell stopwords.
[ Helge Kreutzmann ]
* deb-md5sums.pod: Fix typo.
[ Add programs translations ]
* Occitan (Quentin PAGÈS).
[ Update dselect translations ]
* German (Sven Joachim).
[ Update man pages translations ]
* German (Helge Kreutzmann).
[ Update programs translations ]
* German (Sven Joachim).
* Polish (Marcin Owsiany, ?ukasz Dulny).
[ Update scripts translations ]
* German (Helge Kreutzmann).
==== xfce4-notifyd ====
Version update (0.6.2 -> 0.6.3)
Subpackages: xfce4-notifyd-lang
- Update to version 0.6.3
* Fix compilation warnings
* autoconf: Some updates
* Update `.gitignore`
* Remove GSourceFunc casts
* Fix missing-prototypes
* Bump required GLib version to 2.56
* Implement ISO 8601 time format to avoid post-2.56 GLib functions
* settings: Drop subtitle
* Fix multiple memory issues (gxo#apps/xfce4-notifyd!11)
* Translation Updates
==== xorg-x11-server ====
Subpackages: xorg-x11-server-Xvfb xorg-x11-server-extra xorg-x11-server-sdk
- U_Fix-build-with-gcc-12.patch
* render: Fix build with gcc 12 (glfdo#xorg/xserver!853).
==== yast2-installation ====
Version update (4.4.42 -> 4.4.44)
- Use the default UI theme in SSH installation, the
"installation_slim" theme does not exist anymore (bsc#1196287)
- memsample-archive-to-csv - handle "ps" errors in the data file
- 4.4.44
- Modified Second Stage service dependencies fixing a root login
systemd timeout when installing with ssh (bsc#1195059)
- 4.4.43
==== yast2-network ====
Version update (4.4.39 -> 4.4.40)
- Fixed active configuration detection (bsc#1196276, bsc#1194911)
- 4.4.40
==== yast2-security ====
Version update (4.4.11 -> 4.4.12)
- Stop using 'lsm' kernel boot parameter even for the
"None" Major Linux Security Module (bsc#1194332, bsc#1196274).
- 4.4.12
==== zip ====
- Add 0002-unix-reproducible-directory-order-scandir.patch
to make zip file creation reproducible
- Add build time %check
Hi all,
there is a new package in Tumbleweed called teleport, with three subpackages:
- teleport
- teleport-tctl
- teleport-tsh
Those belong to teleport from goteleport.com:
Certificate authority and access plane for SSH, Kubernetes, web apps, databases
and desktops
One fix is missing and on its way to Factory:
https://build.opensuse.org/request/show/956140
I created a vagrant-libvirt setup with ansible, in case you want to give it a spin:
> https://github.com/johanneskastl/teleport_with_vagrant_libvirt
There is a very nice bunch of videos on this at Rawkode's youtube channel:
> https://www.youtube.com/watch?v=jGPeOJo2XHc&list=PLz0t90fOInA7M1DcsgKcIwsOp…
Have a lot of fun...
Johannes
--
Johannes Kastl
Linux Consultant & Trainer
Tel.: +49 (0) 151 2372 5802
Mail: kastl(a)b1-systems.de
B1 Systems GmbH
Osterfeldstraße 7 / 85088 Vohburg
http://www.b1-systems.de
GF: Ralph Dehner
Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537
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=opensuse&groupid=1&versio…
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:
avahi
gnome-session
kernel-firmware (20220119 -> 20220218)
memcached (1.6.12 -> 1.6.14)
nano (6.1 -> 6.2)
patterns-base
python-reportlab (3.6.5 -> 3.6.7)
rubygem-mini_portile2 (2.7.1 -> 2.8.0)
rubygem-rb-kqueue (0.2.7 -> 0.2.8)
rubygem-rdiscount (2.2.0.1 -> 2.2.0.2)
sg3_utils (1.47+3.adb7276 -> 1.47+4.82fb156)
sssd
texinfo
tigervnc
vim
vulkan-loader (1.2.198.0 -> 1.3.204.0)
vulkan-tools (1.2.198.0 -> 1.3.204.0)
xen (4.16.0_04 -> 4.16.0_06)
yast2-firstboot (4.4.7 -> 4.4.8)
=== Details ===
==== avahi ====
Subpackages: avahi-lang libavahi-client3 libavahi-client3-32bit libavahi-common3 libavahi-common3-32bit libavahi-core7
- remove avahi-mono* subspecfiles, they are no longer required
by anything. this makes the spec file slightly more readable.
==== gnome-session ====
Subpackages: gnome-session-core gnome-session-default-session gnome-session-lang gnome-session-wayland
- Add back gnome-session-exit-when-lost-name-on-bus.patch:
gnome-session exit immediately when lost name on bus
(bsc#1175622 glgo!GNOME/gnome-session!60, bsc#1188882).
==== kernel-firmware ====
Version update (20220119 -> 20220218)
Subpackages: kernel-firmware-all kernel-firmware-amdgpu kernel-firmware-ath10k kernel-firmware-ath11k kernel-firmware-atheros kernel-firmware-bluetooth kernel-firmware-bnx2 kernel-firmware-brcm kernel-firmware-chelsio kernel-firmware-dpaa2 kernel-firmware-i915 kernel-firmware-intel kernel-firmware-iwlwifi kernel-firmware-liquidio kernel-firmware-marvell kernel-firmware-media kernel-firmware-mediatek kernel-firmware-mellanox kernel-firmware-mwifiex kernel-firmware-network kernel-firmware-nfp kernel-firmware-nvidia kernel-firmware-platform kernel-firmware-prestera kernel-firmware-qcom kernel-firmware-qlogic kernel-firmware-radeon kernel-firmware-realtek kernel-firmware-serial kernel-firmware-sound kernel-firmware-ti kernel-firmware-ueagle kernel-firmware-usb-network ucode-amd
- Update to version 20220218 (git commit c53073d4e148):
* rtl_bt: Update RTL8852A BT USB firmware to 0xDFB7_6D7A
* rtl_bt: Update RTL8822C BT USB firmware to 0x19B7_6D7D
* rtl_bt: Update RTL8822C BT UART firmware to 0x15B7_6D7D
* amdgpu: Update yellow carp firmware from 21.50
* amdgpu: Update vega20 firmware from 21.50
* amdgpu: Update vega12 firmware from 21.50
* amdgpu: Update vega10 firmware from 21.50
* amdgpu: Update vangogh firmware from 21.50
* amdgpu: Update renoir firmware from 21.50
* amdgpu: Update raven2 firmware from 21.50
* amdgpu: Update raven firmware from 21.50
* amdgpu: Update picasso firmware from 21.50
* amdgpu: Update beige goby firmware from 21.50
* amdgpu: Update dimgrey cavefish firmware from 21.50
* amdgpu: Update navy flounder firmware from 21.50
* amdgpu: Update sienna cichlid firmware from 21.50
* amdgpu: Update navi14 firmware from 21.50
* amdgpu: Update navi12 firmware from 21.50
* amdgpu: Update navi10 firmware from 21.50
* amdgpu: Update cyan skillfish2 firmware from 21.50
* amdgpu: Update green sardine firmware from 21.50
* amdgpu: Update arcturus firmware from 21.50
* amdgpu: Add aldebaran firmware from 21.50
* LICENSE.amdgpu: update copyright date
* linux-firmware: Update AMD cpu microcode
* linux-firmware: update firmware for MT7921 WiFi device
* linux-firmware: Amphion: Add VPU firmwares for NXP i.MX8Q SoCs
* i915: Add DMC firmware v2.16 for ADL-P
* linux-firmware: mediatek: Update MT8173 VPU firmware to v1.1.7
- Add entry for amphion
- Update spec template
- Update aliases
==== memcached ====
Version update (1.6.12 -> 1.6.14)
- update to 1.6.14:
* tests: workaround for t/watcher.t race
* restart: fix typo in error message
* Extend extbuf in try_read_command_binary function
* tests: repair race in maxconns.t test
* Fix integer overflow in hashsize calculation causing hang on huge hash tables
* meta: add "proxy tokens" P, L which are ignored
* core: fix large pages detection on redhat distros
* Fix error message on conflicting ports while using '-l'
- update to 1.6.13:
* core: make object cache LIFO
* meta: protocol.txt updates for CAS return
* meta: fix meta delete
* meta: fix CAS ('c') return values
* core: fix use-after-free for text multigets
* Replace OPENSSL_VERSION_NUMBER check with defined(TLS1_3_VERSION) check for TLS v1.3 compatibility
* Fix full unit test suite under test_tls
* Track store errors in thread stats
* Fix for failing tests on OS X
* extstore: avoid looping IO queues on submission
* tests: maxconns test when extstore enabled
* core: remove cdefs include from queue.h
==== nano ====
Version update (6.1 -> 6.2)
Subpackages: nano-lang
- GNU nano 6.2
* The file browser clears the prompt bar also when using
- -minibar
* Linting now works also with a newer 'pyflakes'
==== patterns-base ====
Subpackages: patterns-base-apparmor patterns-base-base patterns-base-basesystem patterns-base-basic_desktop patterns-base-console patterns-base-enhanced_base patterns-base-minimal_base patterns-base-selinux patterns-base-sw_management patterns-base-transactional_base patterns-base-x11 patterns-base-x11_enhanced
- Use ntfs-3g again, udisks no longer works with the new ntfs3 module
(gh#storaged-project/udisks#932)
==== python-reportlab ====
Version update (3.6.5 -> 3.6.7)
- update to 3.6.7:
* Remove use of cPickle
* Remove unneccessary object inheritance
* minor changes to python rendering in shapes.Drawing
* remove jython (dead project no python3)
* remove unicodeT/bytesT
* import directly from string module
* eliminate getBytesIO and getStringIO
* remove unused and indirect imports
* remove uniChr alias of chr
* modify pdfdoc template to be eventually compatible with pikepdf
* fix bug in table gradient bg
* fix bug in validateSetattr (__dict__)
* fix handling of ddfStyle in XLabel class
==== rubygem-mini_portile2 ====
Version update (2.7.1 -> 2.8.0)
updated to version 2.8.0
see installed CHANGELOG.md
[#]## 2.8.0 / 2022-02-20
[#]### Added
- Support xz-compressed archives (recognized by an `.xz` file extension).
- When downloading a source archive, default open_timeout and read_timeout to 10 seconds, but allow configuration via open_timeout and read_timeout config parameters.
==== rubygem-rb-kqueue ====
Version update (0.2.7 -> 0.2.8)
updated to version 0.2.8
no changelog found
==== rubygem-rdiscount ====
Version update (2.2.0.1 -> 2.2.0.2)
updated to version 2.2.0.2
no changelog found
==== sg3_utils ====
Version update (1.47+3.adb7276 -> 1.47+4.82fb156)
Subpackages: libsgutils2-1_47-2
- Update to version 1.47+4.82fb156:
* rescan_scsi_bus.sh: restore numeric ordering of hosts (bsc#1196244)
==== sssd ====
Subpackages: libsss_certmap0 libsss_idmap0 libsss_nss_idmap0 sssd-32bit sssd-krb5-common sssd-ldap
- Enable selinux support
- Update Supplements to new format
==== texinfo ====
- Split locale text-domain to take care of package info
- The package makeinfo needs both the locale text-domain of info
and makeinfo
- Do not recommend texinfo-lang in package info anymore (boo#1196156)
- Rename texinfo-lang to makeinfo-lang as package makeinfo
uses those locale files
- The new package texinfo-lang should not include the binaries
with its helper files, therefore recreate texinfo package
- Require glibc-locale at build time as otherwise perl falls
always back to C locale
- Split out texinfo-lang package, so info does not refer to
traslations from texinfo package.
==== tigervnc ====
Subpackages: libXvnc1 xorg-x11-Xvnc xorg-x11-Xvnc-module
- Remove patch: tigervnc-clean-pressed-key-on-exit.patch
* fixed bsc#670448 wich can no longer be reproduced
* removing the patch fixes bsc#1196214
* related: https://github.com/TigerVNC/tigervnc/pull/14
==== vim ====
Subpackages: gvim vim-data vim-data-common
- Update apparmor.vim to latest version (from AppArmor 3.0.4)
* add network mctp keyword
==== vulkan-loader ====
Version update (1.2.198.0 -> 1.3.204.0)
- Update to release SDK-1.3.204.0
* loader: Add Vulkan 1.3 symbols defs to appropriate files
* loader: Add core 1.3 function to gpa_helper
* loader: Add manual trampolines for 1.3
==== vulkan-tools ====
Version update (1.2.198.0 -> 1.3.204.0)
- Update to release SDK-1.3.204.0
* vulkaninfo: Add Device & driver UUID to summary
==== xen ====
Version update (4.16.0_04 -> 4.16.0_06)
Subpackages: xen-libs xen-tools xen-tools-domU
- Upstream bug fixes (bsc#1027519)
61e0296a-x86-time-calibration-relative-counts.patch
61e029c8-x86-time-TSC-freq-calibration-accuracy.patch
61e02a1c-libxl-PCI-PV-hotplug-stubdom-coldplug.patch
61e98e88-x86-introduce-get-set-reg-infra.patch
61e98e89-x86-MSR-split-SPEC_CTRL-handling.patch
61e98e8a-x86-spec-ctrl-drop-ENTRY-EXIT-HVM.patch
61e98e8b-VT-x-SPEC_CTRL-NMI-race-condition.patch
61eaaa23-x86-get-set-reg-infra-build.patch
61efec1d-Arm-P2M-always-clear-entry-on-mapping-removal.patch
61efec4d-gnttab-only-decrement-refcounter-on-final-unmap.patch
61efec96-IOMMU-x86-stop-pirq-iteration-immediately-on-error.patch
61f2d886-x86-CPUID-disentangle-new-leaves-logic.patch
61f2d887-x86-CPUID-leaf-7-1-EBX-infra.patch
61f2dd76-x86-SPEC_CTRL-migration-compatibility.patch
61f7b2af-libxl-dont-touch-nr_vcpus_out-if-listing.patch
61f933a4-x86-cpuid-advertise-SSB_NO.patch
61f933a5-x86-drop-use_spec_ctrl-boolean.patch
61f933a6-x86-new-has_spec_ctrl-boolean.patch
61f933a7-x86-dont-use-spec_ctrl-enter-exit-for-S3.patch
61f933a8-x86-SPEC_CTRL-record-last-write.patch
61f933a9-x86-SPEC_CTRL-use-common-logic-for-AMD.patch
61f933aa-SVM-SPEC_CTRL-entry-exit-logic.patch
61f933ab-x86-AMD-SPEC_CTRL-infra.patch
61f933ac-SVM-enable-MSR_SPEC_CTRL-for-guests.patch
61f946a2-VMX-drop-SPEC_CTRL-load-on-VMEntry.patch
6202afa3-x86-clean-up-MSR_MCU_OPT_CTRL-handling.patch
6202afa4-x86-TSX-move-has_rtm_always_abort.patch
6202afa5-x86-TSX-cope-with-deprecation-on-WHL-R-CFL-R.patch
6202afa7-x86-CPUID-leaf-7-2-EDX-infra.patch
6202afa8-x86-Intel-PSFD-for-guests.patch
- Drop patches replaced by the above:
xsa393.patch
xsa394.patch
xsa395.patch
libxl-Fix-PV-hotplug-and-stubdom-coldplug.patch
libxl-dont-try-to-free-a-NULL-list-of-vcpus.patch
libxl-dont-touch-nr_vcpus_out-if-listing-vcpus-and-returning-NULL.patch
==== yast2-firstboot ====
Version update (4.4.7 -> 4.4.8)
- Registration step is always enabled for SLE, even when running
in WSL (bsc#1195776).
- 4.4.8
We realized that, apart from the blog post presenting our D-Installer
project, we have not reported any YaST activity during 2022 in our blog.
We fixed the issue at
https://yast.opensuse.org/blog/2022-02-23/start-2022
It includes some early D-Installer mock-ups and many news about YaST,
including:
- Improvements the activation of encrypted devices.
- Better integration of NFS management in the Partitioner.
- Usability and speed enhancements for DASD formatting.
- Support for GRUB2 password protection in AutoYaST.
- Better handling of the errors found analyzing storage devices.
- Adapted the keyboard layouts used by YaST.
- Support for selecting the desired Linux Security Module.
- Improvements in how the _netdev mount option is handled.
- Adapted YaST to be compliant with the inclusive naming initiative.
- Definition of specific per-product schemas for AutoYaST.
- Integration of the package yast2-firstboot-wsl into yast2-firstboot.
- Adjusted creation of snapshots for transactional systems.
- Capability for roles and products to specify boot-loader timeout.
- Support for switching themes.
- Adapted handling of network configuration with iBFT.
Enjoy!
--
Ancor González Sosa
YaST Team at SUSE Linux GmbH
Hi,
I'm wondering if anyone else has seen issues with
teams-1.4.00.26453-1.x86_64 loading after upgrading to 20220219
snapshot. I realize making teams run is not the responsibility of
OpenSUSE. The only real big change in that snapshot was kernel 5.16.10
and systemd.
Bryan
Today I wanted to do a dup and found that doing Ctrl+Alt+Fx would not show me a console.
I have a GTX 1070 and use the nvidia drivers (510.54) provided from the official repository. This used to work fine with past updates and kernels.
Please let me know what relevant info I should provide.
Thanks.