pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/oksh



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Wed Apr 15 12:51:21 UTC 2026

Modified Files:
        pkgsrc/shells/oksh: Makefile distinfo

Log Message:
oksh: update to 7.8

- Bump release to oksh 7.8 (README + OKSH_VERSION)
- Improve portability: detect IBM XL C in configure, set xlc flags;
  add Darwin/xlc stddef.h workaround note; document XL C on Tiger
- Fix test builtin -nt/-ot to use timespec mtime (st_mtim + timespeccmp)
- Harden prompt rendering: handle localtime() failure in prompt escapes
- Reject NUL bytes in input (shf.c) with a syntax error
- Safer history-relative parsing: replace atoi with strtonum
- vi line editor: multiple UTF-8/tab/windowing cursor/display fixes
- Update manpages (case syntax clarification + minor mdoc cleanups)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/shells/oksh/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/shells/oksh/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/oksh/Makefile
diff -u pkgsrc/shells/oksh/Makefile:1.13 pkgsrc/shells/oksh/Makefile:1.14
--- pkgsrc/shells/oksh/Makefile:1.13    Wed Dec  6 00:09:38 2023
+++ pkgsrc/shells/oksh/Makefile Wed Apr 15 12:51:20 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2023/12/06 00:09:38 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/15 12:51:20 ktnb Exp $
 
-DISTNAME=              oksh-7.4
+DISTNAME=              oksh-7.8
 CATEGORIES=            shells
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=ibara/}
 GITHUB_TAG=            ${DISTNAME}

Index: pkgsrc/shells/oksh/distinfo
diff -u pkgsrc/shells/oksh/distinfo:1.12 pkgsrc/shells/oksh/distinfo:1.13
--- pkgsrc/shells/oksh/distinfo:1.12    Wed Dec  6 00:09:38 2023
+++ pkgsrc/shells/oksh/distinfo Wed Apr 15 12:51:20 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/12/06 00:09:38 gdt Exp $
+$NetBSD: distinfo,v 1.13 2026/04/15 12:51:20 ktnb Exp $
 
-BLAKE2s (oksh-7.4.tar.gz) = bd836a43e363c1e219383a15e09f85a03f551eb37c8eb7ac9be59ce9d995be82
-SHA512 (oksh-7.4.tar.gz) = c6b97242abf1a2c68570dfbc3a47badf7b622788a35b9971929a235e195fbdf9f6cfc8019b975394f2e79b35b8a89a762619eddb6966052a64551289aee240f2
-Size (oksh-7.4.tar.gz) = 308650 bytes
+BLAKE2s (oksh-7.8.tar.gz) = 8825fc28d5ab1758106d66c700915da71fb0515b230f5d8868c0478568175853
+SHA512 (oksh-7.8.tar.gz) = 1fceca15b3d5c46a4debeda7eed147fc8c9b3f609d2a2d6bcd79d4a68f323066837aaea9f8e085562cf3eea1d4f1b0bc87e6d0eb7bedc9b8c1a96a7672212b78
+Size (oksh-7.8.tar.gz) = 309454 bytes



Home | Main Index | Thread Index | Old Index