diff mbox series

zsh: Upgrade 5.9 -> 5.9.1

Message ID b9d92b09598fb5def6e8606a6215c1fc21ed9f38.1780473024.git.joerg.sommer@navimatix.de
State New
Headers show
Series zsh: Upgrade 5.9 -> 5.9.1 | expand

Commit Message

Jörg Sommer June 3, 2026, 7:50 a.m. UTC
From: Jörg Sommer <joerg.sommer@navimatix.de>

* Upstream changed from pcre to pcre2
* with-tcsetpgrp was dropped in "53081: remove old BeOS support code"

Changes

* POSIX real-time signals (SIGRTMIN etc) are now supported by the kill and
  trap builtins, TRAP* functions, and the signals parameter, where available.

* The kill builtin learnt a new option -q to send the signal via
  sigqueue(3) along with an arbitrary integer value, where available.

* The kill builtin also learnt a new -L option to print a list of all known
  signal numbers and their names.

* The new completion helper _as_if can be used to complete one command as
  if it were another command with particular arguments.

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
---
 meta-oe/recipes-shells/zsh/{zsh_5.9.bb => zsh_5.9.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-shells/zsh/{zsh_5.9.bb => zsh_5.9.1.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-shells/zsh/zsh_5.9.bb b/meta-oe/recipes-shells/zsh/zsh_5.9.1.bb
similarity index 91%
rename from meta-oe/recipes-shells/zsh/zsh_5.9.bb
rename to meta-oe/recipes-shells/zsh/zsh_5.9.1.bb
index c03dfc2f83..a62526dbb2 100644
--- a/meta-oe/recipes-shells/zsh/zsh_5.9.bb
+++ b/meta-oe/recipes-shells/zsh/zsh_5.9.1.bb
@@ -8,10 +8,10 @@  SECTION = "base/shell"
 LICENSE = "zsh"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=1a4c4cda3e8096d2fd483ff2f4514fec"
 
-DEPENDS = "ncurses bison-native libcap libpcre gdbm groff-native"
+DEPENDS = "ncurses bison-native libcap libpcre2 gdbm groff-native"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}/${PV}/${BP}.tar.xz"
-SRC_URI[sha256sum] = "9b8d1ecedd5b5e81fbf1918e876752a7dd948e05c1a0dba10ab863842d45acd5"
+SRC_URI[sha256sum] = "5d20bec03f981dc4e9a09ec245e7415388ff641f79c5c5c416b5042e58d8280d"
 
 inherit autotools gettext update-alternatives manpages
 
@@ -23,7 +23,6 @@  EXTRA_OECONF = " \
     --enable-fndir=${datadir}/${BPN}/${PV}/functions \
     --enable-site-fndir=${datadir}/${BPN}/site-functions \
     --with-term-lib='ncursesw ncurses' \
-    --with-tcsetpgrp \
     --enable-cap \
     --enable-multibyte \
     --disable-gdbm \