From 2a6657dfd15bfa05c43bc956292b27cf4a3b39d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 22 Jul 2026 18:33:53 +0200 Subject: [PATCH] New release s390-tools-2.43.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Höppner --- CHANGELOG.md | 30 ++++++++++++++++++++++++++---- common.mak | 2 +- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1924c3cc..8da80dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,37 @@ Release history for s390-tools (MIT version) -------------------------------------------- -* __v2.xx.x (20xx-xx-xx)__ +* __v2.43.1 (2026-07-22)__ - For Linux kernel version: 7.x - - Add new tools / libraries: + 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 * __v2.43.0 (2026-06-25)__ diff --git a/common.mak b/common.mak index 80e43387..f70de0b5 100644 --- a/common.mak +++ b/common.mak @@ -33,7 +33,7 @@ endif # "make DISTRELEASE=%{release}" and "make install DISTRELEASE=%{release}" VERSION := 2 RELEASE := 43 -PATCHLEVEL := 0 +PATCHLEVEL := 1 DISTRELEASE := build-$(shell date +%Y%m%d) S390_TOOLS_RELEASE := $(VERSION).$(RELEASE).$(PATCHLEVEL)-$(DISTRELEASE) export S390_TOOLS_RELEASE