From: Maxim Storchak Date: Sat, 30 May 2026 17:57:16 +0000 (+0300) Subject: linenoise: update to 2026-03-02 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=cdbaef37e89cabb3a816e5400a1cf3ccb99cbf1f;p=openwrt-packages.git linenoise: update to 2026-03-02 - Add bracketed paste folding - Add test for ANSI CSI escape sequences in the prompt. - Treat ANSI CSI escape sequences as zero-width in utf8StrWidth(). - Fix tab handling when no completion is available. - Fix ARM unsigned char warning. Signed-off-by: Maxim Storchak --- diff --git a/libs/linenoise/Makefile b/libs/linenoise/Makefile index ce04f6e02..83d503515 100644 --- a/libs/linenoise/Makefile +++ b/libs/linenoise/Makefile @@ -10,9 +10,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/antirez/linenoise.git -PKG_SOURCE_DATE:=2026-01-08 -PKG_SOURCE_VERSION:=dc83cc373ac2058030eb3cf5e404959a26fef112 -PKG_MIRROR_HASH:=e32bcc55c6fb1d849883d03a2ec6bc869d3cab5da827e1d7560e712be718e50c +PKG_SOURCE_DATE:=2026-03-02 +PKG_SOURCE_VERSION:=a473823d74b93eab2ba83480df16ed37617493f2 +PKG_MIRROR_HASH:=3d0d1ce121e2000c6c1425e540281ca72ffe3ffb9cb77832585ac8435cf00b10 PKG_MAINTAINER:=Maxim Storchak PKG_LICENSE:=BSD-2-Clause