diff mbox series

[AUH] ttyrun: upgrading to 2.44.1 SUCCEEDED

Message ID 010101a0c7a2cd78-1efadc95-3a3c-4158-8390-5e21b12a8406-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] ttyrun: upgrading to 2.44.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 22, 2026, 5:42 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *ttyrun* to *2.44.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-ttyrun-upgrade-2.44.0-2.44.1.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 6858b6a1aef5bc54cf70f3e427e3b3d44554c56f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 22 Sep 2026 05:18:46 +0000
Subject: [PATCH] ttyrun: upgrade 2.44.0 -> 2.44.1

For Linux kernel version: 7.2

  Changes of existing tools:
  - cpumf/lshwc: Add -c as short option for --counters
  - cpumf/lspai: Handle CPU hotplug gracefully
  - dbginfo.sh: Change grep for OS name
  - dbginfo.sh: Change tar generation via temp file
  - dbginfo.sh: Correct dump counter
  - dbginfo.sh: Detect the openCryptoki STDLL directory at runtime
  - dbginfo.sh: Redirect stderr on command existence checks
  - dbginfo.sh: Replace deprecated backtick command substitution
  - dbginfo.sh: Secure the directory input variable
  - zipl: Detect and display partition table type for disk and device

  Bug Fixes:
  - cmsfs-fuse: Fix out-of-bounds access when reading variable-length files
  - cpumf/lscpumf: Fix exit status and error reporting
  - cpumf/lshwc: Fix --allcpu to --all in man page
  - cpumf/lspai: Add input validation for interval parameter
  - cpumf/lspai: Fix --allcpu to --all in man page
  - cpumf/lspai: Fix integer overflow in file descriptor calculation
  - cpumf/lspai: Fix output formatting with minimum indent
  - dasdview: Fix buffer overflow in dasdview_read_vtoc()
  - dumpconf: Harden locking during delayed activation to prevent symlink
    attacks
  - fdasd: Fix potential buffer overflow in fdasd_change_part_type()
  - ipl_tools: Fix buffer overflow vulnerabilities in chreipl and is_lpar()
  - ip_watcher: Use mktemp for cleanup files to avoid collisions
  - libkmipclient: Fix NULL pointer dereference in kmip_v2_attr_from_v1_attr()
  - libkmipclient: Fix heap buffer overflow
  - libutil/util_lockfile: Prevent buffer overflow in lockfile handling
  - libzds: Add bounds checking and validate used_bytes in PDS directory parsing
  - pvattest: Write attestation request private key (arpk) with 0600 permissions
  - pvebc: Fix executable permission on sel-ebc-modules.conf
  - pvics: Fix incorrect exit values for --version and --help options
  - pvsecret: Write secret with 0600 permissions
  - sclpdbf: Harden against invalid trace data
  - vmur: Fix buffer over-read in get_minor()
  - zdump/dfi_s390: Add a check for zlib entry size in the dump header
  - zdump/dfi_s390: Fix out-of-bounds upon dump entry decompression
  - zdump/dfo_elf: Fix 32-bit truncation in ELF header allocation size
  - zdump: Reject multi-volume dumps with out-of-range vol_cnt
  - ziomon/ziomon_zfcpdd: Validate message lengths before processing
  - ziomon/ziorep_config: Replace unsafe open() and regex match with safer
    idioms
  - ziomon: Validate message layout and aggregate message lengths before
    processing
  - zipl: Fix memory leak in free_bootloader()
  - zipl: Replace popen(3) with safer invocation for targetbase scripts and
    ngdump
  - zkey-ekmfweb: Fix insecure default: TLS host name verification now enabled
    by default
  - zkey-kmip: Fix insecure default: TLS host name verification now enabled by
    default
  - zkey: Fix memory leaks when generating keys or reenciphering integrity
    volumes
  - zkey: Harden 'zkey kms unbind' command against sy

[Changelog truncated as it exceeds 3000 characters;
the full changelog can be found in an attachment to the AUH email]
---
 meta/recipes-core/ttyrun/{ttyrun_2.44.0.bb => ttyrun_2.44.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ttyrun/{ttyrun_2.44.0.bb => ttyrun_2.44.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-core/ttyrun/ttyrun_2.44.0.bb b/meta/recipes-core/ttyrun/ttyrun_2.44.1.bb
similarity index 94%
rename from meta/recipes-core/ttyrun/ttyrun_2.44.0.bb
rename to meta/recipes-core/ttyrun/ttyrun_2.44.1.bb
index 776698e1b6..a8b276c071 100644
--- a/meta/recipes-core/ttyrun/ttyrun_2.44.0.bb
+++ b/meta/recipes-core/ttyrun/ttyrun_2.44.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 = "03f7566436b42c2f1a4ad717dcf610c1f926b8f4"
+SRCREV = "8840053a7bbaeea1de3834fbc7f84b16813fc409"
 
 CVE_PRODUCT = "s390-tools"