openSUSE Kubic
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
April 2020
- 10 participants
- 53 discussions
Hi all,
anyone ever tried to use kubic on a PCEngines APU2?
I tried an installation via USB stick on my APU2D0 using the serial console, and
it worked.
Biggest problem was that I only had a 16GB mSATA SSD, so I got no proposal for
the partitions, but got lots of warnings regarding BTRFS and Snapshots and "Oh
my god so little space".
A larger SSD fixed that, it is now running fine on a 120GB mSATA SSD.
Bonding both NICs works.
I have configured the device using ansible, as usual. New users, settings. I
only had to tweak ansible to not use zypper when ansible_distribution is
"openSUSE MicroOS", but rather use a command calling
"/usr/sbin/transactional-update package install foo". Which of course would
required a reboot, but a handler could take care of that.
All in all a very nice experience!
Johannes
off doing something with containers on the APU2 now...
--
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
2
3
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:
patterns-base
patterns-microos
timezone (2019c -> 2020a)
vim
=== Details ===
==== patterns-base ====
Subpackages: patterns-base-base patterns-base-minimal_base patterns-base-x11
- Recommend bash-completion in enhanced_base as it got lost in the
base pattern cleanup
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-basesystem patterns-microos-cloud patterns-microos-defaults patterns-microos-desktop-gnome patterns-microos-desktop-kde patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-selinux patterns-microos-sssd_ldap
- base pattern:
* remove pciutils, pulls in pciutils-ids which pulls in perl. In Factory
pciutils-ids has been replaced by hwdata.
* use bootloader pattern
- Drop Firefox package in favor of org.mozilla.firefox on FlatHub
==== timezone ====
Version update (2019c -> 2020a)
- timezone update 2020a (bsc#1169582)
* Morocco springs forward on 2020-05-31, not 2020-05-24.
* Canada's Yukon advanced to -07 year-round on 2020-03-08.
* America/Nuuk renamed from America/Godthab.
* zic now supports expiration dates for leap second lists.
==== vim ====
Subpackages: vim-data-common
- update spec.skeleton to current header generated by spec-cleaner
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=kubic&groupid=1&version=T…
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:
cilium
cri-o (1.17.3 -> 1.18.0)
patterns-base
patterns-microos
timezone (2019c -> 2020a)
vim
=== Details ===
==== cilium ====
- Adds a couple of patches that fixes bpf load error (bsc#1151876)
* 0005-rename-PolicyMapMaxEntries-to-PolicyMapEntries-and-define-policy-map-size-limits-as-consts.patch(combined)
* 0006-allow-to-configure-bpf-nat-global-max-using-helm.patch
* 0007-reduce-default-number-for-TCP-CT-and-NAT-table-max-entries.patch
* 0008-add-option-to-dynamically-size-BPF-maps-based-on-system-memory.patch
==== cri-o ====
Version update (1.17.3 -> 1.18.0)
Subpackages: cri-o-kubeadm-criconfig
- Restore calls to %service_* macros that were accidently removed
with the last change
- Remove crio-wipe.service and crio-shutdown.service
- Update to version 1.18.0:
- Deprecation
- Drop support for golang < v1.13
- API Change
- Removed version from default AppArmor profile name in config
- CRI-O now runs containers without NET_RAW and SYS_CHROOT
capabilities by default. This can result in permission denied
errors when the container tries to do something that would
require either of these capabilities. For instance, using
`ping` requires NET_RAW, unless the container is given the
sysctl `net.ipv4.ip_forward`. Further, if you have a
container that runs buildah or configures RPMs, they may fail
without SYS_CHROOT. Ultimately, the dropped capabilities are
worth it, as the majority of containers don't need them. The
fewer capabilities CRI-O gives out by default, the more
secure it is by default.
- When pinning namespaces, CRI-O now pins to
/var/run/$NS_NAMEns/$RAND_ID instead of
/var/run/crio/ns/$RAND_ID/$NS_NAME for better compatibility
with third party networking plugins
- Feature
- Add `crio config -m/--migrate` option which supports
migrating a v1.17.0 configuration file to the latest version.
- Add available image labels to image status info
- Add cgroup namespace unsharing to pinns
- Add live configuration reload to AppArmor profile option
- Add live configuration reload to seccomp profile option
- Add log context to container stats to improve logging
- Added `--cni-default-network`/`cni_default_network` option to
specify the CNI network to select. The default value is
`crio`, but this option can be explicitly set to `""` to
pickup the first network found in
`--cni-config-dir`/`network_dir`.
- Added `conmon`, `runc` and `cni-plugins` to the static
release bundle
- Added `linkmode` (dynamic or static) output to `crio version`
subcommand
- Added gRPC method names to log entries to increase
trace-ablity
- Added live reload to `decryption_keys_path`
- Added pinns binary to static bundle
- Improve `crio --version` / `version` output to show more
details
- Provide the possibility to set the default config path via
`make DEFAULTS_PATH=<PATH>`
- Take local images into account when pulling images prefixed
with `localhost/`
- Added support for drop-in registries.conf configuration
files. Please refer to the registries.conf.d documentation
(https://github.com/containers/image/blob/master/docs/containers-registries.…)
for further details.
- If a specified or the default hooks directory is not
available, then we warn the user but do not fail any more.
- Documentation
- Update documentation that the lowest possible value for the
ctr_stop_timeout is 30seconds. We also move the validation of
this fact into the config validation part of the library.
- Added man page for crio.conf.d(5)
- Other (Bug, Cleanup or Flake)
- Empty sandbox labels are now serialized into proper JSON (`null`)
- Fixed CRI-O to fail to start when `runc` is no configured
runtime and the `runc` binary is not in `$PATH`
- Fixed SIGHUP reload for drop-in configuration files
- Provide the latest release bundle via a Google Cloud Storage
Bucket at:
https://console.cloud.google.com/storage/browser/k8s-conform-cri-o/artifacts
- Removed annoying logs coming directly from lower level
runtimes like runc
- Removed the musl libc build target from the static binary
bundle in favor of the existing glibc variant
- Removed warning about non-absolute container log paths when
creating a container
- CRI-O's version can be overriden at buildtime with
`VERSION=my.version.number make bin/crio`
- ContainerStatus no longer waits for a container operation
(such as start or stop) to finish.
- Fix bug resulting in false reports of OOM
- Fixed SIGHUP reload behavior for unqualified search
registries
- Return grpc code NotFound when we can't find a container or
pod
- Systemd unit file: drop crio-wipe.service as a requirement
==== patterns-base ====
Subpackages: patterns-base-apparmor patterns-base-minimal_base
- Recommend bash-completion in enhanced_base as it got lost in the
base pattern cleanup
==== patterns-microos ====
Subpackages: patterns-microos-alt_onlyDVD patterns-microos-apparmor patterns-microos-base patterns-microos-basesystem patterns-microos-cloud patterns-microos-defaults patterns-microos-hardware patterns-microos-ima_evm patterns-microos-onlyDVD patterns-microos-selinux patterns-microos-sssd_ldap
- base pattern:
* remove pciutils, pulls in pciutils-ids which pulls in perl. In Factory
pciutils-ids has been replaced by hwdata.
* use bootloader pattern
- Drop Firefox package in favor of org.mozilla.firefox on FlatHub
==== timezone ====
Version update (2019c -> 2020a)
- timezone update 2020a (bsc#1169582)
* Morocco springs forward on 2020-05-31, not 2020-05-24.
* Canada's Yukon advanced to -07 year-round on 2020-03-08.
* America/Nuuk renamed from America/Godthab.
* zic now supports expiration dates for leap second lists.
==== vim ====
Subpackages: vim-data-common
- update spec.skeleton to current header generated by spec-cleaner
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
Mesa (20.0.4 -> 20.0.5)
Mesa-drivers (20.0.4 -> 20.0.5)
alsa
file-roller (3.36.1 -> 3.36.2)
gdm
kbd
libqt5-qtwebengine
newt (0.52.20 -> 0.52.21)
openssl (1.1.1f -> 1.1.1g)
openssl-1_1 (1.1.1f -> 1.1.1g)
perl-Bootloader (0.926 -> 0.927)
plasma5-desktop
wpa_supplicant
xkeyboard-config (2.27 -> 2.29)
zlib
=== Details ===
==== Mesa ====
Version update (20.0.4 -> 20.0.5)
Subpackages: Mesa-libEGL1 Mesa-libGL1 Mesa-libglapi0 libgbm1
- update to Mesa 20.0.5
* pretty big release with AMD and Intel drivers receiving the
majority of the work.
- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
- supersedes n_opencl_dep_libclang.patch
- Disable LTO on armv6 to fix build
==== Mesa-drivers ====
Version update (20.0.4 -> 20.0.5)
Subpackages: Mesa-dri Mesa-gallium
- update to Mesa 20.0.5
* pretty big release with AMD and Intel drivers receiving the
majority of the work.
- supersedes U_EGL-Add-eglSetDamageRegionKHR-to-GLVND-dispatch-list.patch
- supersedes n_opencl_dep_libclang.patch
- Disable LTO on armv6 to fix build
==== alsa ====
- Backport recent upstream fixes:
topology API fix, UCM fixes/improvements, config fixes, chmap
support in route plugin, timestamp type fix for dmix:
0006-topology-add-back-asrc-to-widget_map-in-dapm.c.patch
0007-ucm-clarify-the-index-syntax-for-the-device-names.patch
0008-ucm-fix-uc_mgr_scan_master_configs.patch
0009-namehint-remember-the-direction-from-the-upper-level.patch
0010-conf-fix-namehint-for-pcm.front-and-pcm.iec958.patch
0011-pcm-add-chmap-option-to-route-plugin.patch
0012-usecase-allow-indexes-also-for-modifier-names.patch
0013-ucm-fix-the-device-remove-operation.patch
0014-ucm-fix-copy-n-paste-typo-RemoveDevice-list.patch
0015-pcm-dmix-fix-sw_params-handling-of-timestamp-types-i.patch
0016-conf-USB-Audio-Fix-S-PDIF-output-of-ASUS-Xonar-AE.patch
==== file-roller ====
Version update (3.36.1 -> 3.36.2)
- Update to version 3.36.2:
+ Bugs fixed:
- libarchive:
. Do not follow external links when extracting files.
. Overwrite symbolic links as well if requested by the user.
- Help: Update steps to create a new archive to 3.34 UI.
+ Updated translations.
==== gdm ====
Subpackages: gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Burnish gdm-look-for-session-based-on-pid-first.patch according
to the upstream change (bsc#1159950, glgo#GNOME/gdm#526).
- Disable gnome-initial-setup under gdm mode in Leap and SLE
(jsc#SLE-11856).
- Add gdm-Use-pkg-config-for-keyutils.patch: configure: Use
pkg-config to look for keyutils. Following this, replace
keyutils-devel pkgconfig(libkeyutils) BuildRequires.
- Rebase/refresh patches with quilt.
==== kbd ====
Subpackages: kbd-legacy
- drop broken kbd command as well as guess_encoding (boo#1170067)
- don't use subdirectory for legacy keymaps (boo#1166423)
- use fdupes
==== libqt5-qtwebengine ====
- Add icu-v67.patch to fix compilation with icu v67, this is a backport
of https://github.com/v8/v8/commit/3f8dc4b2e5baf77b463334c769af85b79d8c1463
==== newt ====
Version update (0.52.20 -> 0.52.21)
- Update to version 0.52.21:
* define env NEWT_NOFLOWCTRL to disable flow control (Robert Gill)
* don't leak memory on errors in dialogboxes
* fix radio button selection check in snack
* fix plural forms in Lithuanian translation (#1568999)
* fix parallel build (Émeric Dupont)
* allow python versions to be specified with --with-python option
==== openssl ====
Version update (1.1.1f -> 1.1.1g)
- Update to 1.1.1g release
==== openssl-1_1 ====
Version update (1.1.1f -> 1.1.1g)
Subpackages: libopenssl1_1
- Update to 1.1.1g
* Fixed segmentation fault in SSL_check_chain (CVE-2020-1967, bsc#1169407)
Server or client applications that call the SSL_check_chain() function
during or after a TLS 1.3 handshake may crash due to a NULL pointer
dereference as a result of incorrect handling of the
"signature_algorithms_cert" TLS extension. The crash occurs if an invalid
or unrecognised signature algorithm is received from the peer. This could
be exploited by a malicious peer in a Denial of Service attack.
* Added AES consttime code for no-asm configurations
an optional constant time support for AES was added
when building openssl for no-asm.
- refresh patches:
* openssl-1.1.1-fips.patch
* openssl-1.1.1-fips-crng-test.patch
==== perl-Bootloader ====
Version update (0.926 -> 0.927)
- merge gh#openSUSE/perl-bootloader#126
- always install EFI fallback boot for aarch64 (bsc#1167015)
- 0.927
==== plasma5-desktop ====
- Add patch to fix GTK2 application appearance (kde#412331, boo#1169968):
* 0001-krdb-Drop-GTK2-colour-exporting.patch
==== wpa_supplicant ====
- Add CVE-2019-16275.patch -- AP mode PMF disconnection protection bypass
(bsc#1150934)
==== xkeyboard-config ====
Version update (2.27 -> 2.29)
- Update to version 2.29
==== zlib ====
Subpackages: libminizip1 libz1
- Update 410.patch to contain latest fixes from IBM bsc#1166260
* The build behaviour changed
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=kubic&groupid=1&version=T…
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:
kbd
kubernetes1.17 (1.17.4 -> 1.17.5)
openssl (1.1.1f -> 1.1.1g)
openssl-1_1 (1.1.1f -> 1.1.1g)
perl-Bootloader (0.926 -> 0.927)
wpa_supplicant
zlib
=== Details ===
==== kbd ====
Subpackages: kbd-legacy
- drop broken kbd command as well as guess_encoding (boo#1170067)
- don't use subdirectory for legacy keymaps (boo#1166423)
- use fdupes
==== kubernetes1.17 ====
Version update (1.17.4 -> 1.17.5)
- Update to version 1.17.5:
* Fix GCE ILB for large clusters
* gce-addons: Make sure default/limit-range doesn't get overridden
* Restore the ability to `kubectl apply --prune` without -n flag
* Fix client watch reestablishment handling of client-side timeouts
* Fix priorityClass typo, add numeric priority to static pods
* Test dropped round-trip annotations in HPA conversion
* Drop round-trip annotations in HPA conversion
* Ensure Azure availability zone is always in lower cases
* Clean up event messages for errors.
* Fix permissions for endpointslice controller
* Allow list-resources.sh to continue if a resource fails to list
* Check that ImageInspect pointer is not nil
* Fix bug about unintentional scale out during updating deployment.
* kubeadm: increase timeouts in the etcd client
* kubeadm: handle multiple members without names during concurrent join
* build/dependencies: Remove bazel WORKSPACE go_version check
* deps: Update to Golang 1.13.9
* build: Remove kube-cross image building
* Fix the VMSS name and resource group name when updating VMSS for LoadBalancer backendPools.
* Remove wait.Until for running Kubelet Bootstrap
* Parallelize attach operations across different nodes for volumes that allow multi-attach
* Add nil nodeinfo check in podFitsOnNode
* fix: check disk status before disk azure disk
* Update kube-openapi to release-1.17
* Update tag for structured-merge-diff to v2.0.1
* EndpointSlice and Endpoints should treat terminating pods the same
* EndpointSliceTracker should track updated resource version
* Ensuring EndpointSlices are not used for Windows kube-proxy implementations
* Ensuring kube-proxy does not mutate shared EndpointSlices
* Update CHANGELOG/CHANGELOG-1.17.md for v1.17.4
* let image cache do sort on write instead of on read to avoid data
* Removing kubectl get output e2e test
* Fix VMSS cache content
* Preserve target apiVersion when decoding into unstructured lists
* Adding a temporary fix for kubectl get output e2e test
* /readyz should start returning failure on shutdown initiation
* test: don't use hardcoded pod count for memory limit test
* Fixed in the GCE/PD in-tree volume logic to expose the max number of persistent-disks for each instance type correctly.
* Honor status.podIP over status.podIPs, node.spec.podCIDR over node.spec.podCIDRs
* fix: corrupted mount point in csi driver
* fix: azure file mount timeout issue
* fix behaviour of aws-load-balancer-security-groups annotation
* fix: add remediation in azure disk attach/detach
* Update to golang(a)1.13.8
* build: Enable kube-cross push/pull from K8s Infra GCR
* build: Add justaugustus as reviewer
* build: Add OWNERS on build-image/
* rename to sharedLimitWriter
* address review feedback
* Fix docker/journald logging conformance
* fix get-kube authorization headers
* Calling hcsshim instead of docker api to get stats for windows to greatly reduce latency
* adding e2e test to ensure it takes less than 10 seconds to query kubelet stats for windows nodes
* update golang.org/x/crypto
* kube-proxy filter Load Balancer Status ingress
* kube-proxy unit test FilterIncorrectIPVersion
* add delays between goroutines for vm instance update
* Updated test cos image to include runc-1.0.0-rc10
* Fix gce-cos-master-reboot test
* Fix route conflicted operations when updating multiple routes together
* fix: get azure disk lun timeout issue
* Set up connection onClose prior to adding to connection map
* fix: add azure disk migration support for CSINode
* Add annotation annealing for migration for PVs and PVCs during syncVolume and syncClaim. This allows external-provisioners to pick up and delete volumes when they have been rolled up from previous kubernetes versions.
* Update CHANGELOG/CHANGELOG-1.17.md for v1.17.3
* Limit number of instances in single update to GCE target pool
* Add code to fix kubelet/metrics memory issue.
* Remove Error log for nil StartTime
* CHANGELOG: Move changelogs into a subdir to delegate releng approvals
* Enable selinux tags in make targets
* Fix pending_pods, schedule_attempts_total was not recorded
* Fixing Potential Race Condition in EndpointSlice Controller.
* Restore statefulset conversion that populates apiVersion/kind in volume templates
* Use standard default storage media type in local-up-cluster
* changelog: clarify 1.17 upgrade requirements
* Fix back off when scheduling cycle is delayed
* blank out value for unbounded client label
* update gopkg.in/yaml.v2 to v2.2.8
* set nil cache entry based on old cache
* Revert "It fixes a bug where AAD token obtained by kubectl is incompatible with on-behalf-of flow and oidc."
* Fix issue with GCE scripts assuming Python2.
* Add/Update CHANGELOG-1.17.md for v1.17.2.
* [1.17] No-op whitespace fix to CHANGELOG-1.17 to trigger a new 1.17 build
* Update to golang(a)1.13.6
* Fix the bug PIP's DNS is deleted if no DNS label service annotation is set.
* kubenet: replace gateway with cni result
* Add/Update CHANGELOG-1.17.md for v1.17.1.
* Fixes unnecessary creation of default SG and trying to delete non-provisioned SG by k8s system when annotation [service.beta.kubernetes.io/aws-load-balancer-security-groups] is present
* Ensure a provider ID is set on a node if expected
* Bind metrics-server containers to linux nodes to avoid Windows scheduling on kubernetes cluster includes linux nodes and windows nodes
* Drop version from static openapi json file
* Update to golang(a)1.13.5
* Revert reflector changes from PR #83520 from 1.17
* Fix IPv6 addresses lost issue in pure ipv6 vsphere environment
* Fix unit test to run in non-gce environments
* fix: azure disk could not mounted on Standard_DC4s/DC2s instances
* Use legacyscheme's types rather than testapi ones
* Fix nil pointer dereference in the azure provider
* Add unit test for extended ipv4 service IP range
* Revert "remove ipallocator in favor of k/utils net package"
* It fixes a bug where AAD token obtained by kubectl is incompatible with on-behalf-of flow and oidc.
* Allocate map when out points to nil map
* fix: azure data disk should use same key as os disk by default
* Check FileInfo against nil during walk of container dir path
* Add UID precondition to kubelet pod status patch updates
* Add cache for VMSS.
* Fix build break - Hyperkube image needs kubelet/kubectl
* Include cloud/gcp in e2e.test
* Do not swallow timeout in manageReplicas
* Sync the status of static Pods
* Increase Burst limit for discovery client
* Update v1.17.0 CHANGELOG to match final draft
* Fix LoadBalancer rule checking so that no unexpected LoadBalancer updates are made
* Fix broken SELinux detection
* Add/Update CHANGELOG-1.17.md for v1.17.0.
* Kubernetes version v1.17.1-beta.0 openapi-spec file updates
* Deflake kubectl custom printing test
* Refactor parsing logic for service IP and ranges, add tests
* Fix bug in apiserver service cluster cidr split
* Switch addon resizer to 1.8.7
* Deflake pod readiness e2e
* Add/Update CHANGELOG-1.17.md for v1.17.0-rc.2.
* Move hostdns.conf out of cni directory.
* Fix iscsi refcounter in the case of no Block iscsi volumes
* Ensure webhook backend requests are not artificially rate-limited
* Retain objects for a limited lifetime in the mutation cache detector by default
* Enable mutation detection
* Make cluster auto scaler use leases
* Bump Cluster Autoscaler version to 1.17.0
* fix: padded base64 encoded docker auth field
* apiextensions: filter required nullable to workaround kubectl validation
* update cadvisor dependency to v0.35.0
* Bumped the number of times a node tries to lookup itself
* Wait for PV to be available before creating PVCs in volume binding test
* increase pv controller resync period to try to deflake api update conflicts
* Fix GKE upgrade test.
* Use plugin name for filtering metrics
* Provided a mechanism to re-register hidden metrics.
* Deep copying EndpointSlices in reconciler before modifying them.
* Set node cidr mask size ipv4/ipv6 config
* Revert "kube-proxy: check KUBE-MARK-DROP"
* Add/Update CHANGELOG-1.17.md for v1.17.0-rc.1.
* Add/Update CHANGELOG-1.17.md for v1.17.0-beta.2.
* Add/Update CHANGELOG-1.17.md for v1.17.0-beta.1.
* Results of running update scripts: update-openapi-spec
* Delete extraneous CHANGELOG-*.md files on branch.
==== openssl ====
Version update (1.1.1f -> 1.1.1g)
- Update to 1.1.1g release
==== openssl-1_1 ====
Version update (1.1.1f -> 1.1.1g)
Subpackages: libopenssl1_1
- Update to 1.1.1g
* Fixed segmentation fault in SSL_check_chain (CVE-2020-1967, bsc#1169407)
Server or client applications that call the SSL_check_chain() function
during or after a TLS 1.3 handshake may crash due to a NULL pointer
dereference as a result of incorrect handling of the
"signature_algorithms_cert" TLS extension. The crash occurs if an invalid
or unrecognised signature algorithm is received from the peer. This could
be exploited by a malicious peer in a Denial of Service attack.
* Added AES consttime code for no-asm configurations
an optional constant time support for AES was added
when building openssl for no-asm.
- refresh patches:
* openssl-1.1.1-fips.patch
* openssl-1.1.1-fips-crng-test.patch
==== perl-Bootloader ====
Version update (0.926 -> 0.927)
- merge gh#openSUSE/perl-bootloader#126
- always install EFI fallback boot for aarch64 (bsc#1167015)
- 0.927
==== wpa_supplicant ====
- Add CVE-2019-16275.patch -- AP mode PMF disconnection protection bypass
(bsc#1150934)
==== zlib ====
- Update 410.patch to contain latest fixes from IBM bsc#1166260
* The build behaviour changed
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=microos&groupid=1&version…
https://bugzilla.opensuse.org/buglist.cgi?product=openSUSE%20Tumbleweed&com…
Please do not reply to this email to report issues, rather file a bug on bugzilla.opensuse.org.
For more information on filing bugs please see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
ModemManager (1.12.6 -> 1.12.8)
adwaita-icon-theme (3.34.3 -> 3.36.1)
at-spi2-core (2.34.0 -> 2.36.0)
atk (2.34.1 -> 2.36.0)
baloo5-widgets (19.12.3 -> 20.04.0)
ca-certificates
cantarell-fonts (0.111 -> 0.201)
clutter (1.26.2 -> 1.26.4)
cogl (1.22.4+8 -> 1.22.6)
dconf (0.34.0 -> 0.36.0)
dmidecode
dolphin (19.12.3 -> 20.04.0)
file
fuse-overlayfs (0.7.8 -> 1.0.0)
gawk (5.0.1 -> 5.1.0)
gcr (3.34.0 -> 3.36.0)
gdm
glib-networking (2.62.3 -> 2.64.2)
glib2 (2.62.6 -> 2.64.2)
glibc
glibmm2_4 (2.62.0 -> 2.64.2)
gnome-calculator (3.34.1 -> 3.36.0)
gnome-keyring (3.34.0 -> 3.36.0)
gnome-menus (3.32.0 -> 3.36.0)
gnome-online-accounts (3.34.1 -> 3.36.0)
gnome-settings-daemon (3.34.2+0 -> 3.36.0)
gnome-shell (3.34.5 -> 3.36.1)
gnome-shell-extension-desktop-icons (19.10.2 -> 20.04.0)
gnome-shell-extensions (3.34.2 -> 3.36.1)
gnome-software (3.34.2 -> 3.36.0)
gnome-system-monitor (3.32.1 -> 3.36.0)
gnome-terminal (3.34.2 -> 3.36.1.1)
gnome-user-docs (3.34.1 -> 3.36.1)
gobject-introspection (1.62.0 -> 1.64.1)
gpsd (3.19 -> 3.20)
gsettings-desktop-schemas (3.34.0 -> 3.36.0)
gtksourceview4 (4.4.0 -> 4.6.0)
harfbuzz (2.6.4 -> 2.6.5)
hwdata
hwinfo (21.69 -> 21.70)
installation-images-MicroOS
kaccounts-integration (19.12.3 -> 20.04.0)
kate (19.12.3 -> 20.04.0)
kbookmarks
kde-print-manager (19.12.3 -> 20.04.0)
kdeconnect-kde (1.4 -> 20.04.0)
kdialog (19.12.3 -> 20.04.0)
kernel-default-base (5.6.4 -> 5.6.6)
kernel-source (5.6.4 -> 5.6.6)
konsole (19.12.3 -> 20.04.0)
kwalletmanager5 (19.12.3 -> 20.04.0)
less (551 -> 557)
libdrm (2.4.100 -> 2.4.101)
libgsf (1.14.46 -> 1.14.47)
libgweather (3.34.0 -> 3.36.0)
libinput (1.15.4 -> 1.15.5)
librsvg (2.46.4 -> 2.48.3)
libsoup (2.68.4 -> 2.70.0)
libwpe (1.4.0.1 -> 1.6.0)
libyaml (0.2.2 -> 0.2.4)
mutter (3.34.5 -> 3.36.1)
nautilus (3.34.2 -> 3.36.1.1)
ncurses (6.2.20200404 -> 6.2.20200418)
opus
pangomm1_4 (2.42.0 -> 2.42.1)
parted
patterns-base (20190612 -> 20200417)
patterns-containers
pcre (8.42 -> 8.44)
pcre2
plasma5-pk-updates
polkit-default-privs (1550+20200325.f1362c4 -> 1550+20200417.940923e)
python-gobject (3.34.0 -> 3.36.0)
python-urllib3
python3
python3-base
sddm (0.18.0 -> 0.18.1)
serd (0.30.0 -> 0.30.2)
slirp4netns (0.4.4 -> 1.0.0)
sord (0.16.2 -> 0.16.4)
systemd
systemd-presets-branding-MicroOS
tar
vte (0.58.3 -> 0.60.1)
vulkan-loader (1.2.135 -> 1.2.137)
wpa_supplicant
xdg-desktop-portal-gtk
yelp (3.34.0 -> 3.36.0)
yelp-xsl (3.34.2 -> 3.36.0)
=== Details ===
==== ModemManager ====
Version update (1.12.6 -> 1.12.8)
- Update to version 1.12.8:
+ Plugin manager:
- Updated logic to allow new ports added to a device up to
1500ms since last port was added.
+ Voice interface:
- Match calls in call list by number.
- Don't report an empty list if +CLCC for any reason fails.
- Expect in-call URCs also in secondary port.
- Allow optional extra CR in in-call URCs.
+ Kernel device:
- Fix looking up for interface details in udev-based builds.
+ Huawei:
- Allow reading port type hints from USB interface descriptions.
- Fix segfault if device is removed while probing is ongoing.
+ Several other minor fixes.
==== adwaita-icon-theme ====
Version update (3.34.3 -> 3.36.1)
- Update to version 3.36.1:
+ Symbolic:
- User-not-tracked bugfix.
- Color coding of battery states.
- Hw disabled states.
- Microphone state icons.
+ Fullcolor: video-x-generic metaphor.
- Switch back to tarball release. Following this, drop libtool
BuildRequires and autogen call, no longer needed.
- Update to version 3.36.0:
+ Symbolic:
- Media rtl cleanup.
- Night light more identifiable.
- Update to version 3.35.92:
+ Fullcolor mimetype icons - firmware, addons for they are
prominently exposed in Software.
+ Drop rtl variant for playback.
- Use explicit commitid as upstream borked the tag and tarball.
- Update to version 3.35.91:
+ Updated icon set.
==== at-spi2-core ====
Version update (2.34.0 -> 2.36.0)
Subpackages: libatspi0 typelib-1_0-Atspi-2_0
- Update to version 2.36.0:
+ No changes, stable version update only.
- Update to version 2.35.92:
+ bus-launcher: make session management more robust
(boo#1154582).
- Drop at-spi2-core-async-session-register.patch: Fixed upstream.
==== atk ====
Version update (2.34.1 -> 2.36.0)
Subpackages: libatk-1_0-0 typelib-1_0-Atk-1_0
- Update to version 2.36.0:
+ New API:
- Added ATK_ROLE_MARK and ATK_ROLE_SUGGESTION
- Add ATK_TEX_ATTR_TEXT_POSITION to the list of possible
AtkText attributes
+ Documentation: Updated documentation for
atk_text_set_caret_offset
+ Building - meson:
- Fix building atk as subproject
- Add Meson wrap file for GLib
+ Building - visual studio: Use -utf-8 if available
+ Updated translations.
- Update to version 2.35.1:
+ AtkComponent, AtkImage, AtkText: Make sure returned values are
initialized to some known default value.
+ AtkPlug: Add atk_plug_set_child.
+ AtkSocket:
- Make AtkSocket get_extents return parent extents by default
- atk_socket_embed: make plug_id parameter const.
- Make AtkSocketClass (embed) use const for plug_id.
+ AtkText: Make atk_text_rectangle_union ignore undefined
rectangles.
+ Documentation:
- Refine *_scroll_to_point documentation.
- Refine AtkScrollType documentation.
==== baloo5-widgets ====
Version update (19.12.3 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Remove too-strict deprecation, just in case
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes since 19.12.3, only listing bugfixes:
* Use realtime indexing as fallback when DB has no property data (kde#410114)
==== ca-certificates ====
- Remove old migration code, we don't support migration from such
old products anymore.
- Use file requires to support busybox container if possible
==== cantarell-fonts ====
Version update (0.111 -> 0.201)
- Update to version 0.201:
+ Oopsie-release: The last one was missing pre-built binaries in
the release tarball.
+ Use AFDKO's tx to compress the variable font in roughly half.
+ Updated translations.
- Update to version 0.200:
+ Respacing of uppercase letters in the regular master and
complete thin and extra bold masters. Uppercase letters space
better next to lowercase letters now. Cyrillics are more
consistently spaced.
+ Tweak numerals some. Especially the "one" and fractions.
+ Various tweaks to various shapes across the board, especially
symbols. Braces are curlier now. Detail tweaks to Cyrillics.
+ Basic mathy symbols and currency symbols now have tabular
number width. I found no advantage to having proportional
variants.
+ Removed .tosf numerals. Fiddly work without clear purpose.
+ Experimental alternative form of "l" without the tail.
Accessible via the ss01 feature.
+ Added variable font, CFF2 flavor. postscriptBlueFuzz is set to
1 explicitly to avoid rounding issues with blue zone coverage
in FreeType.
+ Removed f-ligatures without their own Unicode code points, as
the design doesn't currently need them. They were mainly added
to fill up the Google glyph set.
+ The following glyphs now represent more than one Unicode code
point to keep the glyph view tidier:
- emdash: U+2014, U+2015
- emspace: U+2001, U+2003
- enspace: U+2000, U+2002
- hyphen: U+002D, U+00AD, U+2010, U+2011
- space: U+0020, U+00A0
+ In PDFs where the generator removed the text stream, copy-paste
may lead to the others turning into the first.
+ Filled in hryvnia (U+20B4), tugrik (U+20AE) and tenge (U+20B8).
+ Static fonts use same rounding method as varLib uses for the
variable font.
+ Fixed Ustraight-cy (U+04AE), ustraight-cy (U+04AF),
Ustraightstroke-cy (U+04B0), ustraightstroke-cy (U+04B1), they
didn't have a proper production name before and may not have
been properly accessible.
+ Removed some building components that made it into the final
font.
+ Limited anchor propagation to letters, excluding ligatures.
Generate GDEF table properly.
+ Set one simple `gasp` table for hinted display for e.g.
Windows.
+ Removed `ccmp` from the `aalt` lookup.
+ The OS/2 table fsType now says that no Digital Rights
Management is applied to the fonts, the name table now says the
fonts are OFL 1.1 licensed.
+ Internal housekeeping: Sources are stored in the open UFO and
Designspace format now, with various cleanups like removed
unused layers.
+ Internal housekeeping: Removed composite diacritics that served
no design purpose.
- Stop passing -Dconfigdir=%%{_fontsconfavaildir} to meson, no
longer recognized.
==== clutter ====
Version update (1.26.2 -> 1.26.4)
- Update to version 1.26.4:
+ Require GLib 2.54
+ Build fixes
+ Add an experimental Meson build
+ Documentation fixes
+ Handle 8 and 10 bits colour depth in picking code
+ Bugs fixed: bgo#792716, bgo#772213, bgo769190,
glgo#GNOME/clutter#8, glgo#GNOME/clutter#11,
glgo#GNOME/clutter!8, glgo#GNOME/clutter!9,
glgo#GNOME/clutter!11.
+ Updated translations.
- Drop patches fixed upstream:
+ clutter-handle-8-10-bits.patch
+ clutter-ensure-surface-buffer-set.patch
- Add clutter-handle-8-10-bits.patch: Handle 8 and 10 bits colour
depth in picking code (glgo#GNOME/clutter!10).
- Add clutter-ensure-surface-buffer-set.patch: gdk: Ensure surface
buffer scale is set (glgo#GNOME/clutter!7).
==== cogl ====
Version update (1.22.4+8 -> 1.22.6)
Subpackages: libcogl-pango20 libcogl20
- Update to version 1.22.6:
+ Build with newer versions of Pango
+ Fix the pkg-config files for cogl-gst and cogl-pango
- Drop usage of source services, back to regular tarball.
- Update content of cogl-fix-mesa20.patch to commit checked in
upstream.
==== dconf ====
Version update (0.34.0 -> 0.36.0)
Subpackages: gsettings-backend-dconf libdconf1
- Update to version 0.36.0:
+ No changes, stable version update only.
- Update to version 0.35.1:
+ Writer service: avoid writing to disk and emitting changed
signals when write requests do not result in changes to the
database.
+ build: Drop redundant `install` key from `configure_file()`.
+ build: Update abicheck.sh script to work with GCC 9.
+ build: Update use of link_whole for meson-0.52.
- Drop 0001-gvdb-Restore-permissions-on-changed-files.patch and
dconf-fix-meson.patch: fixed upstream.
==== dmidecode ====
3 recommended fixes from upstream:
- dmidecode-print-type-33-name-unconditionally.patch: Print type 33
name unconditionally.
- dmidecode-dont-choke-on-invalid-processor-voltage.patch: Don't
choke on invalid processor voltage.
- dmidecode-fix-the-alignment-of-type-25-name.patch: Fix the
alignment of type 25 name.
Build fix:
- dmidecode-allow-overriding-build-settings-from-env.patch: Fix the
build system so that the compilation flags passed by OBS are
added to the ones dmidecode needs, instead of overriding them
entirely.
- dmidecode.spec: Pass the CFLAGS through the environment, instead
of as a parameter.
==== dolphin ====
Version update (19.12.3 -> 20.04.0)
Subpackages: dolphin-part libdolphinvcs5
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Dolphin Service Installer: Run uninstall scripts, rename methods
* Dolphin Service Menu installer cleanup
* Sort services list alphabetically (kde#419938)
* Display readable titlebar text while using search and full paths in titlebar (kde#406624)
* Dolphin Services: Launch Deb/Rpm archives with QDesktopServices
* Fix crashing on starting and quitting (kde#419585)
* Use same logic for "no extension" case with Duplicate feature (kde#419070)
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- Changes since 20.03.80:
* Update dragCursor while dragging
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes since 19.12.3, only listing bugfixes:
* Fixes multiple KVersionControlPlugin::fileName() calls on entering or updating directory. (kde#415698)
* Restore former position of "Create New" menu item in viewport context menu (kde#417640)
* Add natural sorting and case-insensitive sorting for all role-types (kde#406296)
* Fixes multiple VCS plugin calls on single directory update. (kde#415698)
* Use QDesktopServices to open urls not supported by dolphin (kde#372642)
* Use more conventional "Add to Places" text for that action (kde#416064)
* make link with LLVM (kde#410237)
* Allow dolphin to format DateTime at later stage than KBalooRolesProvider (kde#411173)
- Dropped patches, now upstream:
* 0001-Restore-former-position-of-Create-New-menu-item-in-v.patch
==== file ====
Subpackages: file-magic libmagic1
- file-5.24-nitpick.dif: remove obsolete patch (bsc#1169512)
- file-secure_getenv.patch: refresh
==== fuse-overlayfs ====
Version update (0.7.8 -> 1.0.0)
- Update to v1.0.0
- Fix portability issue to 32 bits architectures
==== gawk ====
Version update (5.0.1 -> 5.1.0)
- Update to 5.1.0:
* The major version of the API is bumped to 3, something that should
have happened at the 5.0.0 release but didn't.
* A number of memory leak issues have been fixed.
* Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1,
Automake 1.16.2.
* The indexing in the manual has been thoroughly revised, in particular
making use of the facilities in Texinfo 6.7. That version (or newer)
must be used to format the manual.
* MSYS2 is now supported out-of-the-box by configure.
* Several bugs have been fixed. See the ChangeLog for details.
- Removed gawk-inplace-namespace-part3.patch
- Removed gawk-inplace-namespace-part1.patch
- Removed gawk-inplace-namespace-part2.patch
==== gcr ====
Version update (3.34.0 -> 3.36.0)
Subpackages: gcr-data gcr-prompter libgck-1-0 libgcr-3-1 typelib-1_0-Gck-1 typelib-1_0-Gcr-3
- Update to version 3.36.0:
+ gcr: Update gtk-doc get_der_data() vfunc.
+ Updated translations.
- Update to version 3.35.91:
+ Mark deprecated functions with G_DEPRECATED.
+ egg-oid: Add comments for translators for new abbrevations.
+ Updated translations.
- Update to version 3.35.90:
+ Add support for "NEW CERTIFICATE REQUEST" header.
+ Add support for GOST certificates.
+ Rework handling of ASN.1 standard types.
+ Fix a few regressions in the Meson build.
+ Add support for g_autoptr.
+ Fixed some compiler warnings.
- Changes from version 3.35.1:
+ gcr-certificate: Add (virtual) annotation.
+ Always use G_PARAM_STATIC_STRINGS.
+ Support Meson build system.
+ Avoid potential 64-bit pointer aliasing alignment issues.
+ Update README to mention correct environment variables.
+ build: Use sed for .desktop variables substitution.
+ Updated translations.
- Switch to meson buildsystem: replace configure/make/make_install
macros with the meson/meson_build/meson_install counterparts.
==== gdm ====
Subpackages: gdmflexiserver libgdm1 typelib-1_0-Gdm-1_0
- Enable testsuite: Add check section and run make_build check.
- Tweak bootstrap call, drop superfluous explicit autoreconf call.
==== glib-networking ====
Version update (2.62.3 -> 2.64.2)
- Update to version 2.64.2:
+ Reenable TLS 1.0/1.1 protocols due to COVID-19.
+ Fix build warning on Windows.
- Update to version 2.64.1:
+ Warn when server-identity property is missing.
+ Fix crashes in debug logs.
+ Fix write loop in OpenSSL backend.
- Update to version 2.64.0:
+ Fix OpenSSL backend on RHEL 6.
- Update to version 2.63.92:
+ Revert fix for glgo#GNOME/glib-networking#127, which broke
libsoup (glgo#GNOME/glib-networking#129).
+ Updated translations.
- Update to version 2.63.91:
+ Fix peer-certificate properties changing too soon.
+ GnuTLS backend: reduce session resumption cache lifetime.
+ GnuTLS backend: restore TLS 1.2 support for copy session state.
- Update to version 2.63.90:
+ Remove PKCS#11 support, deferred until next cycle.
+ Remove OpenSSL backend's OCSP support.
- Changes from version 2.63.3:
+ Fix OpenSSL backend regressions and reenable OpenSSL testsuite.
+ Temporarily disable cancellation of sync handshakes.
+ Disable flaky test (#104) and resolve testsuite flakiness.
+ Fix regression where GnuTLS connection init could theoretically
fail without error.
- Changes from version 2.63.2:
+ Fix crash when handshake context is reset too late.
+ Require GnuTLS 3.6.5.
+ Build mock PKCS #11 module only for GnuTLS backend.
+ Rework session resumption support for TLS 1.3.
+ Run GnuTLS tests under TLS 1.2 in addition to TLS 1.3.
+ Support OpenSSL 1.0.1.
+ Drop rehandshake mode and protocol version fallback support.
+ Add logging functions.
+ Fix PKCS #11 tests with TLS 1.2.
+ Add more debug logging for PKCS #11.
+ Fix leak in GTlsCertificateGnutls finalizer.
- Changes from version 2.63.1:
+ Add support for new PKCS#11 APIs to facilitate use with
smartcards.
+ Disable TLS 1.0 and TLS 1.1 when using GnuTLS.
+ Fix threadsafety issue.
==== glib2 ====
Version update (2.62.6 -> 2.64.2)
Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0
- Update to version 2.64.2:
+ Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081,
glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438,
glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428,
glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431,
glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435,
glgo#GNOME/GLib!1447.
+ Updated translations.
- Update to version 2.64.1:
+ Fix memory monitor tests to only be installed if
installed-tests are enabled, and to be skipped if
GObject-Introspection is too old.
+ Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412.
+ Updated translations.
- Update to version 2.64.0:
+ Use `posix_spawn()` to speed up launching test D-Bus instances.
+ Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049,
glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386,
glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388,
glgo#GNOME/GLib!1389.
+ Updated translations.
- Update to version 2.63.6:
+ Fix potential relative read when calling g_printerr(), which
could lead to a denial of service from a setuid-root process
being used to block access to the TTY for another user.
+ Fix SOCKS proxy resolver sometimes not being used when
resolving addresses via Happy Eyeballs (CVE-2020-6750).
+ Several other Happy Eyeballs fixes for address resolution.
+ Various race fixes in `GDBusConnection` and its unit tests.
+ Fix a race condition with D-Bus name ownership.
+ Drop `gio-launch-desktop` helper application in favour of
calling `sh` directly.
+ Fix win32 exception handling with C# exceptions.
+ Fix thread safety of `GUnixMountMonitor`.
+ Additional fixes to new thread pool attribute behaviour from
GLib 2.63.4 to check if sched_setattr() is allowed by system
policies before depending on it.
+ Fix memory leaks and corruption when freeing `GSource`s while
freeing a `GMainContext`.
+ Drop inappropriate installation of object manager example
documentation.
+ Varioius other bugs and fixes.
+ Updated translations.
- Update to version 2.63.5:
+ Fix behaviour of `g_file_move()` fallback code to not follow
symlinks.
+ Rename `--glib-min-version` argument of `gdbus-codegen` to
`--glib-min-required`.
+ Add gtk-doc checks to CI and fix a number of documentation
issues.
+ Add a debug message if `g_setenv()` or `g_unsetenv()` are used
after any threads have been spawned ? this will be upgraded to
a warning in future.
+ Skip memory monitor tests if xdg-desktop-portal or dbusmock are
not available.
+ Change the `libmount` configure option from a boolean to a
Meson `feature`.
+ Do not return `target-uri` from `g_file_peek_path()` when
called on trash/recent files.
+ Drop new TLS certificate API for PKCS #11 backed certificates,
as the implementation is not ready yet (this is not an API
break as the API was added earlier in the 2.63 cycle).
+ Updated translations.
+ For changes from earlier in the dev cycle see the NEWS file.
- Rebase glib2-gdbus-codegen-version.patch.
==== glibc ====
Subpackages: glibc-locale glibc-locale-base
- Split off %lang_package
==== glibmm2_4 ====
Version update (2.62.0 -> 2.64.2)
Subpackages: libgiomm-2_4-1 libglibmm-2_4-1
- Update to version 2.64.2:
+ Glib: build_filename(): Fix the template overload.
+ Build: Meson build: Install generate_extra_defs.h.
- Use modern macros, tidy up spec.
- Update to version 2.64.1:
+ Glib: Add missing #includes.
- Update to version 2.64.0:
+ Glib:
- Add get_user_runtime_dir().
- Add get_host_name().
- MainContext: Add push/pop/get_thread_default().
- Add StdStringView and UStringView. Use them in
build_filename().
- Regex: match(), match_all(): Deprecate rvalue string
references.
- Add Glib::canonicalize_filename().
- ustring: Fix insert(iterator, In, In).
+ Gio:
- DBus::Connection: Make the wrap() function thread-safe.
- DBus::Message::get_unix_fd_list(): Add refreturn.
+ gmmproc: Add optional decl_prefix parameter to
_CLASS_BOXEDTYPE, _CLASS_BOXEDTYPE_STATIC, _CLASS_GOBJECT,
_CLASS_INTERFACE, _CLASS_OPAQUE_COPYABLE,
_CLASS_OPAQUE_REFCOUNTED, _WRAP_GERROR. Used for adding
GLIBMM_API or similar for MS Visual C++.
+ Build:
- Add Meson support.
- Drop gendef from Windows builds.
+ Documentation:
- Correct spelling of spawn_async_with_pipes().
- Glib::Binding: Several doc improvements.
- Glib::Binding: Explain why SlotTransform takes GValue*.
- Regex: Note that Glib::ustring must be used in match methods.
- Gio::AsyncResult: Improve the class description.
==== gnome-calculator ====
Version update (3.34.1 -> 3.36.0)
- Update to version 3.36.0:
+ Fixed broken markup in UI translations.
+ Updated translations.
- Update to version 3.35.92:
+ doc: Don't pass --fatal-warnings to valadoc.
+ Removed obsolete keyboard shortcut.
+ help: Update icon for 3.36.
+ Updated translations.
- Update to version 3.35.90:
+ Drop padding around the display.
+ Updated Keyboard Shortcuts.
+ Handle Escape and Enter correctly with completion.
+ Added F10 for primary menu shortcut.
+ Added Rack Units to the conversions.
+ Fixed freeze on calculating atan(+/-i).
+ Fixed mode shortcuts by removing blocking mnemonics.
+ Implemented result history browsing using alt left/right.
- Changes from version 3.35.2:
+ List possible modes in commandline help.
+ Add square feet unit.
+ Base conversion display selectable.
+ Updated translations.
- Split out new library into libgci-1-0_0_0 subpackage.
==== gnome-keyring ====
Version update (3.34.0 -> 3.36.0)
Subpackages: gnome-keyring-pam libgck-modules-gnome-keyring
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.90:
+ Use shorter strings for prompt titles.
+ pam: Provide more insight from pam_gnome_keyring about
unlocking.
+ Don't use GTimeVal/g_get_current_time().
+ Don't use g_type_class_add_private().
+ Build fixes.
- Update to version 3.35.1:
+ dbus: Implement secret portal backend.
+ Updated translations.
==== gnome-menus ====
Version update (3.32.0 -> 3.36.0)
Subpackages: libgnome-menu-3-0 typelib-1_0-GMenu-3_0
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.3:
+ Fix Seahorse not appearing under Utilities category.
+ Add Simple Scan and Usage to Utilities category.
+ Updated translations.
==== gnome-online-accounts ====
Version update (3.34.1 -> 3.36.0)
Subpackages: libgoa-1_0-0 libgoa-backend-1_0-1
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.90:
+ Polish some rough edges in the Meson build.
+ Various build fixes.
+ kerberos-identity-manager: Remove unused signal handler ID.
+ daemon, dbus: Enable checking if a provider type is supported.
- Changes from version 3.35.3:
+ Remove Pocket.
+ Bugs fixed:
- Drop the priv pointer from the GObject instance structures.
- Port away from deprecated GLib API like g_memove and
g_get_current_time.
- webview: Port to JSCValue.
- Use the G_DECLARE_* macros to reduce GObject boilerplate.
- Add Exchange and Last.fm icons.
- Changes from version 3.35.1:
+ Updated translations.
- Drop --enable-pocket configure parameter: no longer supported.
==== gnome-settings-daemon ====
Version update (3.34.2+0 -> 3.36.0)
- Enable testsuite: Add python3-gobject-devel and
python3-python-dbusmock BuildRequires and check section, and pass
meson_test macro, run the testsuite during build.
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.92:
+ CI improvements
+ Xsettings:
- Load scripts from /etc/xdg/Xwayland-session.d in order to
lazily set up X11 sessions for wayland (e.g. Xwayland being
raised on demand)
- Delegate on gnome-shell to enable/disable animations
+ Sharing: Drop support for vino. It is replaced by the windowing
agnostic gnome-remote-desktop in other places of the stack.
+ Wacom: Fix build without wayland.
+ Housekeeping:
- Use atime instead of mtime in thumbnail cleaner.
- Avoid crossing into different filesystems in cleanup dirs.
+ Power: Add missing error check to realpath call.
+ Updated translations.
- Update to version 3.35.91:
+ Add capability to disable USB while the lockscreen is on.
+ Power: Increase permissible runtime for some tests.
+ Color: Look for builtin profiles in UEFI.
+ Updated translations.
- Update to version 3.35.0:
+ Lower systemd stop timeout.
+ Media-keys:
- Add volume step configuration key.
- Make brightness a 0.0..1.0 float in DBus.
- Let the screenshot service handle saving to clipboard.
- Fix crash on old settings migration.
- Skip volume-change feedback while playing.
+ Power:
- Fix rounding of brightness value.
- Use logind helper to change backlight brightness.
+ Smartcard:
- Change manager to non-blocking.
- Use correct parent type for structs.
- Switch back to regular release tarballs.
==== gnome-shell ====
Version update (3.34.5 -> 3.36.1)
- License: GPL-2.0-or-later AND LGPL-2.1-or-later.
==== gnome-shell-extension-desktop-icons ====
Version update (19.10.2 -> 20.04.0)
- Update to version 20.04.0:
* fileItem.js Fix stretched icons
* fileItem.js: Add missing semicolons
* desktopManager: Remove hint text from rename popup
* general: honor "dont_show_thumbnails" settings
* Apply suggestion to fileItem.js
* fileItem.js: show hand cursor whit SINGLE_CLICK
* desktopManager: clear selected files on desktop refresh
* DesktopManager: Ignore attribute changes on fileItem if it's not there yet
* general: Remove fileItemHandlers if item is destroyed
* createFolderDialog: Use actor Easing instead of Tweener
* cleanup: Use inheritance for Actor classes instead of composition
* general: Don't use actor property for native objects
* createFolterDialog: Port to be a native GObject
* fileItem.js: always update the metadata of a file
* general: launch only executable files
* Update translation
==== gnome-shell-extensions ====
Version update (3.34.2 -> 3.36.1)
Subpackages: gnome-shell-classic gnome-shell-classic-session
- Update to version 3.36.1:
+ Updated translations.
- Update to version 3.36.0:
+ Update sass submodule.
+ build: Switch to js68 for tests.
- Adapt sle-classic to 3.35.92:
+ Update gse-sle-classic-ext.patch
+ Update sle-classic(a)suse.com.tar.gz
- Update to version 3.35.92:
+ Update sass submodule.
- Build extension-user-theme as noarch: there is nothing arch
dependant in this package.
- Update to version 3.35.91:
+ Updated translations.
- Update to version 3.35.90:
+ Adjust to gnome-shell changes.
+ Force single-line window titles in window list.
+ Misc. bug fixes and cleanup.
- Changes from version 3.35.2:
+ Adjust to gnome-shell changes.
+ window-list, workspace-indicator: Exclude DESKTOP windows from
previews.
+ screenshot-window-sizer: Fix cycling through all valid sizes.
+ Updated translations.
==== gnome-software ====
Version update (3.34.2 -> 3.36.0)
- Update to version 3.36.0:
+ gs-app-row: Remove ?show-folders? functionality.
+ Updated translations.
- Update to version 3.35.92:
+ Fix crash when viewing application details.
+ Fix ?thrice daily? check running every 3 days.
+ Improve the appearance of the front page banners.
+ Show the correct upgrade banner contents when a reboot is
required.
+ Updated translations.
- Update to version 3.35.91:
+ Add an info bar about automatic updates.
+ Avoid rpm-ostree downgrade error when doing distro upgrade.
+ Click on stars to open review dialog in the details view.
+ Fix loading of icons from AppStream YAML.
+ Fix weird font sizes in the batter.
+ Hide any in-app notifications when closing the main window.
+ Integrate better with snapd.
+ Only ignore flatpak estimated progress if >10%.
+ Remove color stripes on categories in the Explore page.
+ Remove support for Shell extensions.
+ Remove webapp support.
+ Reset star rating when loading an unrated app.
+ Sort applications using locale based algorithms.
+ Stop snaps from being automatically updated.
+ Updated translations.
- Add pkgconfig(ostree-1) BuildRequires: new dependency.
- Update to version 3.35.2:
+ Add missing OARS content rating descriptions.
+ Add new plugin for restricting access to apps.
+ Avoid a UI crash when switching modes.
+ Build libmalcontent dependency on Fedora CI.
+ Correctly distinguish empty content ratings from missing ones.
+ Correctly set the application state if autoupdate is in
progress.
+ Do not show a crazy error when installing packages.
+ Do not show non-applications in the installed panel.
+ Download Flatpak updates in the correct installation.
+ Expose snap channels as app alternates.
+ Fix a crash on 32-bit systems.
+ Fix manual detach when updating removable device firmware.
+ Fix third party repo enabling not working.
+ Hide add/remove shortcut buttons for parentally filtered apps.
+ Improve some front page banners.
+ Invalidate caches when adding or removing remotes.
+ Make flatpak more thread-safe to fix some crashes.
+ Match the exact ID when refining a wildcard.
+ Only set the app row's buttons as destructive when they remove
an app.
+ Rework age ratings handling to avoid hard-coded list.
+ Set the shell extension origin correctly in all cases.
+ Show the channel for snaps.
+ Speed up the flatpak plugin in some situations.
+ Use plugin API to launch apps from install notification.
- Pass -Dmalcontent=false to meson: Disable parental control
integration for now, as we don't have malcontent packaged yet.
==== gnome-system-monitor ====
Version update (3.32.1 -> 3.36.0)
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.92:
+ Drop polkit dependency.
+ Fixed GPLv2 text.
+ Fix displayed network transfer rates
- Remove polkit-gobject-1 dependency: no longer required.
- Update to version 3.35.90:
+ Fixed quit shortcut.
+ Added additional default CPU colors.
+ Added cached memory information.
+ Require polkit for policy files build.
+ Reworked process tree selection handling.
+ Use pluralized end process button on revealer.
+ Auto expand to processes matching the search filter.
+ Updated translations.
- Add pkgconfig(polkit-gobject-1) BuildRequires: new dependency.
==== gnome-terminal ====
Version update (3.34.2 -> 3.36.1.1)
Subpackages: nautilus-extension-terminal
- Add gt-Suppress-debug-message-spam.patch: Supress debug messages
spam in terminal.
- Update to version 3.36.1.1:
+ screen: Don't dereference data unchecked.
- Update to version 3.36.1:
+ screen:
- Use clean env when creating new tab.
- Start new tabs/windows with the profile settings.
- Use the client cwd with the client command line.
- Fix non-preserved working dir.
+ help: Fix a typo.
+ Fix broken markup in various Ui translations.
+ Updated translation.
- Update to version 3.36.0.1:
+ Updated translations.
- Update to version 3.35.92:
+ help: Make pref-profile-char-width.page pass "yelp-check ids".
+ regex:
- Workaround a PCRE bug resulting in not recognizing schemeless
URLs.
- Add a comment explaining APOS_START_DEF.
+ Updated translations.
- Update to version 3.35.91:
+ build:
- Migrate from intltool to gettext. Drop the outdated intltool
dependency, prefer recent gettext.
- Stop terminal service together with graphical session.
- Group terminal processes into a slice.
- Remove KillMode from gnome-terminal-server service file.
+ help:
- Add section about "Show bold text in bright colors".
- Make txt-save-text.page pass "yelp-check validate".
- Clarify how/when to use the 'Open new terminals in'
preference.
- Update application screenshot for 3.34
- Correct instructions how to enable/disable the menubar.
- No more 'View' menu to go full screen.
- No more 'Terminal' or 'Edit' menu to set the terminal size.
- No more 'View' menu to change zoom.
- Page 'Hide and restore the menubar' only makes sense when
manually enabled.
- Split a sentence to reuse and save translators' time.
- No more 'Edit' menu to get to Preferences.
+ client: legacy: Implicitly opened tab should become active.
+ screen: container: Realize the screen when realizing the
container.
+ Updated translations.
- Drop intltool BuildRequires, no longer needed.
- Update to version 3.35.1:
+ prefs: Remove the "Allow bold text" hidden setting.
+ nautilus: Spawn login shell: Spawn a login shell when opening a
directory from nautilus. Using "$SHELL -l" works for bash,
fish, tcsh, and zsh, at least, but is known not to work on
(at least old) illumos.
+ Updated translations.
==== gnome-user-docs ====
Version update (3.34.1 -> 3.36.1)
- Update to version 3.36.1:
+ Updates to GNOME Help.
+ Updated translations.
- Update to version 3.36.0:
+ Updates to GNOME Help.
+ Updated translations.
==== gobject-introspection ====
Version update (1.62.0 -> 1.64.1)
Subpackages: girepository-1_0 libgirepository-1_0-1
- Update to version 1.64.1:
+ Replace calls to deprecated xml.etree.cElementTree removed in
Python 3.9.
+ gimarshallingtests: Use g_assert_cmpfloat_with_epsilon. Fixes
tests on some architectures.
- Update to version 1.64.0:
+ Update glib annotations.
+ Fix regress scanner tests for non-gcc/clang compilers.
+ Document how to update glib GIR.
- Update to version 1.63.2:
+ Update glib annotations.
+ Fix build reproducibility.
+ Drop deprecated xml.etree.ElementTree.Element.getchildren()
calls.
- Changes from version 1.63.1:
+ Update glib annotations.
+ build: require meson 0.50.1.
+ scanner: Support array arguments with static keyword.
+ Fix non-libtool code being run with no nob-libtool
dependencies.
+ meson: change "cairo" and "doctool" from a boolean to a
feature option.
+ Fix a memory leak in g_irepository_get_object_gtype_interfaces.
+ autotools: Make INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR
respect prefix/datadir/libdir.
+ girepository: Also store GType cache misses.
+ docs: Document GI_CROSS_LAUNCHER envvar.
- Change -Dcairo=true and -Ddoctool=true meson parameters to
- Dcairo=enabled and -Ddoctool=enabled: follow upstreams changes.
==== gpsd ====
Version update (3.19 -> 3.20)
- Update to version 3.20
* Change README into an asciidoc file and publish HTML from it
* Add NED and geoid_sep to gps_fix_t and TPV JSON.
* Add "-e NED" to ubxtool to enable NED messages.
* gpsdata.separation replaced by gpsdata.fix.geoid_sep.
* Remove nofloats build option.
* TPV JSON "alt" is now fixed at WGS84. Probably.
* xgps now uses XGPSOPTS environment variable.
* add health variable to satellite_t
* change satellite_t elevation and azimuth to double
* satellite_t elevation, azimuth, and ss use NAN for unknown value.
* add altMSL, altHAE, and depth, to gps_fix_t
* altitude in gps_fix_t is deprecated and undefined
* wgs84_separation() now return EGM2008 computed from 5x5 degree base data.
* The best results are close to cm, the worst off up to 12m.
* Move mag_var from gps_device_t to magnetic_var gps_data_t.
* Added mag_var() to interpolate magnetic variation (deviation) from a table.
* Remove true2magnetic() as mag_var() improves on it.
* Remove TIMEHINT_ENABLE. It only worked when enabled.
* Remove NTP_ENABLE and NTPSHM_ENABLE. It only worked when enabled.
* Remove PPS_ENABLE and TIMING_ENABLE.
* Add dgps_age and dgps_station to gps_fix_t
* Convert all timestamp_t to timespec_t.
* Remove FIXED_PORT_SPEED and FIXED_STOP_BITS build options.
* Add -s [speed] and -f [framing] runtime options to gpsd.
* A working CC and termios.h are mandatory.
* use the current leap second to determine the current GPS epoch.
* leapfetch.py, leapseconds.cache, timebase.h and leapfetch option gone.
- Remove 0001-Make-sure-Qgpsmm.pc-is-usable.patch (upstreamed)
- Fix legacy socket path
==== gsettings-desktop-schemas ====
Version update (3.34.0 -> 3.36.0)
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.91:
+ Add USB protection key.
+ Updated translations.
==== gtksourceview4 ====
Version update (4.4.0 -> 4.6.0)
- Update to version 4.6.0:
+ cpp.lang: add C++20 keywords.
+ commonlisp.lang: add format directives.
+ Updated translations.
==== harfbuzz ====
Version update (2.6.4 -> 2.6.5)
Subpackages: libharfbuzz-icu0 libharfbuzz0
- Update to version 2.6.5:
+ AAT is now always preferred for horizontal scripts when both
AAT and OT layout tables exist at the same time
+ Subsetter improvements
+ New API: hb_ft_font_lock_face(), hb_ft_font_unlock_face()
- Update Source url's to new home on github.
==== hwdata ====
- Fix previous changelog entries
==== hwinfo ====
Version update (21.69 -> 21.70)
- merge gh#openSUSE/hwinfo#86
- update pci and usb ids (bsc#1169682)
- fix compiler warnings
- 21.70
==== installation-images-MicroOS ====
- remove python dependency
==== kaccounts-integration ====
Version update (19.12.3 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes to list here.
==== kate ====
Version update (19.12.3 -> 20.04.0)
Subpackages: kate-plugins
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Revert premature porting
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes since 19.12.3, only listing bugfixes:
* Fix External Tool "Google Selected Text" (kde#416509)
* lspclient: avoid repeated restart of failing LSP server (kde#415847)
* try to fix embedding of icon for windows (kde#415260)
* document that the version is important for the choice of the syntax definition to load (kde#414997)
* Open/close and focus/defocus terminal using the same shortcuts as Dolphin (kde#414587)
==== kbookmarks ====
- Add Always-create-actioncollection.patch to fix crash in
Konqueror when going to a subfolder in the bookmarks menu
(boo#1169838)
==== kde-print-manager ====
Version update (19.12.3 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Fixes printer-manager error messages from exceeding window dimenssions (kde#415444)
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- Changes since 20.03.80:
* use httpAssembleURI not httpAssembleURIf
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Fix authentication (kde#408512)
* [Applet] Fix list item margins (kde#360199)
* Update the GUI enabled/paused state if it changes externally
* [kded] Port plugin metadata to JSON
* Use URLs with transport encryption
==== kdeconnect-kde ====
Version update (1.4 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- Changes since 20.03.80:
* Exception doesn't have strerr
* Check for null notification
* [fileitemactionplugin] Use async DBus call (kde#419133)
* Improve call notification handling
* Read payload size as qint64
* Use kdeconnect-settings for command configuration
- Update to 20.03.80
* kdeconnect-kde is now part of the KDE applications release
service
==== kdialog ====
Version update (19.12.3 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
==== kernel-default-base ====
Version update (5.6.4 -> 5.6.6)
- Add qemu_fw_cfg needed by ignition (boo#1170069).
==== kernel-source ====
Version update (5.6.4 -> 5.6.6)
- Linux 5.6.6 (bnc#1012628).
- amd-xgbe: Use __napi_schedule() in BH context (bnc#1012628).
- hsr: check protocol version in hsr_newlink() (bnc#1012628).
- l2tp: Allow management of tunnels and session in user namespace
(bnc#1012628).
- net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware
mode (bnc#1012628).
- net: ipv4: devinet: Fix crash when add/del multicast IP with
autojoin (bnc#1012628).
- net: ipv6: do not consider routes via gateways for anycast
address check (bnc#1012628).
- net: macsec: fix using wrong structure in macsec_changelink()
(bnc#1012628).
- net: phy: micrel: use genphy_read_status for KSZ9131
(bnc#1012628).
- net: qrtr: send msgs from local of same id as broadcast
(bnc#1012628).
- net: revert default NAPI poll timeout to 2 jiffies
(bnc#1012628).
- net: tun: record RX queue in skb before do_xdp_generic()
(bnc#1012628).
- net: dsa: mt7530: move mt7623 settings out off the mt7530
(bnc#1012628).
- net: ethernet: mediatek: move mt7623 settings out off the mt7530
(bnc#1012628).
- net/mlx5: Fix frequent ioread PCI access during recovery
(bnc#1012628).
- net/mlx5e: Add missing release firmware call (bnc#1012628).
- net/mlx5e: Fix nest_level for vlan pop action (bnc#1012628).
- net/mlx5e: Fix pfnum in devlink port attribute (bnc#1012628).
- net: icmp6: do not select saddr from iif when route has prefsrc
set (bnc#1012628).
- net: mscc: ocelot: fix untagged packet drops when enslaving
to vlan aware bridge (bnc#1012628).
- net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
(bnc#1012628).
- net: phy: marvell: Fix pause frame negotiation (bnc#1012628).
- Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()"
(bnc#1012628).
- ovl: fix value of i_ino for lower hardlink corner case
(bnc#1012628).
- scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic
(bnc#1012628).
- platform/chrome: cros_ec_rpmsg: Fix race with host event
(bnc#1012628).
- jbd2: improve comments about freeing data buffers whose page
mapping is NULL (bnc#1012628).
- acpi/nfit: improve bounds checking for 'func' (bnc#1012628).
- perf report: Fix no branch type statistics report issue
(bnc#1012628).
- pwm: pca9685: Fix PWM/GPIO inter-operation (bnc#1012628).
- net: stmmac: xgmac: Fix VLAN register handling (bnc#1012628).
- ext4: fix incorrect group count in ext4_fill_super error message
(bnc#1012628).
- ext4: fix incorrect inodes per group in error message
(bnc#1012628).
- HID: lg-g15: Do not fail the probe when we fail to disable F#
emulation (bnc#1012628).
- clk: at91: sam9x60: fix usb clock parents (bnc#1012628).
- clk: at91: usb: use proper usbs_mask (bnc#1012628).
- ARM: dts: imx7-colibri: fix muxing of usbc_det pin
(bnc#1012628).
- arm64: dts: librem5-devkit: add a vbus supply to usb0
(bnc#1012628).
- usb: dwc3: gadget: Don't clear flags before transfer ended
(bnc#1012628).
- ASoC: Intel: mrfld: fix incorrect check on p->sink
(bnc#1012628).
- ASoC: Intel: mrfld: return error codes when an error occurs
(bnc#1012628).
- ALSA: hda/realtek - Enable the headset mic on Asus FX505DT
(bnc#1012628).
- ALSA: usb-audio: Filter error from connector kctl ops, too
(bnc#1012628).
- ALSA: usb-audio: Don't override ignore_ctl_error value from
the map (bnc#1012628).
- ALSA: usb-audio: Don't create jack controls for PCM terminals
(bnc#1012628).
- ALSA: usb-audio: Check mapping at creating connector controls,
too (bnc#1012628).
- arm64: vdso: don't free unallocated pages (bnc#1012628).
- keys: Fix proc_keys_next to increase position index
(bnc#1012628).
- tracing: Fix the race between registering 'snapshot' event
trigger and triggering 'snapshot' operation (bnc#1012628).
- btrfs: check commit root generation in should_ignore_root
(bnc#1012628).
- nl80211: fix NL80211_ATTR_FTM_RESPONDER policy (bnc#1012628).
- mac80211: fix race in ieee80211_register_hw() (bnc#1012628).
- mac80211_hwsim: Use kstrndup() in place of kasprintf()
(bnc#1012628).
- net/mlx5e: Encapsulate updating netdev queues into a function
(bnc#1012628).
- net/mlx5e: Rename hw_modify to preactivate (bnc#1012628).
- net/mlx5e: Use preactivate hook to set the indirection table
(bnc#1012628).
- drm/amd/powerplay: force the trim of the mclk dpm_levels if
OD is enabled (bnc#1012628).
- drm/amdgpu/gfx9: add gfxoff quirk (bnc#1012628).
- drm/amdgpu: fix the hw hang during perform system reboot and
reset (bnc#1012628).
- i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag
on BYT and CHT (bnc#1012628).
- drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()
(bnc#1012628).
- drm/i915/perf: Do not clear pollin for small user read buffers
(bnc#1012628).
- rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
(bnc#1012628).
- ext4: do not zeroout extents beyond i_disksize (bnc#1012628).
- irqchip/ti-sci-inta: Fix processing of masked irqs
(bnc#1012628).
- proc, time/namespace: Show clock symbolic names in
/proc/pid/timens_offsets (bnc#1012628).
- x86/resctrl: Preserve CDP enable over CPU hotplug (bnc#1012628).
- x86/resctrl: Fix invalid attempt at removing the default
resource group (bnc#1012628).
- x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
(bnc#1012628).
- scsi: target: iscsi: calling iscsit_stop_session() inside
iscsit_close_session() has no effect (bnc#1012628).
- Delete
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
- commit c11f000
- Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()"
(5.6.5 regression).
- commit 1bdcfdf
- Linux 5.6.5 (bnc#1012628).
- media: rc: add keymap for Videostrong KII Pro (bnc#1012628).
- cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL
(bnc#1012628).
- EDAC/mc: Report "unknown memory" on too many DIMM labels found
(bnc#1012628).
- usb: ucsi: ccg: disable runtime pm during fw flashing
(bnc#1012628).
- staging: wilc1000: avoid double unlocking of 'wilc->hif_cs'
mutex (bnc#1012628).
- media: vimc: streamer: fix memory leak in vimc subdevs if
kthread_run fails (bnc#1012628).
- media: hantro: fix extra MV/MC sync space calculation
(bnc#1012628).
- media: staging: rkisp1: use consistent bus_info string for
media_dev (bnc#1012628).
- media: staging: rkisp1: isp: do not set invalid mbus code for
pad (bnc#1012628).
- media: venus: hfi_parser: Ignore HEVC encoding for V1
(bnc#1012628).
- firmware: arm_sdei: fix double-lock on hibernate with shared
events (bnc#1012628).
- media: arm64: dts: amlogic: add rc-videostrong-kii-pro keymap
(bnc#1012628).
- usb: phy: tegra: Include proper GPIO consumer header to fix
compile testing (bnc#1012628).
- arm64/mm: Hold memory hotplug lock while walking for kernel
page table dump (bnc#1012628).
- sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
(bnc#1012628).
- iio: imu: st_lsm6dsx: check return value from
st_lsm6dsx_sensor_set_enable (bnc#1012628).
- null_blk: Fix the null_add_dev() error path (bnc#1012628).
- blk-mq: Fix a recently introduced regression in
blk_mq_realloc_hw_ctxs() (bnc#1012628).
- null_blk: Handle null_add_dev() failures properly (bnc#1012628).
- null_blk: Suppress an UBSAN complaint triggered when setting
'memory_backed' (bnc#1012628).
- null_blk: fix spurious IO errors after failed past-wp access
(bnc#1012628).
- media: imx: imx7_mipi_csis: Power off the source when stopping
streaming (bnc#1012628).
- media: imx: imx7-media-csi: Fix video field handling
(bnc#1012628).
- xhci: bail out early if driver can't accress host in resume
(bnc#1012628).
- ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()
(bnc#1012628).
- clocksource/drivers/timer-microchip-pit64b: Fix rate for gck
(bnc#1012628).
- x86: Don't let pgprot_modify() change the page encryption bit
(bnc#1012628).
- dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
(bnc#1012628).
- block: keep bdi->io_pages in sync with max_sectors_kb for
stacked devices (bnc#1012628).
- debugfs: Check module state before warning in
{full/open}_proxy_open() (bnc#1012628).
- spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for
non-DMA mode (bnc#1012628).
- irqchip/versatile-fpga: Handle chained IRQs properly
(bnc#1012628).
- time/sched_clock: Expire timer in hardirq context (bnc#1012628).
- irqchip/gic-v4.1: Skip absent CPUs while iterating over
redistributors (bnc#1012628).
- media: allegro: fix type of gop_length in channel_create message
(bnc#1012628).
- sched: Avoid scale real weight down to zero (bnc#1012628).
- sched/fair: Fix condition of avg_load calculation (bnc#1012628).
- selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault
(bnc#1012628).
- PCI/switchtec: Fix init_completion race condition with
poll_wait() (bnc#1012628).
- block, bfq: move forward the getting of an extra ref in
bfq_bfqq_move (bnc#1012628).
- media: i2c: video-i2c: fix build errors due to 'imply hwmon'
(bnc#1012628).
- libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
(bnc#1012628).
- pstore/platform: fix potential mem leak if pstore_init_fs failed
(bnc#1012628).
- gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is
empty (bnc#1012628).
- gfs2: Don't demote a glock until its revokes are written
(bnc#1012628).
- cpufreq: imx6q: fix error handling (bnc#1012628).
- x86/boot: Use unsigned comparison for addresses (bnc#1012628).
- efi/x86: Ignore the memory attributes table on i386
(bnc#1012628).
- genirq/irqdomain: Check pointer in
irq_domain_alloc_irqs_hierarchy() (bnc#1012628).
- block: Fix use-after-free issue accessing struct io_cq
(bnc#1012628).
- block, zoned: fix integer overflow with BLKRESETZONE et al
(bnc#1012628).
- media: mtk-vpu: avoid unaligned access to DTCM buffer
(bnc#1012628).
- media: i2c: ov5695: Fix power on and off sequences
(bnc#1012628).
- usb: dwc3: core: add support for disabling SS instances in
park mode (bnc#1012628).
- irqchip/gic-v4: Provide irq_retrigger to avoid circular locking
dependency (bnc#1012628).
- md: check arrays is suspended in mddev_detach before call
quiesce operations (bnc#1012628).
- firmware: fix a double abort case with fw_load_sysfs_fallback
(bnc#1012628).
- spi: spi-fsl-dspi: Replace interruptible wait queue with a
simple completion (bnc#1012628).
- locking/lockdep: Avoid recursion in
lockdep_count_{for,back}ward_deps() (bnc#1012628).
- staging: mt7621-pci: avoid to poweroff the phy for slot one
(bnc#1012628).
- block, bfq: fix use-after-free in bfq_idle_slice_timer_body
(bnc#1012628).
- btrfs: qgroup: ensure qgroup_rescan_running is only set when
the worker is at least queued (bnc#1012628).
- btrfs: remove a BUG_ON() from merge_reloc_roots() (bnc#1012628).
- btrfs: restart relocate_tree_blocks properly (bnc#1012628).
- btrfs: track reloc roots based on their commit root bytenr
(bnc#1012628).
- ASoC: fix regwmask (bnc#1012628).
- ASoC: dapm: connect virtual mux with default value
(bnc#1012628).
- ASoC: dpcm: allow start or stop during pause for backend
(bnc#1012628).
- ASoC: topology: use name_prefix for new kcontrol (bnc#1012628).
- usb: gadget: f_fs: Fix use after free issue as part of queue
failure (bnc#1012628).
- usb: gadget: composite: Inform controller driver of self-powered
(bnc#1012628).
- ALSA: usb-audio: Add mixer workaround for TRX40 and co
(bnc#1012628).
- ALSA: hda: Add driver blacklist (bnc#1012628).
- ALSA: hda: Fix potential access overflow in beep helper
(bnc#1012628).
- ALSA: ice1724: Fix invalid access for enumerated ctl items
(bnc#1012628).
- ALSA: pcm: oss: Fix regression by buffer overflow fix
(bnc#1012628).
- ALSA: hda/realtek: Enable mute LED on an HP system
(bnc#1012628).
- ALSA: hda/realtek - a fake key event is triggered by running
shutup (bnc#1012628).
- ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256
(bnc#1012628).
- ALSA: hda/realtek - Set principled PC Beep configuration for
ALC256 (bnc#1012628).
- ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone
noise fixups (bnc#1012628).
- ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen
(bnc#1012628).
- ALSA: hda/realtek - Add quirk for MSI GL63 (bnc#1012628).
- media: venus: cache vb payload to be used by clock scaling
(bnc#1012628).
- media: venus: firmware: Ignore secure call error on first resume
(bnc#1012628).
- media: hantro: Read be32 words starting at every fourth byte
(bnc#1012628).
- media: ti-vpe: cal: fix disable_irqs to only the intended target
(bnc#1012628).
- media: ti-vpe: cal: fix a kernel oops when unloading module
(bnc#1012628).
- seccomp: Add missing compat_ioctl for notify (bnc#1012628).
- ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()
(bnc#1012628).
- acpi/x86: ignore unspecified bit positions in the ACPI global
lock field (bnc#1012628).
- ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE
(bnc#1012628).
- ACPI: PM: s2idle: Refine active GPEs check (bnc#1012628).
- thermal: int340x_thermal: fix: Update Tiger Lake ACPI device
IDs (bnc#1012628).
- thermal: devfreq_cooling: inline all stubs for
CONFIG_DEVFREQ_THERMAL=n (bnc#1012628).
- nvmet-tcp: fix maxh2cdata icresp parameter (bnc#1012628).
- nvme-fc: Revert "add module to ops template to allow module
references" (bnc#1012628).
- efi/x86: Add TPM related EFI tables to unencrypted mapping
checks (bnc#1012628).
- PCI: pciehp: Fix indefinite wait on sysfs requests
(bnc#1012628).
- PCI/ASPM: Clear the correct bits when enabling L1 substates
(bnc#1012628).
- PCI: Add boot interrupt quirk mechanism for Xeon chipsets
(bnc#1012628).
- PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM (bnc#1012628).
- PCI: endpoint: Fix for concurrent memory allocation in OB
address region (bnc#1012628).
- erofs: correct the remaining shrink objects (bnc#1012628).
- sched/fair: Fix enqueue_task_fair warning (bnc#1012628).
- tpm: Don't make log failures fatal (bnc#1012628).
- tpm: tpm1_bios_measurements_next should increase position index
(bnc#1012628).
- tpm: tpm2_bios_measurements_next should increase position index
(bnc#1012628).
- KEYS: reaching the keys quotas correctly (bnc#1012628).
- mmc: mmci_sdmmc: Fix clear busyd0end irq flag (bnc#1012628).
- rcu: Make rcu_barrier() account for offline no-CBs CPUs
(bnc#1012628).
- cpu/hotplug: Ignore pm_wakeup_pending() for
disable_nonboot_cpus() (bnc#1012628).
- genirq/debugfs: Add missing sanity checks to interrupt injection
(bnc#1012628).
- irqchip/versatile-fpga: Apply clear-mask earlier (bnc#1012628).
- io_uring: ensure openat sets O_LARGEFILE if needed
(bnc#1012628).
- io_uring: remove bogus RLIMIT_NOFILE check in file registration
(bnc#1012628).
- io_uring: fix ctx refcounting in io_submit_sqes() (bnc#1012628).
- pstore: pstore_ftrace_seq_next should increase position index
(bnc#1012628).
- MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3
(bnc#1012628).
- MIPS: OCTEON: irq: Fix potential NULL pointer dereference
(bnc#1012628).
- PM / Domains: Allow no domain-idle-states DT property in genpd
when parsing (bnc#1012628).
- PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device
is not there (bnc#1012628).
- ath9k: Handle txpower changes even when TPC is disabled
(bnc#1012628).
- signal: Extend exec_id to 64bits (bnc#1012628).
- x86/tsc_msr: Use named struct initializers (bnc#1012628).
- x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices
(bnc#1012628).
- x86/tsc_msr: Make MSR derived TSC frequency more accurate
(bnc#1012628).
- x86/entry/32: Add missing ASM_CLAC to general_protection entry
(bnc#1012628).
- platform/x86: asus-wmi: Support laptops where the first battery
is named BATT (bnc#1012628).
- KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is
not supported (bnc#1012628).
- KVM: nVMX: Properly handle userspace interrupt window request
(bnc#1012628).
- KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
(bnc#1012628).
- KVM: s390: vsie: Fix delivery of addressing exceptions
(bnc#1012628).
- KVM: x86: Allocate new rmap and large page tracking when moving
memslot (bnc#1012628).
- KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec
support (bnc#1012628).
- KVM: x86: Gracefully handle __vmalloc() failure during VM
allocation (bnc#1012628).
- KVM: VMX: Add a trampoline to fix VMREAD error handling
(bnc#1012628).
- KVM: VMX: fix crash cleanup when KVM wasn't used (bnc#1012628).
- smb3: fix performance regression with setting mtime
(bnc#1012628).
- CIFS: Fix bug which the return value by asynchronous read is
error (bnc#1012628).
- CIFS: check new file size when extending file by fallocate
(bnc#1012628).
- mtd: spinand: Stop using spinand->oobbuf for buffering bad
block markers (bnc#1012628).
- mtd: spinand: Do not erase the block before writing a bad
block marker (bnc#1012628).
- mtd: rawnand: cadence: fix the calculation of the avaialble
OOB size (bnc#1012628).
- mtd: rawnand: cadence: change bad block marker size
(bnc#1012628).
- mtd: rawnand: cadence: reinit completion before executing a
new command (bnc#1012628).
- drm/i915/gen12: Disable preemption timeout (bnc#1012628).
- btrfs: Don't submit any btree write bio if the fs has errors
(bnc#1012628).
- btrfs: fix btrfs_calc_reclaim_metadata_size calculation
(bnc#1012628).
- Btrfs: fix crash during unmount due to race with delayed inode
workers (bnc#1012628).
- btrfs: reloc: clean dirty subvols if we fail to start a
transaction (bnc#1012628).
- btrfs: set update the uuid generation as soon as possible
(bnc#1012628).
- btrfs: drop block from cache on error in relocation
(bnc#1012628).
- btrfs: fix missing file extent item for hole after ranged fsync
(bnc#1012628).
- btrfs: unset reloc control if we fail to recover (bnc#1012628).
- btrfs: fix missing semaphore unlock in btrfs_sync_file
(bnc#1012628).
- btrfs: use nofs allocations for running delayed items
(bnc#1012628).
- remoteproc: qcom_q6v5_mss: Don't reassign mpss region on
shutdown (bnc#1012628).
- remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
(bnc#1012628).
- remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
(bnc#1012628).
- time/namespace: Fix time_for_children symlink (bnc#1012628).
- time/namespace: Add max_time_namespaces ucount (bnc#1012628).
- crypto: rng - Fix a refcounting bug in crypto_rng_reset()
(bnc#1012628).
- crypto: mxs-dcp - fix scatterlist linearization for hash
(bnc#1012628).
- io_uring: honor original task RLIMIT_FSIZE (bnc#1012628).
- scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug
(bnc#1012628).
- tools: gpio: Fix out-of-tree build regression (bnc#1012628).
- net: qualcomm: rmnet: Allow configuration updates to existing
devices (bnc#1012628).
- arm64: dts: allwinner: h6: Fix PMU compatible (bnc#1012628).
- sched/core: Remove duplicate assignment in sched_tick_remote()
(bnc#1012628).
- arm64: dts: allwinner: h5: Fix PMU compatible (bnc#1012628).
- mm, memcg: do not high throttle allocators based on wraparound
(bnc#1012628).
- dm writecache: add cond_resched to avoid CPU hangs
(bnc#1012628).
- dm integrity: fix a crash with unusually large tag size
(bnc#1012628).
- dm verity fec: fix memory leak in verity_fec_dtr (bnc#1012628).
- dm zoned: remove duplicate nr_rnd_zones increase in
dmz_init_zone() (bnc#1012628).
- dm clone: Fix handling of partial region discards (bnc#1012628).
- dm clone: Add overflow check for number of regions
(bnc#1012628).
- dm clone: Add missing casts to prevent overflows and data
corruption (bnc#1012628).
- dm clone metadata: Fix return type of
dm_clone_nr_of_hydrated_regions() (bnc#1012628).
- XArray: Fix xas_pause for large multi-index entries
(bnc#1012628).
- xarray: Fix early termination of xas_for_each_marked
(bnc#1012628).
- crypto: caam/qi2 - fix chacha20 data size error (bnc#1012628).
- crypto: caam - update xts sector size for large input length
(bnc#1012628).
- crypto: ccree - protect against empty or NULL scatterlists
(bnc#1012628).
- crypto: ccree - only try to map auth tag if needed
(bnc#1012628).
- crypto: ccree - dec auth tag size from cryptlen map
(bnc#1012628).
- scsi: zfcp: fix missing erp_lock in port recovery trigger for
point-to-point (bnc#1012628).
- scsi: ufs: fix Auto-Hibern8 error detection (bnc#1012628).
- scsi: lpfc: Fix lpfc_io_buf resource leak in
lpfc_get_scsi_buf_s4 error path (bnc#1012628).
- scsi: lpfc: Fix broken Credit Recovery after driver load
(bnc#1012628).
- ARM: dts: exynos: Fix polarity of the LCD SPI bus on
UniversalC210 board (bnc#1012628).
- arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes (bnc#1012628).
- arm64: armv8_deprecated: Fix undef_hook mask for thumb setend
(bnc#1012628).
- selftests: vm: drop dependencies on page flags from mlock2 tests
(bnc#1012628).
- selftests/vm: fix map_hugetlb length used for testing read
and write (bnc#1012628).
- selftests/powerpc: Add tlbie_test in .gitignore (bnc#1012628).
- selftests/powerpc: Fix try-run when source tree is not writable
(bnc#1012628).
- vfio: platform: Switch to platform_get_irq_optional()
(bnc#1012628).
- drm/i915/gem: Flush all the reloc_gpu batch (bnc#1012628).
- drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
(bnc#1012628).
- drm/etnaviv: rework perfmon query infrastructure (bnc#1012628).
- drm: Remove PageReserved manipulation from drm_pci_alloc
(bnc#1012628).
- drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK
(bnc#1012628).
- drm/amd/powerplay: implement the is_dpm_running() (bnc#1012628).
- drm/amdgpu: unify fw_write_wait for new gfx9 asics
(bnc#1012628).
- drm/amd/display: Check for null fclk voltage when parsing
clock table (bnc#1012628).
- drm/prime: fix extracting of the DMA addresses from a
scatterlist (bnc#1012628).
- drm/i915/icl+: Don't enable DDI IO power on a TypeC port in
TBT mode (bnc#1012628).
- powerpc/pseries: Avoid NULL pointer dereference when drmem is
unavailable (bnc#1012628).
- drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers
call, v2 (bnc#1012628).
- nfsd: fsnotify on rmdir under nfsd/clients/ (bnc#1012628).
- NFS: Fix use-after-free issues in nfs_pageio_add_request()
(bnc#1012628).
- NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
(bnc#1012628).
- NFS: finish_automount() requires us to hold 2 refs to the
mount record (bnc#1012628).
- NFS: Fix a few constant_table array definitions (bnc#1012628).
- ext4: fix a data race at inode->i_blocks (bnc#1012628).
- drm/i915/gt: Treat idling as a RPS downclock event
(bnc#1012628).
- ASoC: cs4270: pull reset GPIO low then high (bnc#1012628).
- fs/filesystems.c: downgrade user-reachable WARN_ONCE() to
pr_warn_once() (bnc#1012628).
- ocfs2: no need try to truncate file beyond i_size (bnc#1012628).
- perf tools: Support Python 3.8+ in Makefile (bnc#1012628).
- s390/diag: fix display of diagnose call statistics
(bnc#1012628).
- Input: i8042 - add Acer Aspire 5738z to nomux list
(bnc#1012628).
- ftrace/kprobe: Show the maxactive number on kprobe_events
(bnc#1012628).
- clk: ingenic/jz4770: Exit with error if CGU init failed
(bnc#1012628).
- clk: ingenic/TCU: Fix round_rate returning error (bnc#1012628).
- kmod: make request_module() return an error when autoloading
is disabled (bnc#1012628).
- cpufreq: powernv: Fix use-after-free (bnc#1012628).
- hfsplus: fix crash and filesystem corruption when deleting files
(bnc#1012628).
- libata: Return correct status in sata_pmp_eh_recover_pm()
when ATA_DFLAG_DETACH is set (bnc#1012628).
- ipmi: fix hung processes in __get_guid() (bnc#1012628).
- xen/blkfront: fix memory allocation flags in
blkfront_setup_indirect() (bnc#1012628).
- scsi: sr: get rid of sr global mutex (bnc#1012628).
- scsi: sr: Fix sr_block_release() (bnc#1012628).
- powerpc: Make setjmp/longjmp signature standard (bnc#1012628).
- powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
(bnc#1012628).
- powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
(bnc#1012628).
- powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up
huge devmap PTE entries (bnc#1012628).
- powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non
configured IPIs (bnc#1012628).
- powerpc/64: Setup a paca before parsing device tree etc
(bnc#1012628).
- powerpc/xive: Fix xmon support on the PowerNV platform
(bnc#1012628).
- powerpc/kprobes: Ignore traps that happened in real mode
(bnc#1012628).
- powerpc/64: Prevent stack protection in early boot
(bnc#1012628).
- arm64: Always force a branch protection mode when the compiler
has one (bnc#1012628).
- Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
(bnc#1012628).
- drm/dp_mst: Fix clearing payload state on topology disable
(bnc#1012628).
- drm/amdgpu: fix gfx hang during suspend with video playback (v2)
(bnc#1012628).
- drm/i915/ggtt: do not set bits 1-11 in gen12 ptes (bnc#1012628).
- drm/i915/gt: Fill all the unused space in the GGTT
(bnc#1012628).
- perf/core: Unify {pinned,flexible}_sched_in() (bnc#1012628).
- perf/core: Fix event cgroup tracking (bnc#1012628).
- perf/core: Remove 'struct sched_in_data' (bnc#1012628).
- powerpc/kasan: Fix kasan_remap_early_shadow_ro() (bnc#1012628).
- bpf: Fix tnum constraints for 32-bit comparisons (bnc#1012628).
- mfd: dln2: Fix sanity checking for endpoints (bnc#1012628).
- ASoC: stm32: sai: Add missing cleanup (bnc#1012628).
- commit 6656dc4
- Update config files: fix vanilla config for CONFIG_SND_HDA_PREALLOC_SIZE
Those have to removed from vanilla config once after the fix went into
5.6.y stable tree and backported.
- commit 902100b
- rpm/check-for-config-changes: Ignore CONFIG_LD_VERSION
- commit e60242e
- ALSA: hda: Allow setting preallocation again for x86
(bsc#1169471).
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
- commit 2cd7ffd
==== konsole ====
Version update (19.12.3 -> 20.04.0)
Subpackages: konsole-part
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- Changes since 20.03.90:
* Add ViewSplitter::showEvent() (kde#411543)
* [BookmarkMenu] Adapt the code to KBookmarks 5.69 changes (kde#419981)
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- Changes since 20.03.80:
* Remove shortcut for detach tab
* Add missing includes
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Too many changes since 19.12.3, only listing bugfixes:
* Implements default keyboard shortcuts for tab navigation (alt+n) (kde#416362)
* Fix token buffer indexing (kde#415249)
* Revert supportTabs() removal to fix bookmenu issue (kde#415549)
==== kwalletmanager5 ====
Version update (19.12.3 -> 20.04.0)
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Make it compile against last qt5.15 without deprecated method
* Make it compile against qt5.15
* "QFontDatabase::FixedFont" instead of "Monospace"
* Port away from depreacted IconSize() method
* Port to camelcase header (scripted)
==== less ====
Version update (551 -> 557)
- less 557:
* Update Unicode tables
* Treat Hangul Jamo medial vowels and final consonants as zero width
* Display error message immediately when -o is toggled and
input is not a pipe
* Fix memory corruption when built with libtermcap
* Support libtinfow
==== libdrm ====
Version update (2.4.100 -> 2.4.101)
Subpackages: libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1
- upgrade to version 2.4.101
* adds some new AMD GPUs
==== libgsf ====
Version update (1.14.46 -> 1.14.47)
- Update to version 1.14.47:
+ GsfOutputMemory improvement.
+ Teach GsfOutputGzip to control compression level.
==== libgweather ====
Version update (3.34.0 -> 3.36.0)
Subpackages: gweather-data libgweather-3-16 typelib-1_0-GWeather-3_0
- Update to version 3.36.0:
+ This version contains translation updates, addition of a number
of cities and airports, some memory leak and possible crash
fixes. The gweather_location_get_english_name() function is
also exported.
==== libinput ====
Version update (1.15.4 -> 1.15.5)
- Update to release 1.15.5
* touchpad: ratelimit the touch jump tests
* udev: don't use IMPORT+=
==== librsvg ====
Version update (2.46.4 -> 2.48.3)
Subpackages: gdk-pixbuf-loader-rsvg librsvg-2-2 typelib-1_0-Rsvg-2_0
- Update to version 2.48.3:
+ Librsvg now requires glib 2.50.0 or later.
+ rsvg-convert's --background-color option now accepts colors
with transparency like #rrggbbaa, rgba(...), hsla(...); the
transparency value was ignored before.
+ Fix arithmetic overflow when rendering to large GdkPixbufs.
+ Make librsvg build with Rust 1.39 again.
+ Don't require upcalls into C code for Debian powerpc.
- Add check section and run testsuite during build.
- Update to version 2.48.2:
+ Fix linking of the test suite against Harfbuzz.
- Update to version 2.48.1:
+ Fix baseline-shift for simple subscripts/superscripts and
absolute offsets. This should fix a lot of Wikimedia images
with formulas.
+ Support images with data: URLs that don't have a MIME-type.
This fixes some Open Clip Art images generated by old versions
of Adobe Illustrator.
+ Fix build of the test suite on Windows.
+ Support running the rsvg_internals tests on Windows.
- Update to version 2.48.0:
+ The following is a summary of changes between 2.46.x and
2.48.0. For full details, please see the 2.47.x release notes
below.
+ This release requires at least Rust 1.39.
+ New API, rsvg_handle_set_stylesheet(), to set a CSS stylesheet
independent of the SVG document.
+ Support opacity in patterns.
+ Librsvg's XML parser now supports namespaces (xmlns), and is
stricter than before about it. Files may fail to parse if there
are attributes or elements with namespace prefixes (e.g.
foo:bar instead of plain bar), but without a corresponding
namespace declaration (e.g.
xmlns:foo="http://example.com/foo").
This may happen especially with incorrectly-written SVGs that
use xlink:href or xi:include attributes without the
corresponding namespace declarations. If you run into this,
just add the following to your toplevel SVG element:
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude">
^^^^^^^^^ these ones
+ Librsvg no longer depends on libcroco, and now does all CSS
processing using Rust crates from Mozilla Servo. As a result,
librsvg can now handle much more complex CSS selectors than
before.
+ Link-time optimization (LTO) is disabled by default on release
builds, as this increased build time too much. Downstream
distributors may want to turn it back on in the toplevel
Cargo.toml.
+ (CVE-2019-20446) - Librsvg now has limits on the number of
loaded XML elements, and the number of referenced elements
within an SVG document. This is to mitigate malicious SVGs
which try to consume all memory, and those which try to consume
an exponential amount of CPU time.
+ Many bugfixes; please see the 2.47.x release notes below.
- Changes from version 2.47.4:
+ Fix rsvg-convert's multipage PDF output when the zoom option is
used.
+ Do not stop rendering if an <image> element references a
nonexistent file. This fixes a number of Open Clipart cases.
+ Compute the font-size cascade correctly when there are "em"
[#]and "ex" units involved.
+ Updated the man page for rsvg-convert.
- Update to version 2.47.3:
+ New API, rsvg_handle_set_stylesheet(), to set a CSS
stylesheet independent of the SVG document.
+ Support opacity in patterns.
+ Move away from the Cairo transform type to our own.
+ Update the gtk-rs version.
- Changes from version 2.47.2:
+ Handling of the "result", "in", "in2" attributes in filter
primitives is slightly stricter now, and spec compliant.
+ Fix infinite loop when processing CSS sibling combinators.
+ feImage filters no longer clip their output to integer
coordinates.
+ Documentation for the Rust crate.
+ Debug logs from RSVG_LOG=1 should now be more legible and
contain better information on invalid CSS.
+ Remove link-time workarounds for Rust pre-1.35.
+ Unify internal error types to share the CSS code with
gnome-shell.
+ Made handling of XML namespaces more spec-compliant.
+ Lots of refactoring to start moving away from Cairo internals.
- Changes from version 2.47.1:
+ Librsvg no longer depends on libcroco! It now does all CSS
processing using Rust crates from Mozilla Servo; these are also
the crates that are in use in recent versions of Firefox. As a
result, librsvg can now handle much more complex CSS selectors
than before.
- Drop pkgconfig(libcroco-0.6) BuildRequires: no longer needed.
==== libsoup ====
Version update (2.68.4 -> 2.70.0)
Subpackages: libsoup-2_4-1 typelib-1_0-Soup-2_4
- Add libsoup-disable-ssl-tests.patch: Disable ssl tests, as they
randomly fail for all arches (glgo#GNOME/libsoup#188).
- Rebase/refresh patches.
- Add libsoup-test-utils-fix.patch: test-utils: Clarify meaning of
an environment variable.
- Update to version 2.70.0:
+ Deprecate SoupSession:proxy-uri.
+ Updated translations.
==== libwpe ====
Version update (1.4.0.1 -> 1.6.0)
- Update to version 1.6.0:
+ Added support for smooth 2D axis input events.
+ Ensure that only symbols marked with WPE_EXPORT are public.
+ Improved robustness of the CMake build system.
- Changes from version 1.5.90:
+ Added support for smooth 2D axis input events.
+ Improved robustness of the CMake build system.
==== libyaml ====
Version update (0.2.2 -> 0.2.4)
- update to 0.2.4
* Support %YAML 1.2 directives
* Multiple fixes
==== mutter ====
Version update (3.34.5 -> 3.36.1)
Subpackages: mutter-data
- Update to version 3.36.1:
+ Fix hardware cursor on GPU hotplug.
+ Fix black areas around XWayland windows when resizing.
+ Fix applying wrong scale to monitors on X11.
+ Fix moving/resizing windows via keyboard on wayland.
+ Fix locate-pointer feature interfering with keybindings.
+ Add support for middle-click emulation.
+ Fix freeze when moving cursor between scaled monitors.
+ Fix popup misplacement with focus-follows-mouse.
+ Fix misplaced cursor in preedit strings.
+ Support mirroring with proprietary Nvidia driver.
+ Support tablets with multiple mode switch buttons in a group.
+ Ignore foreground color for color glyphs (emojis).
+ Allow pad mode switches while showing OSD.
+ Fix positioning of OSD for display-attached tablets.
+ Respect configured RANDR panning on X11.
+ Use correct texture filtering with scaled displays.
+ Fix cursor hotspots in virtual machines.
+ Fix build with GLES and no GL.
+ Work around Firefox bug when copying images on wayland.
+ Fix wrong cursor rotation on rotated displays.
+ Fix glitches in window screencasts.
+ Fix IM support for deleting surrounding text.
+ Fix map animation of maximized windows.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Stop passing %%define _lto_cflags %%{nil}: No longer needed.
- Drop mutter-wayland-fix-keyboard-move-resize-window.patch: Fixed
upstream.
- Update to version 3.36.0:
+ Fix placement of popup windows in multi-monitor setups.
+ Fix invisible mouse cursor on some hardware.
+ Updated translations.
- Update to version 3.35.92:
+ Fix visibility of initially hidden windows.
+ Avoid flicker when (un)redirecting windows.
+ Let BindConstraints update the preferred size.
+ Learn about GLES3.
+ Ping windows on every window focus.
+ Remove overhead from hot code paths.
+ Allow remote desktop services to inhibit animations.
+ Update screen-cast code to PipeWire 0.3 API.
+ Make check-alive timeouts configurable.
+ Make each stage view correspond to a single CRTC.
+ Implement scaled/transformed hardware cursors.
+ Use DMA buffers for screencasting if possible.
+ Make Xwayland startup asynchronous.
+ Fix clipping glitches in long text entries.
+ Add side channel for starting required X11 services.
+ Support synchronized wayland popup moving.
+ Fixed crashes.
+ Plugged memory leaks.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Pass -Dxwayland_initfd=disabled to meson, we are not ready for
this feature yet in openSUSE, and leaving it to auto breaks
wayland sessions.
- Update to version 3.35.91+37:
+ clutter/actor: Add CLUTTER_OFFSCREEN_REDIRECT_ON_IDLE
+ screen-cast: Update to PipeWire 0.3 API
+ window-actor: Make culling of opaque windows X11 only
+ renderer-native: Use hardware acceleration check in generic
layer
+ remote-access-handle: Expose disable-animations property
+ screen-cast-session: Add 'disable-animations' property
+ wayland: DND and Metawindow fixes.
+ clutter: Make clutter_contraint_update_preferred_size() public
+ bind-constraint: Update the preferred size
+ surface-actor-x11: Avoid flicker when (un)redirecting windows
+ window-actor: Don't show actor until meta_window_actor_show()
+ settings: Improve logging of enabled experimental features
+ Updated translations.
- Drop 0001-Update-to-PipeWire-0.3-API.patch: Fixed upstream.
- Update to version 3.35.91:
+ Honor accelerometer orientation on monitor config changes.
+ Enable culling for integer-scaled actors.
+ Add ClutterSeat::touch-mode property.
+ Fix mis-scaling when streaming windows.
+ Make the cursor renderer use the transactional KMS API.
+ Advertise MetaMonitor as wl_output.
+ Fix culling of XWayland windows.
+ Only consider enabled effects when disabling culling.
+ Misc. bug fixes and cleanups.
- Update to version 3.35.90:
+ Cull out clip region.
+ Always enable tap-to-click/drag on opaque Wacom tablets.
+ Fix visual glitches with offscreen effects applied.
+ Fix "sticky corner" in multi-head setups.
+ Fix black shadows around XWayland windows during resizes.
+ Zero-copy path for GPU-less secondary GPUs.
+ Cancel DND on Esc.
+ Sync XWayland window shadows to frame during resizes.
+ Add support for per-monitor workareas.
+ Ensure newly mapped wayland windows receive ENTER event.
+ Add ClutterSeat object.
+ Honour CLUTTER_ACTOR_NO_LAYOUT flag more efficiently.
+ Fix interoperation with wl_data_device_manager v1.
+ Favor text over images in clipboard manager.
+ Apply monitor scale after background texture creation.
+ Plugged memory leaks.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
- Changes from version 3.35.3:
+ backends/native: Correct dy value in pinch gesture event.
+ Upload clipping rectangles in parallel.
+ More cogl API cleanups.
+ Fix window recording on HiDPI.
+ Fix top-left pixel being insensitive to clicks.
+ Misc. bug fixes and cleanups.
- Changes from version 3.35.1:
+ Fix immediate screen blank after releaseing inhibitor.
+ Respond to frame callbacks regardless of damage.
+ Fix Night Light on wayland.
+ Fix various copy+paste/DND regressions.
+ Misc. bug fixes and cleanups.
+ Updated translations.
- Drop mutter-fix-mesa20.patch: fixed upstream.
- Add pkgconfig(graphene-gobject-1.0) BuildRequires: new
dependency.
- Drop cmake BuildRequires: mutter uses meson. No need for a 2nd
build system.
- Bump api_major to 6, following upstream changes.
==== nautilus ====
Version update (3.34.2 -> 3.36.1.1)
Subpackages: libnautilus-extension1
- Update to version 3.36.1.1:
+ Updated translations.
- Update to version 3.36.1:
+ Fix check to not clear clipboard after each move/copy
operation.
+ Ignore hidden directories in the templates folder.
+ Honor umask when creating new files from templates.
+ Fix endless content size calculations in properties dialog.
- Update to version 3.36.0:
+ Updated translations.
- Update to version 3.35.92:
+ Fix crashes often happening when searching.
+ Say "Trash is Empty" only in the root of trash folder.
- Update to version 3.35.91.1:
+ Add support for hidden template files.
+ Fix conflict dialog for google-drive.
- Update to version 3.35.90:
+ Fix crashes after conflict dialog response.
+ Add support for numeric keypad for zooming.
+ Fix missing filename results when searching.
+ Fix compilation on Wayland-only systems.
==== ncurses ====
Version update (6.2.20200404 -> 6.2.20200418)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base
- Add ncurses patch 20200418
+ improve tracemunch logic for "RUN" compaction.
+ fix a special case in wresize() where copying the old text did not
check if the last cell on a row was the beginning of a fullwidth
character (adapted from patch by Benno Schulenberg).
+ use vt52+keypad in xterm-vt52, from xterm #354 -TD
+ improve see-also section of user_caps.5
- Add ncurses patch 20200411
+ fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
(report/testcase by Brad Town, cf: 20170812).
+ add a trailing null for magic-string in putwin, flagged by gcc 10
+ update check for gcc version versus gnat to work with gcc 10.x
==== opus ====
- Backport of an upstream fix for celt decoder:
* opus-Fix-celt-decoder-assertion-when-using-OPUS_CUSTOM.patch: When
using OPUS_CUSTOM, `CELTDecoder->end` can be larger than 21.
Assert against 25 instead in OPUS_CUSTOM builds.
==== pangomm1_4 ====
Version update (2.42.0 -> 2.42.1)
- Update to version 2.42.1:
+ Coverage: Ignore deprecations of pango functions (so it can be
used with the latest versions of pango).
+ Layout::get_lines(): Fix ownership of the GSList.
+ pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC.
+ Build:
- tools/gen_scripts: Update for non-source-dir builds.
- Add support for building pangomm with Meson.
- meson.build: Check if .git is a directory or file.
- NMake Makefiles: Allow builds from a GIT checkout.
- The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg is
necessary in order to use glibmm 2.64.0 or later, combined
with maintainer-mode in pangomm.
==== parted ====
Subpackages: libparted0
- print maximum number of partitions for yast
(bsc#1168756, bsc#1161783)
- add parted-print-max-partitions-for-yast.patch
- make parted work with pmemXs devices (bsc#1164260)
- add libparted-linux-pmem-path.patch
==== patterns-base ====
Version update (20190612 -> 20200417)
Subpackages: patterns-base-base patterns-base-minimal_base patterns-base-x11
- bootloader: pull in grub2-snapper plugin if snapper is installed
- base pattern cleanup:
* make minimal_base really minimal by moving packages to base instead. Only
pull in the release package and branding. So this is really what
can be used for application containers, portable services etc.
In it's current form it also pulls in bash, glibc, coreutils
etc, so no need to specify explicitly.
* strip down base so it forms a minimal booting system that can install
packages.
* don't pull in man into transactional system
==== patterns-containers ====
- Require containers-systemd for container-runtime pattern
==== pcre ====
Version update (8.42 -> 8.44)
- Update to version 8.44:
* This is a bug-fix release.
==== pcre2 ====
Subpackages: libpcre2-16-0 libpcre2-8-0
- Resubmit the package (bsc#1167890, jsc#SLE-11608)
==== plasma5-pk-updates ====
- Fix 0001-Limit-to-one-automatic-check-each-10-minutes.patch
to handle msecs properly
- Add patch to make avoiding error messages more effective (boo#1156387):
* 0001-Limit-to-one-automatic-check-each-10-minutes.patch
* 0001-Also-treat-ErrorNotAuthorized-as-temporary.patch
==== polkit-default-privs ====
Version update (1550+20200325.f1362c4 -> 1550+20200417.940923e)
- Update to version 1550+20200417.940923e:
* packagekit: allow system-sources-refresh w/o password entry (bsc#1169540)
==== python-gobject ====
Version update (3.34.0 -> 3.36.0)
Subpackages: python3-gobject python3-gobject-Gdk python3-gobject-cairo
- Update to version 3.36.0:
+ This will be the last release supporting Python 2.
+ pygobject-object: Avoid checking whether NULL is floating.
+ Avoid various new glib deprecation warnings.
+ Port to g_object_new_with_properties().
+ Drop Python 2 support on Windows.
+ gtk overrides: Drop Menu, MenuItem for Gtk 4.
+ Docs:
- Update openSUSE instructions.
- Add Gaphor to Who is Using PyGObject.
- Remove reference to a fixed bug.
==== python-urllib3 ====
- Explicitly switch off building python 2 version.
==== python3 ====
- Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC
- Add patch bsc1167501-invalid-alignment.patch
(bsc#1167501, bpo#40052) to fix alignment in abstract.h header file.
==== python3-base ====
Subpackages: libpython3_8-1_0
- Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC
- Add patch bsc1167501-invalid-alignment.patch
(bsc#1167501, bpo#40052) to fix alignment in abstract.h header file.
==== sddm ====
Version update (0.18.0 -> 0.18.1)
Subpackages: sddm-branding-openSUSE
- Update to version 0.18.1
+ Fix crashes when creating a user session
+ 0001-Use-C-scoping-for-handling-buffer-deletion.patch no longer required
==== serd ====
Version update (0.30.0 -> 0.30.2)
- Update to version 0.30.2:
* Fix GCC 4 build
* Fix colliding blank nodes when parsing TriG
* Fix missing parse error messages
* Fix parsing "a" abbreviation without padding whitespace
* Fix parsing TriG graphs with several squashed trailing dots
* Fix resolving some URIs against base URIs with no trailing slash
* Improve build system and CI integration
* Improve documentation
==== slirp4netns ====
Version update (0.4.4 -> 1.0.0)
- Update to 1.0.0
* libslirp to v0.4.3:
* libslirp is no longer included in slirp4netns and needs be
installed separately
* --enable-sandbox is now out of experimental
* New build dependeny: libslirp-devel >= 4.1
==== sord ====
Version update (0.16.2 -> 0.16.4)
- Update to version 0.16.4:
* Update build system
==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-logger systemd-sysvinit udev
- Drop %tmpfiles_create portables.conf from %post of networkd sub-package
It was probably mistakenly added because systemd-portable served as
template for systemd-network.
- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5)
1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54
e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698)
64fdacd5f1 user-util: rework how we validate user names (bsc#1170272)
[...]
- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch
It's been merged in 'openSUSE-Factory' branch otherwise this branch
won't build anymore since meson has been upgraded to version 0.54 in
Factory.
==== systemd-presets-branding-MicroOS ====
- Enable container-image-prune.timer by default
==== tar ====
- Drop Requires(pre) info in the preamble: the main package does
not contain any info files, and has not even a pre script. The
- doc subpackage already has the correct deps.
==== vte ====
Version update (0.58.3 -> 0.60.1)
- Update to version 0.60.1:
* widget: Emit the ::commit signal even when the terminal has no
PTY.
* bindings: gir: Fix VtePty.
* vte.csh: Fix the behavior if VTE_VERSION is undefined.
- Update to version 0.60.0:
* Updated translations.
- Update to version 0.59.92:
* app: Add option to disable scrollbar.
* build: systemd: Add option to disable systemd support.
* draw:
- Enable unicode 13 legacy terminal characters.
- Add extra define for separated mosaic drawing.
* emulation: Remove 'separated mosaic' SGR.
* lib: Use g_propagate_error here.
* Updated translations.
- Update to version 0.59.91:
* pty:
- Reduce wait-for-EOS time to 2 seconds
- Document VTE_SPAWN_NO_PARENT_ENVV
- Fix indefinite wait for EOS after child-exited
- Add debug output for when EOS happens
- Cleanup session creation
- Add more error checking
- Start new session before opening the PTY peer
- Separate PTY code from its GObject wrapper
- Set size on creation
* build:
- Fix libsystemd req version
- Suppress warnings about ignored returned value
- Remove unncessary feature test
- Remove unnecessary feature test for functions
- Add configure switch to disable a11y code
- Ensure LTO is off
- Add option to disable -Bsymbolic-functions
- Add no-exceptions sanity check
* systemd:
- Put child process into the parent's slice
- Install config drop-in for vte-spawn-.scope
- Add systemd support
* lib:
- Add smart pointer for g_free()able things
- Add missing noexcept
- Use Timer class for mouse autoscroll timer
- Use Timer class for text blink timer
- Use Timer class for cursor blink timer
- Add convenience class for timeouts
- Add GError convenience class
- Add missing files
- Rework child exit and EOF handling
- Use ICU for legacy charset support
- Typo fix
- Remove GIOChannel use
* emulation:
- Remove support for obsolete charset
- Remove support for window control sequences
- Report fixed origin for CSI 13 t
- Maintain cursor column during screen switch
- Ignore delete/insert line outside the scroll region
- Fix vertical cursor movememnt outside the scroll region
* vte.sh:
- Add vte.csh, a tcsh counterpart of vte.sh
- Use the vte-urlencode utility
- Remove the obsolete __vte_ps1 function
* prompt:
- Add a test for the vte-urlencode-cwd utility
- Add a vte-urlencode-cwd utility
* widget:
- Set terminal input purpose
- Finish deprecation of GRegex taking APIs
- Add missing (nullable) annotations
- Emit EOF signal from idle handler
- Fix crash using nullptr for word char exceptions
- Move some calls to Widget constructor
- Move scrollable adjustments up to Widget
- Deprecate vte_terminal_feed_child_binary
* regex:
- Use string_view and optional
- Use string_view
* parser:
- Small documentation addition
- Make unused command a NOP
* draw:
- Fix unused function warning
- Use functions instead of macros
- Make some data static and shrink it
- Narrow the range of characters in the U+1FBxx block
- Implement U+1FBAF
- Improve diagnoals drawing
- Make new diagonal characters align better with box drawings
- Use binary notation for some constants
- Change checkboard pattern
- Implement hatching pattern characters U+1FB98 and U+1FB99
- Implement separated mosaic graphics
- Add manual drawing for new legacy terminal unicode characters
- Fix reporting the dimensions of locally drawn graphic
characters
* terminal:
- Don't append data to sealed chunks
- Use smart pointer
- Use string_view
- Skip commit signal emission when there are no handlers
- Remove some incorrect doc comments
- Remove redundant function
- Use an enum class for selection type
- Move enums used in only one file into it
- Use an enum class for mouse tracking mode
- Remove unused enum
- Remove double-initialisation
- Use an enum class for erase bindings
- Store word chars exceptions string in Widget
- Use an enum class for text blink mode
- Use an enum class for cursor shape
- Use an enum class for cursor blink mode
- Use an enum class for cursor style
- Move some initialisations to the class
- Remove extraneous fcntl
* introspection: Fix signedness in vte_terminal_feed_child's
annotation.
* test:
- Add some more explanation to the UTF-8-test.txt file
- Document the changes made to UTF-8-test.txt
- Add UTF-8 test
* git: Diff *.txt files as text
* debug: Handle all enum values in switch
* spawn: Warn if G_SPAWN_LEAVE_DESCRIPTORS_OPEN is passed
* fixup pty gobject
* Updated translations.
- Add pkgconfig(libsystemd) BuildRequires: New dependency.
- Update to version 0.59.0:
* emulation:
- Ensure the cursor remains onscreen when moving down.
- Make DEC alternate charset convert underscore to space.
- Remove SRM support.
- Remove urxvt mouse extension support.
* lib: Rework how vte stores the match and search regexes.
* pty: Fix error check for ioctl(TIOCGPTPEER) failure.
* regex: Add missing noexcept.
* regex: Make regex a C++ class.
* ring: Fix an incorrect assertion.
* ring: Tiny code cleanup: maintain GString integrity.
* spawn: Port fdwalk improvements from glib.
* widget: Deprecate vte_terminal_[sg]et_allow_bold().
* widget: Don't scroll to bottom on keystroke in read-only mode.
==== vulkan-loader ====
Version update (1.2.135 -> 1.2.137)
- Update to release 1.2.137
* Allow vkGetInstanceProcAddr to resolve itself with no instance.
* loader: Strip out empty search paths.
==== wpa_supplicant ====
- Add restore-old-dbus-interface.patch to fix wicked wlan (boo#1156920)
- Restore fi.epitest.hostap.WPASupplicant.service (bsc#1167331)
==== xdg-desktop-portal-gtk ====
- Add xdg-dpg-support-mutter-pipewire-3-api.patch: screencast: Bump
supported Mutter version to 3 (New pipewire api ver 3).
==== yelp ====
Version update (3.34.0 -> 3.36.0)
Subpackages: libyelp0
- Update to version 3.36.0:
+ Updated translations.
==== yelp-xsl ====
Version update (3.34.2 -> 3.36.0)
- Update to version 3.36.0:
+ Added a syntax highlighter for Ducktype.
+ Support multiple desc elements for links (MEP-0008).
+ Fixed missing link when group specified twice on topic links.
+ Typo fix in docs.
+ Updated translations.
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=kubic&groupid=1&version=T…
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:
ca-certificates
dmidecode
file
fuse-overlayfs (0.7.8 -> 1.0.0)
gawk (5.0.1 -> 5.1.0)
glib2 (2.62.6 -> 2.64.2)
glibc
hwdata
hwinfo (21.69 -> 21.70)
installation-images-MicroOS
kernel-default-base (5.6.4 -> 5.6.6)
kernel-source (5.6.4 -> 5.6.6)
kubernetes (1.18.1 -> 1.18.2)
kubernetes1.18 (1.18.1 -> 1.18.2)
less (551 -> 557)
libyaml (0.2.2 -> 0.2.4)
ncurses (6.2.20200404 -> 6.2.20200418)
parted
patterns-base (20190612 -> 20200417)
patterns-containers
pcre (8.42 -> 8.44)
pcre2
python-urllib3
python3
python3-base
slirp4netns (0.4.4 -> 1.0.0)
socat (1.7.3.3 -> 1.7.3.4)
systemd
systemd-presets-branding-MicroOS
tar
weave
wpa_supplicant
yomi-formula (0.0.1+git.1585837779.87bbc9c -> 0.0.1+git.1587385401.ce3ed18)
=== Details ===
==== ca-certificates ====
- Remove old migration code, we don't support migration from such
old products anymore.
- Use file requires to support busybox container if possible
==== dmidecode ====
3 recommended fixes from upstream:
- dmidecode-print-type-33-name-unconditionally.patch: Print type 33
name unconditionally.
- dmidecode-dont-choke-on-invalid-processor-voltage.patch: Don't
choke on invalid processor voltage.
- dmidecode-fix-the-alignment-of-type-25-name.patch: Fix the
alignment of type 25 name.
Build fix:
- dmidecode-allow-overriding-build-settings-from-env.patch: Fix the
build system so that the compilation flags passed by OBS are
added to the ones dmidecode needs, instead of overriding them
entirely.
- dmidecode.spec: Pass the CFLAGS through the environment, instead
of as a parameter.
==== file ====
Subpackages: file-magic libmagic1
- file-5.24-nitpick.dif: remove obsolete patch (bsc#1169512)
- file-secure_getenv.patch: refresh
==== fuse-overlayfs ====
Version update (0.7.8 -> 1.0.0)
- Update to v1.0.0
- Fix portability issue to 32 bits architectures
==== gawk ====
Version update (5.0.1 -> 5.1.0)
- Update to 5.1.0:
* The major version of the API is bumped to 3, something that should
have happened at the 5.0.0 release but didn't.
* A number of memory leak issues have been fixed.
* Infrastructure upgrades: Bison 3.5.4, Texinfo 6.7, Gettext 0.20.1,
Automake 1.16.2.
* The indexing in the manual has been thoroughly revised, in particular
making use of the facilities in Texinfo 6.7. That version (or newer)
must be used to format the manual.
* MSYS2 is now supported out-of-the-box by configure.
* Several bugs have been fixed. See the ChangeLog for details.
- Removed gawk-inplace-namespace-part3.patch
- Removed gawk-inplace-namespace-part1.patch
- Removed gawk-inplace-namespace-part2.patch
==== glib2 ====
Version update (2.62.6 -> 2.64.2)
Subpackages: glib2-tools libgio-2_0-0 libglib-2_0-0 libgmodule-2_0-0 libgobject-2_0-0
- Update to version 2.64.2:
+ Bugs fixed: glgo#GNOME/GLib#2067, glgo#GNOME/GLib#2081,
glgo#GNOME/GLib!1421, glgo#GNOME/GLib!1438,
glgo#GNOME/GLib!1424, glgo#GNOME/GLib!1428,
glgo#GNOME/GLib!1429, glgo#GNOME/GLib !1431,
glgo#GNOME/GLib!1432, glgo#GNOME/GLib!1435,
glgo#GNOME/GLib!1447.
+ Updated translations.
- Update to version 2.64.1:
+ Fix memory monitor tests to only be installed if
installed-tests are enabled, and to be skipped if
GObject-Introspection is too old.
+ Bugs fixed: glgo#GNOME/GLib#1986, glgo#GNOME/GLib#1988,
glgo#GNOME/GLib!1407, glgo#GNOME/GLib!1412.
+ Updated translations.
- Update to version 2.64.0:
+ Use `posix_spawn()` to speed up launching test D-Bus instances.
+ Bugs fixed: glgo#GNOME/GLib#1783, glgo#GNOME/GLib#2049,
glgo#GNOME/GLib!1384, glgo#GNOME/GLib!1386,
glgo#GNOME/GLib!1387, glgo#GNOME/GLib!1388,
glgo#GNOME/GLib!1389.
+ Updated translations.
- Update to version 2.63.6:
+ Fix potential relative read when calling g_printerr(), which
could lead to a denial of service from a setuid-root process
being used to block access to the TTY for another user.
+ Fix SOCKS proxy resolver sometimes not being used when
resolving addresses via Happy Eyeballs (CVE-2020-6750).
+ Several other Happy Eyeballs fixes for address resolution.
+ Various race fixes in `GDBusConnection` and its unit tests.
+ Fix a race condition with D-Bus name ownership.
+ Drop `gio-launch-desktop` helper application in favour of
calling `sh` directly.
+ Fix win32 exception handling with C# exceptions.
+ Fix thread safety of `GUnixMountMonitor`.
+ Additional fixes to new thread pool attribute behaviour from
GLib 2.63.4 to check if sched_setattr() is allowed by system
policies before depending on it.
+ Fix memory leaks and corruption when freeing `GSource`s while
freeing a `GMainContext`.
+ Drop inappropriate installation of object manager example
documentation.
+ Varioius other bugs and fixes.
+ Updated translations.
- Update to version 2.63.5:
+ Fix behaviour of `g_file_move()` fallback code to not follow
symlinks.
+ Rename `--glib-min-version` argument of `gdbus-codegen` to
`--glib-min-required`.
+ Add gtk-doc checks to CI and fix a number of documentation
issues.
+ Add a debug message if `g_setenv()` or `g_unsetenv()` are used
after any threads have been spawned ? this will be upgraded to
a warning in future.
+ Skip memory monitor tests if xdg-desktop-portal or dbusmock are
not available.
+ Change the `libmount` configure option from a boolean to a
Meson `feature`.
+ Do not return `target-uri` from `g_file_peek_path()` when
called on trash/recent files.
+ Drop new TLS certificate API for PKCS #11 backed certificates,
as the implementation is not ready yet (this is not an API
break as the API was added earlier in the 2.63 cycle).
+ Updated translations.
+ For changes from earlier in the dev cycle see the NEWS file.
- Rebase glib2-gdbus-codegen-version.patch.
==== glibc ====
Subpackages: glibc-locale glibc-locale-base
- Split off %lang_package
==== hwdata ====
- Fix previous changelog entries
==== hwinfo ====
Version update (21.69 -> 21.70)
- merge gh#openSUSE/hwinfo#86
- update pci and usb ids (bsc#1169682)
- fix compiler warnings
- 21.70
==== installation-images-MicroOS ====
- remove python dependency
==== kernel-default-base ====
Version update (5.6.4 -> 5.6.6)
- Add qemu_fw_cfg needed by ignition (boo#1170069).
==== kernel-source ====
Version update (5.6.4 -> 5.6.6)
- Linux 5.6.6 (bnc#1012628).
- amd-xgbe: Use __napi_schedule() in BH context (bnc#1012628).
- hsr: check protocol version in hsr_newlink() (bnc#1012628).
- l2tp: Allow management of tunnels and session in user namespace
(bnc#1012628).
- net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware
mode (bnc#1012628).
- net: ipv4: devinet: Fix crash when add/del multicast IP with
autojoin (bnc#1012628).
- net: ipv6: do not consider routes via gateways for anycast
address check (bnc#1012628).
- net: macsec: fix using wrong structure in macsec_changelink()
(bnc#1012628).
- net: phy: micrel: use genphy_read_status for KSZ9131
(bnc#1012628).
- net: qrtr: send msgs from local of same id as broadcast
(bnc#1012628).
- net: revert default NAPI poll timeout to 2 jiffies
(bnc#1012628).
- net: tun: record RX queue in skb before do_xdp_generic()
(bnc#1012628).
- net: dsa: mt7530: move mt7623 settings out off the mt7530
(bnc#1012628).
- net: ethernet: mediatek: move mt7623 settings out off the mt7530
(bnc#1012628).
- net/mlx5: Fix frequent ioread PCI access during recovery
(bnc#1012628).
- net/mlx5e: Add missing release firmware call (bnc#1012628).
- net/mlx5e: Fix nest_level for vlan pop action (bnc#1012628).
- net/mlx5e: Fix pfnum in devlink port attribute (bnc#1012628).
- net: icmp6: do not select saddr from iif when route has prefsrc
set (bnc#1012628).
- net: mscc: ocelot: fix untagged packet drops when enslaving
to vlan aware bridge (bnc#1012628).
- net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
(bnc#1012628).
- net: phy: marvell: Fix pause frame negotiation (bnc#1012628).
- Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()"
(bnc#1012628).
- ovl: fix value of i_ino for lower hardlink corner case
(bnc#1012628).
- scsi: ufs: Fix ufshcd_hold() caused scheduling while atomic
(bnc#1012628).
- platform/chrome: cros_ec_rpmsg: Fix race with host event
(bnc#1012628).
- jbd2: improve comments about freeing data buffers whose page
mapping is NULL (bnc#1012628).
- acpi/nfit: improve bounds checking for 'func' (bnc#1012628).
- perf report: Fix no branch type statistics report issue
(bnc#1012628).
- pwm: pca9685: Fix PWM/GPIO inter-operation (bnc#1012628).
- net: stmmac: xgmac: Fix VLAN register handling (bnc#1012628).
- ext4: fix incorrect group count in ext4_fill_super error message
(bnc#1012628).
- ext4: fix incorrect inodes per group in error message
(bnc#1012628).
- HID: lg-g15: Do not fail the probe when we fail to disable F#
emulation (bnc#1012628).
- clk: at91: sam9x60: fix usb clock parents (bnc#1012628).
- clk: at91: usb: use proper usbs_mask (bnc#1012628).
- ARM: dts: imx7-colibri: fix muxing of usbc_det pin
(bnc#1012628).
- arm64: dts: librem5-devkit: add a vbus supply to usb0
(bnc#1012628).
- usb: dwc3: gadget: Don't clear flags before transfer ended
(bnc#1012628).
- ASoC: Intel: mrfld: fix incorrect check on p->sink
(bnc#1012628).
- ASoC: Intel: mrfld: return error codes when an error occurs
(bnc#1012628).
- ALSA: hda/realtek - Enable the headset mic on Asus FX505DT
(bnc#1012628).
- ALSA: usb-audio: Filter error from connector kctl ops, too
(bnc#1012628).
- ALSA: usb-audio: Don't override ignore_ctl_error value from
the map (bnc#1012628).
- ALSA: usb-audio: Don't create jack controls for PCM terminals
(bnc#1012628).
- ALSA: usb-audio: Check mapping at creating connector controls,
too (bnc#1012628).
- arm64: vdso: don't free unallocated pages (bnc#1012628).
- keys: Fix proc_keys_next to increase position index
(bnc#1012628).
- tracing: Fix the race between registering 'snapshot' event
trigger and triggering 'snapshot' operation (bnc#1012628).
- btrfs: check commit root generation in should_ignore_root
(bnc#1012628).
- nl80211: fix NL80211_ATTR_FTM_RESPONDER policy (bnc#1012628).
- mac80211: fix race in ieee80211_register_hw() (bnc#1012628).
- mac80211_hwsim: Use kstrndup() in place of kasprintf()
(bnc#1012628).
- net/mlx5e: Encapsulate updating netdev queues into a function
(bnc#1012628).
- net/mlx5e: Rename hw_modify to preactivate (bnc#1012628).
- net/mlx5e: Use preactivate hook to set the indirection table
(bnc#1012628).
- drm/amd/powerplay: force the trim of the mclk dpm_levels if
OD is enabled (bnc#1012628).
- drm/amdgpu/gfx9: add gfxoff quirk (bnc#1012628).
- drm/amdgpu: fix the hw hang during perform system reboot and
reset (bnc#1012628).
- i2c: designware: platdrv: Remove DPM_FLAG_SMART_SUSPEND flag
on BYT and CHT (bnc#1012628).
- drm/nouveau/sec2/gv100-: add missing MODULE_FIRMWARE()
(bnc#1012628).
- drm/i915/perf: Do not clear pollin for small user read buffers
(bnc#1012628).
- rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
(bnc#1012628).
- ext4: do not zeroout extents beyond i_disksize (bnc#1012628).
- irqchip/ti-sci-inta: Fix processing of masked irqs
(bnc#1012628).
- proc, time/namespace: Show clock symbolic names in
/proc/pid/timens_offsets (bnc#1012628).
- x86/resctrl: Preserve CDP enable over CPU hotplug (bnc#1012628).
- x86/resctrl: Fix invalid attempt at removing the default
resource group (bnc#1012628).
- x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE
(bnc#1012628).
- scsi: target: iscsi: calling iscsit_stop_session() inside
iscsit_close_session() has no effect (bnc#1012628).
- Delete
patches.suse/Revert-ACPI-EC-Do-not-clear-boot_ec_is_ecdt-in-acpi_.patch.
- commit c11f000
- Revert "ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()"
(5.6.5 regression).
- commit 1bdcfdf
- Linux 5.6.5 (bnc#1012628).
- media: rc: add keymap for Videostrong KII Pro (bnc#1012628).
- cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL
(bnc#1012628).
- EDAC/mc: Report "unknown memory" on too many DIMM labels found
(bnc#1012628).
- usb: ucsi: ccg: disable runtime pm during fw flashing
(bnc#1012628).
- staging: wilc1000: avoid double unlocking of 'wilc->hif_cs'
mutex (bnc#1012628).
- media: vimc: streamer: fix memory leak in vimc subdevs if
kthread_run fails (bnc#1012628).
- media: hantro: fix extra MV/MC sync space calculation
(bnc#1012628).
- media: staging: rkisp1: use consistent bus_info string for
media_dev (bnc#1012628).
- media: staging: rkisp1: isp: do not set invalid mbus code for
pad (bnc#1012628).
- media: venus: hfi_parser: Ignore HEVC encoding for V1
(bnc#1012628).
- firmware: arm_sdei: fix double-lock on hibernate with shared
events (bnc#1012628).
- media: arm64: dts: amlogic: add rc-videostrong-kii-pro keymap
(bnc#1012628).
- usb: phy: tegra: Include proper GPIO consumer header to fix
compile testing (bnc#1012628).
- arm64/mm: Hold memory hotplug lock while walking for kernel
page table dump (bnc#1012628).
- sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
(bnc#1012628).
- iio: imu: st_lsm6dsx: check return value from
st_lsm6dsx_sensor_set_enable (bnc#1012628).
- null_blk: Fix the null_add_dev() error path (bnc#1012628).
- blk-mq: Fix a recently introduced regression in
blk_mq_realloc_hw_ctxs() (bnc#1012628).
- null_blk: Handle null_add_dev() failures properly (bnc#1012628).
- null_blk: Suppress an UBSAN complaint triggered when setting
'memory_backed' (bnc#1012628).
- null_blk: fix spurious IO errors after failed past-wp access
(bnc#1012628).
- media: imx: imx7_mipi_csis: Power off the source when stopping
streaming (bnc#1012628).
- media: imx: imx7-media-csi: Fix video field handling
(bnc#1012628).
- xhci: bail out early if driver can't accress host in resume
(bnc#1012628).
- ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()
(bnc#1012628).
- clocksource/drivers/timer-microchip-pit64b: Fix rate for gck
(bnc#1012628).
- x86: Don't let pgprot_modify() change the page encryption bit
(bnc#1012628).
- dma-mapping: Fix dma_pgprot() for unencrypted coherent pages
(bnc#1012628).
- block: keep bdi->io_pages in sync with max_sectors_kb for
stacked devices (bnc#1012628).
- debugfs: Check module state before warning in
{full/open}_proxy_open() (bnc#1012628).
- spi: spi-fsl-dspi: Avoid NULL pointer in dspi_slave_abort for
non-DMA mode (bnc#1012628).
- irqchip/versatile-fpga: Handle chained IRQs properly
(bnc#1012628).
- time/sched_clock: Expire timer in hardirq context (bnc#1012628).
- irqchip/gic-v4.1: Skip absent CPUs while iterating over
redistributors (bnc#1012628).
- media: allegro: fix type of gop_length in channel_create message
(bnc#1012628).
- sched: Avoid scale real weight down to zero (bnc#1012628).
- sched/fair: Fix condition of avg_load calculation (bnc#1012628).
- selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault
(bnc#1012628).
- PCI/switchtec: Fix init_completion race condition with
poll_wait() (bnc#1012628).
- block, bfq: move forward the getting of an extra ref in
bfq_bfqq_move (bnc#1012628).
- media: i2c: video-i2c: fix build errors due to 'imply hwmon'
(bnc#1012628).
- libata: Remove extra scsi_host_put() in ata_scsi_add_hosts()
(bnc#1012628).
- pstore/platform: fix potential mem leak if pstore_init_fs failed
(bnc#1012628).
- gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is
empty (bnc#1012628).
- gfs2: Don't demote a glock until its revokes are written
(bnc#1012628).
- cpufreq: imx6q: fix error handling (bnc#1012628).
- x86/boot: Use unsigned comparison for addresses (bnc#1012628).
- efi/x86: Ignore the memory attributes table on i386
(bnc#1012628).
- genirq/irqdomain: Check pointer in
irq_domain_alloc_irqs_hierarchy() (bnc#1012628).
- block: Fix use-after-free issue accessing struct io_cq
(bnc#1012628).
- block, zoned: fix integer overflow with BLKRESETZONE et al
(bnc#1012628).
- media: mtk-vpu: avoid unaligned access to DTCM buffer
(bnc#1012628).
- media: i2c: ov5695: Fix power on and off sequences
(bnc#1012628).
- usb: dwc3: core: add support for disabling SS instances in
park mode (bnc#1012628).
- irqchip/gic-v4: Provide irq_retrigger to avoid circular locking
dependency (bnc#1012628).
- md: check arrays is suspended in mddev_detach before call
quiesce operations (bnc#1012628).
- firmware: fix a double abort case with fw_load_sysfs_fallback
(bnc#1012628).
- spi: spi-fsl-dspi: Replace interruptible wait queue with a
simple completion (bnc#1012628).
- locking/lockdep: Avoid recursion in
lockdep_count_{for,back}ward_deps() (bnc#1012628).
- staging: mt7621-pci: avoid to poweroff the phy for slot one
(bnc#1012628).
- block, bfq: fix use-after-free in bfq_idle_slice_timer_body
(bnc#1012628).
- btrfs: qgroup: ensure qgroup_rescan_running is only set when
the worker is at least queued (bnc#1012628).
- btrfs: remove a BUG_ON() from merge_reloc_roots() (bnc#1012628).
- btrfs: restart relocate_tree_blocks properly (bnc#1012628).
- btrfs: track reloc roots based on their commit root bytenr
(bnc#1012628).
- ASoC: fix regwmask (bnc#1012628).
- ASoC: dapm: connect virtual mux with default value
(bnc#1012628).
- ASoC: dpcm: allow start or stop during pause for backend
(bnc#1012628).
- ASoC: topology: use name_prefix for new kcontrol (bnc#1012628).
- usb: gadget: f_fs: Fix use after free issue as part of queue
failure (bnc#1012628).
- usb: gadget: composite: Inform controller driver of self-powered
(bnc#1012628).
- ALSA: usb-audio: Add mixer workaround for TRX40 and co
(bnc#1012628).
- ALSA: hda: Add driver blacklist (bnc#1012628).
- ALSA: hda: Fix potential access overflow in beep helper
(bnc#1012628).
- ALSA: ice1724: Fix invalid access for enumerated ctl items
(bnc#1012628).
- ALSA: pcm: oss: Fix regression by buffer overflow fix
(bnc#1012628).
- ALSA: hda/realtek: Enable mute LED on an HP system
(bnc#1012628).
- ALSA: hda/realtek - a fake key event is triggered by running
shutup (bnc#1012628).
- ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256
(bnc#1012628).
- ALSA: hda/realtek - Set principled PC Beep configuration for
ALC256 (bnc#1012628).
- ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone
noise fixups (bnc#1012628).
- ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen
(bnc#1012628).
- ALSA: hda/realtek - Add quirk for MSI GL63 (bnc#1012628).
- media: venus: cache vb payload to be used by clock scaling
(bnc#1012628).
- media: venus: firmware: Ignore secure call error on first resume
(bnc#1012628).
- media: hantro: Read be32 words starting at every fourth byte
(bnc#1012628).
- media: ti-vpe: cal: fix disable_irqs to only the intended target
(bnc#1012628).
- media: ti-vpe: cal: fix a kernel oops when unloading module
(bnc#1012628).
- seccomp: Add missing compat_ioctl for notify (bnc#1012628).
- ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()
(bnc#1012628).
- acpi/x86: ignore unspecified bit positions in the ACPI global
lock field (bnc#1012628).
- ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE
(bnc#1012628).
- ACPI: PM: s2idle: Refine active GPEs check (bnc#1012628).
- thermal: int340x_thermal: fix: Update Tiger Lake ACPI device
IDs (bnc#1012628).
- thermal: devfreq_cooling: inline all stubs for
CONFIG_DEVFREQ_THERMAL=n (bnc#1012628).
- nvmet-tcp: fix maxh2cdata icresp parameter (bnc#1012628).
- nvme-fc: Revert "add module to ops template to allow module
references" (bnc#1012628).
- efi/x86: Add TPM related EFI tables to unencrypted mapping
checks (bnc#1012628).
- PCI: pciehp: Fix indefinite wait on sysfs requests
(bnc#1012628).
- PCI/ASPM: Clear the correct bits when enabling L1 substates
(bnc#1012628).
- PCI: Add boot interrupt quirk mechanism for Xeon chipsets
(bnc#1012628).
- PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM (bnc#1012628).
- PCI: endpoint: Fix for concurrent memory allocation in OB
address region (bnc#1012628).
- erofs: correct the remaining shrink objects (bnc#1012628).
- sched/fair: Fix enqueue_task_fair warning (bnc#1012628).
- tpm: Don't make log failures fatal (bnc#1012628).
- tpm: tpm1_bios_measurements_next should increase position index
(bnc#1012628).
- tpm: tpm2_bios_measurements_next should increase position index
(bnc#1012628).
- KEYS: reaching the keys quotas correctly (bnc#1012628).
- mmc: mmci_sdmmc: Fix clear busyd0end irq flag (bnc#1012628).
- rcu: Make rcu_barrier() account for offline no-CBs CPUs
(bnc#1012628).
- cpu/hotplug: Ignore pm_wakeup_pending() for
disable_nonboot_cpus() (bnc#1012628).
- genirq/debugfs: Add missing sanity checks to interrupt injection
(bnc#1012628).
- irqchip/versatile-fpga: Apply clear-mask earlier (bnc#1012628).
- io_uring: ensure openat sets O_LARGEFILE if needed
(bnc#1012628).
- io_uring: remove bogus RLIMIT_NOFILE check in file registration
(bnc#1012628).
- io_uring: fix ctx refcounting in io_submit_sqes() (bnc#1012628).
- pstore: pstore_ftrace_seq_next should increase position index
(bnc#1012628).
- MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3
(bnc#1012628).
- MIPS: OCTEON: irq: Fix potential NULL pointer dereference
(bnc#1012628).
- PM / Domains: Allow no domain-idle-states DT property in genpd
when parsing (bnc#1012628).
- PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device
is not there (bnc#1012628).
- ath9k: Handle txpower changes even when TPC is disabled
(bnc#1012628).
- signal: Extend exec_id to 64bits (bnc#1012628).
- x86/tsc_msr: Use named struct initializers (bnc#1012628).
- x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices
(bnc#1012628).
- x86/tsc_msr: Make MSR derived TSC frequency more accurate
(bnc#1012628).
- x86/entry/32: Add missing ASM_CLAC to general_protection entry
(bnc#1012628).
- platform/x86: asus-wmi: Support laptops where the first battery
is named BATT (bnc#1012628).
- KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is
not supported (bnc#1012628).
- KVM: nVMX: Properly handle userspace interrupt window request
(bnc#1012628).
- KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks
(bnc#1012628).
- KVM: s390: vsie: Fix delivery of addressing exceptions
(bnc#1012628).
- KVM: x86: Allocate new rmap and large page tracking when moving
memslot (bnc#1012628).
- KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec
support (bnc#1012628).
- KVM: x86: Gracefully handle __vmalloc() failure during VM
allocation (bnc#1012628).
- KVM: VMX: Add a trampoline to fix VMREAD error handling
(bnc#1012628).
- KVM: VMX: fix crash cleanup when KVM wasn't used (bnc#1012628).
- smb3: fix performance regression with setting mtime
(bnc#1012628).
- CIFS: Fix bug which the return value by asynchronous read is
error (bnc#1012628).
- CIFS: check new file size when extending file by fallocate
(bnc#1012628).
- mtd: spinand: Stop using spinand->oobbuf for buffering bad
block markers (bnc#1012628).
- mtd: spinand: Do not erase the block before writing a bad
block marker (bnc#1012628).
- mtd: rawnand: cadence: fix the calculation of the avaialble
OOB size (bnc#1012628).
- mtd: rawnand: cadence: change bad block marker size
(bnc#1012628).
- mtd: rawnand: cadence: reinit completion before executing a
new command (bnc#1012628).
- drm/i915/gen12: Disable preemption timeout (bnc#1012628).
- btrfs: Don't submit any btree write bio if the fs has errors
(bnc#1012628).
- btrfs: fix btrfs_calc_reclaim_metadata_size calculation
(bnc#1012628).
- Btrfs: fix crash during unmount due to race with delayed inode
workers (bnc#1012628).
- btrfs: reloc: clean dirty subvols if we fail to start a
transaction (bnc#1012628).
- btrfs: set update the uuid generation as soon as possible
(bnc#1012628).
- btrfs: drop block from cache on error in relocation
(bnc#1012628).
- btrfs: fix missing file extent item for hole after ranged fsync
(bnc#1012628).
- btrfs: unset reloc control if we fail to recover (bnc#1012628).
- btrfs: fix missing semaphore unlock in btrfs_sync_file
(bnc#1012628).
- btrfs: use nofs allocations for running delayed items
(bnc#1012628).
- remoteproc: qcom_q6v5_mss: Don't reassign mpss region on
shutdown (bnc#1012628).
- remoteproc: qcom_q6v5_mss: Reload the mba region on coredump
(bnc#1012628).
- remoteproc: Fix NULL pointer dereference in rproc_virtio_notify
(bnc#1012628).
- time/namespace: Fix time_for_children symlink (bnc#1012628).
- time/namespace: Add max_time_namespaces ucount (bnc#1012628).
- crypto: rng - Fix a refcounting bug in crypto_rng_reset()
(bnc#1012628).
- crypto: mxs-dcp - fix scatterlist linearization for hash
(bnc#1012628).
- io_uring: honor original task RLIMIT_FSIZE (bnc#1012628).
- scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug
(bnc#1012628).
- tools: gpio: Fix out-of-tree build regression (bnc#1012628).
- net: qualcomm: rmnet: Allow configuration updates to existing
devices (bnc#1012628).
- arm64: dts: allwinner: h6: Fix PMU compatible (bnc#1012628).
- sched/core: Remove duplicate assignment in sched_tick_remote()
(bnc#1012628).
- arm64: dts: allwinner: h5: Fix PMU compatible (bnc#1012628).
- mm, memcg: do not high throttle allocators based on wraparound
(bnc#1012628).
- dm writecache: add cond_resched to avoid CPU hangs
(bnc#1012628).
- dm integrity: fix a crash with unusually large tag size
(bnc#1012628).
- dm verity fec: fix memory leak in verity_fec_dtr (bnc#1012628).
- dm zoned: remove duplicate nr_rnd_zones increase in
dmz_init_zone() (bnc#1012628).
- dm clone: Fix handling of partial region discards (bnc#1012628).
- dm clone: Add overflow check for number of regions
(bnc#1012628).
- dm clone: Add missing casts to prevent overflows and data
corruption (bnc#1012628).
- dm clone metadata: Fix return type of
dm_clone_nr_of_hydrated_regions() (bnc#1012628).
- XArray: Fix xas_pause for large multi-index entries
(bnc#1012628).
- xarray: Fix early termination of xas_for_each_marked
(bnc#1012628).
- crypto: caam/qi2 - fix chacha20 data size error (bnc#1012628).
- crypto: caam - update xts sector size for large input length
(bnc#1012628).
- crypto: ccree - protect against empty or NULL scatterlists
(bnc#1012628).
- crypto: ccree - only try to map auth tag if needed
(bnc#1012628).
- crypto: ccree - dec auth tag size from cryptlen map
(bnc#1012628).
- scsi: zfcp: fix missing erp_lock in port recovery trigger for
point-to-point (bnc#1012628).
- scsi: ufs: fix Auto-Hibern8 error detection (bnc#1012628).
- scsi: lpfc: Fix lpfc_io_buf resource leak in
lpfc_get_scsi_buf_s4 error path (bnc#1012628).
- scsi: lpfc: Fix broken Credit Recovery after driver load
(bnc#1012628).
- ARM: dts: exynos: Fix polarity of the LCD SPI bus on
UniversalC210 board (bnc#1012628).
- arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes (bnc#1012628).
- arm64: armv8_deprecated: Fix undef_hook mask for thumb setend
(bnc#1012628).
- selftests: vm: drop dependencies on page flags from mlock2 tests
(bnc#1012628).
- selftests/vm: fix map_hugetlb length used for testing read
and write (bnc#1012628).
- selftests/powerpc: Add tlbie_test in .gitignore (bnc#1012628).
- selftests/powerpc: Fix try-run when source tree is not writable
(bnc#1012628).
- vfio: platform: Switch to platform_get_irq_optional()
(bnc#1012628).
- drm/i915/gem: Flush all the reloc_gpu batch (bnc#1012628).
- drm/bridge: analogix-anx78xx: Fix drm_dp_link helper removal
(bnc#1012628).
- drm/etnaviv: rework perfmon query infrastructure (bnc#1012628).
- drm: Remove PageReserved manipulation from drm_pci_alloc
(bnc#1012628).
- drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK
(bnc#1012628).
- drm/amd/powerplay: implement the is_dpm_running() (bnc#1012628).
- drm/amdgpu: unify fw_write_wait for new gfx9 asics
(bnc#1012628).
- drm/amd/display: Check for null fclk voltage when parsing
clock table (bnc#1012628).
- drm/prime: fix extracting of the DMA addresses from a
scatterlist (bnc#1012628).
- drm/i915/icl+: Don't enable DDI IO power on a TypeC port in
TBT mode (bnc#1012628).
- powerpc/pseries: Avoid NULL pointer dereference when drmem is
unavailable (bnc#1012628).
- drm/vboxvideo: Add missing remove_conflicting_pci_framebuffers
call, v2 (bnc#1012628).
- nfsd: fsnotify on rmdir under nfsd/clients/ (bnc#1012628).
- NFS: Fix use-after-free issues in nfs_pageio_add_request()
(bnc#1012628).
- NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
(bnc#1012628).
- NFS: finish_automount() requires us to hold 2 refs to the
mount record (bnc#1012628).
- NFS: Fix a few constant_table array definitions (bnc#1012628).
- ext4: fix a data race at inode->i_blocks (bnc#1012628).
- drm/i915/gt: Treat idling as a RPS downclock event
(bnc#1012628).
- ASoC: cs4270: pull reset GPIO low then high (bnc#1012628).
- fs/filesystems.c: downgrade user-reachable WARN_ONCE() to
pr_warn_once() (bnc#1012628).
- ocfs2: no need try to truncate file beyond i_size (bnc#1012628).
- perf tools: Support Python 3.8+ in Makefile (bnc#1012628).
- s390/diag: fix display of diagnose call statistics
(bnc#1012628).
- Input: i8042 - add Acer Aspire 5738z to nomux list
(bnc#1012628).
- ftrace/kprobe: Show the maxactive number on kprobe_events
(bnc#1012628).
- clk: ingenic/jz4770: Exit with error if CGU init failed
(bnc#1012628).
- clk: ingenic/TCU: Fix round_rate returning error (bnc#1012628).
- kmod: make request_module() return an error when autoloading
is disabled (bnc#1012628).
- cpufreq: powernv: Fix use-after-free (bnc#1012628).
- hfsplus: fix crash and filesystem corruption when deleting files
(bnc#1012628).
- libata: Return correct status in sata_pmp_eh_recover_pm()
when ATA_DFLAG_DETACH is set (bnc#1012628).
- ipmi: fix hung processes in __get_guid() (bnc#1012628).
- xen/blkfront: fix memory allocation flags in
blkfront_setup_indirect() (bnc#1012628).
- scsi: sr: get rid of sr global mutex (bnc#1012628).
- scsi: sr: Fix sr_block_release() (bnc#1012628).
- powerpc: Make setjmp/longjmp signature standard (bnc#1012628).
- powerpc/64/tm: Don't let userspace set regs->trap via sigreturn
(bnc#1012628).
- powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
(bnc#1012628).
- powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up
huge devmap PTE entries (bnc#1012628).
- powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non
configured IPIs (bnc#1012628).
- powerpc/64: Setup a paca before parsing device tree etc
(bnc#1012628).
- powerpc/xive: Fix xmon support on the PowerNV platform
(bnc#1012628).
- powerpc/kprobes: Ignore traps that happened in real mode
(bnc#1012628).
- powerpc/64: Prevent stack protection in early boot
(bnc#1012628).
- arm64: Always force a branch protection mode when the compiler
has one (bnc#1012628).
- Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"
(bnc#1012628).
- drm/dp_mst: Fix clearing payload state on topology disable
(bnc#1012628).
- drm/amdgpu: fix gfx hang during suspend with video playback (v2)
(bnc#1012628).
- drm/i915/ggtt: do not set bits 1-11 in gen12 ptes (bnc#1012628).
- drm/i915/gt: Fill all the unused space in the GGTT
(bnc#1012628).
- perf/core: Unify {pinned,flexible}_sched_in() (bnc#1012628).
- perf/core: Fix event cgroup tracking (bnc#1012628).
- perf/core: Remove 'struct sched_in_data' (bnc#1012628).
- powerpc/kasan: Fix kasan_remap_early_shadow_ro() (bnc#1012628).
- bpf: Fix tnum constraints for 32-bit comparisons (bnc#1012628).
- mfd: dln2: Fix sanity checking for endpoints (bnc#1012628).
- ASoC: stm32: sai: Add missing cleanup (bnc#1012628).
- commit 6656dc4
- Update config files: fix vanilla config for CONFIG_SND_HDA_PREALLOC_SIZE
Those have to removed from vanilla config once after the fix went into
5.6.y stable tree and backported.
- commit 902100b
- rpm/check-for-config-changes: Ignore CONFIG_LD_VERSION
- commit e60242e
- ALSA: hda: Allow setting preallocation again for x86
(bsc#1169471).
- Update config files: revert CONFIG_SND_HDA_PREALLOC_SIZE changes
- commit 2cd7ffd
==== kubernetes ====
Version update (1.18.1 -> 1.18.2)
Subpackages: kubernetes-client kubernetes-kubeadm kubernetes-kubelet
- Bump to kubernetes 1.18.2
- kubeadm requires kubernetes%{baseversionminus1}-kubelet for migration purposes
==== kubernetes1.18 ====
Version update (1.18.1 -> 1.18.2)
Subpackages: kubernetes1.18-client kubernetes1.18-kubeadm kubernetes1.18-kubelet kubernetes1.18-kubelet-common
- Update to version 1.18.2:
* Fix GCE ILB for large clusters
* Restore the ability to `kubectl apply --prune` without -n flag
* Fix client watch reestablishment handling of client-side timeouts
* Fix priorityClass typo, add numeric priority to static pods
* Update CHANGELOG/CHANGELOG-1.18.md for v1.18.1
* Test dropped round-trip annotations in HPA conversion
* Drop round-trip annotations in HPA conversion
* Skip updating cache on pod update if the node was deleted
==== less ====
Version update (551 -> 557)
- less 557:
* Update Unicode tables
* Treat Hangul Jamo medial vowels and final consonants as zero width
* Display error message immediately when -o is toggled and
input is not a pipe
* Fix memory corruption when built with libtermcap
* Support libtinfow
==== libyaml ====
Version update (0.2.2 -> 0.2.4)
- update to 0.2.4
* Support %YAML 1.2 directives
* Multiple fixes
==== ncurses ====
Version update (6.2.20200404 -> 6.2.20200418)
Subpackages: libncurses6 ncurses-utils terminfo terminfo-base
- Add ncurses patch 20200418
+ improve tracemunch logic for "RUN" compaction.
+ fix a special case in wresize() where copying the old text did not
check if the last cell on a row was the beginning of a fullwidth
character (adapted from patch by Benno Schulenberg).
+ use vt52+keypad in xterm-vt52, from xterm #354 -TD
+ improve see-also section of user_caps.5
- Add ncurses patch 20200411
+ fix find_pair(), overlooked when refactoring for _nc_reserve_pairs()
(report/testcase by Brad Town, cf: 20170812).
+ add a trailing null for magic-string in putwin, flagged by gcc 10
+ update check for gcc version versus gnat to work with gcc 10.x
==== parted ====
Subpackages: libparted0
- print maximum number of partitions for yast
(bsc#1168756, bsc#1161783)
- add parted-print-max-partitions-for-yast.patch
- make parted work with pmemXs devices (bsc#1164260)
- add libparted-linux-pmem-path.patch
==== patterns-base ====
Version update (20190612 -> 20200417)
Subpackages: patterns-base-apparmor patterns-base-minimal_base
- bootloader: pull in grub2-snapper plugin if snapper is installed
- base pattern cleanup:
* make minimal_base really minimal by moving packages to base instead. Only
pull in the release package and branding. So this is really what
can be used for application containers, portable services etc.
In it's current form it also pulls in bash, glibc, coreutils
etc, so no need to specify explicitly.
* strip down base so it forms a minimal booting system that can install
packages.
* don't pull in man into transactional system
==== patterns-containers ====
Subpackages: patterns-containers-container_runtime patterns-containers-container_runtime_kubernetes patterns-containers-kubeadm patterns-containers-kubernetes_utilities patterns-containers-kubic_admin patterns-containers-kubic_loadbalancer patterns-containers-kubic_worker
- Require containers-systemd for container-runtime pattern
==== pcre ====
Version update (8.42 -> 8.44)
- Update to version 8.44:
* This is a bug-fix release.
==== pcre2 ====
- Resubmit the package (bsc#1167890, jsc#SLE-11608)
==== python-urllib3 ====
- Explicitly switch off building python 2 version.
==== python3 ====
- Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC
- Add patch bsc1167501-invalid-alignment.patch
(bsc#1167501, bpo#40052) to fix alignment in abstract.h header file.
==== python3-base ====
Subpackages: libpython3_8-1_0
- Add #!BuildIgnore: gdk-pixbuf-loader-rsvg to python3 SPEC
- Add patch bsc1167501-invalid-alignment.patch
(bsc#1167501, bpo#40052) to fix alignment in abstract.h header file.
==== slirp4netns ====
Version update (0.4.4 -> 1.0.0)
- Update to 1.0.0
* libslirp to v0.4.3:
* libslirp is no longer included in slirp4netns and needs be
installed separately
* --enable-sandbox is now out of experimental
* New build dependeny: libslirp-devel >= 4.1
==== socat ====
Version update (1.7.3.3 -> 1.7.3.4)
- Update to version 1.7.3.4:
* bugfix release, see the CHANGES file for all changes
- Refresh patches:
* socat-common-fixes.patch
* socat-ignore-tests-failure-boo1078346.patch
==== systemd ====
Subpackages: libsystemd0 libudev1 systemd-logger systemd-sysvinit udev
- Drop %tmpfiles_create portables.conf from %post of networkd sub-package
It was probably mistakenly added because systemd-portable served as
template for systemd-network.
- Import commit 08cd65ac385c884ed6e4bd71128a0796f56ecd17 (include merge of v245.5)
1ceedf8535 meson: fix build of udev 'path_id_compat' builtin with meson 0.54
e61569d4a9 pid1: by default make user units inherit their umask from the user manager (bsc#1162698)
64fdacd5f1 user-util: rework how we validate user names (bsc#1170272)
[...]
- Drop 0001-meson-fix-build-of-udev-path_id_compat-builtin-with-.patch
It's been merged in 'openSUSE-Factory' branch otherwise this branch
won't build anymore since meson has been upgraded to version 0.54 in
Factory.
==== systemd-presets-branding-MicroOS ====
- Enable container-image-prune.timer by default
==== tar ====
- Drop Requires(pre) info in the preamble: the main package does
not contain any info files, and has not even a pre script. The
- doc subpackage already has the correct deps.
==== weave ====
- Use file requires for modprobe (to be able to use busybox-kmod)
==== wpa_supplicant ====
- Add restore-old-dbus-interface.patch to fix wicked wlan (boo#1156920)
- Restore fi.epitest.hostap.WPASupplicant.service (bsc#1167331)
==== yomi-formula ====
Version update (0.0.1+git.1585837779.87bbc9c -> 0.0.1+git.1587385401.ce3ed18)
- Update to version 0.0.1+git.1587385401.ce3ed18:
* storage: suppor XFS filesystem
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0
Hello,
During this last week, I've installed MicroOS with its GNOME Desktop
flavour a few times, both in VMs and on actual workstations, in order
to test how it would work for me.
I have a report of all that, which I'm both including and attaching to
this mail (sorry for the poor formatting and long lines, it's converted
from a webpage... I am also attaching it, hoping it's more readable in
that format).
I also quickly tested Fedora Silverblue, and I've added some notes
about the differences I think are the most relevant.
There are some hiccups but, you know what, I'm actually *keeping* it on
my workstation. ;-P
I also have a laptop, and I don't have time to re-install it right
now... but I'm looking forward to be able to put it there to,
especially if we manage to solve some of the issues. :-)
Since I still have the system up & running (at least the baremetal
one), I'm happy to try to answer any questions anyone might have, or to
run some quick experiments, if anyone is curious.
MicroOS as GNOME Desktop
========================
Installation
------------
Just grab it from:
https://en.opensuse.org/Kubic:Installation#Download
https://download.opensuse.org/tumbleweed/iso/openSUSE-MicroOS-DVD-x86_64-Cu…
And install it. Choose the ALPHA stage Desktop flavor.
I created a user, at the end of the install process. The username is 'test'.
Some Preliminary Configuration
------------------------------
Right after login:
# rm -Rf /var/cache/app-info
# transactional-update shell
# rpm -e --nodeps libzypp-plugin-appdata
# zypper al libzypp-plugin-appdata
# exit
# reboot
Right after reboot:
$ gsettings set org.gnome.software install-bundles-system-wide false
$ gsettings set org.gnome.software allow-updates false
$ gsettings set org.gnome.software download-updates false
$ gsettings set org.gnome.software enable-repos-dialog false
$ gsettings set org.gnome.software first-run true
$ flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And reboot again.
Some More (Personal) Tweaks
---------------------------
Password-less sudo for my user (test, in these examples):
# usermod -a -G wheel test
# echo "%wheel ALL = (root) NOPASSWD:ALL" > /etc/sudoers.d/wheel
It works.
About System Packages
=====================
Complete List of Packages I Added
---------------------------------
For these experiments. With transactional-update, of course.
https://kubic.opensuse.org/documentation/man-pages/transactional-update.8.h…
Here's the list:
* bash-completion
* vim
* wget
* gnome-online-account
* gnome-control-center-goa
* gnome-shell-calendar
* gnome-disk-utility
* gnome-bluetooth
* chrome-gnome-shell
* unzip
* system-config-printer
* cups-client
* cups-filters
* OpenPrintingPPDs
* OpenPrintingPPDs-hpijs
* OpenPrintingPPDs-ghostscript
* manufacturer-PPDs
* gcr-ssh-askpass
* nfs-client
* autofs
(See following paragraph for specific reasons.)
And Some More Packages
----------------------
== Google chrome
No flatpak, AFAIK.
Installing on the base system... Rather not, but then what about <<I want this, and it only works on Chrome>>, etc ?
Done, by adding the repo, importing the key and doing zypper in google-chrome-unstable inside a transactional-update shell.
At least dependencies are not terrible.
== NVIDIA Drivers
I added the NVIDIA repo for Tumbleweed and installed the RPMs in the system.
Brings in gcc, make and a lot of other stuff that I rather avoid having in the base system.
Well, "Thanks, NVIDIA"... I guess! :-( :-(
About Flatpaks
==============
Can be installed via GNOME Software or via cli:
$ flatpak install flathub org.openshot.OpenShot
Installed per-user, i.e., stuff go in:
$ test@Wayrath:~> ls $HOME/.var/app
$ com.github.tchx84.Flatseal io.github.arunsivaramanneo.GPUViewer org.gnome.Boxes org.gnome.Calendar org.gnome.Contacts org.gnome.Evolution org.gnome.seahorse.Application
$ test@Wayrath:~> ls .local/share/flatpak/app
com.valvesoftware.Steam org.gnome.Boxes org.gnome.Contacts org.gnome.seahorse.Application org.videolan.VLC
com.github.tchx84.Flatseal io.github.arunsivaramanneo.GPUViewer org.gnome.Calendar org.gnome.Evolution org.telegram.desktop
And nothing goes in /var/lib/flatpak :
$ ls /var/lib/flatpak/ -l
total 0
drwxr-xr-x 1 root root 70 apr 17 18:05 repo
Apps Properties
Capabilities and permissions of flatpak installed apps. Might need tweaking for some of them to work well (see later).
Tweaking of permissions, capabilities, etc, happens via:
* GNOME Settings, 'Applications' tab
* Flatseal, installable via flatpak. May be very useful, for getting some apps to work well
Firefox
-------
You will find it there, installed on the base system, with RPMs. Why?!?
it's handy to have a browser ready :-)
the flatpak only exists since very recently
In fact, FWIW, Fedora Silverblue does the same for now.
Removing it removes the patterns-microos-desktop-gnome. Oh, well...
Installing it from flathub works... But be aware that installing GNOME Shell extensions from it, will not work (see below).
Syncthing
---------
Just one thing I use for keeping my data in sync between workstation, laptop, file-server.
Works just fine ("Synchthing GTK" is the flatpak).
Seahorse
--------
A.k.a. GNOME Passwords & Keys. It seems to work.
Installed the flatpak (of course), copied my SSH and GPG key(ring)s, all good.
I needed to install packages to have the SSH agent and GNOME keyring interact nicely (see below).
SSH Keys & Agent
----------------
SSH keys seemed fine, and `ssh-add -l` worked (listed all my keys) since the beginning
But SSH to somewhere configured in .ssh/config does not work with "signing failed: agent refused operation", and with this in the logs:
apr 21 17:23:00 Wayrath gnome-keyring-daemon[1993]: the /usr/bin/ssh-add command failed: Child process exited with code 1
apr 21 17:23:00 Wayrath gnome-keyring-daemon[1993]: ssh_askpass: exec(/usr/lib/gcr-ssh-askpass): No such file or directory
After installing gcr-ssh-askpass, it now works!
Evolution (with GPG)
--------------------
Works. For instance, if setting up a GMAIL account entirely inside it (i.e., without relying on GNOME Online Accounts), all is fine, including contacts and calendars.
With gnome-online-account and gnome-control-center-goa installed, setting up an account in GNOME Online Accounts also works (i.e., you see it in Evolution).
I could sign and encrypt email with GPG just fine.
Calendar and Contacts
---------------------
They work, but (at least for me) only:
* after installing gnome-shell-calendar, which has evolution-data-server as a dependency, and might have done the trick
* after I did some tweaking, related to DBus, in Flatseal
Steam
-----
Installed, downloaded a game and played. Works fine. :-D
NVIDIA Drivers
--------------
I didn't install this runtime explicitly, but I guess some other flatpak did, as a dependency:
$ test@Wayrath:~> flatpak list|grep nvidia
nvidia-440-82 org.freedesktop.Platform.GL.nvidia-440-82 1.4 user
nvidia-440-82 org.freedesktop.Platform.GL32.nvidia-440-82 1.4 user
Which is actually the one matching the RPMs I have:
$ test@Wayrath:~> rpm -qa|grep nvidia.*G05
nvidia-gfxG05-kmp-default-440.82_k5.6.2_1-25.4.x86_64
nvidia-computeG05-440.82-25.1.x86_64
x11-video-nvidiaG05-440.82-25.1.x86_64
Cool! :-D
autofs
------
Worked for me.
Other Features & Configurations
===============================
Printing
--------
After installing CUPS, system-config-printers and the PPDs packages:
* my network printer were auto-detected
* drivers were found and installed automatically
* test pages can be printed
Not fully functional via GNOME Control Center's Printers tab.
But works perfectly with system-config-printer.
(I kind of used the big hammer with PPD packages, I know. Could have been more fine grained, but I was in hurry.)
GNOME Startup Applications
--------------------------
Works. You can start both system programs and flatpaks, of course.
GNOME Online Accounts
---------------------
For having everything, including contacts and calendar apps and also seeing the events in the GNOME Shell calendar "applet", I needed to:
* install the packages I already mentioned: gnome-online-accounts, gnome-control-center-goa, gnome-shell-calendar. They come with some dependencies (e.g., evolution-data-server stuff)
* grant to the Contacts and Calendar apps some more permissions --about DBus-- via Flatseal (which makes sense, I guess)
* restart the session (or reboot)
Video Codecs
------------
Codec test Web page, http://demo.nimius.net/video_test/ :
* worked ok on "system Firefox"
* worked ok on "system Chrome"
* worked ok on "flatpak Firefox"
This is in all cases, except MPEG4. But that does not work on my Tumbleweed with all codecs from Packman, etc
My home Plex server:
* in Firefox (both system and flatpak), asked me to enable DRM. After that, the videos I tried worked fine
* in Chorme, the videos I tried worked fine
I tried a few video files I have on my local filesystem and all of them worked. Well, not all of them were playable with Totem, but they were with VLC.
GNOME Shell Extensions
----------------------
Situation varies:
* "system Firefox": as soon as chrome-gnome-shell is installed, all good
* "system Chrome": as soon as chrome-gnome-shell is installed, all good
* flatpak Firefox: they don't work, as "connector is not detected". Tried playing with flatpak permissions and settings but could not make it function.
* via GNOME Software: they can be installed and (some of them) work. But not all the ones I use are available there (e.g., Topiconsfix)
Best solution for me is using the "system" browser, i.e., the browser installed on the system with transactional-update, either Chrome or Firefox.
Hiccups
=======
Too Many Passowrds
------------------
I checked "Make this user the administrator" during install.
I have configured passwordless sudo (via group wheel).
Still asked for password a lot of times, e.g.:
* at login ("refreshing system software database")
* at reboot / shutdown ("authentication is required to reboot the system")
Seeing this in logs:
apr 21 14:44:04 Wayrath polkit-agent-helper-1[2194]: gkr-pam: unable to locate daemon control file
apr 21 14:49:27 Wayrath polkit-agent-helper-1[4831]: gkr-pam: unable to locate daemon control file
Disk Partitioning
-----------------
I went pretty much with default partitioning.
Two installs:
* 40 GB, 15G root, 25G var
- 1,4G free on root, 25G free on var !!!
* 60 GB, 37G root, 24G var
- 15G free on root, 22G free on var
So, beware of provisioning enouch space for /home, as a lot of stuff goes there.
Quick Comparison: Fedora Silverblue
===================================
System Packages
---------------
Counted around 1200 rpms, installed out of the box. In my MicroOS (with the ones I added), I have 1100... but of course this does not mean much.
Some examples:
* NetworkManager-openvpn is (actually 18 NetworkManager-foobar packages are!) there out of the box
* SAMBA is there (I haven't tested it on MicroOS, but I guess it wouldn't work)
* CUPS and some PPDs packages installed by default
* bluez and gnome-bluetooth are there out of the box
* httpd-2.4.43-1.fc31.x86_64 and httpd-tools-2.4.43-1.fc31.x86_64 are there out of the box. Seriously, they are! :-O
* ...
Issues I had to workaround:
* gnome-online-accounts is there already, apps work (needs one reboot or two)
* ssh-agent and also SSH askpass works out of the box (they have gcr-base-3.34.0-1.fc31.x86_64 and gcr-3.34.0-1.fc31.x86_64)
* evolution-data-server is there out of the box
* chrome-gnome-shell is there by default
Flatpaks
--------
They, by default, use their own:
$ flatpak remotes
Name Options
fedora system,oci
E.g., you can't install Evolution.
One can add flathub, of course:
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
NB. Asks for root/sudo password
Some flatpaks go in $HOME/.var and $HOME/.local/share/... :
$ ls .var/app/ -l
total 8
drwxr-xr-x. 5 Test Test 4096 18 apr 11.10 org.gnome.Contacts
drwxr-xr-x. 5 Test Test 4096 18 apr 11.07 org.gnome.Geary
Some others go in /var/lib/flatpack/app :
$ ls /var/lib/flatpak/app -l
total 40
drwxr-xr-x. 3 root root 4096 18 apr 11.59 org.geany.Geany
drwxr-xr-x. 3 root root 4096 18 apr 10.50 org.gnome.Calendar
drwxr-xr-x. 3 root root 4096 18 apr 10.50 org.gnome.Contacts
drwxr-xr-x. 3 root root 4096 18 apr 10.51 org.gnome.Epiphany
drwxr-xr-x. 3 root root 4096 18 apr 10.50 org.gnome.Evince
drwxr-xr-x. 3 root root 4096 18 apr 10.50 org.gnome.Geary
drwxr-xr-x. 3 root root 4096 18 apr 02.53 org.gnome.gedit
drwxr-xr-x. 3 root root 4096 18 apr 11.59 org.gnome.gitg
drwxr-xr-x. 3 root root 4096 18 apr 12.25 org.gnome.Screenshot
drwxr-xr-x. 3 root root 4096 18 apr 18.38 org.gnome.Weather
I don't get the idea... I.e., I wouldn't know how to tell --let alone how to decide-- what goes where, etc (but I know very few about flatpak).
I installed Evolution from flathub. It went in /var/lib/flatpack.
System RPMs Update
------------------
Seems possible to update the system via GNOME Software:
* $ rpm -qa|grep vim-minimal
vim-minimal-8.2.525-1.fc31.x86_64
* GNOME Software warns me that there are updates
* I click on "Restart & Update"
* $ rpm -qa|grep vim-minimal
vim-minimal-8.2.587-1.fc31.x86_64
I don't think we can do that (yet).
Disk Partitioning
-----------------
64G disk:
1.1G boot
38G /dev/fedora/root
19G /dev/fedora/home
6.4G swap
Not showing utilization, as I only installed a couple of packages, so it won't be comparable.
--
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)
5
7
24 Apr '20
Hi all,
I've been working on changing our kubernetes package to be 'truely
multi-versioned', so not only will we have two versions of kubelet
packaged, but the whole control plane.
This is so we can offer the containers of both control plane versions,
so we'll be able to do more realistic upgrade testing without worrying
that the old control plane containers get tidied up when they're
obsoleted.
This is looking good, but has lead to an interesting side effect. In
theory Kubic will now be able to support not only the latest kubernetes
version, but all upstream supported versions.
At time of writing this would mean packaging not only 1.18.x and 1.17.x
but also 1.16.x and 1.15.x.
Given there are some conservative kubernetes users out there, I can see
some finding that appealing.
But I don't want to package 4 versions of kubernetes all by myself.
Does anyone like this idea of extending our kubernetes packaging to all
currently supported upstream versions? If so, are you willing to help
keep those packages updated and tested? it shouldn't be too hard for a
beginner packager once we get it started :)
Regards,
--
Richard Brown
Linux Distribution Engineer - Future Technology Team
Phone +4991174053-361
SUSE Software Solutions Germany GmbH, Maxfeldstr. 5, D-90409
Nuernberg
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
3
4
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:
appstream-glib (0.7.16 -> 0.7.17)
grub2
libmnl
libnma
patterns-gnome (20180321 -> 20200416)
sudo (1.8.31p1 -> 1.9.0rc2)
suse-module-tools (15.2.10 -> 15.3.2)
tracker
wavpack (5.1.0+71.22977b2 -> 5.3.0)
=== Details ===
==== appstream-glib ====
Version update (0.7.16 -> 0.7.17)
Subpackages: libappstream-glib8
- Add as-glib-PR359.patch: Fix crash with invalid children of <ul>.
- Update to version 0.7.17:
* Support versioning on clang/macOS
* Use ".so" suffix for the plugins on macOS
* Use internal uuid library in macOS
* docs: Fix examples of AsNodeToXmlFlags using an invalid flag.
* Bump minimum glib2 dependency.
* Update Galician translations
* as-app: properly initialize unique_id_mutex
* Use _fullpath() instead of GetFullPathNameA().
* Fix Win32 headers.
* Support ${id}/${locale}.qm in addition to ${id}_${locale}.qm
* as-app: add "icon-theme" as recognised component type
* as-content-rating: Make default values match OARS semantics
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-x86_64-efi
- Fix executable stack in grub-probe and other grub utility (bsc#1169137)
* grub2-btrfs-06-subvol-mount.patch
==== libmnl ====
- package the license text
==== libnma ====
Subpackages: libnma0 typelib-1_0-NMA-1_0
- Add libnma-fix-segment-fault.patch: nma-ws: properly dispose
wireless security objects(bsc#1168347 glgo#GNOME/libnma#7).
==== patterns-gnome ====
Version update (20180321 -> 20200416)
Subpackages: patterns-gnome-gnome_basic patterns-gnome-gnome_basis
- add gnome-packagekit recommends to gnome_basic pattern for SLE
and Leap (bsc#1164858 and bsc#1081584)
==== sudo ====
Version update (1.8.31p1 -> 1.9.0rc2)
- build with enable-python to support python plugins
- Update to 1.9.0rc2
* Fixed a test failure in the strsig_test regress test on FreeBSD.
* Sudo now includes a logging daemon, sudo_logsrvd, which can be
used to implement centralized logging of I/O logs. TLS connections
are supported when sudo is configured with the --enable-openssl
option. For more information, see the sudo_logsrvd, logsrvd.conf
and sudo_logsrv.proto manuals as well as the log_servers setting
in the sudoers manual.
The --disable-log-server and --disable-log-client configure
options can be used to disable building the I/O log server and/or
remote I/O log support in the sudoers plugin.
* The new sudo_sendlog utility can be used to test sudo_logsrvd
or send existing sudo I/O logs to a centralized server.
* It is now possible to write sudo plugins in Python 3 when sudo
is configured with the --enable-python> option. See the
sudo_plugin_python.man.html manual for details.
Sudo 1.9.0 comes with several Python example plugins that get
installed sudo's examples directory.
The sudo blog article "What's new in sudo 1.9: Python"
(https://blog.sudo.ws/posts/2020/01/whats-new-in-sudo-1.9-python/)
includes a simple tutorial on writing python plugins.
* Sudo now supports an "audit" plugin type. An audit plugin
receives accept, reject, exit and error messages and can be used
to implement custom logging that is independent of the underlying
security policy. Multiple audit plugins may be specified in
the sudo.conf file. A sample audit plugin is included that
writes logs in JSON format.
* Sudo now supports an "approval" plugin type. An approval plugin
is run only after the main security policy (such as sudoers) accepts
a command to be run. The approval policy may perform additional
checks, potentially interacting with the user. Multiple approval
plugins may be specified in the sudo.conf file. Only if all
approval plugins succeed will the command be allowed.
* Sudo's -S command line option now causes the sudo conversation
function to write to the standard output or standard error instead
of the terminal device.
* It is now possible to use "Cmd_Alias" instead of "Cmnd_Alias" for
people who find the former more natural.
* The new "pam_ruser" and "pam_rhost" sudoers settings can be used
to enable or disable setting the PAM remote user and/or host
values during PAM session setup.
* More than one SHA-2 digest may now be specified for a single
command. Multiple digests must be separated by a comma.
* It is now possible to specify a SHA-2 digest in conjunction with
the "ALL" reserved word in a command specification. This allows
one to give permission to run any command that matches the
specified digest, regardless of its path.
* Sudo and sudo_logsrvd now create an extended I/O log info file
in JSON format that contains additional information about the
command that was run, such as the host name. The sudoreplay
utility uses this file in preference to the legacy log file.
* The sudoreplay utility can now match on a host name in list mode.
The list output also now includes the host name if one is present
in the log file.
* For "sudo -i", if the target user's home directory does not
exist, sudo will now warn about the problem but run the command
in the current working directory. Previously, this was a fatal
error. Debian bug #598519.
* The command line arguments in the SUDO_COMMAND environment
variable are now truncated at 4096 characters. This avoids an
"Argument list too long" error when executing a command with a
large number of arguments. Debian bug #596631.
* Sudo now properly ends the PAM transaction when the user
authenticates successfully but sudoers denies the command.
Debian bug #669687.
* The sudoers grammar in the manual now indicates that "sudoedit"
requires one or more arguments. Debian bug #571621.
- Pack /usr/sbin/{sudo_logsrvd,sudo_sendlog} binaries and their
manpages
- Pack /usr/lib/sudo/sudo/{audit_json.so,sample_approval.so} plugins
- Pack /etc/sudo.conf and /etc/sudo_logsrvd.conf configuration files
- Run spec-cleaner
==== suse-module-tools ====
Version update (15.2.10 -> 15.3.2)
- Update to version 15.3.2:
* modprobe.conf.common: eliminate circular uas/usb-storage dependency
(bsc#1168661)
==== tracker ====
Subpackages: libtracker-common-2_0 libtracker-control-2_0-0 libtracker-miner-2_0-0 libtracker-sparql-2_0-0
- Add tracker-Use-correct-signature.patch: tracker-store: Use
correct signature for DBusSignalCallback.
==== wavpack ====
Version update (5.1.0+71.22977b2 -> 5.3.0)
- Update to version 5.3.0
* Plenty of changes
* Drop _service and switch to regular release
--
To unsubscribe, e-mail: opensuse-kubic+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-kubic+owner(a)opensuse.org
1
0