Skip to content

Commit 98f23d8

Browse files
author
vins
committed
shells/yash: update to 2.59
# changes * trap: Implement POSIX.1-2024 requirements by @magicant in #115 * read: Avoid crash in interactive shell by @magicant in #116 * history: Work around glibc's fsetpos bug by @magicant in #117 * add completion for make variant commands by @unrealapex in #110 * Update Git completion by @magicant in #120 * wait: Don't return when the target process is suspended by @magicant in #121 * Support POSIX.1-2024 read built-in behavior (except byte-wise field splitting) by @magicant in #123 * Change false, pwd, and true to substitutive built-ins by @c0d3-br3ak9r in #124 * Reject empty operand in cd built-in by @c0d3-br3ak9r in #126 * Ignore remaining commands after a foreground job stops by @magicant in #143 * Treat a job as suspended when any child process suspends by @magicant in #144 * Noglob when splitting $CDPATH at colons in cd and pushd completion by @magicant in #147 * add completion for fnf by @unrealapex in #140 * add completion for 'cmus' and 'cmus-remote' by @unrealapex in #141 * add completion for 'catgirl' by @unrealapex in #142 * Ignore SIGTSTP in process redirection subshells by @magicant in #148 * Add macOS workaround for test of suspended job by @magicant in #150 * Job control without a control terminal by @magicant in #149 * Discard remaining commands on shell errors if interactive by @magicant in #151 * Filter '.' and '..' from wglob results by @eilefsen in #152 * Report job number and PID for async commands in interactive shell by @magicant in #155 * Propagate signal exit status to parent process by @magicant in #156 * printf: Reject redundant character in numeric operand by @magicant in #157 * Reject multiple pathname expansion results in redirection operands by @magicant in #158 * Set interactive automatically even with positional parameters by @magicant in #160 * test: Reject -a, -o, and parentheses in POSIXly-correct mode by @magicant in #161 * Fix default exit status of exit built-in in trap action by @magicant in #162 * Keep empty tilde expansion from empty field removal by @magicant in #164 * Remove redundant trailing slash in tilde expansion by @magicant in #166 * Reject {n} redirection prefix by @magicant in #167 * Document hashondef and nolog options for POSIX.1-2024 by @magicant in #168 * Treatment of variables that should not be made readonly by @magicant in #169 * Reject making LINENO, OLDPWD, OPTARG, OPTIND, and PWD readonly by @magicant in #170
1 parent c454925 commit 98f23d8

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

shells/yash/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.12 2025/02/13 13:45:20 vins Exp $
1+
# $NetBSD: Makefile,v 1.13 2025/05/23 19:18:52 vins Exp $
22

3-
DISTNAME= yash-2.58.1
3+
DISTNAME= yash-2.59
44
CATEGORIES= shells
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=magicant/}
66
GITHUB_RELEASE= ${PKGVERSION_NOREV}

shells/yash/PLIST

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.4 2025/02/13 13:45:20 vins Exp $
1+
@comment $NetBSD: PLIST,v 1.5 2025/05/23 19:18:52 vins Exp $
22
bin/yash
33
man/ja/man1/yash.1
44
man/man1/yash.1
@@ -18,16 +18,20 @@ share/yash/completion/basename
1818
share/yash/completion/bash
1919
share/yash/completion/bg
2020
share/yash/completion/bindkey
21+
share/yash/completion/bmake
2122
share/yash/completion/break
2223
share/yash/completion/bsdtar
2324
share/yash/completion/carthage
2425
share/yash/completion/cat
26+
share/yash/completion/catgirl
2527
share/yash/completion/cd
2628
share/yash/completion/chgrp
2729
share/yash/completion/chmod
2830
share/yash/completion/chown
2931
share/yash/completion/chsh
3032
share/yash/completion/cmp
33+
share/yash/completion/cmus
34+
share/yash/completion/cmus-remote
3135
share/yash/completion/comm
3236
share/yash/completion/command
3337
share/yash/completion/complete
@@ -63,6 +67,7 @@ share/yash/completion/fg
6367
share/yash/completion/fgrep
6468
share/yash/completion/file
6569
share/yash/completion/find
70+
share/yash/completion/fnf
6671
share/yash/completion/fold
6772
share/yash/completion/fzy
6873
share/yash/completion/gawk
@@ -94,6 +99,7 @@ share/yash/completion/git-init
9499
share/yash/completion/git-log
95100
share/yash/completion/git-ls-remote
96101
share/yash/completion/git-merge
102+
share/yash/completion/git-mv
97103
share/yash/completion/git-name-rev
98104
share/yash/completion/git-notes
99105
share/yash/completion/git-pull
@@ -121,6 +127,7 @@ share/yash/completion/git-worktree
121127
share/yash/completion/gitg
122128
share/yash/completion/gitk
123129
share/yash/completion/gitx
130+
share/yash/completion/gmake
124131
share/yash/completion/gnutar
125132
share/yash/completion/grep
126133
share/yash/completion/gtar

shells/yash/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.7 2025/02/13 13:45:20 vins Exp $
1+
$NetBSD: distinfo,v 1.8 2025/05/23 19:18:52 vins Exp $
22

3-
BLAKE2s (yash-2.58.1.tar.xz) = 2543f072109509cf3c64cac6b76b9e8a64caae72e7518aa979aab25ad4d6a83f
4-
SHA512 (yash-2.58.1.tar.xz) = 01e87d579db4ad15ff475cdb7a5360e1b1b6d0e39301e191910943f99adb6686e2462645114c68b59e3de53c5d4486748a9d070a47e3d148e6e3f84b000f1318
5-
Size (yash-2.58.1.tar.xz) = 784816 bytes
3+
BLAKE2s (yash-2.59.tar.xz) = cc366c1a37282c73f577eacace0b3faceae333c4b9c158bba3cd8fdb40ccc797
4+
SHA512 (yash-2.59.tar.xz) = eafcd8b9ced1238714076833f8023d158e28a8a5bc4cc9f381b030d7f67b2113c3ae291641a53daceecba053b0f89a6b478b83536b3e93880054aa2856f989e0
5+
Size (yash-2.59.tar.xz) = 806348 bytes
66
SHA1 (patch-Makefile.in) = f9529b43db6f3775a5676b0f96f5cd5c4d60234e

0 commit comments

Comments
 (0)