readline: update to 8.3

This commit is contained in:
Rudi Heitbaum 2025-01-31 13:48:43 +00:00
parent b59ccdb489
commit 7736cc9ae0
2 changed files with 2 additions and 16 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="readline"
PKG_VERSION="8.2.13"
PKG_SHA256="0e5be4d2937e8bd9b7cd60d46721ce79f88a33415dd68c2d738fb5924638f656"
PKG_VERSION="8.3"
PKG_SHA256="fe5383204467828cd495ee8d1d3c037a7eba1389c22bc6a041f627976f9061cc"
PKG_LICENSE="MIT"
PKG_SITE="http://www.gnu.org/software/readline/"
PKG_URL="https://ftpmirror.gnu.org/readline/${PKG_NAME}-${PKG_VERSION}.tar.gz"

View File

@ -1,14 +0,0 @@
--- a/readline.h 2022-02-18 16:13:59.000000000 +0000
+++ b/readline.u 2025-01-31 13:31:09.481233005 +0000
@@ -404,11 +404,7 @@
extern void rl_deactivate_mark (void);
extern int rl_mark_active_p (void);
-#if defined (USE_VARARGS) && defined (PREFER_STDARG)
extern int rl_message (const char *, ...) __attribute__((__format__ (printf, 1, 2)));
-#else
-extern int rl_message ();
-#endif
extern int rl_show_char (int);