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:           Sun Jan 14 15:23:52 UTC 2024

Modified Files:
        pkgsrc/shells/ksh93: Makefile distinfo

Log Message:
shells/ksh93: update to ksh 93u+m/1.0.8

# CHANGES (since 1.0.7)

  * Fixed a regression in the behaviour of exit in a trap action. The
    exit status used when no argument is given to exit is now once again
    the exit status of the last command executed before the trap action.

  * Fixed a race condition, introduced in 1.0.7, that occurred on some
    systems when running an external command with a standard output
    redirection from a command substitution.

  * Fixed an init-time crash on failure to trim the shell command
    history file due to a non-writeable parent directory; ksh now prints
    a warning instead.

  * The kill built-in command now correctly refuses to issue SIGSTOP to
    the shell's own process if the shell is a login shell.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/shells/ksh93/Makefile
cvs rdiff -u -r1.8 -r1.9 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.11 pkgsrc/shells/ksh93/Makefile:1.12
--- pkgsrc/shells/ksh93/Makefile:1.11   Fri Sep 22 18:44:16 2023
+++ pkgsrc/shells/ksh93/Makefile        Sun Jan 14 15:23:52 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2023/09/22 18:44:16 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2024/01/14 15:23:52 vins Exp $
 
-DISTNAME=      ksh93-1.0.7
-PKGREVISION=   1
+DISTNAME=      ksh93-1.0.8
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ksh93/}
 GITHUB_PROJECT=        ksh

Index: pkgsrc/shells/ksh93/distinfo
diff -u pkgsrc/shells/ksh93/distinfo:1.8 pkgsrc/shells/ksh93/distinfo:1.9
--- pkgsrc/shells/ksh93/distinfo:1.8    Mon Sep 18 14:11:41 2023
+++ pkgsrc/shells/ksh93/distinfo        Sun Jan 14 15:23:52 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2023/09/18 14:11:41 vins Exp $
+$NetBSD: distinfo,v 1.9 2024/01/14 15:23:52 vins Exp $
 
-BLAKE2s (ksh93-1.0.7.tar.gz) = 86fd4e1037aeac6b20209ae9200b54d2282507fc2b20e4af224712790d9aae41
-SHA512 (ksh93-1.0.7.tar.gz) = 0ffaf7734d0efe8306def343acdd523be9f2bbff48933a8e0e987af1e8b1238283feee8df3d31a9184138110ed49aaa07c44e9acf4e0ca371e11b422ed885a7b
-Size (ksh93-1.0.7.tar.gz) = 2113583 bytes
+BLAKE2s (ksh93-1.0.8.tar.gz) = e8afbe9a03efac58a0a3a8ab52121d1664baceb628b8d64f2e2ca5447ce1112e
+SHA512 (ksh93-1.0.8.tar.gz) = 4284ab98f6055877c0715a8b224eb5a75dc7fa022f38c9ee30d50786e997f70b507ee452fc8bbdfa67649a26e0fdfc8051f7e54ff9f6a0f96e44498757080548
+Size (ksh93-1.0.8.tar.gz) = 2114262 bytes
 SHA1 (patch-src_cmd_INIT_package.sh) = bdc8fc6d3e50259576842df781cfe81f42acc1e8
 SHA1 (patch-src_lib_libast_features_syscall) = 3da58a2876db9171378574fcf772978db2cd57e0



Home | Main Index | Thread Index | Old Index