From: Stuart Henderson Subject: Re: Update: zsh 5.9.2 To: ports@openbsd.org Date: Tue, 21 Jul 2026 11:59:43 +0100 thanks - committed. On 2026/07/20 22:22, Matthew Martin wrote: > Another small update. Ran for the past weekish without issue. > > > diff --git Makefile Makefile > index 5b40f20c8cc..806114328fa 100644 > --- Makefile > +++ Makefile > @@ -1,9 +1,8 @@ > COMMENT= Z shell, Bourne shell-compatible > > -V= 5.9.1 > +V= 5.9.2 > DISTNAME= zsh-$V > CATEGORIES= shells > -REVISION= 0 > > MAINTAINER= Matthew Martin > > diff --git distinfo distinfo > index 20b337aa802..d4df22741e4 100644 > --- distinfo > +++ distinfo > @@ -1,2 +1,2 @@ > -SHA256 (zsh-5.9.1.tar.xz) = XSC+wD+YHcTpoJ7CRedBU4j/ZB95xcXEFrUELljYKA0= > -SIZE (zsh-5.9.1.tar.xz) = 3414612 > +SHA256 (zsh-5.9.2.tar.xz) = NvpzQ3S0R4NYLOwJvNZ4IuL5ksd57BYkq1WW3weNL4E= > +SIZE (zsh-5.9.2.tar.xz) = 3439480 > diff --git patches/patch-configure_ac patches/patch-configure_ac > index f684685cbf4..425f633cccb 100644 > --- patches/patch-configure_ac > +++ patches/patch-configure_ac > @@ -1,7 +1,7 @@ > Index: configure.ac > --- configure.ac.orig > +++ configure.ac > -@@ -2243,6 +2243,37 @@ dnl --------------- > +@@ -2245,6 +2245,37 @@ dnl --------------- > zsh_CHECK_SOCKLEN_T > > dnl --------------- > diff --git pkg/PLIST pkg/PLIST > index f8870f809f5..e7f3b1e2ba3 100644 > --- pkg/PLIST > +++ pkg/PLIST > @@ -370,6 +370,7 @@ share/zsh/${V}/functions/Completion/Linux/_mdadm > share/zsh/${V}/functions/Completion/Linux/_mii-tool > share/zsh/${V}/functions/Completion/Linux/_modutils > share/zsh/${V}/functions/Completion/Linux/_mondo > +share/zsh/${V}/functions/Completion/Linux/_namei > share/zsh/${V}/functions/Completion/Linux/_networkmanager > share/zsh/${V}/functions/Completion/Linux/_nsenter > share/zsh/${V}/functions/Completion/Linux/_opkg > @@ -444,6 +445,7 @@ share/zsh/${V}/functions/Completion/Unix/_abcde > share/zsh/${V}/functions/Completion/Unix/_absolute_command_paths > share/zsh/${V}/functions/Completion/Unix/_ack > share/zsh/${V}/functions/Completion/Unix/_adb > +share/zsh/${V}/functions/Completion/Unix/_age > share/zsh/${V}/functions/Completion/Unix/_ansible > share/zsh/${V}/functions/Completion/Unix/_ant > share/zsh/${V}/functions/Completion/Unix/_antiword > @@ -607,6 +609,7 @@ share/zsh/${V}/functions/Completion/Unix/_growisofs > share/zsh/${V}/functions/Completion/Unix/_gsettings > share/zsh/${V}/functions/Completion/Unix/_guilt > share/zsh/${V}/functions/Completion/Unix/_gzip > +share/zsh/${V}/functions/Completion/Unix/_hardlink > share/zsh/${V}/functions/Completion/Unix/_have_glob_qual > share/zsh/${V}/functions/Completion/Unix/_head > share/zsh/${V}/functions/Completion/Unix/_hexdump >