pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/ksh93



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.

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



Home | Main Index | Thread Index | Old Index