From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to version 20240517-3.1 Date: Mon, 03 Jun 2024 16:47:30 +0200 Message-ID: <20240603144731.2620910-4-adolf.belka@ipfire.org> In-Reply-To: <20240603144731.2620910-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8575958343876762489==" List-Id: --===============8575958343876762489== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 20230828-3.1 to 20240517-3.1 - Update of rootfile - Changelog 20240517-3.1 * all: sync with upstream source Signed-off-by: Adolf Belka --- config/rootfiles/common/libedit | 2 +- lfs/libedit | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index 5314b32fb..7d4a13ea6 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.72 +usr/lib/libedit.so.0.0.73 #usr/lib/pkgconfig/libedit.pc #usr/share/man/man3/editline.3 #usr/share/man/man3/el_deletestr.3 diff --git a/lfs/libedit b/lfs/libedit index ce6040930..c0d50aad6 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2023 IPFire Team = # +# Copyright (C) 2007-2024 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 20230828-3.1 +VER =3D 20240517-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 bb54593e0d9b92c09027edf3f2ca25631d8684ad9dd6359744ad3b= 1121b16e2e9bc4e4dbf1d02524ed0605ccaab2564c115adb6da338984e831433a9af4c7cb9 +$(DL_FILE)_BLAKE2 =3D 6326a428204c020864b47db938973a13afb3580f9bb4e7b4d3cb86= 1743c75e1cee99b569cb2baad3e1c7d6dc6986af5282492b5dd9f421a8243bf1d583a87e15 =20 install : $(TARGET) =20 --=20 2.45.1 --===============8575958343876762489==--