From e79323e956857f5c7fe3e054b7a43ffc7cbaa699 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 23 Jul 2026 05:14:52 +0000 Subject: [PATCH] ttyrun: upgrade 2.43.0 -> 2.43.1 Source: CHANGELOG.md * __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.43.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ttyrun/{ttyrun_2.43.0.bb => ttyrun_2.43.1.bb} (94%) diff --git a/meta/recipes-core/ttyrun/ttyrun_2.43.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.43.1.bb similarity index 94% rename from meta/recipes-core/ttyrun/ttyrun_2.43.0.bb rename to meta/recipes-core/ttyrun/ttyrun_2.43.1.bb index 74204013c2..e259583907 100644 --- a/meta/recipes-core/ttyrun/ttyrun_2.43.0.bb +++ b/meta/recipes-core/ttyrun/ttyrun_2.43.1.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 = "2a6657dfd15bfa05c43bc956292b27cf4a3b39d3" CVE_PRODUCT = "s390-tools" -- 2.47.1