Received: by mail.netbsd.org (Postfix, from userid 605) id 7280884E5F; Sat, 5 Nov 2022 16:10:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1E0F84D22 for ; Sat, 5 Nov 2022 16:10:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 95UGXwUL1BJj for ; Sat, 5 Nov 2022 16:10:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0810784D13 for ; Sat, 5 Nov 2022 16:10:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F016AFA90; Sat, 5 Nov 2022 16:10:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1667664640160630" MIME-Version: 1.0 Date: Sat, 5 Nov 2022 16:10:40 +0000 From: "pin" Subject: CVS commit: pkgsrc/shells/ksh93 To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20221105161040.F016AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1667664640160630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Sat Nov 5 16:10:40 UTC 2022 Modified Files: pkgsrc/shells/ksh93: Makefile distinfo Log Message: ksh93: update to 1.0.4. Main changes between 1.0.3 and 1.0.4: - Fixed multiple scoping-related bugs in the += additive assignment operator. - A number of crashing bugs have been fixed. - Various fixes for the Haiku operating system, notably 'ulimit -a' now works. - Fixed the expansion of out-of-range \n back references in the string part of ${parameter//pattern/string}. For example: v=AB; echo "${v/@(A)B/\0:\1:\2}" now yields 'AB:A:' instead of 'AB:A:\2'. - Fixed quoted '!', '^' and '-' within [bracket] expressions in glob patterns; single or double quotes failed to disable their operator behaviour. - Fixed a bug introduced on 2021-04-04 that incorrectly allowed 'typeset' to turn off the readonly and export attributes on a readonly variable. - In the emacs line editor, the Ctrl+R reverse-search prompt is now visually distinct from a literal control character ("^R: " instead of "^R"). - In the vi line editor, fixed the behaviour of 'C', 'c$' and 'I' to be consistent with standard vi(1) and with Bolsky & Korn (1995, p. 121). - Aliases for many GNU long options have been added to the /opt/ast/bin built-in commands. Additionally, 'kill -s' now has a --signal long option alias compatible with the util-linux option. - Backported support for 'print -u p' from ksh 93v- for compatibility with scripts written for 93v-/ksh2020 (this is equivalent to 'print -p'). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/shells/ksh93/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/ksh93/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1667664640160630 Content-Disposition: inline Content-Length: 1649 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/ksh93/Makefile diff -u pkgsrc/shells/ksh93/Makefile:1.5 pkgsrc/shells/ksh93/Makefile:1.6 --- pkgsrc/shells/ksh93/Makefile:1.5 Sun Sep 4 14:35:34 2022 +++ pkgsrc/shells/ksh93/Makefile Sat Nov 5 16:10:40 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2022/09/04 14:35:34 pin Exp $ +# $NetBSD: Makefile,v 1.6 2022/11/05 16:10:40 pin Exp $ -DISTNAME= ksh93-1.0.3 +DISTNAME= ksh93-1.0.4 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GITHUB:=ksh93/} GITHUB_PROJECT= ksh Index: pkgsrc/shells/ksh93/distinfo diff -u pkgsrc/shells/ksh93/distinfo:1.4 pkgsrc/shells/ksh93/distinfo:1.5 --- pkgsrc/shells/ksh93/distinfo:1.4 Sun Sep 4 14:35:34 2022 +++ pkgsrc/shells/ksh93/distinfo Sat Nov 5 16:10:40 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2022/09/04 14:35:34 pin Exp $ +$NetBSD: distinfo,v 1.5 2022/11/05 16:10:40 pin Exp $ -BLAKE2s (ksh93-1.0.3.tar.gz) = 0a74d52ac2d32164038d377018290ca653ca1e3f0a0d58481adbcf433566618e -SHA512 (ksh93-1.0.3.tar.gz) = 9d6e664bc6c8d102ba09e692d057b9546b07ba3ecb060449df6648e7c99f8dfd670401e6fcf34f6f3de13338a3c31c09596344931ccfdf4cd4e49eabdf005c23 -Size (ksh93-1.0.3.tar.gz) = 2110771 bytes -SHA1 (patch-src_lib_libast_features_syscall) = b40006e5076d8b96719d4021fbadbdfcc709aad2 +BLAKE2s (ksh93-1.0.4.tar.gz) = 113d236c5b5217240d539bca6f49a43396b9a024c9326284d36770e0ad99953c +SHA512 (ksh93-1.0.4.tar.gz) = ca6ff4625a48a991d07a34c8d28656c131124e6cccbb495d8fbc2922db9f94a83c1df2be17a7fa7aa39ce5b9243573b0b806eef87d11c5a2936e7af564d2f5e6 +Size (ksh93-1.0.4.tar.gz) = 2127036 bytes +SHA1 (patch-src_lib_libast_features_syscall) = 8bb2a6eb8b4c8eb3125c98d726ce3932da9cecf9 --_----------=_1667664640160630--