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: vins
Date: Thu Aug 22 17:49:20 UTC 2024
Modified Files:
pkgsrc/shells/ksh93: Makefile distinfo
Log Message:
shells/ksh93: update to 1.0.10
# Main changes between ksh 93u+m/1.0.9 and 93u+m/1.0.10:
Fixed a serious and longstanding bug in the arithmetic subsystem that
was triggered on non-Intel processors (such as ARM): any division of an
integer by a negative integer threw a spurious "divide by zero" error.
This bug has been in ksh since 2005.
Fixed a regression where a broken pipe signal (SIGPIPE), when occurring
in a pipe construct within a subshell, caused incorrect signal handling
in the parent/main shell, in some cases causing a script to abort.
Fixed a bug where printf %T, after having printed the time in UTC once
with the TZ variable set to "UTC", would always print the time in UTC
from then on, even if the TZ variable was changed to another time zone.
The history expansion character (! by default) is now not processed when
immediately following ${. This makes it possible to use expansion syntax
like ${!varname} and ${!prefix@} on the interactive command line with
the histexpand option on; these no longer trigger an "event not found"
error.
The shell is now capable of handling more than 32767 simultaneous
background jobs, subject to system limitations.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/shells/ksh93/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/shells/ksh93/Makefile:1.14
--- pkgsrc/shells/ksh93/Makefile:1.13 Tue Jul 30 15:17:08 2024
+++ pkgsrc/shells/ksh93/Makefile Thu Aug 22 17:49:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/07/30 15:17:08 vins Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/22 17:49:20 vins Exp $
-DISTNAME= ksh93-1.0.9
+DISTNAME= ksh93-1.0.10
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GITHUB:=ksh93/}
GITHUB_PROJECT= ksh
Index: pkgsrc/shells/ksh93/distinfo
diff -u pkgsrc/shells/ksh93/distinfo:1.10 pkgsrc/shells/ksh93/distinfo:1.11
--- pkgsrc/shells/ksh93/distinfo:1.10 Tue Jul 30 15:17:08 2024
+++ pkgsrc/shells/ksh93/distinfo Thu Aug 22 17:49:20 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2024/07/30 15:17:08 vins Exp $
+$NetBSD: distinfo,v 1.11 2024/08/22 17:49:20 vins Exp $
-BLAKE2s (ksh93-1.0.9.tar.gz) = 8d00bc64add78397dcbf68eb920fbc4920c80ae33fa2ad8be0c708760e897c34
-SHA512 (ksh93-1.0.9.tar.gz) = 747a9b624ee898c84cf37958add17eee6ee8fcb6112701430f0d12d2913b3af22554a98a9836dee6bbbe62adbdb3cbc1d3fb7f2c654f2ce799805d9b1f407683
-Size (ksh93-1.0.9.tar.gz) = 2084378 bytes
+BLAKE2s (ksh93-1.0.10.tar.gz) = 489a3bdc3f5325c1750cf0056a278a9c8c60037103c9691a28f3c3f6b2c06542
+SHA512 (ksh93-1.0.10.tar.gz) = 055bd2cf188c825ed684e6f95991a70f8b672e31a94a2294b8791de96be7d9dbf49e2d1eddb3490559c15736a2e0f40839529253481f1217e5e134f046cbe41f
+Size (ksh93-1.0.10.tar.gz) = 2019536 bytes
SHA1 (patch-bin_package) = d536c6b4787ef01b456bcf8436a77ec25b98c3a2
SHA1 (patch-src_lib_libast_features_syscall) = 3da58a2876db9171378574fcf772978db2cd57e0
Home |
Main Index |
Thread Index |
Old Index