openSUSE Factory search results for query "reproducible-builds"
factory@lists.opensuse.org- 21310 messages
New Tumbleweed snapshot 20211104 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
busybox (1.33.1 -> 1.34.1)
clamav (0.103.3 -> 0.103.4)
deltarpm (3.6.2 -> 3.6.3)
kdeconnect-kde
libfido2 (1.8.0 -> 1.9.0)
libqt5-qtwebengine (5.15.6 -> 5.15.7)
man-pages-zh_CN (1.5.2.1 -> 1.6.3.6)
nfs-utils
nodejs16
pam_mount
perl-File-Find-Object (0.3.5 -> 0.3.6)
pitivi
python-Pillow (8.3.2 -> 8.4.0)
python-boto3 (1.18.33 -> 1.19.6)
python-botocore (1.21.33 -> 1.22.6)
python-pyOpenSSL (20.0.1 -> 21.0.0)
python-urllib3 (1.26.6 -> 1.26.7)
rav1e (0.4.1 -> 0.5.0)
rpm
syntax-highlighting
yast2-trans (84.87.20211022.37a68b8306 -> 84.87.20211030.c198d302b1)
=== Details ===
==== busybox ====
Version update (1.33.1 -> 1.34.1)
Subpackages: busybox-static
- Disable crc32 to avoid conflict with perl-Archive-Zip
(until some project really requires crc32)
- Build busybox-warewulf3 for i586 as well. This allowes to set up
i586 nodes.
- Enable fdisk (jsc#CAR-16)
- Add testsuite-gnu-echo.patch: testing.sh to use GNU echo
- Remove the duplicated config entries and construct the snippets
on the fly based on the main config. This way it's easier to
keep track of what's different
- Update to 1.34.1:
* build system: use SOURCE_DATE_EPOCH for timestamp if available
* many bug fixes and new features
* touch: make FEATURE_TOUCH_NODEREF unconditional
==== clamav ====
Version update (0.103.3 -> 0.103.4)
Subpackages: libclamav9 libfreshclam2
- Update to 0.103.4
* FreshClam:
- Add a 24-hour cool-down for FreshClam clients that have received
an HTTP 403 (Forbidden) response from the CDN. This is to reduce
the volume of 403-response data served to blocked FreshClam
clients that are configured with a tight update-loop.
- Fixed a bug where FreshClam treats an empty CDIFF as an
incremental update failure instead of as an intentional request
to download the whole CVD.
* ClamDScan: Fix a scan error when broken symlinks are encountered on
macOS with "FollowDirectorySymlinks" and "FollowFileSymlinks"
options disabled.
* Overhauled the scan recursion / nested archive extraction logic and
added new limits on embedded file-type recognition performed during
the "raw" scan of each file. This limits embedded file-type
misidentification and prevents detecting embedded file content that
is found/extracted and scanned at other layers in the scanning
process.
* Fix an issue with the FMap module that failed to read from some
nested files.
* Fixed an issue where failing to load some rules from a Yara file
containing multiple rules may cause a crash.
* Fixed assorted compiler warnings.
* Fixed assorted Coverity static code analysis issues.
* Scan limits:
- Added virus-name suffixes to the alerts that trigger when a scan
limit has been exceeded. Rather than simply
Heuristics.Limits.Exceeded, you may now see limit-specific
virus-names, to include:
+ Heuristics.Limits.Exceeded.MaxFileSize
+ Heuristics.Limits.Exceeded.MaxScanSize
+ Heuristics.Limits.Exceeded.MaxFiles
+ Heuristics.Limits.Exceeded.MaxRecursion
+ Heuristics.Limits.Exceeded.MaxScanTime
- Renamed the Heuristics.Email.ExceedsMax.* alerts to align with
the other limit alerts names. These alerts include:
+ Heuristics.Limits.Exceeded.EmailLineFoldcnt
+ Heuristics.Limits.Exceeded.EmailHeaderBytes
+ Heuristics.Limits.Exceeded.EmailHeaders
+ Heuristics.Limits.Exceeded.EmailMIMEPartsPerMessage
+ Heuristics.Limits.Exceeded.EmailMIMEArguments
- Fixed an issue where the Email-related scan limits would alert
even when the "AlertExceedsMax" (--alert-exceeds-max) scan option
is not enabled.
- Fixes an issue in the Zip parser where exceeding the "MaxFiles"
limit or the "MaxFileSize" limit would abort the scan but would
fail to alert. The Zip scan limit issues were independently
identified and reported by Aaron Leliaert and Max Allan.
* Fixed a leak in the Email parser when using the --gen-json scan
option.
* Fixed an issue where a failure to record metadata in the Email
parser when using the --gen-json scan option could cause the Email
parser to abort the scan early and fail to extract and scan
additional content.
* Fixed a file name memory leak in the Zip parser.
* Fixed an issue where certain signature patterns may cause a crash or
cause unintended matches on some systems when converting characters
to uppercase if a UTF-8 unicode single-byte grapheme becomes a
multi-byte grapheme. Patch courtesy of Andrea De Pasquale.
==== deltarpm ====
Version update (3.6.2 -> 3.6.3)
- update to deltarpm-3.6.3
* support for threaded zstd compression
==== kdeconnect-kde ====
Subpackages: kdeconnect-kde-lang kdeconnect-kde-zsh-completion
- Make sshfs depencency versioned for kdeconnect-openssh-8.8.patch
- Add patch to add back option removed by kdeconnect-openssh-8.8.patch:
* kdeconnect-add-back-ssh-dss.patch
- Add kdeconnect-openssh-8.8.patch (boo#1191886),
(kde#351725) and (kde#443155)
See also https://bugs.archlinux.org/task/72350
==== libfido2 ====
Version update (1.8.0 -> 1.9.0)
- Version 1.9.0 (2021-10-27)
* Enabled NFC support on Linux.
* Added OpenSSL 3.0 compatibility.
* Removed OpenSSL 1.0 compatibility.
* Support for FIDO 2.1 "minPinLength" extension.
* Support for COSE_EDDSA, COSE_ES256, and COSE_RS1 attestation.
* Support for TPM 2.0 attestation.
* Support for device timeouts; see fido_dev_set_timeout().
* New API calls:
- es256_pk_from_EVP_PKEY;
- fido_cred_attstmt_len;
- fido_cred_attstmt_ptr;
- fido_cred_pin_minlen;
- fido_cred_set_attstmt;
- fido_cred_set_pin_minlen;
- fido_dev_set_pin_minlen_rpid;
- fido_dev_set_timeout;
- rs256_pk_from_EVP_PKEY.
* Reliability and portability fixes.
* Better handling of HID devices without identification strings; gh#381.
* Fixed detection of Windows?s native webauthn API; gh#382.
==== libqt5-qtwebengine ====
Version update (5.15.6 -> 5.15.7)
- Update to version 5.15.7:
* Update Chromium:
[Backport] Linux sandbox: update syscalls numbers on 32-bit platforms
[Backport] sandbox: linux: allow clock_nanosleep & gettime64
[Backport] Linux sandbox: update syscall numbers for all platforms.
[Backport] Ease HarfBuzz API change with feature detection
[Backport] Security bug 1248665
[Backport] CVE-2021-37975 : Use after free in V8
[Backport] CVE-2021-37980 : Inappropriate implementation in Sandbox
[Backport] CVE-2021-37979 : Heap buffer overflow in WebRTC (2/2)
[Backport] CVE-2021-37979 : Heap buffer overflow in WebRTC (1/2)
[Backport] CVE-2021-37978 : Heap buffer overflow in Blink
[Backport] CVE-2021-30616: Use after free in Media.
[Backport] CVE-2021-37962 : Use after free in Performance Manager (2/2)
[Backport] CVE-2021-37962 : Use after free in Performance Manager (1/2)
[Backport] CVE-2021-37973 : Use after free in Portals
[Backport] CVE-2021-37971 : Incorrect security UI in Web Browser UI.
[Backport] CVE-2021-37968 : Inappropriate implementation in Background Fetch API
[Backport] CVE-2021-37967 : Inappropriate implementation in Background Fetch API
[Backport] Linux sandbox: return ENOSYS for clone3
[Backport] Linux sandbox: fix fstatat() crash
[Backport] Reland "Reland "Linux sandbox syscall broker: use struct kernel_stat""
[Backport] Security bug 1238178 (2/2)
[Backport] Security bug 1238178 (1/2)
[Backport] CVE-2021-30633: Use after free in Indexed DB API (2/2)
[Backport] CVE-2021-30633: Use after free in Indexed DB API (1/2)
[Backport] CVE-2021-30630: Inappropriate implementation in Blink
[Backport] CVE-2021-30629: Use after free in Permissions
[Backport] CVE-2021-30628: Stack buffer overflow in ANGLE
[Backport] CVE-2021-30627: Type Confusion in Blink layout
[Backport] CVE-2021-30626: Out of bounds memory access in ANGLE
[Backport] CVE-2021-30625: Use after free in Selection API
[Backport] Security bug 1206289
[Backport] CVE-2021-30613: Use after free in Base internals
[Backport] Security bug 1227228
[Backport] CVE-2021-30618: Inappropriate implementation in DevTools
* Update patch level
* Blacklist certificate test until certicates have been renewed
* Block CORS from local URLs when remote access is not enabled
* Do not wait on weak_pointer for termination errors
* Support MSVC_VER 16.8
* Fix wrong save file filter for Markdown Editor example
* Add Chromium version source documentation
* Bump version from 5.15.6 to 5.15.7
* Fix crash when clicking on a link in PDF
- Drop openSUSE patches:
* fix1163766.patch. Should be addressed with:
https://github.com/qt/qtwebengine-chromium/commit/652f834de
https://github.com/qt/qtwebengine-chromium/commit/faae106ed
https://github.com/qt/qtwebengine-chromium/commit/6b7b3f1bf
* chromium-glibc-2.33.patch. Should be addressed with the
[Backport] Linux sandbox: fix fstatat() crash and
Reland "Reland "Linux sandbox syscall broker: use struct kernel_stat""
changes.
* chromium-older-harfbuzz.patch
- Drop upstream changes:
* 0001-return-ENOSYS-for-clone3.patch
* chromium-harfbuzz-3.0.0.patch
* skia-harfbuzz-3.0.0.patch
- Rebase patches:
* sandbox-statx-futex_time64.patch
==== man-pages-zh_CN ====
Version update (1.5.2.1 -> 1.6.3.6)
- Update to version 1.6.3.6
* Update translations for ulimit(3) from manpages-dev 5.10
* Update unicode_stop(1) and unicode_start(1) from kbd 2.3.0
* Add translation for epoll(7)
* Add coreutils 8.32 translation: od(1) and pr(1).
* Replace old fileutils ln(1) with coreutils ln(1).
* Replace old bsdutils kill(1) with coreutils kill(1).
* Some other minor improvements
- Fix URL and SourceUrl
- update version 1.6.3.4
* switch upstream to https://github.com/manpages-zh
which has latest coreutils translations
==== nfs-utils ====
Subpackages: libnfsidmap1 nfs-client nfs-kernel-server
- Add CONFIG parameter to %sysusers_generate_pre
- Remove unneeded group line (user implies group)
- Add Shell parameter to statd-user.conf
==== nodejs16 ====
Subpackages: npm16
- Add 40670.patch: test: fix test-datetime-change-notify after
daylight change.
- test-skip-y2038-on-32bit-time_t.patch: Add patch to skip the test
'test/parallel/test-fs-utimes-y2K38.js' which fails with a FP
on platforms with 32-bit time_t.
- nodejs16.spec: Reference it.
==== pam_mount ====
Subpackages: libcryptmount0 libcryptmount0-32bit pam_mount-32bit
- Make symlinks between /sbin and /usr/sbin conditional as they
are not applicable under UsrMerge.
[pam_mount.spec]
==== perl-File-Find-Object ====
Version update (0.3.5 -> 0.3.6)
- updated to 0.3.6
see /usr/share/doc/packages/perl-File-Find-Object/Changes
0.3.6 2021-08-26
- Extract https://metacpan.org/pod/File::TreeCreate .
==== pitivi ====
Subpackages: pitivi-lang
- Replace enable-docs=true option with new disable-help=false
option passed to meson.
==== python-Pillow ====
Version update (8.3.2 -> 8.4.0)
- update to 8.4.0:
- Prefer global transparency in GIF when replacing with background color #5756
- Added "exif" keyword argument to TIFF saving #5575
- Copy Python palette to new image in quantize() #5696
- Read ICO AND mask from end #5667
- Actually check the framesize in FliDecode.c #5659
- Determine JPEG2000 mode purely from ihdr header box #5654
- Fixed using info dictionary when writing multiple APNG frames #5611
- Allow saving 1 and L mode TIFF with PhotometricInterpretation 0 #5655
- For GIF save_all with palette, do not include palette with each frame #5603
- Keep transparency when converting from P to LA or PA #5606
- Copy palette to new image in transform() #5647
- Added "transparency" argument to EpsImagePlugin load() #5620
- Corrected pathlib.Path detection when saving #5633
- Added WalImageFile class #5618
- Consider I;16 pixel size when drawing text #5598
- If default conversion from P is RGB with transparency, convert to RGBA #5594
- Speed up rotating square images by 90 or 270 degrees #5646
- Add support for reading DPI information from JPEG2000 images
- Catch TypeError from corrupted DPI value in EXIF #5639
- Do not close file pointer when saving SGI images #5645
- Deprecate ImagePalette size parameter #5641
- Prefer command line tools SDK on macOS #5624
==== python-boto3 ====
Version update (1.18.33 -> 1.19.6)
- Update to version 1.19.6
* api-change:``gamelift``: [``botocore``] Added support for Arm-based AWS
Graviton2 instances, such as M6g, C6g, and R6g.
* api-change:``ecs``: [``botocore``] Amazon ECS now supports running Fargate
tasks on Windows Operating Systems Families which includes Windows Server
2019 Core and Windows Server 2019 Full.
* api-change:``sagemaker``: [``botocore``] This release adds support for
RStudio on SageMaker.
* api-change:``connectparticipant``: [``botocore``] This release adds a new
boolean attribute - Connect Participant - to the CreateParticipantConnection
API, which can be used to mark the participant as connected.
* api-change:``ec2``: [``botocore``] Added new read-only DenyAllIGWTraffic
network interface attribute. Added support for DL1 24xlarge instances
powered by Habana Gaudi Accelerators for deep learning model training
workloads
* api-change:``ssm-incidents``: [``botocore``] Updating documentation, adding
new field to ConflictException to indicate earliest retry timestamp for some
operations, increase maximum length of nextToken fields
- from version 1.19.5
* api-change:``autoscaling``: [``botocore``] This release adds support for
attribute-based instance type selection, a new EC2 Auto Scaling feature
that lets customers express their instance requirements as a set of attributes,
such as vCPU, memory, and storage.
* api-change:``ec2``: [``botocore``] This release adds: attribute-based instance
type selection for EC2 Fleet, Spot Fleet, a feature that lets customers express
instance requirements as attributes like vCPU, memory, and storage; and Spot
placement score, a feature that helps customers identify an optimal location
to run Spot workloads.
* enhancement:Session: Added `get_partition_for_region` to lookup partition for
a given region_name
* api-change:``eks``: [``botocore``] EKS managed node groups now support
BOTTLEROCKET_x86_64 and BOTTLEROCKET_ARM_64 AMI types.
* api-change:``sagemaker``: [``botocore``] This release allows customers to
describe one or more versioned model packages through BatchDescribeModelPackage,
update project via UpdateProject, modify and read customer metadata properties
using Create, Update and Describe ModelPackage and enables cross account
registration of model packages.
* enhancement:Session: [``botocore``] Added `get_partition_for_region` allowing
partition lookup by region name.
* api-change:``textract``: [``botocore``] This release adds support for asynchronously
analyzing invoice and receipt documents through two new APIs: StartExpenseAnalysis
and GetExpenseAnalysis
* enchancement:``s3``: TransferConfig now supports the `max_bandwidth` argument.
- from version 1.19.4
* api-change:``emr-containers``: [``botocore``] This feature enables auto-generation
of certificate to secure the managed-endpoint and removes the need for customer
provided certificate-arn during managed-endpoint setup.
* api-change:``chime-sdk-messaging``: [``botocore``] The Amazon Chime SDK now supports
push notifications through Amazon Pinpoint
* api-change:``chime-sdk-identity``: [``botocore``] The Amazon Chime SDK now supports
push notifications through Amazon Pinpoint
- from version 1.19.3
* api-change:``rds``: [``botocore``] This release adds support for Amazon RDS Custom,
which is a new RDS management type that gives you full access to your database and
operating system.
For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
* api-change:``auditmanager``: [``botocore``] This release introduces a new feature for
Audit Manager: Custom framework sharing. You can now share your custom frameworks with
another AWS account, or replicate them into another AWS Region under your own account.
* api-change:``ec2``: [``botocore``] This release adds support to create a VPN Connection
that is not attached to a Gateway at the time of creation. Use this to create VPNs
associated with Core Networks, or modify your VPN and attach a gateway using the modify
API after creation.
* api-change:``route53resolver``: [``botocore``] New API for ResolverConfig, which allows
autodefined rules for reverse DNS resolution to be disabled for a VPC
- from version 1.19.2
* api-change:``quicksight``: [``botocore``] Added QSearchBar option for
GenerateEmbedUrlForRegisteredUser ExperienceConfiguration to support
Q search bar embedding
* api-change:``auditmanager``: [``botocore``] This release introduces character restrictions
for ControlSet names. We updated regex patterns for the following attributes: ControlSet,
CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
* api-change:``chime``: [``botocore``] Chime VoiceConnector and VoiceConnectorGroup
APIs will now return an ARN.
- from version 1.19.1
* api-change:``connect``: [``botocore``] Released Amazon Connect hours of operation API
for general availability (GA). This API also supports AWS CloudFormation. For more
information, see Amazon Connect Resource Type Reference in the AWS CloudFormation
User Guide.
- from version 1.19.0
* api-change:``appflow``: [``botocore``] Feature to add support for JSON-L format
for S3 as a source.
* api-change:``mediapackage-vod``: [``botocore``] MediaPackage passes through digital
video broadcasting (DVB) subtitles into the output.
* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert SDK has added
support for specifying caption time delta in milliseconds and the ability to apply
color range legalization to source content other than AVC video.
* api-change:``mediapackage``: [``botocore``] When enabled, MediaPackage passes through
digital video broadcasting (DVB) subtitles into the output.
* api-change:``panorama``: [``botocore``] General availability for AWS Panorama. AWS
SDK for Panorama includes APIs to manage your devices and nodes, and deploy computer
vision applications to the edge. For more information, see the AWS Panorama
documentation at http://docs.aws.amazon.com/panorama
* feature:Serialization: [``botocore``] rest-json serialization defaults
aligned across AWS SDKs
* api-change:``directconnect``: [``botocore``] This release adds 4 new APIS,
which needs to be public able
* api-change:``securityhub``: [``botocore``] Added support for cross-Region finding
aggregation, which replicates findings from linked Regions to a single aggregation
Region. Added operations to view, enable, update, and delete the finding aggregation.
- from version 1.18.65
* api-change:``dataexchange``: [``botocore``] This release adds support for our public
preview of AWS Data Exchange for Amazon Redshift. This enables data providers to list
products including AWS Data Exchange datashares for Amazon Redshift, giving subscribers
read-only access to provider data in Amazon Redshift.
* api-change:``chime-sdk-messaging``: [``botocore``] The Amazon Chime SDK now allows
developers to execute business logic on in-flight messages before they are delivered
to members of a messaging channel with channel flows.
- from version 1.18.64
* api-change:``quicksight``: [``botocore``] AWS QuickSight Service Features - Add IP
Restriction UI and public APIs support.
* enchancement:AWSCRT: [``botocore``] Upgrade awscrt extra to 0.12.5
* api-change:``ivs``: [``botocore``] Bug fix: remove unsupported maxResults and
nextToken pagination parameters from ListTagsForResource
- from version 1.18.63
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``glue``: [``botocore``] Enable S3 event base crawler API.
- from version 1.18.62
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* api-change:``autoscaling``: [``botocore``] Amazon EC2 Auto Scaling now supports
filtering describe Auto Scaling groups API using tags
* api-change:``sagemaker``: [``botocore``] This release updates the provisioning
artifact ID to an optional parameter in CreateProject API. The provisioning
artifact ID defaults to the latest provisioning artifact ID of the product
if you don't provide one.
* api-change:``robomaker``: [``botocore``] Adding support to GPU simulation jobs
as well as non-ROS simulation jobs.
- from version 1.18.61
* api-change:``config``: [``botocore``] Adding Config support for AWS::OpenSearch::Domain
* api-change:``ec2``: [``botocore``] This release adds support for additional
VPC Flow Logs delivery options to S3, such as Apache Parquet formatted files,
Hourly partitions and Hive-compatible S3 prefixes
* api-change:``storagegateway``: [``botocore``] Adding support for Audit Logs
on NFS shares and Force Closing Files on SMB shares.
* api-change:``workmail``: [``botocore``] This release adds APIs for adding,
removing and retrieving details of mail domains
* api-change:``kinesisanalyticsv2``: [``botocore``] Support for Apache Flink 1.13
in Kinesis Data Analytics. Changed the required status of some Update properties
to better fit the corresponding Create properties.
- from version 1.18.60
* api-change:``cloudsearch``: [``botocore``] Adds an additional validation exception
for Amazon CloudSearch configuration APIs for better error handling.
* api-change:``ecs``: [``botocore``] Documentation only update to address tickets.
* api-change:``mediatailor``: [``botocore``] MediaTailor now supports ad prefetching.
* api-change:``ec2``: [``botocore``] EncryptionSupport for InstanceStorageInfo added
to DescribeInstanceTypes API
- from version 1.18.59
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
* bugfix:Signing: [``botocore``] SigV4QueryAuth and CrtSigV4QueryAuth now properly
respect AWSRequest.params while signing boto/botocore (#2521)
* api-change:``medialive``: [``botocore``] This release adds support for Transport
Stream files as an input type to MediaLive encoders.
* api-change:``ec2``: [``botocore``] Documentation update for Amazon EC2.
* api-change:``frauddetector``: [``botocore``] New model type: Transaction Fraud
Insights, which is optimized for online transaction fraud. Stored Events, which
allows customers to send and store data directly within Amazon Fraud Detector.
Batch Import, which allows customers to upload a CSV file of historic event
data for processing and storage
- from version 1.18.58
* api-change:``lexv2-runtime``: [``botocore``] Update lexv2-runtime client to latest version
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager
* api-change:``securityhub``: [``botocore``] Added new resource details objects to
ASFF, including resources for WAF rate-based rules, EC2 VPC endpoints, ECR repositories,
EKS clusters, X-Ray encryption, and OpenSearch domains. Added additional details for
CloudFront distributions, CodeBuild projects, ELB V2 load balancers, and S3 buckets.
* api-change:``mediaconvert``: [``botocore``] AWS Elemental MediaConvert has added the
ability to set account policies which control access restrictions for HTTP, HTTPS,
and S3 content sources.
* api-change:``ec2``: [``botocore``] This release removes a requirement for filters
on SearchLocalGatewayRoutes operations.
- from version 1.18.57
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports indexing and
querying documents in different languages.
* api-change:``grafana``: [``botocore``] Initial release of the SDK for Amazon
Managed Grafana API.
* api-change:``firehose``: [``botocore``] Allow support for Amazon Opensearch
Service(successor to Amazon Elasticsearch Service) as a Kinesis Data Firehose
delivery destination.
* api-change:``backup``: [``botocore``] Launch of AWS Backup Vault Lock, which protects
your backups from malicious and accidental actions, works with existing backup policies,
and helps you meet compliance requirements.
* api-change:``schemas``: [``botocore``] Removing unused request/response objects.
* api-change:``chime``: [``botocore``] This release enables customers to configure
Chime MediaCapturePipeline via API.
- from version 1.18.56
* api-change:``sagemaker``: [``botocore``] This release adds a new TrainingInputMode
FastFile for SageMaker Training APIs.
* api-change:``amplifybackend``: [``botocore``] Adding a new field 'AmplifyFeatureFlags'
to the response of the GetBackend operation. It will return a stringified version of
the cli.json file for the given Amplify project.
* api-change:``fsx``: [``botocore``] This release adds support for Lustre 2.12 to FSx for Lustre.
* api-change:``kendra``: [``botocore``] Amazon Kendra now supports integration with AWS SSO
- from version 1.18.55
* api-change:``workmail``: [``botocore``] This release allows customers to change their
inbound DMARC settings in Amazon WorkMail.
* api-change:``location``: [``botocore``] Add support for PositionFiltering.
* api-change:``application-autoscaling``: [``botocore``] With this release, Application
Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or
remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at
the target value specified by the customers.
* api-change:``ec2``: [``botocore``] Released Capacity Reservation Fleet, a feature of
Amazon EC2 Capacity Reservations, which provides a way to manage reserved capacity
across instance types.
For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html
* api-change:``glue``: [``botocore``] This release adds tag as an input of CreateConnection
* api-change:``backup``: [``botocore``] AWS Backup Audit Manager framework report.
- from version 1.18.54
* api-change:``codebuild``: [``botocore``] CodeBuild now allows you to select how batch
build statuses are sent to the source provider for a project.
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``kms``: [``botocore``] Added SDK examples for ConnectCustomKeyStore,
CreateCustomKeyStore, CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores,
DisconnectCustomKeyStore, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext,
GetPublicKey, ReplicateKey, Sign, UpdateCustomKeyStore and Verify APIs
- from version 1.18.53
* api-change:``synthetics``: [``botocore``] CloudWatch Synthetics now enables customers
to choose a customer managed AWS KMS key or an Amazon S3-managed key instead of an
AWS managed key (default) for the encryption of artifacts that the canary stores
in Amazon S3. CloudWatch Synthetics also supports artifact S3 location updation now.
* api-change:``ssm``: [``botocore``] When "AutoApprovable" is true for a Change Template,
then specifying --auto-approve (boolean) in Start-Change-Request-Execution will create
a change request that bypasses approver review. (except for change calendar restrictions)
* api-change:``apprunner``: [``botocore``] This release contains several minor bug fixes.
- from version 1.18.52
* api-change:``network-firewall``: [``botocore``] This release adds support for strict
ordering for stateful rule groups. Using strict ordering, stateful rules are evaluated
in the exact order in which you provide them.
* api-change:``dataexchange``: [``botocore``] This release enables subscribers to set up
automatic exports of newly published revisions using the new EventAction API.
* api-change:``workmail``: [``botocore``] This release adds support for mobile device
access overrides management in Amazon WorkMail.
* api-change:``account``: [``botocore``] This release of the Account Management API enables
customers to manage the alternate contacts for their AWS accounts.
For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
* api-change:``workspaces``: [``botocore``] Added CreateUpdatedWorkspaceImage API to update
WorkSpace images with latest software and drivers. Updated DescribeWorkspaceImages API to
display if there are updates available for WorkSpace images.
* api-change:``cloudcontrol``: [``botocore``] Initial release of the SDK for AWS Cloud Control API
* api-change:``macie2``: [``botocore``] Amazon S3 bucket metadata now indicates whether an
error or a bucket's permissions settings prevented Amazon Macie from retrieving data about
the bucket or the bucket's objects.
- from version 1.18.51
* api-change:``lambda``: [``botocore``] Adds support for Lambda functions powered by AWS Graviton2
processors. Customers can now select the CPU architecture for their functions.
* api-change:``sesv2``: [``botocore``] This release includes the ability to use 2048 bits RSA key
pairs for DKIM in SES, either with Easy DKIM or Bring Your Own DKIM.
* api-change:``amp``: [``botocore``] This release adds alert manager and rule group namespace APIs
- from version 1.18.50
* api-change:``transfer``: [``botocore``] Added changes for managed workflows feature APIs.
* api-change:``imagebuilder``: [``botocore``] Fix description for AmiDistributionConfiguration
Name property, which actually refers to the output AMI name. Also updated for consistent
terminology to use "base" image, and another update to fix description text.
- from version 1.18.49
* api-change:``appintegrations``: [``botocore``] The Amazon AppIntegrations service enables you
to configure and reuse connections to external applications.
* api-change:``wisdom``: [``botocore``] Released Amazon Connect Wisdom, a feature of Amazon Connect,
which provides real-time recommendations and search functionality in general availability (GA).
For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html.
* api-change:``pinpoint``: [``botocore``] Added support for journey with contact center activity
* api-change:``voice-id``: [``botocore``] Released the Amazon Voice ID SDK, for usage with the
Amazon Connect Voice ID feature released for Amazon Connect.
* api-change:``connect``: [``botocore``] This release updates a set of APIs: CreateIntegrationAssociation,
ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create
integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID,
and Amazon Connect Wisdom.
* api-change:``elbv2``: [``botocore``] Update elbv2 client to latest version
- from version 1.18.48
* api-change:``license-manager``: [``botocore``] AWS License Manager now allows customers to get
the LicenseArn in the Checkout API Response.
* api-change:``ec2``: [``botocore``] DescribeInstances now returns Platform Details, Usage Operation,
and Usage Operation Update Time.
- from version 1.18.47
* api-change:``mediaconvert``: [``botocore``] This release adds style and positioning support for
caption or subtitle burn-in from rich text sources such as TTML. This release also introduces
configurable image-based trick play track generation.
* api-change:``appsync``: [``botocore``] Documented the new OpenSearchServiceDataSourceConfig data
type. Added deprecation notes to the ElasticsearchDataSourceConfig data type.
* api-change:``ssm``: [``botocore``] Added cutoff behavior support for preventing new task invocations
from starting when the maintenance window cutoff time is reached.
- from version 1.18.46
* api-change:``imagebuilder``: [``botocore``] This feature adds support for specifying GP3 volume
throughput and configuring instance metadata options for instances launched by EC2 Image Builder.
* api-change:``wafv2``: [``botocore``] Added the regex match rule statement, for matching web requests
against a single regular expression.
* api-change:``mediatailor``: [``botocore``] This release adds support to configure logs
for playback configuration.
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
* api-change:``iam``: [``botocore``] Added changes to OIDC API about not using port
numbers in the URL.
* api-change:``license-manager``: [``botocore``] AWS License Manager now allows customers to change
their Windows Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included
or vice-versa (using the customer's media).
* api-change:``mediapackage-vod``: [``botocore``] MediaPackage VOD will now return the current
processing statuses of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE,
or FAILED.
- from version 1.18.45
* api-change:``comprehend``: [``botocore``] Amazon Comprehend now supports versioning of custom
models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition,
ability to provide specific test sets during training, and live migration to new model endpoints.
* api-change:``iot``: [``botocore``] This release adds support for verifying, viewing and filtering
AWS IoT Device Defender detect violations with four verification states.
* api-change:``ecr``: [``botocore``] This release adds additional support for repository replication
* api-change:``ec2``: [``botocore``] This update adds support for downloading configuration templates
using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and
Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
- from version 1.18.44
* api-change:``opensearch``: [``botocore``] This release adds an optional parameter in the
ListDomainNames API to filter domains based on the engine type (OpenSearch/Elasticsearch).
* api-change:``es``: [``botocore``] This release adds an optional parameter in the ListDomainNames API
to filter domains based on the engine type (OpenSearch/Elasticsearch).
* api-change:``dms``: [``botocore``] Optional flag force-planned-failover added to
reboot-replication-instance API call. This flag can be used to test a planned failover
scenario used during some maintenance operations.
- from version 1.18.43
* api-change:``kafkaconnect``: [``botocore``] This is the initial SDK release for Amazon
Managed Streaming for Apache Kafka Connect (MSK Connect).
* api-change:``macie2``: [``botocore``] This release adds support for specifying which
managed data identifiers are used by a classification job, and retrieving a list of
managed data identifiers that are available.
* api-change:``robomaker``: [``botocore``] Adding support to create container based
Robot and Simulation applications by introducing an environment field
* api-change:``s3``: [``botocore``] Add support for access point arn filtering in
S3 CW Request Metrics
* api-change:``transcribe``: [``botocore``] This release adds support for subtitling
with Amazon Transcribe batch jobs.
* api-change:``sagemaker``: [``botocore``] Add API for users to retry a failed pipeline
execution or resume a stopped one.
* api-change:``pinpoint``: [``botocore``] This SDK release adds a new feature for
Pinpoint campaigns, in-app messaging.
- from versionm 1.18.42
* api-change:``sagemaker``: [``botocore``] This release adds support for "Project Search"
* api-change:``ec2``: [``botocore``] This release adds support for vt1 3xlarge, 6xlarge
and 24xlarge instances powered by Xilinx Alveo U30 Media Accelerators for video
transcoding workloads
* api-change:``wafv2``: [``botocore``] This release adds support for including rate
based rules in a rule group.
* api-change:``chime``: [``botocore``] Adds support for SipHeaders parameter for
CreateSipMediaApplicationCall.
* api-change:``comprehend``: [``botocore``] Amazon Comprehend now allows you to train
and run PDF and Word documents for custom entity recognition. With PDF and Word formats,
you can extract information from documents containing headers, lists and tables.
- from version 1.18.41
* api-change:``iot``: [``botocore``] AWS IoT Rules Engine adds OpenSearch action. The
OpenSearch rule action lets you stream data from IoT sensors and applications to Amazon
OpenSearch Service which is a successor to Amazon Elasticsearch Service.
* api-change:``ec2``: [``botocore``] Adds support for T3 instances on Amazon EC2 Dedicated Hosts.
* enhancement:Tagged Unions: [``botocore``] Introducing support for the `union` trait
on structures in request and response objects.
- from version 1.18.40
* api-change:``cloudformation``: [``botocore``] Doc only update for CloudFormation that
fixes several customer-reported issues.
* api-change:``rds``: [``botocore``] This release adds support for providing a custom timeout
value for finding a scaling point during autoscaling in Aurora Serverless v1.
* api-change:``ecr``: [``botocore``] This release updates terminology around KMS keys.
* api-change:``sagemaker``: [``botocore``] This release adds support for
"Lifecycle Configurations" to SageMaker Studio
* api-change:``transcribe``: [``botocore``] This release adds an API option for
startTranscriptionJob and startMedicalTranscriptionJob that allows the user to
specify encryption context key value pairs for batch jobs.
* api-change:``quicksight``: [``botocore``] Add new data source type for Amazon
OpenSearch (successor to Amazon ElasticSearch).
- from version 1.18.39
* api-change:``emr``: [``botocore``] Update emr client to latest version
* api-change:``codeguru-reviewer``: [``botocore``] The Amazon CodeGuru Reviewer API
now includes the RuleMetadata data object and a Severity attribute on a
RecommendationSummary object. A RuleMetadata object contains information about a
rule that generates a recommendation. Severity indicates how severe the issue
associated with a recommendation is.
* api-change:``lookoutequipment``: [``botocore``] Added OffCondition parameter to CreateModel API
- from version 1.18.38
* api-change:``opensearch``: [``botocore``] Updated Configuration APIs for Amazon
OpenSearch Service (successor to Amazon Elasticsearch Service)
* api-change:``ram``: [``botocore``] A minor text-only update that fixes several
customer issues.
* api-change:``kafka``: [``botocore``] Amazon MSK has added a new API that allows
you to update the encrypting and authentication settings for an existing cluster.
- from version 1.18.37
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
* api-change:``amp``: [``botocore``] This release adds tagging support for
Amazon Managed Service for Prometheus workspace.
* api-change:``forecast``: [``botocore``] Predictor creation now supports selecting
an accuracy metric to optimize in AutoML and hyperparameter optimization. This
release adds additional accuracy metrics for predictors - AverageWeightedQuantileLoss,
MAPE and MASE.
* api-change:``xray``: [``botocore``] Updated references to AWS KMS keys and customer
managed keys to reflect current terminology.
* api-change:``ssm-contacts``: [``botocore``] Added SDK examples for SSM-Contacts.
* api-change:``mediapackage``: [``botocore``] SPEKE v2 support for live CMAF packaging
type. SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption
keys, it supports live DASH currently.
* api-change:``eks``: [``botocore``] Adding RegisterCluster and DeregisterCluster operations,
to support connecting external clusters to EKS.
- from version 1.18.36
* api-change:``chime-sdk-identity``: [``botocore``] Documentation updates for Chime
* api-change:``chime-sdk-messaging``: [``botocore``] Documentation updates for Chime
* api-change:``outposts``: [``botocore``] This release adds a new API CreateOrder.
* api-change:``frauddetector``: [``botocore``] Enhanced GetEventPrediction API response
to include risk scores from imported SageMaker models
* api-change:``codeguru-reviewer``: [``botocore``] Added support for CodeInconsistencies
detectors
- from version 1.18.35
* api-change:``acm-pca``: [``botocore``] Private Certificate Authority Service now allows
customers to enable an online certificate status protocol (OCSP) responder service on
their private certificate authorities. Customers can also optionally configure a custom
CNAME for their OCSP responder.
* api-change:``s3control``: [``botocore``] S3 Multi-Region Access Points provide a single
global endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
* api-change:``accessanalyzer``: [``botocore``] Updates service API, documentation, and
paginators to support multi-region access points from Amazon S3.
* api-change:``schemas``: [``botocore``] This update include the support for Schema Discoverer
to discover the events sent to the bus from another account. The feature will be enabled by
default when discoverer is created or updated but can also be opt-in or opt-out by specifying
the value for crossAccount.
* api-change:``securityhub``: [``botocore``] New ASFF Resources: AwsAutoScalingLaunchConfiguration,
AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey. Added
AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration and
BucketNotificationConfiguration to AwsS3Bucket.
* enhancement:s3: [``botocore``] Added support for S3 Multi-Region Access Points
* api-change:``efs``: [``botocore``] Update efs client to latest version
* api-change:``transfer``: [``botocore``] AWS Transfer Family introduces Managed Workflows
for creating, executing, monitoring, and standardizing post file transfer processing
* api-change:``ebs``: [``botocore``] Documentation updates for Amazon EBS direct APIs.
* api-change:``quicksight``: [``botocore``] This release adds support for referencing parent
datasets as sources in a child dataset.
* api-change:``fsx``: [``botocore``] Announcing Amazon FSx for NetApp ONTAP, a new service
that provides fully managed shared storage in the AWS Cloud with the data access and
management capabilities of ONTAP.
* enhancement:Signers: [``botocore``] Added support for Sigv4a Signing Algorithm
* api-change:``lex-models``: [``botocore``] Lex now supports Korean (ko-KR) locale.
- from version 1.18.34
* api-change:``ec2``: [``botocore``] Added LaunchTemplate support for the IMDS IPv6 endpoint
* api-change:``cloudtrail``: [``botocore``] Documentation updates for CloudTrail
* api-change:``mediatailor``: [``botocore``] This release adds support for wall
clock programs in LINEAR channels.
* api-change:``config``: [``botocore``] Documentation updates for config
* api-change:``servicecatalog-appregistry``: [``botocore``] Introduction of
GetAssociatedResource API and GetApplication response extension for Resource
Groups support.
- Switch tests from nose to pytest
- Update BuildRequires and Requires from setup.py
==== python-botocore ====
Version update (1.21.33 -> 1.22.6)
- Version update to 1.22.6
* api-change:``gamelift``: Added support for Arm-based AWS Graviton2 instances,
such as M6g, C6g, and R6g.
* api-change:``ecs``: Amazon ECS now supports running Fargate tasks on Windows
Operating Systems Families which includes Windows Server 2019 Core and Windows
Server 2019 Full.
* api-change:``sagemaker``: This release adds support for RStudio on SageMaker.
* api-change:``connectparticipant``: This release adds a new boolean attribute
- Connect Participant - to the CreateParticipantConnection API, which can be
used to mark the participant as connected.
* api-change:``ec2``: Added new read-only DenyAllIGWTraffic network interface
attribute. Added support for DL1 24xlarge instances powered by Habana Gaudi
Accelerators for deep learning model training workloads
* api-change:``ssm-incidents``: Updating documentation, adding new field to
ConflictException to indicate earliest retry timestamp for some operations,
increase maximum length of nextToken fields
- from version 1.22.5
* api-change:``autoscaling``: This release adds support for attribute-based
instance type selection, a new EC2 Auto Scaling feature that lets customers
express their instance requirements as a set of attributes, such as vCPU,
memory, and storage.
* api-change:``ec2``: This release adds: attribute-based instance type selection
for EC2 Fleet, Spot Fleet, a feature that lets customers express instance
requirements as attributes like vCPU, memory, and storage; and Spot placement
score, a feature that helps customers identify an optimal location to run
Spot workloads.
* api-change:``eks``: EKS managed node groups now support BOTTLEROCKET_x86_64
and BOTTLEROCKET_ARM_64 AMI types.
* api-change:``sagemaker``: This release allows customers to describe one or
more versioned model packages through BatchDescribeModelPackage, update
project via UpdateProject, modify and read customer metadata properties
using Create, Update and Describe ModelPackage and enables cross account
registration of model packages.
* enhancement:Session: Added `get_partition_for_region` allowing partition
lookup by region name.
* api-change:``textract``: This release adds support for asynchronously analyzing
invoice and receipt documents through two new APIs: StartExpenseAnalysis and
GetExpenseAnalysis
- from version 1.22.4
* api-change:``emr-containers``: This feature enables auto-generation of certificate
to secure the managed-endpoint and removes the need for customer provided
certificate-arn during managed-endpoint setup.
* api-change:``chime-sdk-messaging``: The Amazon Chime SDK now supports push
notifications through Amazon Pinpoint
* api-change:``chime-sdk-identity``: The Amazon Chime SDK now supports push
notifications through Amazon Pinpoint
- from version 1.22.3
* api-change:``rds``: This release adds support for Amazon RDS Custom, which
is a new RDS management type that gives you full access to your database
and operating system.
For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-custom.html
* api-change:``auditmanager``: This release introduces a new feature for Audit
Manager: Custom framework sharing. You can now share your custom frameworks
with another AWS account, or replicate them into another AWS Region under
your own account.
* api-change:``ec2``: This release adds support to create a VPN Connection
that is not attached to a Gateway at the time of creation. Use this to
create VPNs associated with Core Networks, or modify your VPN and attach
a gateway using the modify API after creation.
* api-change:``route53resolver``: New API for ResolverConfig, which allows
autodefined rules for reverse DNS resolution to be disabled for a VPC
- from version 1.22.2
* api-change:``quicksight``: Added QSearchBar option for GenerateEmbedUrlForRegisteredUser
ExperienceConfiguration to support Q search bar embedding
* api-change:``auditmanager``: This release introduces character restrictions for
ControlSet names. We updated regex patterns for the following attributes:
ControlSet, CreateAssessmentFrameworkControlSet, and UpdateAssessmentFrameworkControlSet.
* api-change:``chime``: Chime VoiceConnector and VoiceConnectorGroup APIs
will now return an ARN.
- from version 1.22.1
* api-change:``connect``: Released Amazon Connect hours of operation API for
general availability (GA). This API also supports AWS CloudFormation. For
more information, see Amazon Connect Resource Type Reference in the AWS
CloudFormation User Guide.
- from version 1.22.0
* api-change:``appflow``: Feature to add support for JSON-L format
for S3 as a source.
* api-change:``mediapackage-vod``: MediaPackage passes through digital
video broadcasting (DVB) subtitles into the output.
* api-change:``mediaconvert``: AWS Elemental MediaConvert SDK has added
support for specifying caption time delta in milliseconds and the ability
to apply color range legalization to source content other than AVC video.
* api-change:``mediapackage``: When enabled, MediaPackage passes through
digital video broadcasting (DVB) subtitles into the output.
* api-change:``panorama``: General availability for AWS Panorama. AWS SDK
for Panorama includes APIs to manage your devices and nodes, and deploy
computer vision applications to the edge. For more information, see the
AWS Panorama documentation at http://docs.aws.amazon.com/panorama
* feature:Serialization: rest-json serialization defaults aligned across AWS SDKs
* api-change:``directconnect``: This release adds 4 new APIS, which needs to be public able
* api-change:``securityhub``: Added support for cross-Region finding aggregation,
which replicates findings from linked Regions to a single aggregation Region.
Added operations to view, enable, update, and delete the finding aggregation.
- from version 1.21.65
* api-change:``dataexchange``: This release adds support for our public preview
of AWS Data Exchange for Amazon Redshift. This enables data providers to list
products including AWS Data Exchange datashares for Amazon Redshift, giving
subscribers read-only access to provider data in Amazon Redshift.
* api-change:``chime-sdk-messaging``: The Amazon Chime SDK now allows developers
to execute business logic on in-flight messages before they are delivered to
members of a messaging channel with channel flows.
- from version 1.21.64
* api-change:``quicksight``: AWS QuickSight Service Features - Add IP Restriction
UI and public APIs support.
* enchancement:AWSCRT: Upgrade awscrt extra to 0.12.5
* api-change:``ivs``: Bug fix: remove unsupported maxResults and nextToken
pagination parameters from ListTagsForResource
- from version 1.21.63
* api-change:``efs``: Update efs client to latest version
* api-change:``glue``: Enable S3 event base crawler API.
- from version 1.21.62
* api-change:``elbv2``: Update elbv2 client to latest version
* api-change:``autoscaling``: Amazon EC2 Auto Scaling now supports filtering
describe Auto Scaling groups API using tags
* api-change:``sagemaker``: This release updates the provisioning artifact ID
to an optional parameter in CreateProject API. The provisioning artifact ID
defaults to the latest provisioning artifact ID of the product if you don't
provide one.
* api-change:``robomaker``: Adding support to GPU simulation jobs as well
as non-ROS simulation jobs.
- from version 1.21.61
* api-change:``config``: Adding Config support for AWS::OpenSearch::Domain
* api-change:``ec2``: This release adds support for additional VPC Flow Logs
delivery options to S3, such as Apache Parquet formatted files, Hourly
partitions and Hive-compatible S3 prefixes
* api-change:``storagegateway``: Adding support for Audit Logs on NFS shares
and Force Closing Files on SMB shares.
* api-change:``workmail``: This release adds APIs for adding, removing and
retrieving details of mail domains
* api-change:``kinesisanalyticsv2``: Support for Apache Flink 1.13 in Kinesis
Data Analytics. Changed the required status of some Update properties to better
fit the corresponding Create properties.
- from version 1.21.60
* api-change:``cloudsearch``: Adds an additional validation exception for
Amazon CloudSearch configuration APIs for better error handling.
* api-change:``ecs``: Documentation only update to address tickets.
* api-change:``mediatailor``: MediaTailor now supports ad prefetching.
* api-change:``ec2``: EncryptionSupport for InstanceStorageInfo added
to DescribeInstanceTypes API
- from version 1.21.59
* api-change:``elbv2``: Update elbv2 client to latest version
* bugfix:Signing: SigV4QueryAuth and CrtSigV4QueryAuth now properly respect
AWSRequest.params while signing boto/botocore (#2521)
* api-change:``medialive``: This release adds support for Transport Stream
files as an input type to MediaLive encoders.
* api-change:``ec2``: Documentation update for Amazon EC2.
* api-change:``frauddetector``: New model type: Transaction Fraud Insights,
which is optimized for online transaction fraud. Stored Events, which allows
customers to send and store data directly within Amazon Fraud Detector.
Batch Import, which allows customers to upload a CSV file of historic
event data for processing and storage
- from version 1.21.58
* api-change:``lexv2-runtime``: Update lexv2-runtime client to latest version
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``secretsmanager``: Documentation updates for Secrets Manager
* api-change:``securityhub``: Added new resource details objects to ASFF,
including resources for WAF rate-based rules, EC2 VPC endpoints, ECR
repositories, EKS clusters, X-Ray encryption, and OpenSearch domains.
Added additional details for CloudFront distributions, CodeBuild projects,
ELB V2 load balancers, and S3 buckets.
* api-change:``mediaconvert``: AWS Elemental MediaConvert has added the ability
to set account policies which control access restrictions for HTTP, HTTPS,
and S3 content sources.
* api-change:``ec2``: This release removes a requirement for filters on
SearchLocalGatewayRoutes operations.
- from version 1.21.57
* api-change:``kendra``: Amazon Kendra now supports indexing and querying
documents in different languages.
* api-change:``grafana``: Initial release of the SDK for Amazon Managed Grafana API.
* api-change:``firehose``: Allow support for Amazon Opensearch Service(successor
to Amazon Elasticsearch Service) as a Kinesis Data Firehose delivery destination.
* api-change:``backup``: Launch of AWS Backup Vault Lock, which protects your
backups from malicious and accidental actions, works with existing backup policies,
and helps you meet compliance requirements.
* api-change:``schemas``: Removing unused request/response objects.
* api-change:``chime``: This release enables customers to configure Chime
MediaCapturePipeline via API.
- from version 1.21.56
* api-change:``sagemaker``: This release adds a new TrainingInputMode FastFile
for SageMaker Training APIs.
* api-change:``amplifybackend``: Adding a new field 'AmplifyFeatureFlags' to the
response of the GetBackend operation. It will return a stringified version of
the cli.json file for the given Amplify project.
* api-change:``fsx``: This release adds support for Lustre 2.12 to FSx for Lustre.
* api-change:``kendra``: Amazon Kendra now supports integration with AWS SSO
- from version 1.21.55
* api-change:``workmail``: This release allows customers to change their inbound
DMARC settings in Amazon WorkMail.
* api-change:``location``: Add support for PositionFiltering.
* api-change:``application-autoscaling``: With this release, Application Auto
Scaling adds support for Amazon Neptune. Customers can now automatically add
or remove Read Replicas of their Neptune clusters to keep the average CPU
Utilization at the target value specified by the customers.
* api-change:``ec2``: Released Capacity Reservation Fleet, a feature of Amazon
EC2 Capacity Reservations, which provides a way to manage reserved capacity
across instance types.
For more information: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-fleets.html
* api-change:``glue``: This release adds tag as an input of CreateConnection
* api-change:``backup``: AWS Backup Audit Manager framework report.
- Remove unnecessary dependencies from BuildRequires
- Skip integration tests as these require an internet connection
- Switch package to multibuild and split tests into separate package
- Switch tests from nose to pytest
- Version update to 1.21.54
* api-change:``codebuild``: CodeBuild now allows you to select how batch
build statuses are sent to the source provider for a project.
* api-change:``efs``: Update efs client to latest version
* api-change:``kms``: Added SDK examples for ConnectCustomKeyStore, CreateCustomKeyStore,
CreateKey, DeleteCustomKeyStore, DescribeCustomKeyStores, DisconnectCustomKeyStore,
GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GetPublicKey, ReplicateKey,
Sign, UpdateCustomKeyStore and Verify APIs
- from version 1.21.53
* api-change:``synthetics``: CloudWatch Synthetics now enables customers to choose a customer
managed AWS KMS key or an Amazon S3-managed key instead of an AWS managed key (default)
for the encryption of artifacts that the canary stores in Amazon S3. CloudWatch Synthetics
also supports artifact S3 location updation now.
* api-change:``ssm``: When "AutoApprovable" is true for a Change Template, then specifying
- -auto-approve (boolean) in Start-Change-Request-Execution will create a change request
that bypasses approver review. (except for change calendar restrictions)
* api-change:``apprunner``: This release contains several minor bug fixes.
- from version 1.21.52
* api-change:``network-firewall``: This release adds support for strict ordering for stateful
rule groups. Using strict ordering, stateful rules are evaluated in the exact order in which
you provide them.
* api-change:``dataexchange``: This release enables subscribers to set up automatic exports of
newly published revisions using the new EventAction API.
* api-change:``workmail``: This release adds support for mobile device access overrides management
in Amazon WorkMail.
* api-change:``account``: This release of the Account Management API enables customers to manage
the alternate contacts for their AWS accounts.
For more information, see https://docs.aws.amazon.com/accounts/latest/reference/accounts-welcome.html
* api-change:``workspaces``: Added CreateUpdatedWorkspaceImage API to update WorkSpace images with
latest software and drivers. Updated DescribeWorkspaceImages API to display if there are updates
available for WorkSpace images.
* api-change:``cloudcontrol``: Initial release of the SDK for AWS Cloud Control API
* api-change:``macie2``: Amazon S3 bucket metadata now indicates whether an error or a bucket's
permissions settings prevented Amazon Macie from retrieving data about the bucket or the bucket's
objects.
- from version 1.21.51
* api-change:``lambda``: Adds support for Lambda functions powered by AWS Graviton2 processors.
Customers can now select the CPU architecture for their functions.
* api-change:``sesv2``: This release includes the ability to use 2048 bits RSA key pairs for DKIM
in SES, either with Easy DKIM or Bring Your Own DKIM.
* api-change:``amp``: This release adds alert manager and rule group namespace APIs
- from version 1.21.50
* api-change:``transfer``: Added changes for managed workflows feature APIs.
* api-change:``imagebuilder``: Fix description for AmiDistributionConfiguration Name property,
which actually refers to the output AMI name. Also updated for consistent terminology to use
"base" image, and another update to fix description text.
- from version 1.21.49
* api-change:``appintegrations``: The Amazon AppIntegrations service enables you to configure
and reuse connections to external applications.
* api-change:``wisdom``: Released Amazon Connect Wisdom, a feature of Amazon Connect, which provides
real-time recommendations and search functionality in general availability (GA).
For more information, see https://docs.aws.amazon.com/wisdom/latest/APIReference/Welcome.html.
* api-change:``pinpoint``: Added support for journey with contact center activity
* api-change:``voice-id``: Released the Amazon Voice ID SDK, for usage with the Amazon Connect
Voice ID feature released for Amazon Connect.
* api-change:``connect``: This release updates a set of APIs: CreateIntegrationAssociation,
ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to
create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon
Connect Voice ID, and Amazon Connect Wisdom.
* api-change:``elbv2``: Update elbv2 client to latest version
- from version 1.21.48
* api-change:``license-manager``: AWS License Manager now allows customers to get the LicenseArn
in the Checkout API Response.
* api-change:``ec2``: DescribeInstances now returns Platform Details, Usage Operation, and Usage
Operation Update Time.
- from version 1.21.47
* api-change:``mediaconvert``: This release adds style and positioning support for caption or
subtitle burn-in from rich text sources such as TTML. This release also introduces configurable
image-based trick play track generation.
* api-change:``appsync``: Documented the new OpenSearchServiceDataSourceConfig data type. Added
deprecation notes to the ElasticsearchDataSourceConfig data type.
* api-change:``ssm``: Added cutoff behavior support for preventing new task invocations from
starting when the maintenance window cutoff time is reached.
- from version 1.21.46
* api-change:``imagebuilder``: This feature adds support for specifying GP3 volume throughput and
configuring instance metadata options for instances launched by EC2 Image Builder.
* api-change:``wafv2``: Added the regex match rule statement, for matching web requests against
a single regular expression.
* api-change:``mediatailor``: This release adds support to configure logs for playback configuration.
* api-change:``lexv2-models``: Update lexv2-models client to latest version
* api-change:``iam``: Added changes to OIDC API about not using port numbers in the URL.
* api-change:``license-manager``: AWS License Manager now allows customers to change their Windows
Server or SQL license types from Bring-Your-Own-License (BYOL) to License Included or vice-versa
(using the customer's media).
* api-change:``mediapackage-vod``: MediaPackage VOD will now return the current processing statuses
of an asset's endpoints. The status can be QUEUED, PROCESSING, PLAYABLE, or FAILED.
- from version 1.21.45
* api-change:``comprehend``: Amazon Comprehend now supports versioning of custom models, improved
training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide
specific test sets during training, and live migration to new model endpoints.
* api-change:``iot``: This release adds support for verifying, viewing and filtering AWS IoT Device
Defender detect violations with four verification states.
* api-change:``ecr``: This release adds additional support for repository replication
* api-change:``ec2``: This update adds support for downloading configuration templates using new
APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet
Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
- from version 1.21.44
* api-change:``opensearch``: This release adds an optional parameter in the ListDomainNames API to
filter domains based on the engine type (OpenSearch/Elasticsearch).
* api-change:``es``: This release adds an optional parameter in the ListDomainNames API to filter
domains based on the engine type (OpenSearch/Elasticsearch).
* api-change:``dms``: Optional flag force-planned-failover added to reboot-replication-instance
API call. This flag can be used to test a planned failover scenario used during some maintenance
operations.
- from version 1.21.43
* api-change:``kafkaconnect``: This is the initial SDK release for Amazon Managed Streaming for
Apache Kafka Connect (MSK Connect).
* api-change:``macie2``: This release adds support for specifying which managed data identifiers
are used by a classification job, and retrieving a list of managed data identifiers that are
available.
* api-change:``robomaker``: Adding support to create container based Robot and Simulation
applications by introducing an environment field
* api-change:``s3``: Add support for access point arn filtering in S3 CW Request Metrics
* api-change:``transcribe``: This release adds support for subtitling with Amazon
Transcribe batch jobs.
* api-change:``sagemaker``: Add API for users to retry a failed pipeline execution
or resume a stopped one.
* api-change:``pinpoint``: This SDK release adds a new feature for Pinpoint campaigns,
in-app messaging.
- from version 1.21.42
* api-change:``sagemaker``: This release adds support for "Project Search"
* api-change:``ec2``: This release adds support for vt1 3xlarge, 6xlarge and 24xlarge instances
powered by Xilinx Alveo U30 Media Accelerators for video transcoding workloads
* api-change:``wafv2``: This release adds support for including rate based rules in a rule group.
* api-change:``chime``: Adds support for SipHeaders parameter for CreateSipMediaApplicationCall.
* api-change:``comprehend``: Amazon Comprehend now allows you to train and run PDF and Word
documents for custom entity recognition. With PDF and Word formats, you can extract information
from documents containing headers, lists and tables.
- from version 1.21.41
* api-change:``iot``: AWS IoT Rules Engine adds OpenSearch action. The OpenSearch rule action
lets you stream data from IoT sensors and applications to Amazon OpenSearch Service which
is a successor to Amazon Elasticsearch Service.
* api-change:``ec2``: Adds support for T3 instances on Amazon EC2 Dedicated Hosts.
* enhancement:Tagged Unions: Introducing support for the `union` trait on structures in request
and response objects.
- from version 1.21.40
* api-change:``cloudformation``: Doc only update for CloudFormation that fixes several
customer-reported issues.
* api-change:``rds``: This release adds support for providing a custom timeout value for
finding a scaling point during autoscaling in Aurora Serverless v1.
* api-change:``ecr``: This release updates terminology around KMS keys.
* api-change:``sagemaker``: This release adds support for "Lifecycle Configurations" to
SageMaker Studio
* api-change:``transcribe``: This release adds an API option for startTranscriptionJob and
startMedicalTranscriptionJob that allows the user to specify encryption context key value
pairs for batch jobs.
* api-change:``quicksight``: Add new data source type for Amazon OpenSearch
(successor to Amazon ElasticSearch).
- from version 1.21.39
* api-change:``emr``: Update emr client to latest version
* api-change:``codeguru-reviewer``: The Amazon CodeGuru Reviewer API now includes the
RuleMetadata data object and a Severity attribute on a RecommendationSummary object.
A RuleMetadata object contains information about a rule that generates a recommendation.
Severity indicates how severe the issue associated with a recommendation is.
* api-change:``lookoutequipment``: Added OffCondition parameter to CreateModel API
- from version 1.21.38
* api-change:``opensearch``: Updated Configuration APIs for Amazon OpenSearch Service
(successor to Amazon Elasticsearch Service)
* api-change:``ram``: A minor text-only update that fixes several customer issues.
* api-change:``kafka``: Amazon MSK has added a new API that allows you to update the
encrypting and authentication settings for an existing cluster.
- from version 1.21.37
* api-change:``elasticache``: Doc only update for ElastiCache
* api-change:``amp``: This release adds tagging support for Amazon Managed Service
for Prometheus workspace.
* api-change:``forecast``: Predictor creation now supports selecting an accuracy metric
to optimize in AutoML and hyperparameter optimization. This release adds additional
accuracy metrics for predictors - AverageWeightedQuantileLoss, MAPE and MASE.
* api-change:``xray``: Updated references to AWS KMS keys and customer managed
keys to reflect current terminology.
* api-change:``ssm-contacts``: Added SDK examples for SSM-Contacts.
* api-change:``mediapackage``: SPEKE v2 support for live CMAF packaging type. SPEKE v2
is an upgrade to the existing SPEKE API to support multiple encryption keys, it supports
live DASH currently.
* api-change:``eks``: Adding RegisterCluster and DeregisterCluster operations, to support
connecting external clusters to EKS.
- from version 1.21.36
* api-change:``chime-sdk-identity``: Documentation updates for Chime
* api-change:``chime-sdk-messaging``: Documentation updates for Chime
* api-change:``outposts``: This release adds a new API CreateOrder.
* api-change:``frauddetector``: Enhanced GetEventPrediction API response to include
risk scores from imported SageMaker models
* api-change:``codeguru-reviewer``: Added support for CodeInconsistencies detectors
- from version 1.21.35
* api-change:``acm-pca``: Private Certificate Authority Service now allows customers
to enable an online certificate status protocol (OCSP) responder service on their
private certificate authorities. Customers can also optionally configure a custom
CNAME for their OCSP responder.
* api-change:``s3control``: S3 Multi-Region Access Points provide a single global
endpoint to access a data set that spans multiple S3 buckets in different AWS Regions.
* api-change:``accessanalyzer``: Updates service API, documentation, and paginators to
support multi-region access points from Amazon S3.
* api-change:``schemas``: This update include the support for Schema Discoverer to
discover the events sent to the bus from another account. The feature will be enabled
by default when discoverer is created or updated but can also be opt-in or opt-out
by specifying the value for crossAccount.
* api-change:``securityhub``: New ASFF Resources: AwsAutoScalingLaunchConfiguration,
AwsEc2VpnConnection, AwsEcrContainerImage. Added KeyRotationStatus to AwsKmsKey.
Added AccessControlList, BucketLoggingConfiguration,BucketNotificationConfiguration
and BucketNotificationConfiguration to AwsS3Bucket.
* enhancement:s3: Added support for S3 Multi-Region Access Points
* api-change:``efs``: Update efs client to latest version
* api-change:``transfer``: AWS Transfer Family introduces Managed Workflows for creating,
executing, monitoring, and standardizing post file transfer processing
* api-change:``ebs``: Documentation updates for Amazon EBS direct APIs.
* api-change:``quicksight``: This release adds support for referencing parent
datasets as sources in a child dataset.
* api-change:``fsx``: Announcing Amazon FSx for NetApp ONTAP, a new service that provides
fully managed shared storage in the AWS Cloud with the data access and management
capabilities of ONTAP.
* enhancement:Signers: Added support for Sigv4a Signing Algorithm
* api-change:``lex-models``: Lex now supports Korean (ko-KR) locale.
- from version 1.21.34
* api-change:``ec2``: Added LaunchTemplate support for the IMDS IPv6 endpoint
* api-change:``cloudtrail``: Documentation updates for CloudTrail
* api-change:``mediatailor``: This release adds support for wall clock
programs in LINEAR channels.
* api-change:``config``: Documentation updates for config
* api-change:``servicecatalog-appregistry``: Introduction of GetAssociatedResource
API and GetApplication response extension for Resource Groups support.
==== python-pyOpenSSL ====
Version update (20.0.1 -> 21.0.0)
- Add check_inv_ALPN_lists.patch checks for invalid ALPN lists
before calling OpenSSL (gh#pyca/pyopenssl#1056).
- update to 21.0.0:
- The minimum ``cryptography`` version is now 3.3.
- Drop support for Python 3.5
- Raise an error when an invalid ALPN value is set.
- Added ``OpenSSL.SSL.Context.set_min_proto_version`` and ``OpenSSL.SSL.Context.set_max_proto_version``
- Updated ``to_cryptography`` and ``from_cryptography`` methods to support an
upcoming release of ``cryptography`` without raising deprecation warnings.
==== python-urllib3 ====
Version update (1.26.6 -> 1.26.7)
- update to 1.26.7:
* Fixed a bug with HTTPS hostname verification involving IP addresses and lack
of SNI.
* Fixed a bug where IPv6 braces weren't stripped during certificate hostname
matching.
==== rav1e ====
Version update (0.4.1 -> 0.5.0)
- Update to version 0.5.0
* https://github.com/xiph/rav1e/releases/tag/v0.5.0
- Removed f553646d70fba8e265d436103a73520eb7adec8c.patch
==== rpm ====
Subpackages: librpmbuild9
- Add support for using a thread pool for threaded zstd compression
new patch: zstdpool.diff
- Switch to threaded zstd compression with a pool of 8 threads
new patch: zstdthreaded.diff
==== syntax-highlighting ====
Subpackages: libKF5SyntaxHighlighting5 libKF5SyntaxHighlighting5-lang
- Add the optional QtQuick dependency. (boo#1192170)
==== yast2-trans ====
Version update (84.87.20211022.37a68b8306 -> 84.87.20211030.c198d302b1)
Subpackages: yast2-trans-af yast2-trans-ar yast2-trans-bg yast2-trans-bn yast2-trans-bs yast2-trans-ca yast2-trans-cs yast2-trans-cy yast2-trans-da yast2-trans-de yast2-trans-el yast2-trans-en_GB yast2-trans-es yast2-trans-et yast2-trans-fa yast2-trans-fi yast2-trans-fr yast2-trans-gl yast2-trans-gu yast2-trans-hi yast2-trans-hr yast2-trans-hu yast2-trans-id yast2-trans-it yast2-trans-ja yast2-trans-jv yast2-trans-ka yast2-trans-km yast2-trans-ko yast2-trans-lo yast2-trans-lt yast2-trans-mk yast2-trans-mr yast2-trans-nb yast2-trans-nl yast2-trans-pa yast2-trans-pl yast2-trans-pt yast2-trans-pt_BR yast2-trans-ro yast2-trans-ru yast2-trans-si yast2-trans-sk yast2-trans-sl yast2-trans-sr yast2-trans-sv yast2-trans-ta yast2-trans-th yast2-trans-tr yast2-trans-uk yast2-trans-vi yast2-trans-wa yast2-trans-xh yast2-trans-zh_CN yast2-trans-zh_TW yast2-trans-zu
- Update to version 84.87.20211030.c198d302b1:
* Translated using Weblate (Korean)
* Translated using Weblate (Korean)
* Translated using Weblate (Korean)
* Translated using Weblate (Korean)
* New POT for text domain 'installation'.
* New POT for text domain 'autoinst'.
* New POT for text domain 's390'.
3 years
Re: [opensuse-factory] up vs dup with commerical intel compilers installed
by Knurpht - Gertjan Lettink
Op donderdag 9 maart 2017 15:15:19 CET schreef Fabian Wein:
> Hello,
>
> I'm a TW user and hope that I'm right here with my question, if the
> forum is more appropriate, please tell me.
>
> I have TW and the following commercial intel packages installed:
> C/C++, Fortran, MKL (part of the compiler) and vTune Amplifier.
> The software is installed by a script and it always takes some time to
> install.
>
> I used to do zypper up because with zypper dup I have to reinstall my
> intel stuff and it always takes more than an hour.
>
> Recently I did a zypper up but no after some hours away I cannot log
> in graphically. I just see the mouse. After init 3 followed by init 5
> on the text console I get an ugly X window displaying "could not syn
> environment to dbus.". I assume that a zypper dup might help?!
> BTW I use nuveau (as far as I know). I use KDE.
>
> However zypper dup --no-allow-vendor-change will remove my intel stuff.
>
> sudo zypper dup --no-allow-vendor-change
> Warning: You are about to do a distribution upgrade with all enabled
> repositories. Make sure these repositories are compatible before you
> continue. See 'man zypper' for more information about this command.
> Retrieving repository 'Packman Repository' metadata
> ............................................................................
> ...............................................[done] Building repository
> 'Packman Repository' cache
> ............................................................................
> ....................................................[done] Loading
> repository data...
> Reading installed packages...
> Computing distribution upgrade...
>
> Problem: problem with installed package libuchardet0-0.0.6-2.1.x86_64
> Solution 1: install libuchardet0-0.0.6-1.1.x86_64 (with vendor change)
> http://packman.links2linux.de --> openSUSE
>
> Choose the above solution using '1' or cancel using 'c' [1/c] (c): 1
> Resolving dependencies...
> Computing distribution upgrade...
>
> The following 3 items are locked and will not be changed by any action:
> Installed:
> intel-icsxe-pset intel-mpi-rt-core-109 intel-mpi-rt-mic-109
>
> The following application is going to be installed:
> digiKam
>
> The following 16 NEW packages are going to be installed:
> digikam digikam-lang gnome-nettool-lang k3b-lang
> kernel-default-4.10.1-1.3 kernel-default-devel-4.10.1-1.3
> libixion-0_12-0 liborcus-0_12-0 libstaroffice-0_0-0 libzmf-0_0-0
> perl-File-Find-Rule perl-Number-Compare perl-Text-Glob
> pulseaudio-esound-compat python3-appdirs python3-packaging
>
> The following 2 applications are going to be REMOVED:
> Desktop "System Tray"
>
> The following 102 packages are going to be REMOVED:
> baloo-core baloo-kioslaves esound-daemon intel-ccomp-doc
> intel-ccompxe intel-ccompxe-doc intel-comp-all-doc
> intel-comp-l-all-common-109 intel-comp-l-all-devel-109
> intel-comp-l-all-vars-109 intel-comp-l-ps-common-109
> intel-comp-l-ps-devel-109 intel-comp-l-ps-ss-devel-109
> intel-comp-ps-ss-doc intel-daal-psxe-047 intel-fcomp-doc intel-fcompxe
> intel-fcompxe-doc intel-gdb intel-gdb-common intel-gdb-doc
> intel-gdb-ps-cdt intel-gdb-ps-cdt-source intel-gdb-ps-common
> intel-gdb-ps-doc intel-gdb-ps-mic intel-gdb-ps-mpm
> intel-icc-doc intel-icc-l-all-109 intel-icc-l-all-common-109
> intel-icc-l-all-devel-109 intel-icc-l-all-vars-109
> intel-icc-l-ps-common-109 intel-icc-l-ps-devel-109
> intel-icc-l-ps-ss-109 intel-icc-l-ps-ss-devel-109 intel-icc-ps-doc
> intel-icc-ps-ss-doc intel-ifort-l-ps-109 intel-ifort-l-ps-common-109
> intel-ifort-l-ps-devel-109
> intel-ifort-l-ps-vars-109 intel-ifort-ps-doc intel-ipp-psxe-047
> intel-mkl-109 intel-mkl-common-109 intel-mkl-devel-109 intel-mkl-doc
> intel-mkl-gnu-109 intel-mkl-gnu-devel-109
> intel-mkl-ps-109 intel-mkl-ps-cluster-109
> intel-mkl-ps-cluster-common-109 intel-mkl-ps-cluster-devel-109
> intel-mkl-ps-common-109 intel-mkl-ps-doc intel-mkl-ps-f95-common-109
> intel-mkl-ps-f95-devel-109 intel-mkl-ps-gnu-109
> intel-mkl-ps-gnu-devel-109 intel-mkl-psxe-047 intel-openmp-l-all-109
> intel-openmp-l-all-devel-109 intel-openmp-l-ps-109
> intel-openmp-l-ps-devel-109 intel-openmp-l-ps-mic-109
> intel-openmp-l-ps-mic-devel-109 intel-openmp-l-ps-ss-109
> intel-openmp-l-ps-ss-devel-109 intel-psxe-common intel-psxe-doc
> intel-tbb-psxe-047 kernel-default-4.10.1-1.2
> kernel-default-devel-4.10.1-1.2 kfilemetadata libass5 libbaloofiles4
> libbaloopim4 libbalooqueryparser4 libbaloowidgets4 libevent-2_0-5
> libgrantlee_core0 libgrantlee_gui0 libixion-0_11-0 liborcus-0_11-0
> libpackagekitqt4-0 libsoprano4 libwx_baseu-suse1 libwx_baseu_net-suse1
> libwx_baseu_xml-suse1
> libwx_gtk2u_adv-suse1 libwx_gtk2u_aui-suse1 libwx_gtk2u_core-suse1
> libwx_gtk2u_gl-suse1 libwx_gtk2u_html-suse1 libwx_gtk2u_media-suse1
> libwx_gtk2u_propgrid-suse1
> libwx_gtk2u_qa-suse1 libwx_gtk2u_richtext-suse1
> libwx_gtk2u_stc-suse1 libwx_gtk2u_webview-suse1 libwx_gtk2u_xrc-suse1
>
> The following 88 packages are going to be upgraded:
> apparmor-utils dbus-1-python3 gnome-music libapparmor-devel
> libapparmor1 libreoffice libreoffice-base
> libreoffice-base-drivers-mysql libreoffice-calc
> libreoffice-calc-extensions
> libreoffice-draw libreoffice-filters-optional libreoffice-gnome
> libreoffice-gtk3 libreoffice-icon-theme-tango libreoffice-impress
> libreoffice-kde4 libreoffice-l10n-en
> libreoffice-mailmerge libreoffice-math libreoffice-pyuno
> libreoffice-writer libreoffice-writer-extensions libreofficekit
> libstdc++6-32bit orca perl-apparmor python3 python3-Cycler
> python3-Cython python3-apparmor python3-atspi python3-base
> python3-bottle python3-brlapi python3-cairo python3-cairocffi
> python3-cffi python3-chardet python3-coverage
> python3-cryptography python3-cssselect python3-cups
> python3-cupshelpers python3-curses python3-dbm python3-devel
> python3-gedit python3-gmpy python3-gobject python3-gobject-Gdk
> python3-gobject-cairo python3-gobject2 python3-h5py python3-idle
> python3-idna python3-louis python3-lxml python3-matplotlib
> python3-matplotlib-cairo python3-matplotlib-gtk2
> python3-matplotlib-tk python3-mpmath python3-nose python3-numpy
> python3-numpy-devel python3-pip python3-pyOpenSSL python3-pyasn1
> python3-pycparser python3-pycurl python3-pyparsing
> python3-python-dateutil python3-pytz python3-qt5 python3-requests
> python3-scipy python3-setuptools python3-simplejson python3-sip
> python3-smbc python3-speechd python3-sympy
> python3-tk python3-urllib3 python3-vtk python3-vtk-qt python3-wheel
>
> The following 3 packages are going to be downgraded:
> desktop-translations libuchardet0 python3-six
>
> The following package is going to be reinstalled:
> python3-py
>
> The following package is going to change vendor:
> libuchardet0 http://packman.links2linux.de -> openSUSE
>
>
> 88 packages to upgrade, 3 to downgrade, 16 new, 1 to reinstall, 102 to
> remove, 1 to change vendor.
>
>
> Shall I lock more? Currently I have
> sudo zypper locks
>
> # | Name | Type | Repository
> --+-----------------------+---------+-----------
> 1 | intel-mpi-rt-core-109 | package | (any)
> 2 | intel-mpi-rt-mic-109 | package | (any)
> 3 | intel-icsxe-pset | package | (any)
>
> And this are my repos:
> sudo zypper repos
> Repository priorities are without effect. All enabled repositories
> share the same priority.
>
> # | Alias | Name
>
> | Enabled | GPG Check | Refresh
>
> ---+-------------------------------------+-----------------------------+----
> -----+-----------+-------- 1 | adobe | adobe
>
> | Yes | ( p) Yes | Yes
>
> 2 | google-chrome | google-chrome
>
> | Yes | (r ) Yes | Yes
>
> 3 | home_AndnoVember_test | Test (openSUSE_Factory)
>
> | Yes | (r ) Yes | No
>
> 4 | http-download.opensuse.org-22f95660 | windows:mingw
>
> | No | ---- | ----
>
> 5 | http-download.opensuse.org-512bc994 | home:tiwai:kernel:4.4
>
> | Yes | (r ) Yes | Yes
>
> 6 | http-download.opensuse.org-f5a8b2d7 | science
>
> | No | ---- | ----
>
> 7 | http-download.opensuse.org-ff1a1965 | Office
>
> | Yes | (r ) Yes | Yes
>
> 8 | http-download.opensuse.org-ffb3672f | windows:mingw:win64
>
> | Yes | (r ) Yes | Yes
>
> 9 | http-ftp.gwdg.de-5c2dab74 | Packman Repository
>
> | Yes | (r ) Yes | Yes
>
> 10 | http-opensuse-guide.org-a3f71627 | libdvdcss repository
>
> | Yes | (r ) Yes | Yes
>
> 11 | openSUSE-20151002-0 | openSUSE-20151002-0
>
> | No | ---- | ----
>
> 12 | repo-debug | openSUSE-Tumbleweed-Debug
>
> | No | ---- | ----
>
> 13 | repo-non-oss | openSUSE-Tumbleweed-Non-Oss
>
> | Yes | (r ) Yes | Yes
>
> 14 | repo-oss | openSUSE-Tumbleweed-Oss
>
> | Yes | (r ) Yes | Yes
>
> 15 | repo-source | openSUSE-Tumbleweed-Source
>
> | No | ---- | ----
>
> 16 | repo-update | openSUSE-Tumbleweed-Update
>
> | Yes | (r ) Yes | Yes
>
> I Settings/Configure Desktop Screen locking is deactivated.
>
> Any ideas? Or shall I ask at another place?
>
> Thanks,
>
> Fabian
Put your intel stuff in a repo "Intel stuff"
zypper dup --from Intel\ stuff
zypper dup --no-allow-vendor-change
AFAICT that should help you on the way
--
Gertjan Lettink, a.k.a. Knurpht
openSUSE Board Member
openSUSE Forums Team
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
7 years, 8 months
[opensuse-factory] New Tumbleweed snapshot 20160115 released!
by Ludwig Nussel
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.
Packages changed:
MozillaFirefox (43.0.3 -> 43.0.4)
aqbanking (5.6.1beta -> 5.6.4beta)
clamav
grub2
gwenhywfar (4.14.0 -> 4.15.2beta)
libvirt-python
lxdm
man-pages (4.03 -> 4.04)
mbedtls (1.3.15 -> 1.3.16)
perl-Bootloader (0.901 -> 0.903)
perl-Pango
pidgin-sipe (1.19.1 -> 1.20.1)
pinpoint (0.1.6 -> 0.1.8)
python-cffi (1.2.1 -> 1.4.2)
python-cryptography (1.1.2 -> 1.2.1)
tei-xsl-stylesheets (7.32.0 -> 7.40.1)
tiff
uget (2.0.2 -> 2.0.4)
vim (7.4.1004 -> 7.4.1087)
=== Details ===
==== MozillaFirefox ====
Version update (43.0.3 -> 43.0.4)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 43.0.4:
* Re-enable SHA-1 certificates to prevent outdated
man-in-the-middle security devices from interfering with
properly secured SSL/TLS connections (bmo#1236975)
* Fix for startup crash for users of a third party antivirus tool
(bmo#1235537)
- The following change was previously in the package as a patch:
* Multi-user GNU/Linux download folders can be created
(bmo#1233434), removed mozilla-bmo1233434.patch
==== aqbanking ====
Version update (5.6.1beta -> 5.6.4beta)
Subpackages: aqbanking-devel aqbanking-lang
- Update to 5.6.4beta
+ Fix error in SWIFT importer (missing import of :NS: fields)
+ Fix transmission of Flicker codes (HHD 1.4)
==== clamav ====
- now can handle regexp using signatures using pcre bsc#960237
==== grub2 ====
Subpackages: grub2-i386-pc grub2-snapper-plugin grub2-systemd-sleep-plugin grub2-x86_64-efi grub2-x86_64-xen
- Add 0001-menu-fix-line-count-calculation-for-long-lines.patch (bsc#943585)
==== gwenhywfar ====
Version update (4.14.0 -> 4.15.2beta)
Subpackages: gwenhywfar-devel gwenhywfar-lang libgwengui-cpp0 libgwengui-fox16-0 libgwengui-gtk2-0 libgwengui-qt4-0 libgwenhywfar60 libgwenhywfar60-plugins
- Update to 4.15.2beta
+ Use new code for SSL connections to enable build with current
GnuTLS versions. This obsoletes patch gwenhywfar-gnutls30.patch
==== libvirt-python ====
- Require libvirt-client version >= libvirt-python version
==== lxdm ====
- Run intltoolize in order to get valid Makefiles for translation
installations.
==== man-pages ====
Version update (4.03 -> 4.04)
- update to 4.04:
* new and rewritten pages
+ futex.2
Rewrite and massively expand page
+ membarrier.2
New page documenting membarrier() system call
* newly documented interfaces in existing pages
+ mlock.2
Document mlock2(2) and MCL_ONFAULT
==== mbedtls ====
Version update (1.3.15 -> 1.3.16)
- Update to 1.3.16
* Fixes a potential double free when
mbedtls_asn1_store_named_data() fails to allocate memory. This
was only used for certificate generation and was not
triggerable remotely in SSL/TLS. boo#961290
* Disables by default MD5 handshake signatures in TLS 1.2 to
prevent the SLOTH (CVE-2015-7575) attack on TLS 1.2 server
authentication (other attacks from the SLOTH paper do not apply
to any version of mbed TLS or PolarSSL). boo#961284
* Fixes an over-restrictive length limit in GCM.
* Fixes a bug in certificate validation that caused valid chains
to be rejected when the first intermediate certificate has a
pathLenConstraint equal to zero.
* Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign()
* Added config.h option POLARSSL_SSL_ENABLE_MD5_SIGNATURES to
control use of MD5-based signatures for TLS 1.2 handshake
(disabled by default).
==== perl-Bootloader ====
Version update (0.901 -> 0.903)
Subpackages: perl-Bootloader-YAML
- improve add/del-option scripts
- rename uboot to u-boot
- 0.903- added support for modifying default boot options
- 0.902
==== perl-Pango ====
- Add fix-pangocairo_libs.patch to fix compilation on Tumbleweed-2016-01
==== pidgin-sipe ====
Version update (1.19.1 -> 1.20.1)
Subpackages: libpurple-plugin-sipe
- Update to version 1.20.1:
+ Add support for another type of ADFS response.
+ Improve configure check for back-ported features.
+ Updated translations.
- Changes from version 1.20.0:
+ Parse HTML from Lync conference URL (Stefan Becker)
+ SRTP Support.
+ Office365 rejects RC4 in TLS-DSK: added support for
AES-128/256-CBC.
==== pinpoint ====
Version update (0.1.6 -> 0.1.8)
- Update to version 0.1.8:
+ Make pinpoint work on Wayland (includes depending on Gtk+ to
have window decorations).
+ Remove more deprecation warnings (still so many left).
- Add pkgconfig(clutter-gtk-1.0) BuildRequires: new dependency.
==== python-cffi ====
Version update (1.2.1 -> 1.4.2)
- update to version 1.4.2:
* Nothing changed from v1.4.1.
- changes from version 1.4.1:
* Fix the compilation failure of cffi on CPython 3.5.0. (3.5.1
works; some detail changed that makes some underscore-starting
macros disappear from view of extension modules, and I worked
around it, thinking it changed in all 3.5 versions?but no: it was
only in 3.5.1.)
- changes from version 1.4.0:
* A better way to do callbacks has been added (faster and more
portable, and usually cleaner). It is a mechanism for the
out-of-line API mode that replaces the dynamic creation of
callback objects (i.e. C functions that invoke Python) with the
static declaration in cdef() of which callbacks are needed. This
is more C-like, in that you have to structure your code around the
idea that you get a fixed number of function pointers, instead of
creating them on-the-fly.
* ffi.compile() now takes an optional verbose argument. When True,
distutils prints the calls to the compiler.
* ffi.compile() used to fail if given sources with a path that
includes "..". Fixed.
* ffi.init_once() added. See docs.
* dir(lib) now works on libs returned by ffi.dlopen() too.
* Cleaned up and modernized the content of the demo subdirectory in
the sources (thanks matti!).
* ffi.new_handle() is now guaranteed to return unique void * values,
even if called twice on the same object. Previously, in that case,
CPython would return two cdata objects with the same void *
value. This change is useful to add and remove handles from a
global dict (or set) without worrying about duplicates. It already
used to work like that on PyPy. This change can break code that
used to work on CPython by relying on the object to be kept alive
by other means than keeping the result of ffi.new_handle()
alive. (The corresponding warning in the docs of ffi.new_handle()
has been here since v0.8!)
- changes from version 1.3.1:
* The optional typedefs (bool, FILE and all Windows types) were not
always available from out-of-line FFI objects.
* Opaque enums are phased out from the cdefs: they now give a
warning, instead of (possibly wrongly) being assumed equal to
unsigned int. Please report if you get a reasonable use case for
them.
* Some parsing details, notably volatile is passed along like const
and restrict. Also, older versions of pycparser mis-parse some
pointer-to-pointer types like char * const *: the ?const? ends up
at the wrong place. Added a workaround.
- changes from version 1.3.0:
* Added ffi.memmove().
* Pull request #64: out-of-line API mode: we can now declare
floating-point types with typedef float... foo_t;. This only works
if foo_t is a float or a double, not long double.
* Issue #217: fix possible unaligned pointer manipulation, which
crashes on some architectures (64-bit, non-x86).
* Issues #64 and #126: when using set_source() or verify(), the
const and restrict keywords are copied from the cdef to the
generated C code; this fixes warnings by the C compiler. It also
fixes corner cases like typedef const int T; T a; which would
previously not consider a as a constant. (The cdata objects
themselves are never const.)
* Win32: support for __stdcall. For callbacks and function pointers;
regular C functions still don?t need to have their calling
convention declared.
* Windows: CPython 2.7 distutils doesn?t work with Microsoft?s
official Visual Studio for Python, and I?m told this is not a
bug. For ffi.compile(), we removed a workaround that was inside
cffi but which had unwanted side-effects. Try saying import
setuptools first, which patches distutils...
==== python-cryptography ====
Version update (1.1.2 -> 1.2.1)
- update to upstream release 1.2.1
1.2.1 - 2016-01-08
* Reverts a change to an OpenSSL EVP_PKEY object that caused
errors with pyOpenSSL.
1.2 - 2016-01-08
* BACKWARDS INCOMPATIBLE: RevokedCertificate extensions now
uses extension classes rather than returning raw values
inside the Extension value. The new classes are:
o CertificateIssuer
o CRLReason
o InvalidityDate
* Deprecated support for OpenSSL 0.9.8 and 1.0.0. At this time
there is no time table for actually dropping support,
however we strongly encourage all users to upgrade, as those
versions no longer receive support from the OpenSSL project.
* The Certificate class now has signature and
tbs_certificate_bytes attributes.
* The CertificateSigningRequest class now has signature and
tbs_certrequest_bytes attributes.
* The CertificateRevocationList class now has signature and
tbs_certlist_bytes attributes.
* NameConstraints are now supported in the CertificateBuilder
and CertificateSigningRequestBuilder.
* Support serialization of certificate revocation lists using
the public_bytes() method of CertificateRevocationList.
* Add support for parsing CertificateRevocationList extensions
() in the OpenSSL backend. The following extensions are
currently supported:
o AuthorityInformationAccess
o AuthorityKeyIdentifier
o CRLNumber
o IssuerAlternativeName
* Added CertificateRevocationListBuilder and
RevokedCertificateBuilder to allow creation of CRLs.
* Unrecognized non-critical X.509 extensions are now parsed
into an UnrecognizedExtension object.
==== tei-xsl-stylesheets ====
Version update (7.32.0 -> 7.40.1)
- Update to version 7.40.1
* No short changelog available; please read the ChangeLog file
- Little specfile refactoring
==== tiff ====
Subpackages: libtiff-devel libtiff5 libtiff5-32bit
- add tiff-4.0.4-uninitialized_mem_NeXTDecode.patch to fix
uninitialized memory in NeXTDecode (upstream bug #2508)
[bnc#942690]
==== uget ====
Version update (2.0.2 -> 2.0.4)
Subpackages: uget-lang
- Update to version 2.0.4:
+ Save and restore width of download column.
+ Adjust schedule form for large font size.
+ In speed limit mode, program adjust speed when downloading
start-up.
+ Use filename from RPC request to match category if URL doesn't
contain filename.
+ curl plug-in:
- use posix_fallocate() to preallocate space for a file on
Linux.
- use SetEndOfFile() to preallocate space for a file on
Windows.
+ Fix: program crash when simultaneously download > 32 files.
+ Fix: Can't save height of summary area.
+ Add compressed 256x256 icon for Windows 7.
- Changes from version 2.0.3:
+ curl plug-in:
- Update control file path if download file was renamed.
- Update downloaded size after loading aria2 control file.
- Update file size when allocating disk space.
- Don't show border in right side of setting dialog.
==== vim ====
Version update (7.4.1004 -> 7.4.1087)
Subpackages: gvim vim-data
- Updated to revision 1087, fixes the following problems
* Wrong way to check for unletting internal variables.
* The Tcl interface can't be loaded dynamically on Unix.
* Crash when using an invalid command.
* CTRL-A does not work well in right-left mode.
* Using "." to repeat CTRL-A in Visual mode increments the wrong numbers.
* The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
* Crash with an extremely long buffer name.
* CTRL-A and CTRL-X work badly with blockwise visual selection- Updated to revision 1066, fixes the following problems
* Segfault when unletting "count".
* Illegal memory access with weird syntax command. (Dominique Pelle)
* Typos in the :options window.
* Compiler warning for ignoring return value of fwrite().
* When a spell file has single letter compounding creating
suggestions takes an awful long time.- Updated to revision 1046, fixes the following problems
* The fix in patch 7.3.192 is not tested.
* When a symbolic link points to a file in the root directory,
the swapfile is not correct.
* Vim overwrites the value of $PYTHONHOME.
* The local value of 'errorformat' is not used for ":lexpr" and ":cexpr".
* The column is not restored properly when the matchparen plugin
is used in Insert mode and the cursor is after the end of the line.
* When there is a backslash in an option ":set -=" doesn't work.
* An Ex range gets adjusted for folded lines even when the range
is not using line numbers.
* Using "q!" when there is a modified hidden buffer does not unload
the current buffer, resulting in the need to abandon it again.
* g-CTRL-G shows the word count, but there is no way to get the word count in a script.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
8 years, 10 months
Re: [opensuse-factory] Proposal to remove pyc/pyo from Python on TW
by Alberto Planas Dominguez
On Monday, October 8, 2018 4:55:33 PM CEST Robert Schweikert wrote:
> On 10/8/18 7:35 AM, Alberto Planas Dominguez wrote:
> > On Saturday, October 6, 2018 11:24:46 AM CEST Robert Schweikert wrote:
> >> On 10/5/18 4:23 AM, Alberto Planas Dominguez wrote:
[Dropping a very unproductive content]
> > In any case let me be clear: my goal is to decrease the size of the Python
> > stack, and my proposal is removing the pyc from the initial first install,
> > backporting a feature from 3.8 to have the pyc in a different file system.
>
> OK, this is different from the original e-mail where it was implied that
> "image size" was the primary target.
That was my initial motivator, yes. But the goal, I hope, is clear now with my
previous paragraph.
> > My tests give in my machine a 6.08MB/s of compilation speed. I tested it
> > installing django with python 3.6 in a venv and doing this:
> >
> > # To avoid measure the dir crawling
> > # find . -name "*.py" > LIST
> > # time python -m compileall -f -qq -i LIST
> >
> > real 0m1.406s
> > user 0m1.257s
> > sys 0m0.148s
> >
> > # du -hsb
> > 44812156 .
> >
> > # find . -name "__pycache__" -exec rm -rf {} \;
> > # du -hsb
> > 35888321 .
> >
> > (44812156 - 35888321) / 1.4 ~= 6.08 MB/s
> >
> >> But lets put some perspective behind that and look at data rather than
> >> taking common believes as facts.
> >>
> >> On a t2.micro instance in AWS, running the SUSE stock SLES 15 BYOS
> >> image. The instance was booted (first boot), then the cloud-init cache
> >> was cleared with
> >>
> >> # cloud-init clean
> >>
> >> then shutdown -r now, i.e. a soft reboot of the VM.
> >>
> >> # systemd-analyze blame | grep cloud
> >>
> >> 6.505s cloud-init-local.service
> >> 1.013s cloud-config.service
> >>
> >> 982ms cloud-init.service
> >> 665ms cloud-final.service
> >>
> >> All these services are part of cloud-init
> >>
> >> Clear the cloud-init cache so it will re-run
> >> # cloud-init clean
> >>
> >> Clear out all Python artifacts:
> >>
> >> # cd /
> >> # find . -name '__pycache__' | xargs rm -rf
> >> # find . -name '*.pyc' | xargs rm
> >> # find . -name '*.pyo' | xargs rm
> >>
> >> This should reasonably approximate the state you are proposing, I think.
> >> Reboot:
> >>
> >> # systemd-analyze blame | grep cloud
> >>
> >> 7.469s cloud-init-local.service
> >> 1.070s cloud-init.service
> >>
> >> 976ms cloud-config.service
> >> 671ms cloud-final.service
> >>
> >> so a 13% increase for the runtime of the cloud-init-local service. And
> >> this is just a quick and dirty test with a soft reboot of the VM. Number
> >> would probably be worse with a stop-start cycle. I'll leave that to be
> >> dis-proven for those interested.
> >
> > This is a very nice contribution to the discussion.
> >
> > I tested it in engcloud and I have a 9.3% of overload during the boot. It
>
> > spend 0.205s to create the initials pyc needed for cloud-init:
> That would not be sufficient, all pycs in the dependency tree would need
> to be generated, you cannot just measure the creation of the cloud-init
> pyc files. cloud-init is going to be one of, if not the first Python
> processes running in the boot sequence, which implies that no pyc files
> exist for the cloud-init dependencies.
Of course it is enough for the argument. In fact is a critical part of the
discussion: you delegate the pyc create when they are needed, and once
required will be stored in the cache.
When cloud-init is loaded, Python will read all the `import`s and the required
subtree of pyc will be generated before the execution of _any_ Python code.
You are not compiling only the pyc from cloud-init, but for all the
dependencies that are required.
Unless there are some lazy load in cloud-init based on something like
stevedore (that I do not see), or is full for `import`s inside functions and
methods, the pyc generation of the required subtree will be the first thing
that Python will do.
> > * With pyc in place
> >
> > # systemd-analyze blame | grep cloud
> >
> > 1.985s cloud-init-local.service
> > 1.176s cloud-init.service
> >
> > 609ms cloud-config.service
> > 531ms cloud-final.service
> >
> > * Without pyc in place
> >
> > # systemd-analyze blame | grep cloud
> >
> > 2.190s cloud-init-local.service
> > 1.165s cloud-init.service
> >
> > 844ms cloud-config.service
> > 528ms cloud-final.service
> >
> > The sad thing is that the __real__ first boot is a bit worse:
> >
> > * First boot. with pyc in place
> >
> > # systemd-analyze blame | grep cloud
> >
> > 36.494s cloud-init.service
> >
> > 2.673s cloud-init-local.service
> > 1.420s cloud-config.service
> >
> > 730ms cloud-final.service
> >
> > Comparing to this real first boot, the pyc cost generation represent the
> > 0.54% for cloud-init (not in relation with the total boot time). We can
> > ignore it, as I guess that the images used for EC2 will have some tweaks
> > to avoid the file system resize, or some other magic that makes the boot
> > more similar to the second boot.
>
> First boot execution of cloud-init is also significantly slower in the
> Public Cloud. However, not as bad as in your example.
If this is the case, this first boot is the one that will generate the pyc,
not the later one.
> In any case your
> second comparison appears to making a leap that I, at this point do not
> agree with. You are equating the generation of pyc code in a "hot
> system" to the time it takes to load everything in a "cold system". A
> calculation of percentage contribution of pyc creation in a "cold
> system" would only be valid if that scenario were tested. Which we have
> not done, but would certainly not be too difficult to test.
I do not get the point. At the end we measured the proportion of the time
Python spend generating the pyc for cloud-init and all the dependencies needed
for the service, in relation with the overall time that cloud init spend
during the initialization of the service.
I am not sure what do you mean by hot and clod here, as I removed all the pyc
from site-packages to have a measure of the relation of the generation of the
pyc over the time that cloud init uses to start the service.
> > The cost is amortized, and the corner case, IMHO, is more yours than mine.
> > Your case is a fresh boot of a just installed EC2 VM. I agree that there
> > is a penalty of ~10% (or a 0.54% in my SLE12 SP3 OpenStack case), but
> > this is only for this first boot.
>
> Which is a problem for those users that start a lot of instances to
> throw them away and start new instances the next time they are needed.
> This would be a typical autoscaling use case or a typical test use case.
Correct. The 0.205s will be added for each new fresh VM. Am I correct to
assume that also this is an scenario where the resize in the initial boot is
happening? If so, the overall impact is much less that the 10% that we are
talking about, and more close to the %0.5 that I measured in OpenStack.
> It is relatively easy to calculate a cost for this with some estimates.
> If my test for my application needs 2000 (an arbitrary number I picked)
> test instances, and every test instance takes .2 seconds longer to boot,
> to use your number, than the total time penalty is ~6.7 seconds. If this
> test uses an instance type that costs me $10 per hour the slow down
> costs me ~ $1.1 every time I run my test. So if the test case runs once
> a week it would amount to ~$57 per year.
Imagine the cost of the resize of the kiwi operation, must be around some
thousands dollars.
But you are right. If there is a weekly re-escalation of 2000 instances during
the 54 weeks of a year, you can measure the cost of the pyc generation.
Is in my understanding that CPU cost is cheaper in relation with network
transfer and storage. Can we measure the savings of network and storage here?
I have the feeling that are more that 57$ per year. We are interchanging CPU
per network and storage savings, that with those 2000 instances per week
during a full year will be also measurable.
> >> This is penalizing the majority to cover one specific use case. Sorry it
> >> is hard for me to see this any other way.
> >
> > Again, hardly booting fresh VMs is a majority here.
>
> That is an assumption on your part, from my perspective.
Do you really thing that TW and Leap are optimized for boot speed in a cloud
scenario? If the majority of users are launching all day and night VMs I vote
to optimize this use case before anything else.
> If we pursue the approach of multiple packages, as suggested in one or
> two messages in this thread, then we could build Public Cloud images
> with pyc files included.
Or better, the user can add a `python -m compileall` in the kiwi config.sh,
that will populate /var/cache for the cloud images only.
I think that we need a productive argumentation here. All engineering
decisions are based on a trade-off. Some times the trade-off do not pay by
itself, but I really think that this is not the case. Or at least your
arguments so far do not point in this direction.
If / when the use case is such that the trade-off between space and cpu is so
critical (scenario that is not the one that you described, I am sorry), the
opportunities for optimization are in a different place. And we need to
address those too.
In a classical use case the savings in space in the different places are
justified IMHO, and the amortization of the pyc generation will be justified
in less than 2 seconds after the service is running for the first time.
In a cloud use case the user can boot the image, prepare it (avoiding the
penalty of the resize step and other details), update it and save it as a
volume that can be cloned those 2000 times, completely avoiding any
penalization for the pyc generation too.
--
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham
Norton, HRB 21284 (AG Nürnberg)
Maxfeldstraße 5, 90409 Nürnberg, Germany
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
6 years, 1 month
Re: [opensuse-factory] Issues starting Docker
by Michael Aquilina
Right, I just realised my pager was cutting of some of the text from
journalctl, here is the full text:
May 29 11:36:40 linux-9wl3 systemd[1]: Starting Docker Application
Container Engine...
-- Subject: Unit docker.service has begun start-up
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit docker.service has begun starting up.
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.266752347+01:00" level=info
msg="[graphdriver] using prior storage driver: btrfs"
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.279617281+01:00" level=info msg="Graph
migration to content-addressability took 0.00 seconds"
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.279908894+01:00" level=warning msg="Your
kernel does not support swap memory limit"
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.279972122+01:00" level=warning msg="Your
kernel does not support cgroup rt period"
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.279983947+01:00" level=warning msg="Your
kernel does not support cgroup rt runtime"
May 29 11:36:40 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:36:40.280395475+01:00" level=info msg="Loading
containers: start."
May 29 11:37:09 linux-9wl3 dockerd[6009]:
time="2018-05-29T11:37:09.029501073+01:00" level=info msg="Processing
signal 'terminated'"
May 29 11:38:39 linux-9wl3 systemd[1]: docker.service: State
'stop-sigterm' timed out. Killing.
May 29 11:38:39 linux-9wl3 systemd[1]: docker.service: Killing process
6009 (dockerd) with signal SIGKILL.
May 29 11:38:39 linux-9wl3 systemd[1]: docker.service: Main process
exited, code=killed, status=9/KILL
May 29 11:38:39 linux-9wl3 systemd[1]: docker.service: Failed with
result 'timeout'.
May 29 11:38:39 linux-9wl3 systemd[1]: Stopped Docker Application
Container Engine.
-- Subject: Unit docker.service has finished shutting down
-- Defined-By: systemd
-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
--
-- Unit docker.service has finished shutting down.
On Tue, May 29, 2018 at 11:45 AM, Michael Aquilina
<michaelaquilina(a)gmail.com> wrote:
> uname -a
> Linux linux-9wl3 4.16.8-1-default #1 SMP PREEMPT Wed May 9 10:29:52
> UTC 2018 (9269cc1) x86_64 x86_64 x86_64 GNU/Linux
>
> docker -v
> Docker version 17.09.1-ce, build f4ffd2511ce9
>
> journalctl -u docker.service -xe
> -- Subject: Unit docker.service has begun start-up
> -- Defined-By: systemd
> -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> --
> -- Unit docker.service has begun starting up.
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.414094253+01:00" level=info
> msg="[graphdriver] using prior storage drive>
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.433686430+01:00" level=info msg="Graph
> migration to content-addressabili>
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.433909179+01:00" level=warning msg="Your
> kernel does not support swap me>
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.433943125+01:00" level=warning msg="Your
> kernel does not support cgroup >
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.433951788+01:00" level=warning msg="Your
> kernel does not support cgroup >
> May 29 11:38:53 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:38:53.434331950+01:00" level=info msg="Loading
> containers: start."
> May 29 11:40:23 linux-9wl3 systemd[1]: docker.service: Start operation
> timed out. Terminating.
> May 29 11:40:23 linux-9wl3 dockerd[6894]:
> time="2018-05-29T11:40:23.437326237+01:00" level=info msg="Processing
> signal 'terminated'"
>
>
> Unfurtunately journalctl does not seem to provide much more details than that :/
>
> I tried running dockerd directly with debug mode and got the following message:
>
> sudo dockerd -D
> DEBU[2018-05-29T11:38:43.432709369+01:00] Listener created for HTTP on
> unix (/var/run/docker.sock)
> Failed to connect to containerd. Please make sure containerd is
> installed in your PATH or you have specified the correct address. Got
> error: exec: "docker-containerd": executable file not found in $PATH
>
> Searching for `docker-containerd` on my file system with the find
> utility showed no results.
>
> But I can run containerd as a service with no issues:
>
> sudo systemctl start containerd
> journalctl -u containerd.service -xe
> May 29 11:29:38 linux-9wl3 systemd[1]: Started Containerd Standalone
> OCI Container Daemon.
> -- Subject: Unit containerd.service has finished start-up
> -- Defined-By: systemd
> -- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
> --
> -- Unit containerd.service has finished starting up.
> --
> -- The start-up result is RESULT.
>
> On Tue, May 29, 2018 at 11:41 AM, Antonio Ojea <aojeagarcia(a)suse.com> wrote:
>> The log message says "Your kernel does not support cgroup >" , can you
>> obtain the full line with the "journalctl -xe"command?
>>
>> Also, what kernel and docker version are you using?
>>
>> On 29/05/2018 12:16, Michael Aquilina wrote:
>>> Is anyone else experiencing issues starting up the docker daemon?
>>>
>>> sudo systemctl start docker
>>> Job for docker.service failed because a timeout was exceeded.
>>> See "systemctl status docker.service" and "journalctl -xe" for details.
>>>
>>> systemctl status docker.service
>>> ● docker.service - Docker Application Container Engine
>>> Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled;
>>> vendor preset: disabled)
>>> Active: failed (Result: timeout) since Tue 2018-05-29 11:11:06 BST; 9s ago
>>> Docs: http://docs.docker.com
>>> Process: 24544 ExecStart=/usr/bin/dockerd --containerd
>>> /run/containerd/containerd.sock --add-runtime
>>> oci=/usr/sbin/docker-runc $DOCKER_NETW>
>>> Main PID: 24544 (code=killed, signal=KILL)
>>>
>>> May 29 11:08:06 linux-9wl3 dockerd[24544]:
>>> time="2018-05-29T11:08:06.532027695+01:00" level=warning msg="Your
>>> kernel does not support cgroup >
>>> May 29 11:08:06 linux-9wl3 dockerd[24544]:
>>> time="2018-05-29T11:08:06.532087206+01:00" level=warning msg="Your
>>> kernel does not support cgroup >
>>> May 29 11:08:06 linux-9wl3 dockerd[24544]:
>>> time="2018-05-29T11:08:06.533562226+01:00" level=info msg="Loading
>>> containers: start."
>>> May 29 11:09:36 linux-9wl3 systemd[1]: docker.service: Start operation
>>> timed out. Terminating.
>>> May 29 11:09:36 linux-9wl3 dockerd[24544]:
>>> time="2018-05-29T11:09:36.418326793+01:00" level=info msg="Processing
>>> signal 'terminated'"
>>> May 29 11:11:06 linux-9wl3 systemd[1]: docker.service: State
>>> 'stop-sigterm' timed out. Killing.
>>> May 29 11:11:06 linux-9wl3 systemd[1]: docker.service: Killing process
>>> 24544 (dockerd) with signal SIGKILL.
>>> May 29 11:11:06 linux-9wl3 systemd[1]: docker.service: Main process
>>> exited, code=killed, status=9/KILL
>>> May 29 11:11:06 linux-9wl3 systemd[1]: docker.service: Failed with
>>> result 'timeout'.
>>> May 29 11:11:06 linux-9wl3 systemd[1]: Failed to start Docker
>>> Application Container Engine.
>>>
>>> This was working the last time I tried, so I'm not entirely sure
>>> what's going on.
>>>
>>> I even tried re-installing docker itself as well as deleting all of
>>> /var/lib/docker - but I still get the same issue.
>>>
>>> Mike
>>
>>
>> ---
>> This email has been checked for viruses by Avast antivirus software.
>> https://www.avast.com/antivirus
>>
>> --
>> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
>> To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
>>
>
>
>
> --
> Michael Aquilina
--
Michael Aquilina
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
6 years, 5 months
[opensuse-factory] New Tumbleweed snapshot 20180502 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
When you reply to report some issues, make sure to change the subject.
It is not helpful to keep the release announcement subject in a thread
while discussing a specific problem.
Packages changed:
kalarm (17.12.3 -> 18.04.0)
kernel-source (4.16.5 -> 4.16.6)
krb5
=== Details ===
==== kalarm ====
Version update (17.12.3 -> 18.04.0)
Subpackages: kalarm-lang
- Update to 18.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.04.0.php
- Changes since 18.03.90:
* None
- Update to 18.03.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-18.03.90.php
- Changes since 17.12.3:
* Remove KDE4Support, standardise kauth naming
* Update RTC wake to KF5
* kholiday was moved to kf5
* Use override keyword
- Update to 17.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.3.php
- Changes since 17.12.2:
* Fix icon on Wayland
- Update to 17.12.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.2.php
- Changes since 17.12.1:
* None
- Update to 17.12.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.1.php
- Changes since 17.12.0:
* None
- Update to 17.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
* None
- Update to 17.11.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
* Revert this changes. We can add KDEPIM_DEV_VERSION so I don't understand why it was removed. Or it was necessary to remove KDEPIM_DEV_VERSION. but it always used
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Generate translated string with i18n
* Set version
* Add version in project
* Add Preferences::qTimeZone() method
* Fix includes
* Use helper utilities from KAlarmCal
* Adapt to KCalCore API changes
* Port Period and Duration to QDateTime
* Adapt to KCalCore::Calendar API changes
* Make run without install them
- Update to 17.08.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.3.php
- Changes since 17.08.2:
* None
- Update to 17.08.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
* None
- Update to 17.08.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.08.1.php
- Changes since 17.08.0:
* None
- Update to KDE Applications 17.08.0
* New feature release
* https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
* Update changelog
* akonadimodel.cpp - replace non-existent "mail-message-unread" icon with "mail-unread" icon that does exist in oxygen and breeze
* Fix icon problem on wayland
* Updated radio button text
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
* don't use kpartgui
* desktop file was renamed
* remove obsolete option 'Use address from System Settings', no default email setting in systemsettings anymore
- Update to KDE Applications 17.07.90
* KDE Applications 17.07.90
* https://www.kde.org/announcements/announce-applications-17.07.90.php
- Update to 17.04.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.3.php
- Changes since 17.04.2:
* Update changelog
- Update to 17.04.2
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
* None
- Update to 17.04.1
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
* Bug 378722: Fix option text for using default email address
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Bug 378722: Fix option text for using default email address (kde#378722)
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
- Update to 16.12.3
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
* Bug 376209: Make command options --edit-new-* work
* Update version number
* Bug 374520: Fix not showing main window if re-activated
- Update to KDE Applications 16.12.2
* KDE Applications 16.12.2
* https://www.kde.org/announcements/announce-applications-16.12.2.php
- - Update to KDE Applications 16.12.1
* KDE Applications 16.12.1
* https://www.kde.org/announcements/announce-applications-16.12.1.php
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
- Update licenses as pointed out by legal review
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
- Update spec-files to be consistent wiht KA
==== kernel-source ====
Version update (4.16.5 -> 4.16.6)
Subpackages: kernel-default kernel-default-devel kernel-devel kernel-docs kernel-macros kernel-syms
- Linux 4.16.6 (bnc#1012628).
- Revert "pinctrl: intel: Initialize GPIO properly when used
through irqchip" (bnc#1012628).
- drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic
Meson GX SoCs (bnc#1012628).
- i40e: Fix attach VF to VM issue (bnc#1012628).
- tpm: cmd_ready command can be issued only after granting
locality (bnc#1012628).
- tpm: tpm-interface: fix tpm_transmit/_cmd kdoc (bnc#1012628).
- tpm: add retry logic (bnc#1012628).
- bonding: do not set slave_dev npinfo before slave_enable_netpoll
in bond_enslave (bnc#1012628).
- docs: ip-sysctl.txt: fix name of some ipv6 variables
(bnc#1012628).
- ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
(bnc#1012628).
- ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()-
v4 pkts (bnc#1012628).
- KEYS: DNS: limit the length of option strings (bnc#1012628).
- l2tp: check sockaddr length in pppol2tp_connect() (bnc#1012628).
- llc: delete timers synchronously in llc_sk_free() (bnc#1012628).
- net: af_packet: fix race in PACKET_{R|T}X_RING (bnc#1012628).
- net: fix deadlock while clearing neighbor proxy table
(bnc#1012628).
- net: mvpp2: Fix DMA address mask size (bnc#1012628).
- net: qmi_wwan: add Wistron Neweb D19Q1 (bnc#1012628).
- net/smc: fix shutdown in state SMC_LISTEN (bnc#1012628).
- net: stmmac: Disable ACS Feature for GMAC >= 4 (bnc#1012628).
- packet: fix bitfield update race (bnc#1012628).
- pppoe: check sockaddr length in pppoe_connect() (bnc#1012628).
- Revert "macsec: missing dev_put() on error in macsec_newlink()"
(bnc#1012628).
- sctp: do not check port in sctp_inet6_cmp_addr (bnc#1012628).
- strparser: Do not call mod_delayed_work with a timeout of
LONG_MAX (bnc#1012628).
- strparser: Fix incorrect strp->need_bytes value (bnc#1012628).
- tcp: clear tp->packets_out when purging write queue
(bnc#1012628).
- tcp: don't read out-of-bounds opsize (bnc#1012628).
- tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established
sockets (bnc#1012628).
- team: avoid adding twice the same option to the event list
(bnc#1012628).
- team: fix netconsole setup over team (bnc#1012628).
- tipc: add policy for TIPC_NLA_NET_ADDR (bnc#1012628).
- vlan: Fix reading memory beyond skb->tail in
skb_vlan_tagged_multi (bnc#1012628).
- vmxnet3: fix incorrect dereference when rxvlan is disabled
(bnc#1012628).
- amd-xgbe: Add pre/post auto-negotiation phy hooks (bnc#1012628).
- amd-xgbe: Improve KR auto-negotiation and training
(bnc#1012628).
- amd-xgbe: Only use the SFP supported transceiver signals
(bnc#1012628).
- net: sched: ife: signal not finding metaid (bnc#1012628).
- net: sched: ife: handle malformed tlv length (bnc#1012628).
- net: sched: ife: check on metadata length (bnc#1012628).
- l2tp: hold reference on tunnels in netlink dumps (bnc#1012628).
- l2tp: hold reference on tunnels printed in pppol2tp proc file
(bnc#1012628).
- l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs
file (bnc#1012628).
- l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file
overflow (bnc#1012628).
- llc: hold llc_sap before release_sock() (bnc#1012628).
- llc: fix NULL pointer deref for SOCK_ZAPPED (bnc#1012628).
- s390/qeth: fix error handling in adapter command callbacks
(bnc#1012628).
- s390/qeth: avoid control IO completion stalls (bnc#1012628).
- s390/qeth: handle failure on workqueue creation (bnc#1012628).
- net: ethernet: ti: cpsw: fix tx vlan priority mapping
(bnc#1012628).
- net: validate attribute sizes in neigh_dump_table()
(bnc#1012628).
- bnxt_en: Fix memory fault in bnxt_ethtool_init() (bnc#1012628).
- virtio-net: add missing virtqueue kick when flushing packets
(bnc#1012628).
- VSOCK: make af_vsock.ko removable again (bnc#1012628).
- net: aquantia: Regression on reset with 1.x firmware
(bnc#1012628).
- tun: fix vlan packet truncation (bnc#1012628).
- net: aquantia: oops when shutdown on already stopped device
(bnc#1012628).
- virtio_net: split out ctrl buffer (bnc#1012628).
- virtio_net: fix adding vids on big-endian (bnc#1012628).
- Revert "mm/hmm: fix header file if/else/endif maze"
(bnc#1012628).
- commoncap: Handle memory allocation failure (bnc#1012628).
- scsi: mptsas: Disable WRITE SAME (bnc#1012628).
- cdrom: information leak in cdrom_ioctl_media_changed()
(bnc#1012628).
- fsnotify: Fix fsnotify_mark_connector race (bnc#1012628).
- m68k/mac: Don't remap SWIM MMIO region (bnc#1012628).
- block/swim: Check drive type (bnc#1012628).
- block/swim: Don't log an error message for an invalid ioctl
(bnc#1012628).
- block/swim: Remove extra put_disk() call from error path
(bnc#1012628).
- block/swim: Rename macros to avoid inconsistent inverted logic
(bnc#1012628).
- block/swim: Select appropriate drive on device open
(bnc#1012628).
- block/swim: Fix array bounds check (bnc#1012628).
- block/swim: Fix IO error at end of medium (bnc#1012628).
- tracing: Fix missing tab for hwlat_detector print format
(bnc#1012628).
- hwmon: (k10temp) Add temperature offset for Ryzen 2700X
(bnc#1012628).
- hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
(bnc#1012628).
- s390/cio: update chpid descriptor after resource accessibility
event (bnc#1012628).
- s390/dasd: fix IO error for newly defined devices (bnc#1012628).
- s390/uprobes: implement arch_uretprobe_is_alive() (bnc#1012628).
- s390/cpum_cf: rename IBM z13/z14 counter names (bnc#1012628).
- kprobes: Fix random address output of blacklist file
(bnc#1012628).
- ACPI / video: Only default only_lcd to true on Win8-ready
_desktops_ (bnc#1012628).
- commit 566acbc
==== krb5 ====
Subpackages: krb5-32bit krb5-server
- Added support for /etc/krb5.conf.d/ for configuration snippets
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-factory+owner(a)opensuse.org
6 years, 6 months
Re: [opensuse-factory] EOL feature
by Nelson Marques
> On 2011-05-27 22:06, Andrew Joakimsen wrote:
>> The mirrors are still out there. I don't understand why we need to
>> break people's package managers after a certain time.
>>
>> Sure its EOL, sure it's not suggested to use, etc, etc. But why do we
>> need to break people's package managers?
The package managers aren't broken... what seems to be broken is users
failing to understand that the product is EOL and those repositories
are supressed. Let's be realistic with a quick example... look
carefully at the repositories which you pasted... they are either
mirrors or private repositories... repositories that the user added...
Now, the package manager is broken if the repositories aren't there?
I'm sorry but I have some trouble understanding...
But going further... Lets see things as they are... Keeping a
repository alive over the life cycle costs resources (maybe needed by
other projects which probably would deliever more value to the
distribution), they cost man power to maintain (are you jumping
forward to maintain them or just nagging about the fact they might be
gone?).... Maintaining those repo's does involves heavy costs... lets
be honest... for how many users? So far you failed to say if those
reports are from 2 or 2.000.000 users....
Well if we're talking about 2.000.000 users, then we should probably
look deeper into it... if we're talking about two users or less than
1% of the users.... the answer is simple, upgrade!
Now for a change, what could be pretty much done easilly was the
following to cover the communication problems and make sure users see
the EOL message:
1. Add a EOL message to the YaST installer, make it very visible
stating when that product terminates.
2. One month before the EOL add a small package which will force that
any sessioned login on a console will print out: "This product life
cycle finishes on $DATE. PLEASE UPGRADE!"
3. Add into the main page of openSUSE the following:
+ openSUSE 11.2 is no longer supported:
+ with 1 trillion downloads;
+ with 1 trillion bugs fixed;
+ with 1 trillion happy users which are now running openSUSE 11.4!
+ openSUSE 11.1 is no longer supported:
+ bla bla bla
+ bla bla bla
And that's pretty much it... But just to continue being an a$$, please
quantify the real number of users which have putted up such issue, so
that we can see what is really happening... so far they can 2 or
2.000.000... being a bit more precise would help.
Yet another unusefull contribution.
> The package managers are already broken. The packagekit applet is
> complaining here about every 15 minutes that it could not connect to a
> software source.
>
> I had to do:
>
> mv /usr/sbin/packagekitd /usr/sbin/packagekitd.noquiero
>
> to stop that nonsense.
>
>
> Look how many repos fail for me:
>
>
> Telcontar:~ # zypper refresh
> Repository 'NVIDIA Repository' is up to date.
> Download (curl) error for
> 'http://ftp.gwdg.de/pub/linux/misc/packman/suse/11.2/repodata/repomd.xml':
> Error code: User abort
> Error message: connect() timed out!
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'Packman Repository':
> Download (curl) error for
> 'http://ftp.gwdg.de/pub/linux/misc/packman/suse/11.2/repodata/repomd.xml':
> Error code: User abort
> Error message: connect() timed out!
>
> Skipping repository 'Packman Repository' because of the above error.
> Repository 'Google Talk Plugin' is up to date.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/home:/plater/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: home: Dave Plater':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/home:/plater/openSUSE_11.2/'
>
> Skipping repository 'OBS: home: Dave Plater' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/server:/database/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: Database':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/server:/database/openSUSE_11.2/'
>
> Skipping repository 'OBS: Database' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/KDE%3a/KDE3/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: KDE: KDE3':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/KDE%3a/KDE3/openSUSE_11.2/'
>
> Skipping repository 'OBS: KDE: KDE3' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/KDE%3a/UpdatedApps/openSUSE_11.2'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: KDE: UpdatedApps':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/KDE%3a/UpdatedApps/openSUSE_11.2'
>
> Skipping repository 'OBS: KDE: UpdatedApps' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/openSUSE%3a/Tools/openSUSE_11.2'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: oS: tools':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/openSUSE%3a/Tools/openSUSE_11.2'
>
> Skipping repository 'OBS: oS: tools' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/OpenOffice.org%3a/STABLE/openSUSE…'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: OpenOffice.org':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/OpenOffice.org%3a/STABLE/openSUSE…'
>
> Skipping repository 'OBS: OpenOffice.org' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/openSUSE:/11.2:/Contrib/standard'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: Contrib/standard':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/openSUSE:/11.2:/Contrib/standard'
>
> Skipping repository 'OBS: Contrib/standard' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/games/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: games':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/games/openSUSE_11.2/'
>
> Skipping repository 'OBS: games' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/hamradio/openSUSE_11.2'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: hamradio':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/hamradio/openSUSE_11.2'
>
> Skipping repository 'OBS: hamradio' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_1…'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: multimedia: audio: KMP':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_1…'
>
> Skipping repository 'OBS: multimedia: audio: KMP' because of the above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_1…'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: multimedia: audio: KMP (update)':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/multimedia:/audio:/KMP/openSUSE_1…'
>
> Skipping repository 'OBS: multimedia: audio: KMP (update)' because of the
> above error.
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/science/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: science':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/science/openSUSE_11.2/'
>
> Skipping repository 'OBS: science' because of the above error.
> Retrieving repository 'OBS: server: mail' metadata [done]
> Building repository 'OBS: server: mail' cache [done]
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/drivers:/webcam/openSUSE_11.2/'
>
> Abort, retry, ignore? [a/r/i/?] (a): i
> Error retrieving metadata for 'OBS: Drivers for webcams':
> File '/repodata/repomd.xml' not found on medium
> 'http://download.opensuse.org/repositories/drivers:/webcam/openSUSE_11.2/'
>
> Skipping repository 'OBS: Drivers for webcams' because of the above error.
> Repository 'openSUSE-11.2-Source' is up to date.
> Repository 'libdvdcss repository' is up to date.
> Repository 'openSUSE-11.2-Non-Oss' is up to date.
> Repository 'openSUSE-11.2-Oss' is up to date.
> Repository 'openSUSE-11.2-Update' is up to date.
> Some of the repositories have not been refreshed because of an error.
> Telcontar:~ #
>
>
>
>
> - --
> Cheers / Saludos,
>
> Carlos E. R.
> (from 11.2 x86_64 "Emerald" at Telcontar)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.12 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk3gOWoACgkQtTMYHG2NR9V+yACfSrA1PwrTCGnTdVuNQSqtrMgB
> qv0AmwcQnODdpgRyO6Uw8DrE58WBk7sK
> =WkzD
> -----END PGP SIGNATURE-----
> --
> To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
> For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
>
>
--
Nelson Marques
/* As cicatrizes lembram-nos de onde estivemos, mas não ditam para onde vamos */
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-factory+help(a)opensuse.org
13 years, 5 months
New Tumbleweed snapshot 20240920 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
bind (9.20.1 -> 9.20.2)
ibus-libpinyin (1.15.7 -> 1.15.8)
kernel-source (6.10.9 -> 6.10.11)
libdovi (3.2.0 -> 3.3.1)
nbdkit (1.40.2 -> 1.40.3)
openSUSE-release (20240919 -> 20240920)
osinfo-db
swtpm
=== Details ===
==== bind ====
Version update (9.20.1 -> 9.20.2)
Subpackages: bind-doc bind-utils
- Update to release 9.20.2
New Features:
* Support for Offline KSK implemented.
* Add a new configuration option offline-ksk to enable Offline
KSK key management. Signed Key Response (SKR) files created
with dnssec-ksr (or other programs) can now be imported into
named with the new rndc skr -import command. Rather than
creating new DNSKEY, CDS, and CDNSKEY records and generating
signatures covering these types, these records are loaded from
the currently active bundle from the imported SKR.
* The implementation is loosely based on
draft-icann-dnssec-keymgmt-01.txt.
* Print the full path of the working directory in startup log
messages.
* named now prints its initial working directory during startup,
and the changed working directory when loading or reloading its
configuration file, if it has a valid directory option defined.
* Support a restricted key tag range when generating new keys.
* When multiple signers are being used to sign a zone, it is
useful to be able to specify a restricted range of key tags to
be used by an operator to sign the zone. The range can be
specified with tag-range in dnssec-policyâs keys (for named and
dnssec-ksr) and with the new options dnssec-keyfromlabel -M and
dnssec-keygen -M.
Feature Changes:
* Exempt prefetches from the fetches-per-zone and
fetches-per-server quotas.
* Fetches generated automatically as a result of prefetch are now
exempt from the fetches-per-zone and fetches-per-server quotas.
This should help in maintaining the cache from which query
responses can be given.
* Follow the number of CPUs set by taskset/cpuset.
* Administrators may wish to constrain the set of cores that
named runs on via the taskset, cpuset, or numactl programs (or
equivalents on other OSes).
* If the admin has used taskset, named now automatically uses the
given number of CPUs rather than the system-wide count.
Bug Fixes:
* Delay the release of root privileges until after configuring
controls.
* Delay relinquishing root privileges until the control channel
has been configured, for the benefit of systems that require
root to use privileged port numbers. This mostly affects
systems without fine- grained privilege systems (i.e., other
than Linux).
* Fix a rare assertion failure when shutting down incoming
transfer.
* A very rare assertion failure could be triggered when the
incoming transfer was either forcefully shut down, or it
finished during the printing of the details about the
statistics channel. This has been fixed.
* Fix algorithm rollover bug when there are two keys with the
same keytag.
* If there was an algorithm rollover and two keys of different
algorithms shared the same keytags, there was the possibility
that the check of whether the key matched a specific state
could be performed against the wrong key. This has been fixed
by not only checking for the matching key tag but also the key
algorithm.
* Fix an assertion failure in validate_dnskey_dsset_done().
* Under rare circumstances, named could terminate unexpectedly
when validating a DNSKEY resource record if the validation had
been canceled in the meantime. This has been fixed.
Known Issues:
* Long-running tasks in offloaded threads (e.g. the loading of
RPZ zones or processing zone transfers) may block the
resolution of queries during these operations and cause the
queries to time out. To work around the issue, the
UV_THREADPOOL_SIZE environment variable can be set to a larger
value before starting named. The recommended value is the
number of RPZ zones (or number of transfers) plus the number of
threads BIND should use, which is typically the number of CPUs.
==== ibus-libpinyin ====
Version update (1.15.7 -> 1.15.8)
- Update version to 1.15.8:
GtkDialog "type-hint" changed to dialog;
Fix lua plugin;
Update the Copyright year in setup dialog;
Update opencc-config to use s2tw.json;
==== kernel-source ====
Version update (6.10.9 -> 6.10.11)
- Linux 6.10.11 (bsc#1012628).
- usb: typec: ucsi: Always set number of alternate modes
(bsc#1012628).
- usb: typec: ucsi: Fix cable registration (bsc#1012628).
- drm/mediatek: Set sensible cursor width/height values to fix
crash (bsc#1012628).
- ksmbd: override fsids for share path check (bsc#1012628).
- ksmbd: override fsids for smb2_query_info() (bsc#1012628).
- usbnet: ipheth: remove extraneous rx URB length check
(bsc#1012628).
- usbnet: ipheth: drop RX URBs with no payload (bsc#1012628).
- usbnet: ipheth: do not stop RX on failing RX callback
(bsc#1012628).
- usbnet: ipheth: fix carrier detection in modes 1 and 4
(bsc#1012628).
- net: ethernet: use ip_hdrlen() instead of bit shift
(bsc#1012628).
- drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero
(bsc#1012628).
- drm: panel-orientation-quirks: Add quirk for Ayn Loki Max
(bsc#1012628).
- net: phy: vitesse: repair vsc73xx autonegotiation (bsc#1012628).
- powerpc/mm: Fix boot warning with hugepages and
CONFIG_DEBUG_VIRTUAL (bsc#1012628).
- wifi: mt76: mt7921: fix NULL pointer access in
mt7921_ipv6_addr_change (bsc#1012628).
- drm/amdgpu: Update kmd_fw_shared for VCN5 (bsc#1012628).
- net: hns3: use correct release function during uninitialization
(bsc#1012628).
- btrfs: update target inode's ctime on unlink (bsc#1012628).
- Input: ads7846 - ratelimit the spi_sync error message
(bsc#1012628).
- Input: synaptics - enable SMBus for HP Elitebook 840 G2
(bsc#1012628).
- hid-asus: add ROG Ally X prod ID to quirk list (bsc#1012628).
- HID: multitouch: Add support for GT7868Q (bsc#1012628).
- Input: edt-ft5x06 - add support for FocalTech FT8201
(bsc#1012628).
- cgroup/cpuset: Eliminate unncessary sched domains rebuilds in
hotplug (bsc#1012628).
- scripts: kconfig: merge_config: config files: add a trailing
newline (bsc#1012628).
- platform/x86: asus-wmi: Add quirk for ROG Ally X (bsc#1012628).
- platform/surface: aggregator_registry: Add Support for Surface
Pro 10 (bsc#1012628).
- platform/surface: aggregator_registry: Add support for Surface
Laptop Go 3 (bsc#1012628).
- platform/surface: aggregator_registry: Add support for Surface
Laptop Studio 2 (bsc#1012628).
- platform/surface: aggregator_registry: Add fan and thermal
sensor support for Surface Laptop 5 (bsc#1012628).
- platform/surface: aggregator_registry: Add support for Surface
Laptop 6 (bsc#1012628).
- spi: zynqmp-gqspi: Scale timeout by data size (bsc#1012628).
- drm/msm/adreno: Fix error return if missing firmware-name
(bsc#1012628).
- Input: i8042 - add Fujitsu Lifebook E756 to i8042 quirk table
(bsc#1012628).
- drm/xe/xe2lpm: Extend Wa_16021639441 (bsc#1012628).
- drm/xe: fix WA 14018094691 (bsc#1012628).
- drm/xe: use devm instead of drmm for managed bo (bsc#1012628).
- s390/mm: Pin identity mapping base to zero (bsc#1012628).
- smb/server: fix return value of smb2_open() (bsc#1012628).
- NFSv4: Fix clearing of layout segments in layoutreturn
(bsc#1012628).
- NFS: Avoid unnecessary rescanning of the per-server delegation
list (bsc#1012628).
- platform/x86: panasonic-laptop: Fix SINF array out of bounds
accesses (bsc#1012628).
- platform/x86: panasonic-laptop: Allocate 1 entry extra in the
sinf array (bsc#1012628).
- mptcp: pm: Fix uaf in __timer_delete_sync (bsc#1012628).
- selftests: mptcp: join: restrict fullmesh endp on 1st sf
(bsc#1012628).
- arm64: dts: rockchip: fix eMMC/SPI corruption when audio has
been used on RK3399 Puma (bsc#1012628).
- arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO
hog on RK3399 Puma (bsc#1012628).
- minmax: reduce min/max macro expansion in atomisp driver
(bsc#1012628).
- net: tighten bad gso csum offset check in virtio_net_hdr
(bsc#1012628).
- net: libwx: fix number of Rx and Tx descriptors (bsc#1012628).
- dm-integrity: fix a race condition when accessing recalc_sector
(bsc#1012628).
- clocksource: hyper-v: Use lapic timer in a TDX VM without
paravisor (bsc#1012628).
- x86/hyperv: fix kexec crash due to VP assist page corruption
(bsc#1012628).
- mm: avoid leaving partial pfn mappings around in error case
(bsc#1012628).
- bcachefs: Fix bch2_extents_match() false positive (bsc#1012628).
- bcachefs: Revert lockless buffered IO path (bsc#1012628).
- bcachefs: Don't delete open files in online fsck (bsc#1012628).
- arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for
ROCK Pi E (bsc#1012628).
- firmware: qcom: uefisecapp: Fix deadlock in qcuefi_acquire()
(bsc#1012628).
- riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq
... changelog too long, skipping 766 lines ...
- commit e9c5fe9
==== libdovi ====
Version update (3.2.0 -> 3.3.1)
- Update to 3.3.1:
* Changed AV1 function signatures to take slices as input and
return a Vec.
* Added write_av1_rpu_metadata_obu_t35_complete function to encode
RPUs in complete metadata OBU payloads.
* XML parser: support decimals when parsing Level6 MaxCLL/MaxFALL
values.
* Added DoviRpu::parse_itu_t35_dovi_metadata_obu and deprecated
av1::parse_itu_t35_dovi_metadata_obu.
* Fixed encoding AV1 payloads with trailing bytes. They are now
discarded.
* Added dovi_write_av1_rpu_metadata_obu_t35_{payload,complete}
functions.
* Added dovi_parse_itu_t35_dovi_metadata_obu function.
* Added support for parsing ext_mapping_idc in RpuDataHeader.
==== nbdkit ====
Version update (1.40.2 -> 1.40.3)
Subpackages: nbdkit-basic-filters nbdkit-basic-plugins nbdkit-curl-plugin nbdkit-nbd-plugin nbdkit-python-plugin nbdkit-server nbdkit-ssh-plugin nbdkit-vddk-plugin
- Update to version 1.40.3:
* Version 1.40.3.
* ip: Do late filtering in list_exports as well as open
* docs/nbdkit_shutdown.pod: Minor copyediting
* docs/nbdkit_error.pod: Typo 'thre' -> 'there'
* podwrapper: Check cross-references to C API pages
* docs: Fix cross-reference to nbdkit_stdio_safe(3)
* ocaml: Use thread-local key to register & unregister the thread
* ocaml: Reinitialize the OCaml runtime after fork
* tests: Refactor ocaml errorcodes plugin used in testing
- Move nbdkit-null-plugin to the nbdkit-server package
==== openSUSE-release ====
Version update (20240919 -> 20240920)
Subpackages: openSUSE-release-appliance-custom openSUSE-release-dvd
- automatically generated by openSUSE-release-tools/pkglistgen
==== osinfo-db ====
- Add support for SLE Micro 6.1 (jsc#PED-8910)
add-slem6.1-support.patch
- Drop support for Leap 15.7. Next major version is Leap 16
add-opensuse-leap-15.7-support.patch
- Adjust place holder release-date for sle15sp7
add-sle15sp7-support.patch
==== swtpm ====
Subpackages: swtpm-selinux
- Fix swtpm custom module (bsc#1229131)
- Add patch: 1229131-fix-swtpm-selinux-policy-mismatch.patch
- this can be removed once swtpm upstream sorts out their custom selinux module.
see: https://github.com/stefanberger/swtpm/issues/885
there were a couple changes in the selinux-policy libvirt handling
which causes the logfile in /var/log/swtpm/libvirt/qemu/*.log to be labeled
virt_log_t instead of var_log_t. this patch allows swtpm_t to open the virt_log_t
2 months
New Tumbleweed snapshot 20220908 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
MozillaFirefox (104.0 -> 104.0.2)
aaa_base (84.87+git20220727.43b9e53 -> 84.87+git20220822.6b9f7a3)
bluedevil5 (5.25.4 -> 5.25.5)
breeze (5.25.4 -> 5.25.5)
breeze-gtk (5.25.4 -> 5.25.5)
discover (5.25.4 -> 5.25.5)
drkonqi5 (5.25.4 -> 5.25.5)
filesystem
gstreamer-plugins-rs (0.8.4+git20220607.b1b3930e -> 0.8.4+git20220824.052092cd)
gtk4 (4.7.2 -> 4.8.0)
health-checker (1.6 -> 1.7)
ipmitool (1.8.18.249.g4d25a93 -> 1.8.19.0.g19d7878)
kactivitymanagerd (5.25.4 -> 5.25.5)
kcm_sddm (5.25.4 -> 5.25.5)
kde-cli-tools5 (5.25.4 -> 5.25.5)
kde-gtk-config5 (5.25.4 -> 5.25.5)
kgamma5 (5.25.4 -> 5.25.5)
khotkeys5 (5.25.4 -> 5.25.5)
kinfocenter5 (5.25.4 -> 5.25.5)
kmenuedit5 (5.25.4 -> 5.25.5)
kscreen5 (5.25.4 -> 5.25.5)
kscreenlocker (5.25.4 -> 5.25.5)
ksshaskpass5 (5.25.4 -> 5.25.5)
ksystemstats5 (5.25.4 -> 5.25.5)
kwayland-integration (5.25.4 -> 5.25.5)
kwin5 (5.25.4 -> 5.25.5)
kwrited5 (5.25.4 -> 5.25.5)
layer-shell-qt (5.25.4 -> 5.25.5)
libkdecoration2 (5.25.4 -> 5.25.5)
libkscreen2 (5.25.4 -> 5.25.5)
libksysguard5 (5.25.4 -> 5.25.5)
libssh (0.10.3 -> 0.10.4)
llvm14
milou5 (5.25.4 -> 5.25.5)
ocfs2-tools
oxygen5-sounds (5.25.4 -> 5.25.5)
plasma-browser-integration (5.25.4 -> 5.25.5)
plasma-nm5 (5.25.4 -> 5.25.5)
plasma5-addons (5.25.4 -> 5.25.5)
plasma5-desktop (5.25.4 -> 5.25.5)
plasma5-disks (5.25.4 -> 5.25.5)
plasma5-integration (5.25.4 -> 5.25.5)
plasma5-openSUSE
plasma5-pa (5.25.4 -> 5.25.5)
plasma5-systemmonitor (5.25.4 -> 5.25.5)
plasma5-thunderbolt (5.25.4 -> 5.25.5)
plasma5-workspace (5.25.4 -> 5.25.5)
polkit-kde-agent-5 (5.25.4 -> 5.25.5)
powerdevil5 (5.25.4 -> 5.25.5)
systemsettings5 (5.25.4 -> 5.25.5)
vlc
xdg-desktop-portal-kde (5.25.4 -> 5.25.5)
yast2-network (4.5.5 -> 4.5.6)
=== Details ===
==== MozillaFirefox ====
Version update (104.0 -> 104.0.2)
Subpackages: MozillaFirefox-translations-common
- Mozilla Firefox 104.0.2 (boo#1203177)
https://www.mozilla.org/en-US/firefox/104.0.2/releasenotes/
* Fixed a bug making it impossible to use touch or a stylus to
drag the scrollbar on pages (bmo#1787361)
* Fixed an issue causing some users to crash in out-of-memory
conditions (bmo#1774155)
* Fixed an issue that would sometimes affect video & audio playback
when loaded via a cross-origin iframe src attribute (bmo#1781759)
* Fixed an issue that would sometimes affect video & audio playback
when served with Content-Security-Policy: sandbox (bmo#1781063)
- Mozilla Firefox 104.0.1
* Addresses an issue with Youtube video playback that was
affecting some users (boo#1203003)
==== aaa_base ====
Version update (84.87+git20220727.43b9e53 -> 84.87+git20220822.6b9f7a3)
Subpackages: aaa_base-extras
- Update to version 84.87+git20220822.6b9f7a3:
* Simplify XDG_CONFIG_DIRS (boo#1201802)
==== bluedevil5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: bluedevil5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== breeze ====
Version update (5.25.4 -> 5.25.5)
Subpackages: breeze5-cursors breeze5-decoration breeze5-style breeze5-style-lang libbreezecommon5-5
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* kstyle: Fix class name to fix indeterminate progress bars animations
* Look at QStyleOptionProgressBar::orientation again
- Drop patches, now upstream:
* 0001-Look-at-QStyleOptionProgressBar-orientation-again.patch
==== breeze-gtk ====
Version update (5.25.4 -> 5.25.5)
Subpackages: gtk2-metatheme-breeze gtk3-metatheme-breeze metatheme-breeze-common
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== discover ====
Version update (5.25.4 -> 5.25.5)
Subpackages: discover-backend-flatpak discover-backend-fwupd discover-backend-packagekit discover-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* Fix Flatpak Permissions
* When drawer is a drawer, close it when clicking leaf items in it (kde#457539)
* Request inhibiting sleep while transactions are on (kde#401304)
* snap: Properly communicate a snap's licence
* Be faster when all KNS categories fail at once (i.e. when you are offline) (kde#454442)
==== drkonqi5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: drkonqi5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== filesystem ====
- Add /usr/lib/environment.d: new base directory for
XDG_CONFIG_DIRS (boo#1201802).
==== gstreamer-plugins-rs ====
Version update (0.8.4+git20220607.b1b3930e -> 0.8.4+git20220824.052092cd)
- Update to version 0.8.4+git20220824.052092cd:
* Add RaptorQ RTP FEC plugins
* audioloudnorm: Drain on segment event
* audio: Use gst_audio::AudioCapsBuilder in some plugins
* audio, video: Use AudioCapsBuilder::new_interleaved where
applicable
* aws: Document the s3hlssink element in README
* aws: s3sink: Add a deprecation warning for retry duration
properties
* aws: s3sink,s3src,transcriber: Add property to set temporary
credentials
* aws_transcriber: expose filtering related properties
* aws_transcriber: Fix regression with credentials mechanism
* aws: Update to aws 0.17/0.47
* ci: Update image version
* ci: Update to cargo-c 0.9.11
* deny: Update
* fallbackswitch: fix gap processing regression
* fallbackswitch: Remove unused libc dependency/feature
* Fix a couple of new 1.62 clippy warnings
* Fix build after glib SignalBuilder::param_types() API change
* Fix/silence a couple new clippy warnings
* fmp4mux: Add debug output for each fragment's start PTS
* fmp4mux: Consider invalid running times as zero and before
anything else
* fmp4mux: Dequeue as many buffers as are available in each
aggregate call
* fmp4mux: Dequeue the earliest buffer from any pad first instead
of dequeueing up to a whole fragment from the same pad
* fmp4mux: Ensure that DTS (or PTS for intra-only streams) are
monotonically increasing
* fmp4mux: Fix draining if there are no GOPs for a stream
* fmp4mux: Fix some clippy warnings
* fmp4mux: Fix usage of first_sample_flags/default_sample_flags
* fmp4mux: Handle PTS<segment.start when requesting keyframes
* fmp4mux: Refactor timestamp handling for writing out data
* fmp4mux: Remove obsolete `#[allow(clippy::too_many_arguments)]`
* fmp4mux: Require parsed ONVIF timed metadata
* fmp4mux: Use UTC times from reference timestamp meta in ONVIF
mode
* fmp4mux: Write header as late as possible
* fmp4mux: Write ONVIF Export File Format CorrectStartTime box
for ONVIF variant
* fmp4mux: Write `tref` box for ONVIF timed metadata tracks to
reference the first video track
* fmp4: Update to m3u8-rs 5
* generic/fmp4: update Signed return type
* generic/fmp4: use opt_ops
* hlssink3: convert playlist type to an enum
* hlssink3: Dont reset end_list after stop is called.
* hlssink3: Put EXT-X-ENDLIST for vod playlist-type.
* hlssink3: Update to m3u8-rs 5
* Migrate s3src and s3sink to use AWS SDK
* Migrate transcriber to aws sdk
* net/aws: Add support for S3 HLS sink
* net/aws: Add support for specifying endpoint
* net/aws/aws_transcriber: Fix clippy warning
* net/aws: Clean up pending rusoto references
* net/rusoto: Drop rusoto crates
* net/rusoto: Rename to aws
* onvif: Add onvifmetadataparse element
* onvifaggregator: Add support for UNIX reference timestamp
metadata
* onvifaggregator: refactor, expect parsed metadata
* onvif: Disable default features for the chrono dependency
* onvifmetadataparse: Only define the namespace prefix once for
the top-level element
* onvifmetadataparse: use NTP epoch everywhere instead of mixing
UNIX/NTP epochs
* onvifmetadataparse: Use NTP reference timestamp meta
* onvifmetadata: removing encoding field
* onvifoverlay: render polygons when present
* onvif: Update to minidom 0.15
* plugins: Simplify code using ParamSpecBuilder
* raptorq: Derive `Eq` for some more structs
* README.md: Add various new plugins
* README: mention cargo update to resolve dep issues after git
updates
* Remove unnecessary `unsafe` blocks for `Buffer::as_ptr()`
* Rename rusoto to aws
* Revert "fmp4mux: Dequeue as many buffers as are available in
each aggregate call"
* roundedcorners: Ensure alpha_mem is mutable when updating
radius
* roundedcorners: Logging improvement
* Simplify Formatted value handling
* sodium: Update to no-deprecated clap 3.2 API
* textahead: generate a buffer with ahead text at segment start
* threadshare: Fix some new clippy beta warnings
* tracers: Add new tracer for logging the lateness of each buffer
when it leaves a pad
* tracers: Add queue levels tracer and Python script for plotting
* tracers: buffer_lateness: log when file is being written
* tracers: buffer_lateness.py: cycle colors
* tracers: Enable PipelineSnapshot only for unix target
* tracers: queue-levels: Add support for multiqueue and queue2
* tracers: queue-levels: Fix analysis script if only a single
plot should be created
* tracers: queue_levels: log when file is being written
... changelog too long, skipping 32 lines ...
- Modernize _service, use obs_scm and add cargo_audit.
==== gtk4 ====
Version update (4.7.2 -> 4.8.0)
Subpackages: gtk4-lang gtk4-schema gtk4-tools libgtk-4-1 typelib-1_0-Gtk-4_0
- Update to version 4.8.0:
+ GtkTreeView:
- Fix a problem with scrolling animations
- Fix some event handling problems
- Drop unreachable code
+ GtkText: Respect the no-emoji input hint fully
+ GtkEmojiChooser: Fix arrow key navigation
+ GtkFontChooser: Improve the handling of OpenType font features
+ GtkTreeListModel: Fix handling of collapsed child nodes
+ GtkInscription: Fix accessible name
+ Theme: Fix placeholder text in HighContrast
+ Increase the memory limit for the jpeg loader to 300M
+ Miscellaneous memory leak fixes
+ Wayland: Refator handling of text protocol client updates
+ Updated translations.
- Drop pkgconfig(rest-0.7) BuildRequires: it seems to serve no
purpose, nor can I find anything to suggest that gtk depends on
it.
==== health-checker ====
Version update (1.6 -> 1.7)
Subpackages: health-checker-plugins-MicroOS
- Update to version 1.7
* Before rollback make sure /.snapshots is mounted rw
* Fix typos and spelling errors. Note: in case an application is
parsing the output it will need to adopt to the new strings.
==== ipmitool ====
Version update (1.8.18.249.g4d25a93 -> 1.8.19.0.g19d7878)
- Update to version 1.8.19.0.g19d7878:
* Release Version 1.8.19
* Cast type before the left shift
* sel: Fix the deasserted thresholds inequality
==== kactivitymanagerd ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kactivitymanagerd-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kcm_sddm ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kcm_sddm-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kde-cli-tools5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kde-cli-tools5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kde-gtk-config5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kde-gtk-config5-gtk3
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kgamma5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kgamma5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== khotkeys5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: khotkeys5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kinfocenter5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kinfocenter5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* smb: show the share page in properties dialog (kde#457854)
==== kmenuedit5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kmenuedit5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kscreen5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kscreen5-lang kscreen5-plasmoid
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* Don't compute aspect ratio for empty screen geometries (kde#456235)
==== kscreenlocker ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kscreenlocker-lang libKScreenLocker5
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== ksshaskpass5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: ksshaskpass5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== ksystemstats5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: ksystemstats5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kwayland-integration ====
Version update (5.25.4 -> 5.25.5)
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== kwin5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: kwin5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* backends/drm: Fix software cursor fallback in DrmOutput::renderCursorOpengl() (kde#458036)
* Fix loading xcursor themes with invalid Inherits field (kde#457926)
* wayland: Prevent sending xdg_output properties if wl_output is removed
* xwayland: Remove text/x-moz-url and _NETSCAPE_URL mime converters (kde#458226)
* plugins/nightcolor: fix wrong transition time update in location mode (kde#412211)
* plugins/nightcolor: change time handling to allow for arbitrary morning and evening times (kde#445758)
* wayland: Fix lease termination in wp_lease_v1_destroy()
* effects/desktopgrid: Fix grid's size and scale w.r.t. row/column spacing
* effects/desktopgrid: Replace PlasmaCore.Units.largeSpacing with gridUnit
* drm_gpu: don't bother trying to assign a crtc to a connector that isn't connected (kde#457002)
* plugins/qpa: Assume there's current context when swapBuffers() is called
* backends/drm: add stricter checks for direct scanout (kde#457851)
* window: expose "output" property
* wayland: Setup window management when starting to manage X11 window
* backends/drm: don't crash if beginFrame fails
* effects/colorpicker: Fix off-by-one error during coordinates conversion
* effects/colorpicker: Factor out effects->renderTargetRect() constant
* wayland: Remove surface() check in Window::setupWindowManagement() (kde#444325)
* wayland: Fix touch event delivery to subsurfaces (kde#452967)
* wayland: Do not allocate a full list just to check if there's values
* effects/private: Fix ExpoLayout reflowing in Desktop Grid while dragging
* backends/drm: fix blob updating (kde#449285)
* effects/private: Prevent fading windows from moving downward in WindowView effect
* effects/desktopgrid: Fix panel opacity animation during transition
==== kwrited5 ====
Version update (5.25.4 -> 5.25.5)
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== layer-shell-qt ====
Version update (5.25.4 -> 5.25.5)
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== libkdecoration2 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: libkdecorations2-5 libkdecorations2-5-lang libkdecorations2private9
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== libkscreen2 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: libKF5Screen7 libkscreen2-plugin
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== libksysguard5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: ksysguardsystemstats-data libKSysGuardSystemStats1 libksysguard5-imports libksysguard5-lang libksysguard5-plugins
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== libssh ====
Version update (0.10.3 -> 0.10.4)
Subpackages: libssh-config libssh4
- Update to version 0.10.4
* https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.4
==== llvm14 ====
Subpackages: clang-tools clang14 clang14-doc libLLVM14 libc++-devel libc++1 libc++abi-devel libc++abi1 libclang-cpp14 libclang13 llvm14-gold
- Make sure we keep -DNDEBUG. At some point %{optflags} must have
lost it, perhaps because CMake usually adds it on top. So when
overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
because that's the default anyway and hasn't helped here.
- Add llvm-scev-fix-isImpliedViaMerge.patch: fixes a miscompilation
caused by mixing up values of the current and previous iteration.
(See gh#llvm/llvm-project#56242.)
==== milou5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: milou5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== ocfs2-tools ====
- enable defragfs.ocfs2 and honor upstream patch dump_fs_locks support v4 (bsc#1203166)
+ modify ocfs2_tools.spec to enable defragfs
+ bug-1203166-dump_fs_locks-support-v4.patch
==== oxygen5-sounds ====
Version update (5.25.4 -> 5.25.5)
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* Add FreeBSD Qt6 CI support
==== plasma-browser-integration ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma-browser-integration-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma-nm5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma-nm5-lang plasma-nm5-openconnect plasma-nm5-openvpn plasma-nm5-pptp plasma-nm5-vpnc
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-addons ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-addons-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* wallpapers/potd: convert ms to h in debug info
* wallpapers/potd: add downloading debug info to `PotdClient`
* wallpapers/potd: skip updating when another updating process is running
* wallpapers/potd: do not match colon in regex (kde#457823)
* applets/weather: Make desktop widget big enough to fit Configure button (kde#419591)
==== plasma5-desktop ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-desktop-emojier plasma5-desktop-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* applets/kickoff: set initial appsModelRow to 0
* toolboxes: set default position to topcenter
* Fix KCM duplicates in landingpage (kde#449563)
* Disable Drag and Drop for touch, fix drag and drop icons (kde#450448)
* [kicker] Fix baloo runner name (kde#456562)
* taskmanager: Use proper QUrls for recent document actions (kde#457685)
* [desktop/package] Fix inconsistent press-to-enter-edit-mode behavior (kde#456994)
* Fix emojier displaying a blank window with ibus 1.5.26 (kde#457521)
* Revert "Use onEntered in KickoffItemDelegate" (kde#454349,kde#455674,kde#456993)
==== plasma5-disks ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-disks-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-integration ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-integration-plugin plasma5-integration-plugin-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-openSUSE ====
Subpackages: plasma5-defaults-openSUSE plasma5-theme-openSUSE plasma5-workspace-branding-openSUSE sddm-theme-openSUSE
- Update to 5.25.5
==== plasma5-pa ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-pa-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-systemmonitor ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-systemmonitor-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-thunderbolt ====
Version update (5.25.4 -> 5.25.5)
Subpackages: plasma5-thunderbolt-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== plasma5-workspace ====
Version update (5.25.4 -> 5.25.5)
Subpackages: gmenudbusmenuproxy plasma5-session plasma5-session-wayland plasma5-workspace-lang plasma5-workspace-libs xembedsniproxy
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* kcms/users: don't let "Choose Fileâ¦" text overflow (kde#458614)
* [kcms/style] Fix setting to default and apply button enablement
* kcms/users : Fix focus for new user input (kde#458377)
* kcms/nightcolor: fix checks for manual timing errors
* [kcms/style] Consider GTK theme setting when computing default state (kde#458292)
* applets/kicker: fix app icon loading logic to better handle relative paths (kde#457965)
* kcminit: Allow running modules by their name
* Take the pluginId from the kpackage metadata (kde#457657)
* applets/notifications: Fix displaying header progress indicator on different DPI (kde#435004)
* [panelview] Avoid assert if max < min (kde#454064)
* ScreenPool: Ensure that primaryScreenChanged is emitted always after screenAdded
* [libtaskmanager] Fix null check for window (kde#456094,kde#457690)
* lookandfeelmanager: Write colors before color scheme (kde#421745)
* Fix appstream runner results appearing before apps/kcms (kde#457600)
* [dataengines/weather/dwd] Check if jobs failed
* [dataengines/weather/dwd] Properly detect empty reply (kde#457606)
* applets/clipboard: press Ctrl+S to save in the edit page
* applets/appmenu: do not update menu when panel gets focus (kde#455520)
* Fix systemmonitor preferences being reset (kde#454004)
* KRunner: Set location before showing (kde#447096)
==== polkit-kde-agent-5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: polkit-kde-agent-5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== powerdevil5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: powerdevil5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* Fix profile switching in the brightness actions (kde#394945)
==== systemsettings5 ====
Version update (5.25.4 -> 5.25.5)
Subpackages: systemsettings5-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- No code changes since 5.25.4
==== vlc ====
Subpackages: libvlc5 libvlccore9 vlc-codec-gstreamer vlc-lang vlc-noX vlc-qt vlc-vdpau
- Make vlc-vdpau supplement vlc, not vlc-noX: vdpau itself is based
on top of the graphical stack.
- Move video_output/libegl_wl_plugin.so from vlc-noX to vlc: links
GUI stack.
==== xdg-desktop-portal-kde ====
Version update (5.25.4 -> 5.25.5)
Subpackages: xdg-desktop-portal-kde-lang
- Update to 5.25.5
* New bugfix release
* For more details please see:
* https://kde.org/announcements/plasma/5/5.25.5
- Changes since 5.25.4:
* [screenchooser] Clip listviews
==== yast2-network ====
Version update (4.5.5 -> 4.5.6)
- At the end of the installation, force an enablement of the
selected network service even when the selected one has not been
modified and ensure other backends are disabled (bsc#1202479)
- 4.5.6
2 years, 2 months
New Tumbleweed snapshot 20210603 released!
by Dominique Leuenberger
Please note that this mail was generated by a script.
The described changes are computed based on the x86_64 DVD.
The full online repo contains too many changes to be listed here.
Please check the known defects of this snapshot before upgrading:
https://openqa.opensuse.org/tests/overview?distri=opensuse&groupid=1&versio…
Please do not reply to this email to report issues, rather file a bug
on bugzilla.opensuse.org. For more information on filing bugs please
see https://en.opensuse.org/openSUSE:Submitting_bug_reports
Packages changed:
gdb
kernel-source (5.12.4 -> 5.12.9)
kio-fuse
libdrm (2.4.105 -> 2.4.106)
miniupnpc (2.2.1 -> 2.2.2)
pitivi (2021.01 -> 2021.05)
systemd
xfce4-branding-openSUSE
=== Details ===
==== gdb ====
- Backport fix for assert [bsc#1186040, swo#27889]:
* gdb-breakpoint-fix-assert-in-jit_event_handler.patch
==== kernel-source ====
Version update (5.12.4 -> 5.12.9)
Subpackages: kernel-default kernel-docs
- Linux 5.12.9 (bsc#1012628).
- ALSA: hda/realtek: the bass speaker can't output sound on Yoga
9i (bsc#1012628).
- ALSA: hda/realtek: Headphone volume is controlled by Front mixer
(bsc#1012628).
- ALSA: hda/realtek: Chain in pop reduction fixup for ThinkStation
P340 (bsc#1012628).
- ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8
(bsc#1012628).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
Zbook G8 (bsc#1012628).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
Zbook Fury 15 G8 (bsc#1012628).
- ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP
Zbook Fury 17 G8 (bsc#1012628).
- ALSA: usb-audio: fix control-request direction (bsc#1012628).
- ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci
(bsc#1012628).
- ALSA: usb-audio: scarlett2: Improve driver startup messages
(bsc#1012628).
- cifs: fix string declarations and assignments in tracepoints
(bsc#1012628).
- cifs: set server->cipher_type to AES-128-CCM for SMB3.0
(bsc#1012628).
- mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper
(bsc#1012628).
- mtd: rawnand: txx9ndfmc: Fix external use of SW Hamming ECC
helper (bsc#1012628).
- mtd: rawnand: sharpsl: Fix external use of SW Hamming ECC helper
(bsc#1012628).
- mtd: rawnand: lpc32xx_slc: Fix external use of SW Hamming ECC
helper (bsc#1012628).
- mtd: rawnand: ndfc: Fix external use of SW Hamming ECC helper
(bsc#1012628).
- mtd: rawnand: tmio: Fix external use of SW Hamming ECC helper
(bsc#1012628).
- mtd: rawnand: fsmc: Fix external use of SW Hamming ECC helper
(bsc#1012628).
- NFSv4: Fix a NULL pointer dereference in
pnfs_mark_matching_lsegs_return() (bsc#1012628).
- scsi: target: core: Avoid smp_processor_id() in preemptible code
(bsc#1012628).
- iommu/vt-d: Fix sysfs leak in alloc_iommu() (bsc#1012628).
- s390/dasd: add missing discipline function (bsc#1012628).
- perf intel-pt: Fix sample instruction bytes (bsc#1012628).
- perf intel-pt: Fix transaction abort handling (bsc#1012628).
- perf scripts python: exported-sql-viewer.py: Fix copy to
clipboard from Top Calls by elapsed Time report (bsc#1012628).
- perf scripts python: exported-sql-viewer.py: Fix Array TypeError
(bsc#1012628).
- perf scripts python: exported-sql-viewer.py: Fix warning display
(bsc#1012628).
- proc: Check /proc/$pid/attr/ writes against file opener
(bsc#1012628).
- net: hso: fix control-request directions (bsc#1012628).
- net/sched: fq_pie: re-factor fix for fq_pie endless loop
(bsc#1012628).
- net/sched: fq_pie: fix OOB access in the traffic path
(bsc#1012628).
- netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check,
fallback to non-AVX2 version (bsc#1012628).
- dm snapshot: properly fix a crash when an origin has no
snapshots (bsc#1012628).
- md/raid5: remove an incorrect assert in in_chunk_boundary
(bsc#1012628).
- drm/i915: Reenable LTTPR non-transparent LT mode for
DPCD_REV<1.4 (bsc#1012628).
- drm/amd/pm: correct MGpuFanBoost setting (bsc#1012628).
- drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate
(bsc#1012628).
- drm/amdkfd: correct sienna_cichlid SDMA RLC register offset
error (bsc#1012628).
- drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power
gate (bsc#1012628).
- drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power
gate (bsc#1012628).
- drm/amdgpu/jpeg2.0: add cancel_delayed_work_sync before power
gate (bsc#1012628).
- kgdb: fix gcc-11 warnings harder (bsc#1012628).
- Documentation: seccomp: Fix user notification documentation
(bsc#1012628).
- riscv: stacktrace: fix the riscv stacktrace when
CONFIG_FRAME_POINTER enabled (bsc#1012628).
- seccomp: Refactor notification handler to prepare for new
semantics (bsc#1012628).
- debugfs: fix security_locked_down() call for SELinux
(bsc#1012628).
- serial: core: fix suspicious security_locked_down() call
(bsc#1012628).
- misc/uss720: fix memory leak in uss720_probe (bsc#1012628).
- thunderbolt: usb4: Fix NVM read buffer bounds and offset issue
(bsc#1012628).
- thunderbolt: dma_port: Fix NVM read buffer bounds and offset
issue (bsc#1012628).
- KVM: X86: Fix vCPU preempted state from guest's point of view
(bsc#1012628).
- KVM: arm64: Move __adjust_pc out of line (bsc#1012628).
- KVM: arm64: Fix debug register indexing (bsc#1012628).
- KVM: arm64: Prevent mixed-width VM creation (bsc#1012628).
- mei: request autosuspend after sending rx flow control
(bsc#1012628).
- staging: iio: cdc: ad7746: avoid overwrite of num_channels
(bsc#1012628).
- iio: gyro: fxas21002c: balance runtime power in error path
(bsc#1012628).
- iio: dac: ad5770r: Put fwnode in error case during ->probe()
(bsc#1012628).
- iio: adc: ad7768-1: Fix too small buffer passed to
iio_push_to_buffers_with_timestamp() (bsc#1012628).
- iio: adc: ad7124: Fix missbalanced regulator enable / disable
on error (bsc#1012628).
- iio: adc: ad7124: Fix potential overflow due to non sequential
channel numbers (bsc#1012628).
- iio: adc: ad7923: Fix undersized rx buffer (bsc#1012628).
- iio: adc: ad7793: Add missing error code in ad7793_setup()
(bsc#1012628).
- iio: adc: ad7192: Avoid disabling a clock that was never enabled
(bsc#1012628).
- iio: adc: ad7192: handle regulator voltage error first
(bsc#1012628).
- serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
(bsc#1012628).
- serial: 8250_dw: Add device HID for new AMD UART controller
(bsc#1012628).
- serial: 8250_pci: Add support for new HPE serial device
(bsc#1012628).
- serial: 8250_pci: handle FL_NOIRQ board flag (bsc#1012628).
- USB: trancevibrator: fix control-request direction
(bsc#1012628).
- Revert "irqbypass: do not start cons/prod when failed connect"
(bsc#1012628).
- USB: usbfs: Don't WARN about excessively large memory
allocations (bsc#1012628).
- xhci: fix giving back URB with incorrect status regression in
5.12 (bsc#1012628).
- xhci: Fix 5.12 regression of missing xHC cache clearing command
after a Stall (bsc#1012628).
- drivers: base: Fix device link removal (bsc#1012628).
- serial: tegra: Fix a mask operation that is always true
(bsc#1012628).
- serial: sh-sci: Fix off-by-one error in FIFO threshold register
setting (bsc#1012628).
- serial: rp2: use 'request_firmware' instead of
'request_firmware_nowait' (bsc#1012628).
- USB: serial: ti_usb_3410_5052: add startech.com device id
(bsc#1012628).
- USB: serial: option: add Telit LE910-S1 compositions 0x7010,
0x7011 (bsc#1012628).
- USB: serial: ftdi_sio: add IDs for IDS GmbH Products
(bsc#1012628).
- USB: serial: pl2303: add device id for ADLINK ND-6530 GC
(bsc#1012628).
- thermal/drivers/intel: Initialize RW trip to
THERMAL_TEMP_INVALID (bsc#1012628).
- usb: dwc3: gadget: Properly track pending and queued SG
(bsc#1012628).
- usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()
(bsc#1012628).
- usb: typec: mux: Fix matching with typec_altmode_desc
(bsc#1012628).
- usb: typec: ucsi: Clear pending after acking connector change
(bsc#1012628).
- usb: typec: tcpm: Use LE to CPU conversion when accessing
msg->header (bsc#1012628).
- usb: typec: tcpm: Properly interrupt VDM AMS (bsc#1012628).
- usb: typec: tcpm: Respond Not_Supported if no snk_vdo
(bsc#1012628).
- net: usb: fix memory leak in smsc75xx_bind (bsc#1012628).
- Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails
(bsc#1012628).
- fs/nfs: Use fatal_signal_pending instead of signal_pending
(bsc#1012628).
- NFS: fix an incorrect limit in filelayout_decode_layout()
(bsc#1012628).
- NFS: Fix an Oopsable condition in __nfs_pageio_add_request()
(bsc#1012628).
- NFS: Don't corrupt the value of pg_bytes_written in
nfs_do_recoalesce() (bsc#1012628).
- NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set
NFS_V4_2 config (bsc#1012628).
- drm/meson: fix shutdown crash when component not probed
(bsc#1012628).
- net/mlx5e: reset XPS on error flow if netdev isn't registered
yet (bsc#1012628).
- net/mlx5e: Fix multipath lag activation (bsc#1012628).
- net/mlx5e: Fix error path of updating netdev queues
(bsc#1012628).
- {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table
(bsc#1012628).
- net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow() (bsc#1012628).
- net/mlx5e: Fix nullptr in add_vlan_push_action() (bsc#1012628).
- net/mlx5: Set reformat action when needed for termination rules
(bsc#1012628).
- net/mlx5e: Fix null deref accessing lag dev (bsc#1012628).
- net/mlx4: Fix EEPROM dump support (bsc#1012628).
- {net, RDMA}/mlx5: Fix override of log_max_qp by other device
(bsc#1012628).
- net/mlx5: Set term table as an unmanaged flow table
(bsc#1012628).
- KVM: X86: Fix warning caused by stale emulation context
(bsc#1012628).
- KVM: X86: Use _BITUL() macro in UAPI headers (bsc#1012628).
- KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
(bsc#1012628).
- SUNRPC in case of backlog, hand free slots directly to waiting
task (bsc#1012628).
- Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"
(bsc#1012628).
- tipc: wait and exit until all work queues are done
(bsc#1012628).
- tipc: skb_linearize the head skb when reassembling msgs
(bsc#1012628).
- spi: spi-fsl-dspi: Fix a resource leak in an error handling path
(bsc#1012628).
- sctp: fix the proc_handler for sysctl encap_port (bsc#1012628).
- sctp: add the missing setting for asoc encap_port (bsc#1012628).
- netfilter: flowtable: Remove redundant hw refresh bit
(bsc#1012628).
- net: dsa: mt7530: fix VLAN traffic leaks (bsc#1012628).
- net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for
non-RGMII port (bsc#1012628).
- net: dsa: fix a crash if ->get_sset_count() fails (bsc#1012628).
- net: dsa: sja1105: update existing VLANs from the bridge VLAN
list (bsc#1012628).
- net: dsa: sja1105: use 4095 as the private VLAN for untagged
traffic (bsc#1012628).
- net: dsa: sja1105: error out on unsupported PHY mode
(bsc#1012628).
- net: dsa: sja1105: add error handling in sja1105_setup()
(bsc#1012628).
- net: dsa: sja1105: call dsa_unregister_switch when allocating
memory fails (bsc#1012628).
- net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S
(bsc#1012628).
- i2c: s3c2410: fix possible NULL pointer deref on read message
after write (bsc#1012628).
- i2c: mediatek: Disable i2c start_en and clear intr_stat brfore
reset (bsc#1012628).
- i2c: i801: Don't generate an interrupt on bus reset
(bsc#1012628).
- i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
(bsc#1012628).
- afs: Fix the nlink handling of dir-over-dir rename
(bsc#1012628).
- perf debug: Move debug initialization earlier (bsc#1012628).
- perf jevents: Fix getting maximum number of fds (bsc#1012628).
- nvmet-tcp: fix inline data size comparison in
nvmet_tcp_queue_response (bsc#1012628).
- mptcp: avoid error message on infinite mapping (bsc#1012628).
- mptcp: fix data stream corruption (bsc#1012628).
- mptcp: drop unconditional pr_warn on bad opt (bsc#1012628).
- platform/x86: hp_accel: Avoid invoking _INI to speed up resume
(bsc#1012628).
- gpio: cadence: Add missing MODULE_DEVICE_TABLE (bsc#1012628).
- Revert "crypto: cavium/nitrox - add an error message to explain
the failure of pci_request_mem_regions" (bsc#1012628).
- Revert "media: usb: gspca: add a missed check for
goto_low_power" (bsc#1012628).
- Revert "ALSA: sb: fix a missing check of snd_ctl_add"
(bsc#1012628).
- Revert "serial: max310x: pass return value of
spi_register_driver" (bsc#1012628).
- serial: max310x: unregister uart driver in case of failure
and abort (bsc#1012628).
- Revert "net: fujitsu: fix a potential NULL pointer dereference"
(bsc#1012628).
- net: fujitsu: fix potential null-ptr-deref (bsc#1012628).
- Revert "net/smc: fix a NULL pointer dereference" (bsc#1012628).
- net/smc: properly handle workqueue allocation failure
(bsc#1012628).
- Revert "net: caif: replace BUG_ON with recovery code"
(bsc#1012628).
- net: caif: remove BUG_ON(dev == NULL) in caif_xmit
(bsc#1012628).
- Revert "char: hpet: fix a missing check of ioremap"
(bsc#1012628).
- char: hpet: add checks after calling ioremap (bsc#1012628).
- Revert "ALSA: gus: add a check of the status of snd_ctl_add"
(bsc#1012628).
- Revert "ALSA: usx2y: Fix potential NULL pointer dereference"
(bsc#1012628).
- Revert "isdn: mISDNinfineon: fix potential NULL pointer
dereference" (bsc#1012628).
- isdn: mISDNinfineon: check/cleanup ioremap failure correctly
in setup_io (bsc#1012628).
- Revert "ath6kl: return error code in
ath6kl_wmi_set_roam_lrssi_cmd()" (bsc#1012628).
- ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()
(bsc#1012628).
- Revert "isdn: mISDN: Fix potential NULL pointer dereference
of kzalloc" (bsc#1012628).
- isdn: mISDN: correctly handle ph_info allocation failure in
hfcsusb_ph_info (bsc#1012628).
- Revert "dmaengine: qcom_hidma: Check for driver register
failure" (bsc#1012628).
- dmaengine: qcom_hidma: comment platform_driver_register call
(bsc#1012628).
- Revert "libertas: add checks for the return value of
sysfs_create_group" (bsc#1012628).
- libertas: register sysfs groups properly (bsc#1012628).
- Revert "ASoC: cs43130: fix a NULL pointer dereference"
(bsc#1012628).
- ASoC: cs43130: handle errors in cs43130_probe() properly
(bsc#1012628).
- Revert "media: dvb: Add check on sp8870_readreg" (bsc#1012628).
- media: dvb: Add check on sp8870_readreg return (bsc#1012628).
- Revert "media: gspca: mt9m111: Check write_bridge for timeout"
(bsc#1012628).
- media: gspca: mt9m111: Check write_bridge for timeout
(bsc#1012628).
- Revert "media: gspca: Check the return value of write_bridge
for timeout" (bsc#1012628).
- media: gspca: properly check for errors in po1030_probe()
(bsc#1012628).
- Revert "net: liquidio: fix a NULL pointer dereference"
(bsc#1012628).
- net: liquidio: Add missing null pointer checks (bsc#1012628).
- Revert "brcmfmac: add a check for the status of usb_register"
(bsc#1012628).
- brcmfmac: properly check for bus register errors (bsc#1012628).
- btrfs: return whole extents in fiemap (bsc#1012628).
- scsi: ufs: ufs-mediatek: Fix power down spec violation
(bsc#1012628).
- scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic
(bsc#1012628).
- openrisc: Define memory barrier mb (bsc#1012628).
- scsi: pm80xx: Fix drives missing during rmmod/insmod loop
(bsc#1012628).
- btrfs: release path before starting transaction when cloning
inline extent (bsc#1012628).
- btrfs: do not BUG_ON in link_to_fixup_dir (bsc#1012628).
- ALSA: dice: disable double_pcm_frames mode for M-Audio Profire
610, 2626 and Avid M-Box 3 Pro (bsc#1012628).
- platform/x86: hp-wireless: add AMD's hardware id to the
supported list (bsc#1012628).
- platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for
ACPI (bsc#1012628).
- platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad
7.0 W700 tablet (bsc#1012628).
- SMB3: incorrect file id in requests compounded with open
(bsc#1012628).
- drm/amd/display: Disconnect non-DP with no EDID (bsc#1012628).
- drm/amd/amdgpu: fix refcount leak (bsc#1012628).
- drm/amdgpu: Fix a use-after-free (bsc#1012628).
- drm/amd/amdgpu: fix a potential deadlock in gpu reset
(bsc#1012628).
- drm/amdgpu: stop touching sched.ready in the backend
(bsc#1012628).
- platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro
(CWI529) tablet (bsc#1012628).
- block: fix a race between del_gendisk and BLKRRPART
(bsc#1012628).
- linux/bits.h: fix compilation error with GENMASK (bsc#1012628).
- spi: take the SPI IO-mutex in the spi_set_cs_timing method
(bsc#1012628).
- net: netcp: Fix an error message (bsc#1012628).
- net: dsa: fix error code getting shifted with 4 in
dsa_slave_get_sset_count (bsc#1012628).
- interconnect: qcom: bcm-voter: add a missing of_node_put()
(bsc#1012628).
- interconnect: qcom: Add missing MODULE_DEVICE_TABLE
(bsc#1012628).
- usb: cdnsp: Fix lack of removing request from pending list
(bsc#1012628).
- ASoC: cs42l42: Regmap must use_single_read/write (bsc#1012628).
- net: stmmac: Fix MAC WoL not working if PHY does not support
WoL (bsc#1012628).
- net: ipa: memory region array is variable size (bsc#1012628).
- vfio-ccw: Check initialized flag in cp_init() (bsc#1012628).
- spi: Assume GPIO CS active high in ACPI case (bsc#1012628).
- net: really orphan skbs tied to closing sk (bsc#1012628).
- net: packetmmap: fix only tx timestamp on request (bsc#1012628).
- net: fec: fix the potential memory leak in fec_enet_init()
(bsc#1012628).
- octeontx2-pf: fix a buffer overflow in otx2_set_rxfh_context()
(bsc#1012628).
- ptp: ocp: Fix a resource leak in an error handling path
(bsc#1012628).
- chelsio/chtls: unlock on error in chtls_pt_recvmsg()
(bsc#1012628).
- net: mdio: thunder: Fix a double free issue in the .remove
function (bsc#1012628).
- net: mdio: octeon: Fix some double free issues (bsc#1012628).
- cxgb4/ch_ktls: Clear resources when pf4 device is removed
(bsc#1012628).
- openvswitch: meter: fix race when getting now_ms (bsc#1012628).
- tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT
(bsc#1012628).
- net: sched: fix packet stuck problem for lockless qdisc
(bsc#1012628).
- net: sched: fix tx action rescheduling issue during deactivation
(bsc#1012628).
- net: sched: fix tx action reschedule issue with stopped queue
(bsc#1012628).
- net: hso: check for allocation failure in
hso_create_bulk_serial_device() (bsc#1012628).
- net: bnx2: Fix error return code in bnx2_init_board()
(bsc#1012628).
- bnxt_en: Include new P5 HV definition in VF check (bsc#1012628).
- bnxt_en: Fix context memory setup for 64K page size
(bsc#1012628).
- mld: fix panic in mld_newpack() (bsc#1012628).
- net/smc: remove device from smcd_dev_list after failed
device_add() (bsc#1012628).
- gve: Check TX QPL was actually assigned (bsc#1012628).
- gve: Update mgmt_msix_idx if num_ntfy changes (bsc#1012628).
- gve: Add NULL pointer checks when freeing irqs (bsc#1012628).
- gve: Upgrade memory barrier in poll routine (bsc#1012628).
- gve: Correct SKB queue index validation (bsc#1012628).
- iommu/amd: Clear DMA ops when switching domain (bsc#1012628).
- iommu/virtio: Add missing MODULE_DEVICE_TABLE (bsc#1012628).
- net: hns3: fix incorrect resp_msg issue (bsc#1012628).
- net: hns3: put off calling register_netdev() until client
initialize complete (bsc#1012628).
- net: hns3: fix user's coalesce configuration lost issue
(bsc#1012628).
- net/mlx5: SF, Fix show state inactive when its inactivated
(bsc#1012628).
- net/mlx5e: Make sure fib dev exists in fib event (bsc#1012628).
- net/mlx5e: Reject mirroring on source port change encap rules
(bsc#1012628).
- iommu/vt-d: Check for allocation failure in aux_detach_device()
(bsc#1012628).
- iommu/vt-d: Use user privilege for RID2PASID translation
(bsc#1012628).
- cxgb4: avoid accessing registers when clearing filters
(bsc#1012628).
- staging: emxx_udc: fix loop in _nbu2ss_nuke() (bsc#1012628).
- ASoC: cs35l33: fix an error code in probe() (bsc#1012628).
- bpf, offload: Reorder offload callback 'prepare' in verifier
(bsc#1012628).
- bpf: Set mac_len in bpf_skb_change_head (bsc#1012628).
- ixgbe: fix large MTU request from VF (bsc#1012628).
- ASoC: qcom: lpass-cpu: Use optional clk APIs (bsc#1012628).
- scsi: libsas: Use _safe() loop in sas_resume_port()
(bsc#1012628).
- net: lantiq: fix memory corruption in RX ring (bsc#1012628).
- ipv6: record frag_max_size in atomic fragments in input path
(bsc#1012628).
- scsi: aic7xxx: Restore several defines for aic7xxx firmware
build (bsc#1012628).
- ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create()
can be static (bsc#1012628).
- net: ethernet: mtk_eth_soc: Fix packet statistics support for
MT7628/88 (bsc#1012628).
- sch_dsmark: fix a NULL deref in qdisc_reset() (bsc#1012628).
- net: hsr: fix mac_len checks (bsc#1012628).
- MIPS: alchemy: xxs1500: add gpio-au1000.h header file
(bsc#1012628).
- MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c
(bsc#1012628).
- net: zero-initialize tc skb extension on allocation
(bsc#1012628).
- net: mvpp2: add buffer header handling in RX (bsc#1012628).
- SUNRPC: More fixes for backlog congestion (bsc#1012628).
- thermal/drivers/qcom: Fix error code in
adc_tm5_get_dt_channel_data() (bsc#1012628).
- KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()
(bsc#1012628).
- xprtrdma: Revert 586a0787ce35 (bsc#1012628).
- samples/bpf: Consider frame size in tx_only of xdpsock sample
(bsc#1012628).
- net: hns3: check the return of skb_checksum_help()
(bsc#1012628).
- bpftool: Add sock_release help info for cgroup attach/prog
load command (bsc#1012628).
- Revert "Revert "ALSA: usx2y: Fix potential NULL pointer
dereference"" (bsc#1012628).
- net: hso: bail out on interrupt URB allocation failure
(bsc#1012628).
- arm64: mm: don't use CON and BLK mapping if KFENCE is enabled
(bsc#1012628).
- neighbour: Prevent Race condition in neighbour subsytem
(bsc#1012628).
- usb: core: reduce power-on-good delay time of root hub
(bsc#1012628).
- commit f17eb01
- Input: elants_i2c - Fix NULL dereference at probing
(bsc#1186454).
- commit bb5e8ab
- Linux 5.12.8 (bsc#1012628).
- NFC: nci: fix memory leak in nci_allocate_device (bsc#1012628).
- KVM: x86: Defer vtime accounting 'til after IRQ handling
(bsc#1012628).
- context_tracking: Move guest exit vtime accounting to separate
helpers (bsc#1012628).
- context_tracking: Move guest exit context tracking to separate
helpers (bsc#1012628).
- bpf: No need to simulate speculative domain for immediates
(bsc#1012628).
- bpf: Fix mask direction swap upon off reg sign change
(bsc#1012628).
- bpf: Wrap aux data inside bpf_sanitize_info container
(bsc#1012628).
- commit 7a4f594
- Refresh
patches.suse/pinctrl-bcm2835-accept-fewer-than-expected-irqs.patch.
Update upstream status.
- commit fc290e6
- Linux 5.12.7 (bsc#1012628).
- firmware: arm_scpi: Prevent the ternary sign expansion bug
(bsc#1012628).
- openrisc: Fix a memory leak (bsc#1012628).
- tee: amdtee: unload TA only when its refcount becomes 0
(bsc#1012628).
- habanalabs/gaudi: Fix a potential use after free in
gaudi_memset_device_memory (bsc#1012628).
- RDMA/siw: Properly check send and receive CQ pointers
(bsc#1012628).
- RDMA/siw: Release xarray entry (bsc#1012628).
- RDMA/core: Prevent divide-by-zero error triggered by the user
(bsc#1012628).
- platform/x86: ideapad-laptop: fix a NULL pointer dereference
(bsc#1012628).
- RDMA/rxe: Clear all QP fields if creation failed (bsc#1012628).
- scsi: ufs: core: Increase the usable queue depth (bsc#1012628).
- scsi: qedf: Add pointer checks in qedf_update_link_speed()
(bsc#1012628).
- scsi: qla2xxx: Fix error return code in
qla82xx_write_flash_dword() (bsc#1012628).
- RDMA/mlx5: Recover from fatal event in dual port mode
(bsc#1012628).
- RDMA/rxe: Split MEM into MR and MW (bsc#1012628).
- RDMA/rxe: Return CQE error if invalid lkey was supplied
(bsc#1012628).
- RDMA/core: Don't access cm_id after its destruction
(bsc#1012628).
- nvmet: fix memory leak in nvmet_alloc_ctrl() (bsc#1012628).
- nvme-loop: fix memory leak in nvme_loop_create_ctrl()
(bsc#1012628).
- nvme-tcp: rerun io_work if req_list is not empty (bsc#1012628).
- nvme-fc: clear q_live at beginning of association teardown
(bsc#1012628).
- platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue
(bsc#1012628).
- platform/x86: intel_int0002_vgpio: Only call enable_irq_wake()
when using s2idle (bsc#1012628).
- platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios
(bsc#1012628).
- RDMA/mlx5: Fix query DCT via DEVX (bsc#1012628).
- RDMA/uverbs: Fix a NULL vs IS_ERR() bug (bsc#1012628).
- tools/testing/selftests/exec: fix link error (bsc#1012628).
- drm/ttm: Do not add non-system domain BO into swap list
(bsc#1012628).
- powerpc/pseries: Fix hcall tracing recursion in pv queued
spinlocks (bsc#1012628).
- ptrace: make ptrace() fail if the tracee changed its pid
unexpectedly (bsc#1012628).
- nvmet: seset ns->file when open fails (bsc#1012628).
- perf/x86: Avoid touching LBR_TOS MSR for Arch LBR (bsc#1012628).
- locking/lockdep: Correct calling tracepoints (bsc#1012628).
- locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to
signal (bsc#1012628).
- powerpc: Fix early setup to make early_ioremap() work
(bsc#1012628).
- btrfs: avoid RCU stalls while running delayed iputs
(bsc#1012628).
- btrfs: fix removed dentries still existing after log is synced
(bsc#1012628).
- cifs: fix memory leak in smb2_copychunk_range (bsc#1012628).
- fs/mount_setattr: tighten permission checks (bsc#1012628).
- misc: eeprom: at24: check suspend status before disable
regulator (bsc#1012628).
- ALSA: dice: fix stream format for TC Electronic Konnekt Live
at high sampling transfer frequency (bsc#1012628).
- ALSA: intel8x0: Don't update period unless prepared
(bsc#1012628).
- ALSA: firewire-lib: fix amdtp_packet tracepoints event for
packet_index field (bsc#1012628).
- ALSA: line6: Fix racy initialization of LINE6 MIDI
(bsc#1012628).
- ALSA: dice: fix stream format at middle sampling rate for
Alesis iO 26 (bsc#1012628).
- ALSA: firewire-lib: fix calculation for size of IR context
payload (bsc#1012628).
- ALSA: usb-audio: Validate MS endpoint descriptors (bsc#1012628).
- ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro
(bsc#1012628).
- ALSA: hda: fixup headset for ASUS GU502 laptop (bsc#1012628).
- Revert "ALSA: sb8: add a check for request_region"
(bsc#1012628).
- ALSA: firewire-lib: fix check for the size of isochronous
packet payload (bsc#1012628).
- ALSA: hda/realtek: reset eapd coeff to default value for alc287
(bsc#1012628).
- ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 (bsc#1012628).
- ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA
(bsc#1012628).
- ALSA: hda/realtek: Add fixup for HP OMEN laptop (bsc#1012628).
- ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx
(bsc#1012628).
- ALSA: usb-audio: Configure Pioneer DJM-850 samplerate
(bsc#1012628).
- ALSA: usb-audio: DJM-750: ensure format is set (bsc#1012628).
- uio/uio_pci_generic: fix return value changed in refactoring
(bsc#1012628).
- uio_hv_generic: Fix a memory leak in error handling paths
(bsc#1012628).
- uio_hv_generic: Fix another memory leak in error handling paths
(bsc#1012628).
- platform/x86: ideapad-laptop: fix method name typo
(bsc#1012628).
- Revert "rapidio: fix a NULL pointer dereference when
create_workqueue() fails" (bsc#1012628).
- rapidio: handle create_workqueue() failure (bsc#1012628).
- Revert "serial: mvebu-uart: Fix to avoid a potential NULL
pointer dereference" (bsc#1012628).
- nvme-tcp: fix possible use-after-completion (bsc#1012628).
- x86/build: Fix location of '-plugin-opt=' flags (bsc#1012628).
- x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patch
(bsc#1012628).
- x86/sev-es: Invalidate the GHCB after completing VMGEXIT
(bsc#1012628).
- x86/sev-es: Don't return NULL from sev_es_get_ghcb()
(bsc#1012628).
- x86/sev-es: Use __put_user()/__get_user() for data accesses
(bsc#1012628).
- x86/sev-es: Forward page-faults which happen during emulation
(bsc#1012628).
- drm/amd/display: Use the correct max downscaling value for
DCN3.x family (bsc#1012628).
- drm/amdgpu: Fix GPU TLB update error when PAGE_SIZE >
AMDGPU_PAGE_SIZE (bsc#1012628).
- drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute
hang (bsc#1012628).
- drm/amdgpu: update gc golden setting for Navi12 (bsc#1012628).
- drm/amdgpu: update sdma golden setting for Navi12 (bsc#1012628).
- dma-buf: fix unintended pin/unpin warnings (bsc#1012628).
- powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall
ABI difference between sc and scv syscalls (bsc#1012628).
- powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
(bsc#1012628).
- mmc: sdhci-pci-gli: increase 1.8V regulator wait (bsc#1012628).
- mmc: meson-gx: make replace WARN_ONCE with dev_warn_once about
scatterlist offset alignment (bsc#1012628).
- mmc: meson-gx: also check SD_IO_RW_EXTENDED for scatterlist
size alignment (bsc#1012628).
- gpio: tegra186: Don't set parent IRQ affinity (bsc#1012628).
- xen-pciback: redo VF placement in the virtual topology
(bsc#1012628).
- xen-pciback: reconfigure also from backend watch handler
(bsc#1012628).
- userfaultfd: hugetlbfs: fix new flag usage in error path
(bsc#1012628).
- Revert "mm/gup: check page posion status for
coredump." (bsc#1012628).
- dm snapshot: fix crash with transient storage and zero chunk
size (bsc#1012628).
- kcsan: Fix debugfs initcall return type (bsc#1012628).
- Revert "video: hgafb: fix potential NULL pointer dereference"
(bsc#1012628).
- Revert "net: stmicro: fix a missing check of clk_prepare"
(bsc#1012628).
- Revert "leds: lp5523: fix a missing check of return value of
lp55xx_read" (bsc#1012628).
- Revert "hwmon: (lm80) fix a missing check of bus read in lm80
probe" (bsc#1012628).
- Revert "video: imsttfb: fix potential NULL pointer dereferences"
(bsc#1012628).
- Revert "ecryptfs: replace BUG_ON with error handling code"
(bsc#1012628).
- Revert "scsi: ufs: fix a missing check of
devm_reset_control_get" (bsc#1012628).
- Revert "gdrom: fix a memory leak bug" (bsc#1012628).
- cdrom: gdrom: deallocate struct gdrom_unit fields in
remove_gdrom (bsc#1012628).
- cdrom: gdrom: initialize global variable at init time
(bsc#1012628).
- Revert "media: rcar_drif: fix a memory disclosure"
(bsc#1012628).
- Revert "rtlwifi: fix a potential NULL pointer dereference"
(bsc#1012628).
- Revert "qlcnic: Avoid potential NULL pointer dereference"
(bsc#1012628).
- Revert "niu: fix missing checks of niu_pci_eeprom_read"
(bsc#1012628).
- ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()
(bsc#1012628).
- net: stmicro: handle clk_prepare() failure during init
(bsc#1012628).
- scsi: ufs: handle cleanup correctly on devm_reset_control_get
error (bsc#1012628).
- net: rtlwifi: properly check for alloc_workqueue() failure
(bsc#1012628).
- ics932s401: fix broken handling of errors when word reading
fails (bsc#1012628).
- leds: lp5523: check return value of lp5xx_read and jump to
cleanup code (bsc#1012628).
- qlcnic: Add null check after calling netdev_alloc_skb
(bsc#1012628).
- video: hgafb: fix potential NULL pointer dereference
(bsc#1012628).
- vgacon: Record video mode changes with VT_RESIZEX (bsc#1012628).
- vt_ioctl: Revert VT_RESIZEX parameter handling removal
(bsc#1012628).
- vt: Fix character height handling with VT_RESIZEX (bsc#1012628).
- tty: vt: always invoke vc->vc_sw->con_resize callback
(bsc#1012628).
- drm/i915/gt: Disable HiZ Raw Stall Optimization on broken gen7
(bsc#1012628).
- openrisc: mm/init.c: remove unused memblock_region variable
in map_ram() (bsc#1012628).
- x86/Xen: swap NX determination and GDT setup on BSP
(bsc#1012628).
- nvme-multipath: fix double initialization of ANA state
(bsc#1012628).
- rtc: pcf85063: fallback to parent of_node (bsc#1012628).
- x86/boot/compressed/64: Check SEV encryption in the 32-bit
boot-path (bsc#1012628).
- nvmet: use new ana_log_size instead the old one (bsc#1012628).
- video: hgafb: correctly handle card detect failure during probe
(bsc#1012628).
- Bluetooth: SMP: Fail if remote and local public keys are
identical (bsc#1012628).
- commit 06f922b
- Refresh
patches.suse/ACPI-PM-s2idle-Add-missing-LPS0-functions-for-AMD.patch.
- Refresh
patches.suse/ath10k-Fix-TKIP-Michael-MIC-verification-for-PCIe.patch.
- Refresh
patches.suse/ath10k-Validate-first-subframe-of-A-MSDU-before-proc.patch.
- Refresh
patches.suse/ath10k-add-CCMP-PN-replay-protection-for-fragmented-.patch.
- Refresh
patches.suse/ath10k-drop-MPDU-which-has-discard-flag-set-by-firmw.patch.
- Refresh
patches.suse/ath10k-drop-fragments-with-multicast-DA-for-PCIe.patch.
- Refresh
patches.suse/ath10k-drop-fragments-with-multicast-DA-for-SDIO.patch.
- Refresh
patches.suse/ath11k-Clear-the-fragment-cache-during-key-install.patch.
- Refresh
patches.suse/can-isotp-prevent-race-between-isotp_bind-and-isotp_.patch.
- Refresh
patches.suse/cfg80211-mitigate-A-MSDU-aggregation-attacks.patch.
- Refresh
patches.suse/clk-bcm-rpi-release-firmware-handle-on-unbind.patch.
- Refresh
patches.suse/drm-i915-gem-Pin-the-L-shape-quirked-object-as-unshrinkable.patch.
- Refresh
patches.suse/drm-radeon-use-the-dummy-page-for-GART-if-needed.patch.
- Refresh
patches.suse/dt-bindings-pwm-add-binding-for-rpi-firmware-pwm-bus.patch.
- Refresh
patches.suse/firmware-raspberrypi-introduce-devm_rpi_firmware_get.patch.
- Refresh
patches.suse/firmware-raspberrypi-keep-count-of-all-consumers.patch.
- Refresh
patches.suse/gpio-raspberrypi-exp-release-firmware-handle-on-unbind.patch.
- Refresh
patches.suse/mac80211-add-fragment-cache-to-sta_info.patch.
- Refresh
patches.suse/mac80211-assure-all-fragments-are-encrypted.patch.
- Refresh
patches.suse/mac80211-check-defrag-PN-against-current-frame.patch.
- Refresh patches.suse/mac80211-drop-A-MSDUs-on-old-ciphers.patch.
- Refresh
patches.suse/mac80211-extend-protection-against-mixed-key-and-fra.patch.
- Refresh
patches.suse/mac80211-prevent-attacks-on-TKIP-WEP-as-well.patch.
- Refresh
patches.suse/mac80211-prevent-mixed-key-and-fragment-cache-attack.patch.
- Refresh
patches.suse/mac80211-properly-handle-A-MSDUs-that-start-with-an-.patch.
- Refresh
patches.suse/proc-Avoid-mixing-integer-types-in-mem_rw.patch.
- Refresh
patches.suse/pwm-add-raspberry-pi-firmware-based-pwm-bus.patch.
- Refresh
patches.suse/reset-raspberrypi-release-firmware-handle-on-unbind.patch.
- Refresh
patches.suse/soc-bcm-raspberrypi-power-release-firmware-handle-on-unbind.patch.
- Refresh
patches.suse/vchiq-release-firmware-handle-on-unbind.patch.
- Refresh
patches.suse/ipc-mqueue-msg-sem-Avoid-relying-on-a-stack-reference.patch.
Update upstream status.
- commit 9d851b0
- Linux 5.12.6 (bsc#1012628).
- x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
(bsc#1012628).
- drm/i915/display: fix compiler warning about array overrun
(bsc#1012628).
- airo: work around stack usage warning (bsc#1012628).
- kgdb: fix gcc-11 warning on indentation (bsc#1012628).
- usb: sl811-hcd: improve misleading indentation (bsc#1012628).
- PCI: thunder: Fix compile testing (bsc#1012628).
- dmaengine: dw-edma: Fix crash on loading/unloading driver
(bsc#1012628).
- ARM: 9066/1: ftrace: pause/unpause function graph tracer in
cpu_suspend() (bsc#1012628).
- NFS: Fix fscache invalidation in nfs_set_cache_invalid()
(bsc#1012628).
- ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
(bsc#1012628).
- PCI: tegra: Fix runtime PM imbalance in
pex_ep_event_pex_rst_deassert() (bsc#1012628).
- Input: elants_i2c - do not bind to i2c-hid compatible ACPI
instantiated devices (bsc#1012628).
- Input: silead - add workaround for x86 BIOS-es which bring
the chip up in a stuck state (bsc#1012628).
- NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute
invalid (bsc#1012628).
- f2fs: fix to avoid NULL pointer dereference (bsc#1012628).
- svcrdma: Don't leak send_ctxt on Send errors (bsc#1012628).
- um: Mark all kernel symbols as local (bsc#1012628).
- um: Disable CONFIG_GCOV with MODULES (bsc#1012628).
- ARM: 9075/1: kernel: Fix interrupted SMC calls (bsc#1012628).
- platform/chrome: cros_ec_typec: Add DP mode check (bsc#1012628).
- riscv: Use $(LD) instead of $(CC) to link vDSO (bsc#1012628).
- scripts/recordmcount.pl: Fix RISC-V regex for clang
(bsc#1012628).
- riscv: Workaround mcount name prior to clang-13 (bsc#1012628).
- scsi: lpfc: Fix illegal memory access on Abort IOCBs
(bsc#1012628).
- ceph: fix fscache invalidation (bsc#1012628).
- ceph: don't clobber i_snap_caps on non-I_NEW inode
(bsc#1012628).
- ceph: don't allow access to MDS-private inodes (bsc#1012628).
- scsi: target: tcmu: Return from tcmu_handle_completions()
if cmd_id not found (bsc#1012628).
- amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
(bsc#1012628).
- bridge: Fix possible races between assigning rx_handler_data
and setting IFF_BRIDGE_PORT bit (bsc#1012628).
- net: hsr: check skb can contain struct hsr_ethhdr in
fill_frame_info (bsc#1012628).
- nvmet: remove unsupported command noise (bsc#1012628).
- drm/amd/display: Fix two cursor duplication when using overlay
(bsc#1012628).
- gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue
10 Pro 5055 (bsc#1012628).
- net:CXGB4: fix leak if sk_buff is not used (bsc#1012628).
- ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
(bsc#1012628).
- block: reexpand iov_iter after read/write (bsc#1012628).
- lib: stackdepot: turn depot_lock spinlock to raw_spinlock
(bsc#1012628).
- net: stmmac: Do not enable RX FIFO overflow interrupts
(bsc#1012628).
- ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
(bsc#1012628).
- sit: proper dev_{hold|put} in ndo_[un]init methods
(bsc#1012628).
- ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
(bsc#1012628).
- bus: mhi: core: Download AMSS image from appropriate function
(bsc#1012628).
- commit fe25271
- Refresh
patches.suse/crypto-ccp-Annotate-SEV-Firmware-file-names.patch.
Update upstream status.
- commit 37a9337
- ipv6: remove extra dev_hold() for fallback tunnels (git-fixes).
- x86/events/amd/iommu: Fix invalid Perf result due to IOMMU
PMC power-gating (git-fixes).
- commit 5eb2110
- Linux 5.12.5 (bsc#1012628).
- KEYS: trusted: Fix memory leak on object td (bsc#1012628).
- tpm: fix error return code in tpm2_get_cc_attrs_tbl()
(bsc#1012628).
- tpm, tpm_tis: Extend locality handling to TPM2 in
tpm_tis_gen_interrupt() (bsc#1012628).
- tpm, tpm_tis: Reserve locality in tpm_tis_resume()
(bsc#1012628).
- btrfs: fix unmountable seed device after fstrim (bsc#1012628).
- KVM: SVM: Make sure GHCB is mapped before updating
(bsc#1012628).
- KVM/VMX: Invoke NMI non-IST entry instead of IST entry
(bsc#1012628).
- ACPI: PM: Add ACPI ID of Alder Lake Fan (bsc#1012628).
- PM: runtime: Fix unpaired parent child_count for force_resume
(bsc#1012628).
- cpufreq: intel_pstate: Use HWP if enabled by platform firmware
(bsc#1012628).
- kvm: Cap halt polling at kvm->max_halt_poll_ns (bsc#1012628).
- ath11k: fix thermal temperature read (bsc#1012628).
- ALSA: usb-audio: Add Pioneer DJM-850 to quirks-table
(bsc#1012628).
- fs: dlm: fix debugfs dump (bsc#1012628).
- fs: dlm: fix mark setting deadlock (bsc#1012628).
- fs: dlm: add errno handling to check callback (bsc#1012628).
- fs: dlm: add check if dlm is currently running (bsc#1012628).
- fs: dlm: change allocation limits (bsc#1012628).
- fs: dlm: check on minimum msglen size (bsc#1012628).
- fs: dlm: flush swork on shutdown (bsc#1012628).
- fs: dlm: add shutdown hook (bsc#1012628).
- tipc: convert dest node's address to network order
(bsc#1012628).
- ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus
T100TAF (bsc#1012628).
- net/mlx5e: Use net_prefetchw instead of prefetchw in MPWQE TX
datapath (bsc#1012628).
- net: stmmac: Set FIFO sizes for ipq806x (bsc#1012628).
- ASoC: rsnd: core: Check convert rate in rsnd_hw_params
(bsc#1012628).
- Bluetooth: Fix incorrect status handling in LE PHY UPDATE event
(bsc#1012628).
- i2c: bail out early when RDWR parameters are wrong
(bsc#1012628).
- ALSA: hdsp: don't disable if not enabled (bsc#1012628).
- ALSA: hdspm: don't disable if not enabled (bsc#1012628).
- ALSA: rme9652: don't disable if not enabled (bsc#1012628).
- ALSA: bebob: enable to deliver MIDI messages for multiple ports
(bsc#1012628).
- Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
(bsc#1012628).
- Bluetooth: initialize skb_queue_head at l2cap_chan_create()
(bsc#1012628).
- net/sched: cls_flower: use ntohs for struct
flow_dissector_key_ports (bsc#1012628).
- net: bridge: when suppression is enabled exclude RARP packets
(bsc#1012628).
- Bluetooth: check for zapped sk before connecting (bsc#1012628).
- selftests/powerpc: Fix L1D flushing tests for Power10
(bsc#1012628).
- ALSA: hda/hdmi: fix max DP-MST dev_num for Intel TGL+ platforms
(bsc#1012628).
- powerpc/32: Statically initialise first emergency context
(bsc#1012628).
- net: hns3: remediate a potential overflow risk of bd_num_list
(bsc#1012628).
- net: hns3: add handling for xmit skb with recursive fraglist
(bsc#1012628).
- ip6_vti: proper dev_{hold|put} in ndo_[un]init methods
(bsc#1012628).
- can: dev: can_free_echo_skb(): don't crash the kernel if
can_priv::echo_skb is accessed out of bounds (bsc#1012628).
- iommu/arm-smmu-v3: Add a check to avoid invalid iotlb sync
(bsc#1012628).
- ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet
(bsc#1012628).
- ice: handle increasing Tx or Rx ring sizes (bsc#1012628).
- Bluetooth: btusb: Enable quirk boolean flag for Mediatek Chip
(bsc#1012628).
- ASoC: rt5670: Add a quirk for the Dell Venue 10 Pro 5055
(bsc#1012628).
- selftests: mptcp: launch mptcp_connect with timeout
(bsc#1012628).
- i2c: Add I2C_AQ_NO_REP_START adapter quirk (bsc#1012628).
- Bluetooth: Do not set cur_adv_instance in adv param MGMT request
(bsc#1012628).
- MIPS: Loongson64: Use _CACHE_UNCACHED instead of
_CACHE_UNCACHED_ACCELERATED (bsc#1012628).
- coresight: Do not scan for graph if none is present
(bsc#1012628).
- IB/hfi1: Correct oversized ring allocation (bsc#1012628).
- mac80211: Set priority and queue mapping for injected frames
(bsc#1012628).
- mac80211: clear the beacon's CRC after channel switch
(bsc#1012628).
- ASoC: soc-compress: lock pcm_mutex to resolve lockdep error
(bsc#1012628).
- net: phy: make PHY PM ops a no-op if MAC driver manages PHY PM
(bsc#1012628).
- net: fec: use mac-managed PHY PM (bsc#1012628).
- pinctrl: samsung: use 'int' for register masks in Exynos
(bsc#1012628).
- rtw88: 8822c: add LC calibration for RTL8822C (bsc#1012628).
- mt76: mt7615: fix key set/delete issues (bsc#1012628).
- mt76: mt7615: support loading EEPROM for MT7613BE (bsc#1012628).
- mt76: mt76x0: disable GTK offloading (bsc#1012628).
- mt76: connac: always check return value from
mt76_connac_mcu_alloc_wtbl_req (bsc#1012628).
- mt76: mt7915: always check return value from
mt7915_mcu_alloc_wtbl_req (bsc#1012628).
- mt76: mt7915: fix key set/delete issue (bsc#1012628).
- mt76: mt7915: fix txpower init for TSSI off chips (bsc#1012628).
- mt76: mt7921: fix key set/delete issue (bsc#1012628).
- mt76: mt7915: add wifi subsystem reset (bsc#1012628).
- i2c: imx: Fix PM reference leak in i2c_imx_reg_slave()
(bsc#1012628).
- fuse: invalidate attrs when page writeback completes
(bsc#1012628).
- virtiofs: fix userns (bsc#1012628).
- cuse: prevent clone (bsc#1012628).
- iwlwifi: pcie: make cfg vs. trans_cfg more robust (bsc#1012628).
- iwlwifi: queue: avoid memory leak in reset flow (bsc#1012628).
- iwlwifi: trans/pcie: defer transport initialisation
(bsc#1012628).
- powerpc/mm: Add cond_resched() while removing hpte mappings
(bsc#1012628).
- ASoC: rsnd: call rsnd_ssi_master_clk_start() from
rsnd_ssi_init() (bsc#1012628).
- net: bridge: propagate error code and extack from
br_mc_disabled_update (bsc#1012628).
- Revert "iommu/amd: Fix performance counter initialization"
(bsc#1012628).
- iommu/amd: Remove performance counter pre-initialization test
(bsc#1012628).
- drm/amd/display: Force vsync flip when reconfiguring MPCC
(bsc#1012628).
- selftests: Set CC to clang in lib.mk if LLVM is set
(bsc#1012628).
- kconfig: nconf: stop endless search loops (bsc#1012628).
- ALSA: hda/realtek: Add quirk for Lenovo Ideapad S740
(bsc#1012628).
- ASoC: Intel: sof_sdw: add quirk for new ADL-P Rvp (bsc#1012628).
- ALSA: hda/hdmi: fix race in handling acomp ELD notification
at resume (bsc#1012628).
- i2c: i801: Add support for Intel Alder Lake PCH-M (bsc#1012628).
- sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
(bsc#1012628).
- flow_dissector: Fix out-of-bounds warning in
__skb_flow_bpf_to_target() (bsc#1012628).
- powerpc/xive: Use the "ibm, chip-id" property only under PowerNV
(bsc#1012628).
- powerpc/smp: Set numa node before updating mask (bsc#1012628).
- wilc1000: Bring MAC address setting in line with typical Linux
behavior (bsc#1012628).
- mac80211: properly drop the connection in case of invalid CSA IE
(bsc#1012628).
- ASoC: rt286: Generalize support for ALC3263 codec (bsc#1012628).
- ethtool: ioctl: Fix out-of-bounds warning in
store_link_ksettings_for_user() (bsc#1012628).
- net: sched: tapr: prevent cycle_time == 0 in
parse_taprio_schedule (bsc#1012628).
- samples/bpf: Fix broken tracex1 due to kprobe argument change
(bsc#1012628).
- powerpc/pseries: Stop calling printk in rtas_stop_self()
(bsc#1012628).
- drm/amd/display: fixed divide by zero kernel crash during dsc
enablement (bsc#1012628).
- drm/amd/display: add handling for hdcp2 rx id list validation
(bsc#1012628).
- drm/amdgpu: Add mem sync flag for IB allocated by SA
(bsc#1012628).
- mt76: mt7615: fix entering driver-own state on mt7663
(bsc#1012628).
- crypto: ccp: Free SEV device if SEV init fails (bsc#1012628).
- wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt
(bsc#1012628).
- wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join
(bsc#1012628).
- qtnfmac: Fix possible buffer overflow in
qtnf_event_handle_external_auth (bsc#1012628).
- powerpc/iommu: Annotate nested lock for lockdep (bsc#1012628).
- iavf: remove duplicate free resources calls (bsc#1012628).
- net: ethernet: mtk_eth_soc: fix RX VLAN offload (bsc#1012628).
- selftests: mlxsw: Increase the tolerance of backlog buildup
(bsc#1012628).
- selftests: mlxsw: Fix mausezahn invocation in ERSPAN scale test
(bsc#1012628).
- kbuild: generate Module.symvers only when vmlinux exists
(bsc#1012628).
- bnxt_en: Add PCI IDs for Hyper-V VF devices (bsc#1012628).
- ia64: module: fix symbolizer crash on fdescr (bsc#1012628).
- watchdog: rename __touch_watchdog() to a better descriptive name
(bsc#1012628).
- watchdog: explicitly update timestamp when reporting softlockup
(bsc#1012628).
- watchdog/softlockup: report the overall time of softlockups
(bsc#1012628).
- watchdog/softlockup: remove logic that tried to prevent repeated
reports (bsc#1012628).
- watchdog: fix barriers when printing backtraces from all CPUs
(bsc#1012628).
- ASoC: rt286: Make RT286_SET_GPIO_* readable and writable
(bsc#1012628).
- leds: lgm: fix gpiolib dependency (bsc#1012628).
- thermal: thermal_of: Fix error return code of
thermal_of_populate_bind_params() (bsc#1012628).
- PCI/RCEC: Fix RCiEP device to RCEC association (bsc#1012628).
- f2fs: fix to allow migrating fully valid segment (bsc#1012628).
- f2fs: fix panic during f2fs_resize_fs() (bsc#1012628).
- f2fs: fix a redundant call to f2fs_balance_fs if an error occurs
(bsc#1012628).
- rtc: tps65910: include linux/property.h (bsc#1012628).
- remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loader
(bsc#1012628).
- PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc()
(bsc#1012628).
- PCI: brcmstb: Fix error return code in brcm_pcie_probe()
(bsc#1012628).
- PCI: Release OF node in pci_scan_device()'s error path
(bsc#1012628).
- ARM: 9064/1: hw_breakpoint: Do not directly check the event's
overflow_handler hook (bsc#1012628).
- f2fs: fix to align to section for fallocate() on pinned file
(bsc#1012628).
- f2fs: fix to update last i_size if fallocate partially succeeds
(bsc#1012628).
- PCI: endpoint: Fix NULL pointer dereference for ->get_features()
(bsc#1012628).
- f2fs: fix to avoid touching checkpointed data in get_victim()
(bsc#1012628).
- f2fs: fix to cover __allocate_new_section() with curseg_lock
(bsc#1012628).
- fs: 9p: fix v9fs_file_open writeback fid error check
(bsc#1012628).
- f2fs: fix to restrict mount condition on readonly block device
(bsc#1012628).
- f2fs: Fix a hungtask problem in atomic write (bsc#1012628).
- nfs: Subsequent READDIR calls should carry non-zero
cookieverifier (bsc#1012628).
- NFS: Fix handling of cookie verifier in uncached_readdir()
(bsc#1012628).
- NFS: Only change the cookie verifier if the directory page
cache is empty (bsc#1012628).
- f2fs: fix to avoid accessing invalid fio in
f2fs_allocate_data_block() (bsc#1012628).
- rpmsg: qcom_glink_native: fix error return code of
qcom_glink_rx_data() (bsc#1012628).
- NFS: nfs4_bitmask_adjust() must not change the server global
bitmasks (bsc#1012628).
- NFS: Fix attribute bitmask in _nfs42_proc_fallocate()
(bsc#1012628).
- NFSv4.2: Always flush out writes in nfs42_proc_fallocate()
(bsc#1012628).
- NFS: Deal correctly with attribute generation counter overflow
(bsc#1012628).
- PCI: endpoint: Fix missing destroy_workqueue() (bsc#1012628).
- remoteproc: pru: Fixup interrupt-parent logic for fw events
(bsc#1012628).
- remoteproc: pru: Fix wrong success return value for fw events
(bsc#1012628).
- remoteproc: pru: Fix and cleanup firmware interrupt mapping
logic (bsc#1012628).
- pNFS/flexfiles: fix incorrect size check in decode_nfs_fh()
(bsc#1012628).
- NFSv4.2 fix handling of sr_eof in SEEK's reply (bsc#1012628).
- SUNRPC: Move fault injection call sites (bsc#1012628).
- SUNRPC: Remove trace_xprt_transmit_queued (bsc#1012628).
- SUNRPC: Handle major timeout in xprt_adjust_timeout()
(bsc#1012628).
- NFSv42: Copy offload should update the file size when
appropriate (bsc#1012628).
- thermal/drivers/tsens: Fix missing put_device error
(bsc#1012628).
- NFSv4.x: Don't return NFS4ERR_NOMATCHING_LAYOUT if we're
unmounting (bsc#1012628).
- nfsd: ensure new clients break delegations (bsc#1012628).
- rtc: fsl-ftm-alarm: add MODULE_TABLE() (bsc#1012628).
- dmaengine: idxd: Fix potential null dereference on pointer
status (bsc#1012628).
- dmaengine: idxd: fix dma device lifetime (bsc#1012628).
- dmaengine: idxd: cleanup pci interrupt vector allocation
management (bsc#1012628).
- dmaengine: idxd: removal of pcim managed mmio mapping
(bsc#1012628).
- dmaengine: idxd: use ida for device instance enumeration
(bsc#1012628).
- dmaengine: idxd: fix idxd conf_dev 'struct device' lifetime
(bsc#1012628).
- dmaengine: idxd: fix wq conf_dev 'struct device' lifetime
(bsc#1012628).
- dmaengine: idxd: fix engine conf_dev lifetime (bsc#1012628).
- dmaengine: idxd: fix group conf_dev lifetime (bsc#1012628).
- dmaengine: idxd: fix cdev setup and free device lifetime issues
(bsc#1012628).
- SUNRPC: fix ternary sign expansion bug in tracing (bsc#1012628).
- SUNRPC: Fix null pointer dereference in svc_rqst_free()
(bsc#1012628).
- pwm: atmel: Fix duty cycle calculation in .get_state()
(bsc#1012628).
- xprtrdma: Avoid Receive Queue wrapping (bsc#1012628).
- xprtrdma: Fix cwnd update ordering (bsc#1012628).
- xprtrdma: rpcrdma_mr_pop() already does list_del_init()
(bsc#1012628).
- riscv: Select HAVE_DYNAMIC_FTRACE when
- fpatchable-function-entry is available (bsc#1012628).
- swiotlb: Fix the type of index (bsc#1012628).
- ceph: fix inode leak on getattr error in __fh_to_dentry
(bsc#1012628).
- scsi: qla2xxx: Prevent PRLI in target mode (bsc#1012628).
- scsi: ufs: core: Do not put UFS power into LPM if link is broken
(bsc#1012628).
- scsi: ufs: core: Cancel rpm_dev_flush_recheck_work during
system suspend (bsc#1012628).
- scsi: ufs: core: Narrow down fast path in system suspend path
(bsc#1012628).
- rtc: ds1307: Fix wday settings for rx8130 (bsc#1012628).
- net: hns3: fix incorrect configuration for igu_egu_hw_err
(bsc#1012628).
- net: hns3: initialize the message content in
hclge_get_link_mode() (bsc#1012628).
- net: hns3: add check for HNS3_NIC_STATE_INITED in
hns3_reset_notify_up_enet() (bsc#1012628).
- arm64: stacktrace: restore terminal records (bsc#1012628).
- net: hns3: fix for vxlan gpe tx checksum bug (bsc#1012628).
- net: hns3: use netif_tx_disable to stop the transmit queue
(bsc#1012628).
- net: hns3: disable phy loopback setting in hclge_mac_start_phy
(bsc#1012628).
- sctp: do asoc update earlier in sctp_sf_do_dupcook_a
(bsc#1012628).
- RISC-V: Fix error code returned by riscv_hartid_to_cpuid()
(bsc#1012628).
- sunrpc: Fix misplaced barrier in call_decode (bsc#1012628).
- libbpf: Fix signed overflow in ringbuf_process_ring
(bsc#1012628).
- block/rnbd-clt: Change queue_depth type in rnbd_clt_session
to size_t (bsc#1012628).
- block/rnbd-clt: Check the return value of the function
rtrs_clt_query (bsc#1012628).
- ata: ahci_brcm: Fix use of BCM7216 reset controller
(bsc#1012628).
- PCI: brcmstb: Use reset/rearm instead of deassert/assert
(bsc#1012628).
- ethernet:enic: Fix a use after free bug in enic_hard_start_xmit
(bsc#1012628).
- sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
(bsc#1012628).
- netfilter: xt_SECMARK: add new revision to fix structure layout
(bsc#1012628).
- xsk: Fix for xp_aligned_validate_desc() when len == chunk_size
(bsc#1012628).
- powerpc/powernv/memtrace: Fix dcache flushing (bsc#1012628).
- net: stmmac: Clear receive all(RA) bit when promiscuous mode
is off (bsc#1012628).
- drm/radeon: Fix off-by-one power_state index heap overwrite
(bsc#1012628).
- drm/radeon: Avoid power table parsing memory leaks
(bsc#1012628).
- arm64: entry: factor irq triage logic into macros (bsc#1012628).
- arm64: entry: always set GIC_PRIO_PSR_I_SET during entry
(bsc#1012628).
- khugepaged: fix wrong result value for
trace_mm_collapse_huge_page_isolate() (bsc#1012628).
- mm/hugeltb: handle the error case in
hugetlb_fix_reserve_counts() (bsc#1012628).
- mm/migrate.c: fix potential indeterminate pte entry in
migrate_vma_insert_page() (bsc#1012628).
- ksm: fix potential missing rmap_item for stable_node
(bsc#1012628).
- mm/gup: check every subpage of a compound page during isolation
(bsc#1012628).
- mm/gup: return an error on migration failure (bsc#1012628).
- mm/gup: check for isolation errors (bsc#1012628).
- kfence: await for allocation using wait_event (bsc#1012628).
- ethtool: fix missing NLM_F_MULTI flag when dumping
(bsc#1012628).
- net: fix nla_strcmp to handle more then one trailing null
character (bsc#1012628).
- smc: disallow TCP_ULP in smc_setsockopt() (bsc#1012628).
- netfilter: nfnetlink_osf: Fix a missing skb_header_pointer()
NULL check (bsc#1012628).
- netfilter: nftables: Fix a memleak from userdata error path
in new objects (bsc#1012628).
- can: mcp251xfd: mcp251xfd_probe(): fix an error pointer
dereference in probe (bsc#1012628).
- can: mcp251xfd: mcp251xfd_probe(): add missing
can_rx_offload_del() in error path (bsc#1012628).
- can: mcp251x: fix resume from sleep before interface was
brought up (bsc#1012628).
- can: m_can: m_can_tx_work_queue(): fix tx_skb race condition
(bsc#1012628).
- sched: Fix out-of-bound access in uclamp (bsc#1012628).
- sched/fair: Fix unfairness caused by missing load decay
(bsc#1012628).
- net: ipa: fix inter-EE IRQ register definitions (bsc#1012628).
- fs/proc/generic.c: fix incorrect pde_is_permanent check
(bsc#1012628).
- kernel: kexec_file: fix error return code of
kexec_calculate_store_digests() (bsc#1012628).
- kernel/resource: make walk_system_ram_res() find all busy
IORESOURCE_SYSTEM_RAM resources (bsc#1012628).
- kernel/resource: make walk_mem_res() find all busy
IORESOURCE_MEM resources (bsc#1012628).
- netfilter: nftables: avoid overflows in nft_hash_buckets()
(bsc#1012628).
- i40e: fix broken XDP support (bsc#1012628).
- i40e: Fix use-after-free in i40e_client_subtask() (bsc#1012628).
- i40e: fix the restart auto-negotiation after FEC modified
(bsc#1012628).
- i40e: Fix PHY type identifiers for 2.5G and 5G adapters
(bsc#1012628).
- i40e: Remove LLDP frame filters (bsc#1012628).
- mptcp: fix splat when closing unaccepted socket (bsc#1012628).
- ARC: entry: fix off-by-one error in syscall number validation
(bsc#1012628).
- ARC: mm: PAE: use 40-bit physical page mask (bsc#1012628).
- ARC: mm: Use max_high_pfn as a HIGHMEM zone border
(bsc#1012628).
- sh: Remove unused variable (bsc#1012628).
- powerpc/64s: Fix crashes when toggling stf barrier
(bsc#1012628).
- powerpc/64s: Fix crashes when toggling entry flush barrier
(bsc#1012628).
- hfsplus: prevent corruption in shrinking truncate (bsc#1012628).
- squashfs: fix divide error in calculate_skip() (bsc#1012628).
- userfaultfd: release page in error path to avoid BUG_ON
(bsc#1012628).
- kasan: fix unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
(bsc#1012628).
- mm/hugetlb: fix F_SEAL_FUTURE_WRITE (bsc#1012628).
- mm/hugetlb: fix cow where page writtable in child (bsc#1012628).
- blk-iocost: fix weight updates of inner active iocgs
(bsc#1012628).
- x86, sched: Fix the AMD CPPC maximum performance value on
certain AMD Ryzen generations (bsc#1012628).
- arm64: mte: initialize RGSR_EL1.SEED in __cpu_setup
(bsc#1012628).
- arm64: Fix race condition on PG_dcache_clean in
__sync_icache_dcache() (bsc#1012628).
- btrfs: fix deadlock when cloning inline extents and using
qgroups (bsc#1012628).
- btrfs: zoned: fix silent data loss after failure splitting
ordered extent (bsc#1012628).
- btrfs: fix race leading to unpersisted data and metadata on
fsync (bsc#1012628).
- btrfs: initialize return variable in cleanup_free_space_cache_v1
(bsc#1012628).
- btrfs: zoned: sanity check zone type (bsc#1012628).
- drm/radeon/dpm: Disable sclk switching on Oland when two 4K
60Hz monitors are connected (bsc#1012628).
- drm/amd/display: Initialize attribute for hdcp_srm sysfs file
(bsc#1012628).
- drm/i915: Avoid div-by-zero on gen2 (bsc#1012628).
- kvm: exit halt polling on need_resched() as well (bsc#1012628).
- drm/msm: fix LLC not being enabled for mmu500 targets
(bsc#1012628).
- KVM: LAPIC: Accurately guarantee busy wait for timer to expire
when using hv_timer (bsc#1012628).
- drm/msm/dp: initialize audio_comp when audio starts
(bsc#1012628).
- KVM: x86: Cancel pvclock_gtod_work on module removal
(bsc#1012628).
- KVM: x86: Prevent deadlock against tk_core.seq (bsc#1012628).
- KVM: SVM: Move GHCB unmapping to fix RCU warning (bsc#1012628).
- dax: Add an enum for specifying dax wakup mode (bsc#1012628).
- dax: Add a wakeup mode parameter to put_unlocked_entry()
(bsc#1012628).
- dax: Wake up all waiters after invalidating dax entry
(bsc#1012628).
- xen/unpopulated-alloc: fix error return code in fill_list()
(bsc#1012628).
- perf tools: Fix dynamic libbpf link (bsc#1012628).
- usb: dwc3: gadget: Free gadget structure only after freeing
endpoints (bsc#1012628).
- iio: light: gp2ap002: Fix rumtime PM imbalance on error
(bsc#1012628).
- iio: proximity: pulsedlight: Fix rumtime PM imbalance on error
(bsc#1012628).
- iio: hid-sensors: select IIO_TRIGGERED_BUFFER under
HID_SENSOR_IIO_TRIGGER (bsc#1012628).
- iio: core: return ENODEV if ioctl is unknown (bsc#1012628).
- usb: fotg210-hcd: Fix an error message (bsc#1012628).
- hwmon: (occ) Fix poll rate limiting (bsc#1012628).
- usb: typec: tcpm: Fix wrong handling for Not_Supported in VDM
AMS (bsc#1012628).
- usb: musb: Fix an error message (bsc#1012628).
- hwmon: (ltc2992) Put fwnode in error case during ->probe()
(bsc#1012628).
- ACPI: scan: Fix a memory leak in an error handling path
(bsc#1012628).
- kyber: fix out of bounds access when preempted (bsc#1012628).
- nvmet: fix inline bio check for bdev-ns (bsc#1012628).
- nvmet: fix inline bio check for passthru (bsc#1012628).
- nvmet-rdma: Fix NULL deref when SEND is completed with error
(bsc#1012628).
- f2fs: compress: fix to free compress page correctly
(bsc#1012628).
- f2fs: compress: fix race condition of overwrite vs truncate
(bsc#1012628).
- f2fs: compress: fix to assign cc.cluster_idx correctly
(bsc#1012628).
- sched/fair: Fix clearing of has_idle_cores flag in
select_idle_cpu() (bsc#1012628).
- nbd: Fix NULL pointer in flush_workqueue (bsc#1012628).
- powerpc/64s: Make NMI record implicitly soft-masked code as
irqs disabled (bsc#1012628).
- blk-mq: plug request for shared sbitmap (bsc#1012628).
- blk-mq: Swap two calls in blk_mq_exit_queue() (bsc#1012628).
- usb: dwc3: omap: improve extcon initialization (bsc#1012628).
- usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel
Merrifield (bsc#1012628).
- usb: xhci: Increase timeout for HC halt (bsc#1012628).
- usb: dwc2: Fix gadget DMA unmap direction (bsc#1012628).
- usb: core: hub: fix race condition about TRSMRCY of resume
(bsc#1012628).
- usb: dwc3: imx8mp: fix error return code in dwc3_imx8mp_probe()
(bsc#1012628).
- usb: dwc3: gadget: Enable suspend events (bsc#1012628).
- usb: dwc3: gadget: Return success always for kick transfer in
ep queue (bsc#1012628).
- usb: typec: tcpm: Fix wrong handling in GET_SINK_CAP
(bsc#1012628).
- usb: typec: ucsi: Retrieve all the PDOs instead of just the
first 4 (bsc#1012628).
- usb: typec: ucsi: Put fwnode in any case during ->probe()
(bsc#1012628).
- xhci-pci: Allow host runtime PM as default for Intel Alder
Lake xHCI (bsc#1012628).
- xhci: Fix giving back cancelled URBs even if halted endpoint
can't reset (bsc#1012628).
- xhci: Do not use GFP_KERNEL in (potentially) atomic context
(bsc#1012628).
- xhci: Add reset resume quirk for AMD xhci controller
(bsc#1012628).
- iio: core: fix ioctl handlers removal (bsc#1012628).
- iio: gyro: mpu3050: Fix reported temperature value
(bsc#1012628).
- iio: tsl2583: Fix division by a zero lux_val (bsc#1012628).
- cdc-wdm: untangle a circular dependency between callback and
softint (bsc#1012628).
- alarmtimer: Check RTC features instead of ops (bsc#1012628).
- xen/gntdev: fix gntdev_mmap() error exit path (bsc#1012628).
- KVM: x86: Emulate RDPID only if RDTSCP is supported
(bsc#1012628).
- KVM: x86: Move RDPID emulation intercept to its own enum
(bsc#1012628).
- KVM: x86: Add support for RDPID without RDTSCP (bsc#1012628).
- KVM: nVMX: Always make an attempt to map eVMCS after migration
(bsc#1012628).
- KVM: VMX: Do not advertise RDPID if ENABLE_RDTSCP control is
unsupported (bsc#1012628).
- KVM: VMX: Disable preemption when probing user return MSRs
(bsc#1012628).
- mm: fix struct page layout on 32-bit systems (bsc#1012628).
- MIPS: Reinstate platform `__div64_32' handler (bsc#1012628).
- MIPS: Avoid DIVU in `__div64_32' is result would be zero
(bsc#1012628).
- MIPS: Avoid handcoded DIVU in `__div64_32' altogether
(bsc#1012628).
- clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer
wrap issue (bsc#1012628).
- clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata
i940 (bsc#1012628).
- kobject_uevent: remove warning in init_uevent_argv()
(bsc#1012628).
- drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdp
(bsc#1012628).
- drm/msm/dp: check sink_count before update is_connected status
(bsc#1012628).
- drm/i915: Read C0DRB3/C1DRB3 as 16 bits again (bsc#1012628).
- drm/i915/overlay: Fix active retire callback alignment
(bsc#1012628).
- drm/i915: Fix crash in auto_retire (bsc#1012628).
- clk: exynos7: Mark aclk_fsys1_200 as critical (bsc#1012628).
- soc: mediatek: pm-domains: Add a meaningful power domain name
(bsc#1012628).
- soc: mediatek: pm-domains: Add a power domain names for mt8183
(bsc#1012628).
- soc: mediatek: pm-domains: Add a power domain names for mt8192
(bsc#1012628).
- media: rkvdec: Remove of_match_ptr() (bsc#1012628).
- i2c: mediatek: Fix send master code at more than 1MHz
(bsc#1012628).
- dt-bindings: media: renesas,vin: Make resets optional on R-Car
Gen1 (bsc#1012628).
- dt-bindings: thermal: rcar-gen3-thermal: Support five TSC
nodes on r8a779a0 (bsc#1012628).
- arm64: dts: renesas: falcon: Move console config to CPU board
DTS (bsc#1012628).
- dt-bindings: phy: qcom,qmp-usb3-dp-phy: move usb3 compatibles
back to qcom,qmp-phy.yaml (bsc#1012628).
- dt-bindings: serial: 8250: Remove duplicated compatible strings
(bsc#1012628).
- dt-bindings: PCI: rcar-pci-host: Document missing R-Car H1
support (bsc#1012628).
- debugfs: Make debugfs_allow RO after init (bsc#1012628).
- ext4: fix debug format string warning (bsc#1012628).
- nvme: do not try to reconfigure APST when the controller is
not live (bsc#1012628).
- ASoC: rsnd: check all BUSIF status when error (bsc#1012628).
- net: bridge: fix error in br_multicast_add_port when
CONFIG_NET_SWITCHDEV=n (bsc#1012628).
- Refresh
patches.suse/usb-pci-quirks-disable-D3cold-on-xhci-suspend-for-s2.patch.
- commit 0ef707c
==== kio-fuse ====
- Use %pkg_vcmp for util-linux requirement for %check
- Add patch to avoid occasional test failure:
* 0001-Initialize-m_lastChildrenRefresh-to-be-really-in-the.patch
==== libdrm ====
Version update (2.4.105 -> 2.4.106)
Subpackages: libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1
- Update to 2.4.106:
* various nouveau fixes
* improve tests
==== miniupnpc ====
Version update (2.2.1 -> 2.2.2)
- add upstream signing key and validate source signature
- Update to version 2.2.2:
* miniupnpcmodule.c: throw an exception in UPnP_discover()
* Fix usage of IP_MULTICAST_IF with struct ip_mreqn
==== pitivi ====
Version update (2021.01 -> 2021.05)
Subpackages: pitivi-lang
- Update to version 2021.05:
+ Clips in the Media Library can be tagged.
+ Drag a keyframe vertically or horizontally by pressing Ctrl.
+ Keyboard shortcuts to seek to the previous/next marker.
==== systemd ====
Subpackages: libsystemd0 libsystemd0-32bit libudev-devel libudev1 libudev1-32bit systemd-32bit systemd-container systemd-doc systemd-lang systemd-logger systemd-sysvinit udev
- systemd.spec: clean some of the build deps up:
- libpcre is redundant with libpcre2 (only required by the full
build) and the mini variant needs none of them. Hence drop the ref
to libpcre.
- normally libidn2 is needed by some optional features in
systemd-network (only). But it's implicitly pulled in by libgnutls
(required by the main package). Let's make sure the related
features won't be disabled inadvertently in the future by making
the dep explicit.
==== xfce4-branding-openSUSE ====
Subpackages: libgarcon-branding-openSUSE libxfce4ui-branding-openSUSE thunar-volman-branding-openSUSE xfce4-notifyd-branding-openSUSE xfce4-panel-branding-openSUSE xfce4-power-manager-branding-openSUSE xfce4-session-branding-openSUSE xfce4-settings-branding-openSUSE xfdesktop-branding-openSUSE xfwm4-branding-openSUSE
- Enable the fix for boo#1178511 on all Leap versions
3 years, 5 months