public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] libedit: Update to version 20240808-3.1
Date: Tue, 19 Nov 2024 22:10:56 +0100	[thread overview]
Message-ID: <20241119211106.2194373-8-adolf.belka@ipfire.org> (raw)
In-Reply-To: <20241119211106.2194373-1-adolf.belka@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 3467 bytes --]

- 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 <adolf.belka(a)ipfire.org>
---
 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 @@
 
 include Config
 
-VER        = 20240517-3.1
+VER        = 20240808-3.1
 
 THISAPP    = libedit-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 6326a428204c020864b47db938973a13afb3580f9bb4e7b4d3cb861743c75e1cee99b569cb2baad3e1c7d6dc6986af5282492b5dd9f421a8243bf1d583a87e15
+$(DL_FILE)_BLAKE2 = c10a53d155a7dfbffdaa177aa41206c4bdca54efe8debd7df8cc3ddeaacf574e3cdd69bce9d30801c533f92907e757a92011fde989ee3a39ec91a73b9f80aa41
 
 install : $(TARGET)
 
-- 
2.47.0


  parent reply	other threads:[~2024-11-19 21:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-19 21:10 [PATCH] json-c: Update to version 0.18 Adolf Belka
2024-11-19 21:10 ` [PATCH] kmod: Update to version 33 Adolf Belka
2024-11-19 21:10 ` [PATCH] knot: Update to version 3.4.2 Adolf Belka
2024-11-19 21:10 ` [PATCH] krb5: Update to version 1.21.3 Adolf Belka
2024-11-19 21:10 ` [PATCH] less: Update to version 668 Adolf Belka
2024-11-19 21:10 ` [PATCH] libarchive: Update to version 3.7.7 Adolf Belka
2024-11-19 21:10 ` [PATCH] libcap: Update to version 2.72 Adolf Belka
2024-11-19 21:10 ` Adolf Belka [this message]
2024-11-19 21:10 ` [PATCH] libgpg-error: Update to version 1.51 Adolf Belka
2024-11-19 21:10 ` [PATCH] libjpeg: Update to version 3.0.4 Adolf Belka
2024-11-19 21:10 ` [PATCH] libnl-3: Update to version 3.11.0 Adolf Belka
2024-11-19 21:11 ` [PATCH] liboping: Update to version 1.10.0 Adolf Belka
2024-11-19 21:11 ` [PATCH] libpcap: Update to version 1.10.5 Adolf Belka
2024-11-19 21:11 ` [PATCH] libpipeline: Update to version 1.5.8 Adolf Belka
2024-11-19 21:11 ` [PATCH] libtirpc: Update to version 1.3.6 Adolf Belka
2024-11-19 21:11 ` [PATCH] libtool: Update to version 2.5.3 Adolf Belka
2024-11-19 21:11 ` [PATCH] libuv: Update to version 1.49.2 Adolf Belka
2024-11-19 21:11 ` [PATCH] libxml2: Update to version 2.13.5 Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241119211106.2194373-8-adolf.belka@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox