From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to version 20240808-3.1 Date: Tue, 19 Nov 2024 22:10:56 +0100 Message-ID: <20241119211106.2194373-8-adolf.belka@ipfire.org> In-Reply-To: <20241119211106.2194373-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7975324650834261485==" List-Id: --===============7975324650834261485== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 20240517-3.1 to 20240808-3.1 - Update of rootfile - Changelog 20240808-3.1 * all: sync with upstream source * doc/Makefile.am: fix regression. Name all manpage links as el_* (e.g. el_history.3) to avoid conflicts. Reported by Zopolis4 Signed-off-by: Adolf Belka --- config/rootfiles/common/libedit | 33 +++++++++++++++++---------------- lfs/libedit | 4 ++-- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index 7d4a13ea6..f910fb74e 100644 --- a/config/rootfiles/common/libedit +++ b/config/rootfiles/common/libedit @@ -4,7 +4,7 @@ #usr/lib/libedit.la #usr/lib/libedit.so usr/lib/libedit.so.0 -usr/lib/libedit.so.0.0.73 +usr/lib/libedit.so.0.0.74 #usr/lib/pkgconfig/libedit.pc #usr/share/man/man3/editline.3 #usr/share/man/man3/el_deletestr.3 @@ -12,6 +12,12 @@ usr/lib/libedit.so.0.0.73 #usr/share/man/man3/el_get.3 #usr/share/man/man3/el_getc.3 #usr/share/man/man3/el_gets.3 +#usr/share/man/man3/el_history.3 +#usr/share/man/man3/el_history_end.3 +#usr/share/man/man3/el_history_init.3 +#usr/share/man/man3/el_history_w.3 +#usr/share/man/man3/el_history_wend.3 +#usr/share/man/man3/el_history_winit.3 #usr/share/man/man3/el_init.3 #usr/share/man/man3/el_init_fd.3 #usr/share/man/man3/el_insertstr.3 @@ -22,6 +28,16 @@ usr/lib/libedit.so.0.0.73 #usr/share/man/man3/el_resize.3 #usr/share/man/man3/el_set.3 #usr/share/man/man3/el_source.3 +#usr/share/man/man3/el_tok_end.3 +#usr/share/man/man3/el_tok_init.3 +#usr/share/man/man3/el_tok_line.3 +#usr/share/man/man3/el_tok_reset.3 +#usr/share/man/man3/el_tok_str.3 +#usr/share/man/man3/el_tok_wend.3 +#usr/share/man/man3/el_tok_winit.3 +#usr/share/man/man3/el_tok_wline.3 +#usr/share/man/man3/el_tok_wreset.3 +#usr/share/man/man3/el_tok_wstr.3 #usr/share/man/man3/el_wdeletestr.3 #usr/share/man/man3/el_wget.3 #usr/share/man/man3/el_wgetc.3 @@ -31,20 +47,5 @@ usr/lib/libedit.so.0.0.73 #usr/share/man/man3/el_wparse.3 #usr/share/man/man3/el_wpush.3 #usr/share/man/man3/el_wset.3 -#usr/share/man/man3/history_end.3 -#usr/share/man/man3/history_init.3 -#usr/share/man/man3/history_w.3 -#usr/share/man/man3/history_wend.3 -#usr/share/man/man3/history_winit.3 -#usr/share/man/man3/tok_end.3 -#usr/share/man/man3/tok_init.3 -#usr/share/man/man3/tok_line.3 -#usr/share/man/man3/tok_reset.3 -#usr/share/man/man3/tok_str.3 -#usr/share/man/man3/tok_wend.3 -#usr/share/man/man3/tok_winit.3 -#usr/share/man/man3/tok_wline.3 -#usr/share/man/man3/tok_wreset.3 -#usr/share/man/man3/tok_wstr.3 #usr/share/man/man5/editrc.5 #usr/share/man/man7/editline.7 diff --git a/lfs/libedit b/lfs/libedit index c0d50aad6..eeaf1ddca 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 20240517-3.1 +VER =3D 20240808-3.1 =20 THISAPP =3D libedit-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 6326a428204c020864b47db938973a13afb3580f9bb4e7b4d3cb86= 1743c75e1cee99b569cb2baad3e1c7d6dc6986af5282492b5dd9f421a8243bf1d583a87e15 +$(DL_FILE)_BLAKE2 =3D c10a53d155a7dfbffdaa177aa41206c4bdca54efe8debd7df8cc3d= deaacf574e3cdd69bce9d30801c533f92907e757a92011fde989ee3a39ec91a73b9f80aa41 =20 install : $(TARGET) =20 --=20 2.47.0 --===============7975324650834261485==--