Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ttyrun* to *2.44.0* has Succeeded.
Next steps:
- apply the patch: git am 0001-ttyrun-upgrade-2.43.0-2.44.0.patch
- check the changes to upstream patches and summarize them in the commit
message,
- compile an image that contains the package
- perform some basic sanity tests
- amend the patch and sign it off: git commit -s --reset-author --amend
- send it to the appropriate mailing list
Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.
Please review the attached files for further information and build/update
failures.
Any problem please file a bug at
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler
Regards,
The Upgrade Helper
-- >8 --
>From bf89a0c9e1a624efee1e445f5ae3a49a61036ddd Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 1 Aug 2026 05:28:57 +0000
Subject: [PATCH] ttyrun: upgrade 2.43.0 -> 2.44.0
Source: CHANGELOG.md
* __v2.44.0 (2026-07-31)__
For Linux kernel version: 7.2
Changes of existing tools / libraries:
- create-sehdr: Enable quantum safe keys usage
- dbginfo.sh: Let zpcimon log both optical module and SMART data
- libutil/util_fmt: Add util_fmt_type_to_name()
- nvmemon: Skip SCLP on NVMes with non-IBM subsystem vendor ID
- opticsmon: zpcimon: Rename opticsmon to zpcimon
- pvattest: Enable quantum safe keys usage
- pvimg: Add '--flags <...>' and '--disable-flags <...>' option
- pvimg: Enable quantum safe keys usage
- pvsecret: Enable quantum safe keys usage
- pvverify: Enable quantum safe keys usage
- zmemtopo: Add CLI option to filter partitions by name
- zpcimon: Allow setting output format using --format CLI option
- zpcimon: Monitor for hotplug of NVMes to trigger SMART collection
Bug Fixes:
- opticsmon: Fix wrong size check for OPTICS_QSFP28_LOS_IMPLEMENTED_OFFSET
- opticsmon: Handle error return of ethtool_nl_connect()
- opticsmon: Fix error path free of struct optics in ethtool_nl_get_optics()
- opticsmon: Close epoll fd in monitor_wait_loop()
- opticsmon: Fix wrong JSON print for tx_fault
* __v2.43.1 (2026-07-22)__
For Linux kernel version: 7.1
Changes of existing tools:
- dasdfmt: Check disk type before prompting for blocksize
- iucvterm/ts-shell: Introduce config parameter to specify iucvconn binary
- iucvterm/ts-shell: Introduce pager config to replace env variable
- pv: Add root CA organization pinning to certificate verification
- zdump/ngdump: Use OpenSSL's SHA256 to compute digest of dump image
Bug Fixes:
- 95sel-ebc: Add udev-settle dependency
- 95sel-ebc: Add umount to boot service
- 95sel-ebc: Harden boot mount service
- fdasd: Fix memory leak in yes_no() function
- iucvterm/iucvtty: Ensure PTY and server fd's are closed at exec
- iucvterm/iucvtty: Prevent connection stalls when receiving TERM env
- iucvterm/iucvtty: Validate TERM environment name
- libkmipclient: Protect from symlink-following attacks
- libkmipclient: Various bugfixes
- libseckey: Protect from symlink-following attacks
- libseckey: Various bugfixes
- mon_procd: Fix possible static buffer overflow
- osasnmpd: Fix SNMP non-compliance
- zdev: Harden against invalid udev, import, firmware, or hypervisor data
- zipl-editenv: Check in-bootmap environment block validity
- zipl/boot: Check in-bootmap environment block syntax
- zipl: Check keyword duplications in BLS entries
- zipl: Fix bugs in mirror support
- zkey: Protect from symlink-following attacks
---
meta/recipes-core/ttyrun/{ttyrun_2.43.0.bb => ttyrun_2.44.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/ttyrun/{ttyrun_2.43.0.bb => ttyrun_2.44.0.bb} (94%)
diff --git a/meta/recipes-core/ttyrun/ttyrun_2.43.0.bb
b/meta/recipes-core/ttyrun/ttyrun_2.44.0.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.43.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.44.0.bb
index 74204013c2..776698e1b6 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.43.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.44.0.bb
@@ -7,7 +7,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f5118f167b055bfd7c3450803f1847af"
SRC_URI =
"git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v${PV}"
-SRCREV = "f85c8ebba0b482e677de1f2c4d8b67b588fe654d"
+SRCREV = "03f7566436b42c2f1a4ad717dcf610c1f926b8f4"
CVE_PRODUCT = "s390-tools"
--
2.47.1
0001-ttyrun-upgrade-2.43.0-2.44.0.patch
Description: Binary data
packages/x86-64-v3-poky-linux/ttyrun: SRC_URI changed from "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v2.43.0" to "git://github.com/ibm-s390-linux/s390-tools;protocol=https;branch=master;tag=v2.44.0" packages/x86-64-v3-poky-linux/ttyrun: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-dbg: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-dbg: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-dev: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-dev: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-doc: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-doc: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-locale: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-locale: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-src: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-src: FILELIST: directory renamed /usr/src/debug/ttyrun/2.43.0/iucvterm/src -> /usr/src/debug/ttyrun/2.44.0/iucvterm/src packages/x86-64-v3-poky-linux/ttyrun/ttyrun-src: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun-staticdev: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun-staticdev: PV changed from "2.43.0" to "2.44.0" packages/x86-64-v3-poky-linux/ttyrun/ttyrun: PKGV changed from 2.43.0 [default] to 2.44.0 [default] packages/x86-64-v3-poky-linux/ttyrun/ttyrun: PV changed from "2.43.0" to "2.44.0"
Changelog for ttyrun: 2.43.0 -> 2.44.0 Source: CHANGELOG.md * __v2.44.0 (2026-07-31)__ For Linux kernel version: 7.2 Changes of existing tools / libraries: - create-sehdr: Enable quantum safe keys usage - dbginfo.sh: Let zpcimon log both optical module and SMART data - libutil/util_fmt: Add util_fmt_type_to_name() - nvmemon: Skip SCLP on NVMes with non-IBM subsystem vendor ID - opticsmon: zpcimon: Rename opticsmon to zpcimon - pvattest: Enable quantum safe keys usage - pvimg: Add '--flags <...>' and '--disable-flags <...>' option - pvimg: Enable quantum safe keys usage - pvsecret: Enable quantum safe keys usage - pvverify: Enable quantum safe keys usage - zmemtopo: Add CLI option to filter partitions by name - zpcimon: Allow setting output format using --format CLI option - zpcimon: Monitor for hotplug of NVMes to trigger SMART collection Bug Fixes: - opticsmon: Fix wrong size check for OPTICS_QSFP28_LOS_IMPLEMENTED_OFFSET - opticsmon: Handle error return of ethtool_nl_connect() - opticsmon: Fix error path free of struct optics in ethtool_nl_get_optics() - opticsmon: Close epoll fd in monitor_wait_loop() - opticsmon: Fix wrong JSON print for tx_fault * __v2.43.1 (2026-07-22)__ For Linux kernel version: 7.1 Changes of existing tools: - dasdfmt: Check disk type before prompting for blocksize - iucvterm/ts-shell: Introduce config parameter to specify iucvconn binary - iucvterm/ts-shell: Introduce pager config to replace env variable - pv: Add root CA organization pinning to certificate verification - zdump/ngdump: Use OpenSSL's SHA256 to compute digest of dump image Bug Fixes: - 95sel-ebc: Add udev-settle dependency - 95sel-ebc: Add umount to boot service - 95sel-ebc: Harden boot mount service - fdasd: Fix memory leak in yes_no() function - iucvterm/iucvtty: Ensure PTY and server fd's are closed at exec - iucvterm/iucvtty: Prevent connection stalls when receiving TERM env - iucvterm/iucvtty: Validate TERM environment name - libkmipclient: Protect from symlink-following attacks - libkmipclient: Various bugfixes - libseckey: Protect from symlink-following attacks - libseckey: Various bugfixes - mon_procd: Fix possible static buffer overflow - osasnmpd: Fix SNMP non-compliance - zdev: Harden against invalid udev, import, firmware, or hypervisor data - zipl-editenv: Check in-bootmap environment block validity - zipl/boot: Check in-bootmap environment block syntax - zipl: Check keyword duplications in BLS entries - zipl: Fix bugs in mirror support - zkey: Protect from symlink-following attacks
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#242461): https://lists.openembedded.org/g/openembedded-core/message/242461 Mute This Topic: https://lists.openembedded.org/mt/120546127/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
