From cbcd39cdd6d9e6d1945703815ad667fd19382129 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Sun, 17 Nov 2024 14:31:18 +0100 Subject: [PATCH] package/klish: bump for raw mode fixes, alternate quotes, etc. This update include more backports from Klish 3.1.0, including, but not limited to: - Syslog fixes - Return code fixes - Changed library and plugin paths (!) - TTY raw mode fixes - Use raw mode for interactive commands - Allow single quotes (') as alternative to regular quotes for commands Signed-off-by: Joachim Wiberg --- package/klish/klish.hash | 2 +- package/klish/klish.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/klish/klish.hash b/package/klish/klish.hash index faf03545..9153dfb7 100644 --- a/package/klish/klish.hash +++ b/package/klish/klish.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE -sha256 4293851b355285be3564873fc1f92ce5a3f4386fe8ce1195f18a79b55b5c99ac klish-710a6314c00bc0485221769d73a5b5d6897c1d81-br1.tar.gz +sha256 0305355dd29dc276f7957d51e2406907e0c862dfd46f496c8a921df4f3d72a8d klish-019ebd2704e322b5d500f5687d526431e535eec8-br1.tar.gz diff --git a/package/klish/klish.mk b/package/klish/klish.mk index 9cf8311b..fcf8b631 100644 --- a/package/klish/klish.mk +++ b/package/klish/klish.mk @@ -4,7 +4,7 @@ # ################################################################################ -KLISH_VERSION = 710a6314c00bc0485221769d73a5b5d6897c1d81 +KLISH_VERSION = 019ebd2704e322b5d500f5687d526431e535eec8 KLISH_SITE = https://github.com/kernelkit/klish.git #KLISH_VERSION = tags/3.0.0 #KLISH_SITE = https://src.libcode.org/pkun/klish.git