From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libedit: Update to 20210419-3.1 Date: Mon, 26 Apr 2021 14:31:49 +0200 Message-ID: <20210426123149.3783411-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6548775852239511309==" List-Id: --===============6548775852239511309== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from 20190324-3.1 to 20210419-3.1 - Update rootfile - Changelog - note source tarbal version uses date not the version-info in the changelog file 2021-04-19 Jess Thrysoee * version-info: 0:65:0 * all: sync with upstream source * src/getline.c,src/sys.h: Provide getline.c implementation if not availa= ble Patch by Claes N=C3=A4st=C3=A9n * src/makelist: Use Posix locale; mainly to get ASCII character classes i= n e.g. `tr` Patch by Claes N=C3=A4st=C3=A9n * examples/test_filecompletion.c, examples/wtc1.c: err.h not supported by Solaris 2021-02-16 Jess Thrysoee * version-info: 0:64:0 * all: sync with upstream source 2019-12-31 Jess Thrysoee * version-info: 0:63:0 * configure.ac: Support -ltinfo as split in newer ncurses The newer versions of ncurses support building terminfo routines as a split = -ltinfo library. Patch by Micha=C5=82 G=C3=B3rny 2019-12-11 Jess Thrysoee * version-info: 0:62:0 * all: sync with upstream source 2019-10-25 Jess Thrysoee * version-info: 0:61:0 * all: sync with upstream source Signed-off-by: Adolf Belka --- config/rootfiles/common/libedit | 2 +- lfs/libedit | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libedit index c9a20fc01..b0e8cf19c 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.60 +usr/lib/libedit.so.0.0.65 #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 33bfee183..e03357d7e 100644 --- a/lfs/libedit +++ b/lfs/libedit @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 20190324-3.1 +VER =3D 20210419-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)_MD5 =3D bec755c8044ad84b752dfe49a0b371d8 +$(DL_FILE)_MD5 =3D e288b8fe53bf0d096fb13847d4e0f640 =20 install : $(TARGET) =20 --=20 2.31.1 --===============6548775852239511309==--