From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libedit: Update to version 20221030-3.1 Date: Fri, 25 Nov 2022 11:16:42 +0000 Message-ID: In-Reply-To: <20221125085143.1753-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7343673516781539556==" List-Id: --===============7343673516781539556== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 25 Nov 2022, at 08:51, Adolf Belka wrote: >=20 > - Update from 20210910-3.1 to 20221030-3.1 > - Update of rootfile > - Changelog > * version-info: 0:70:0 > * src/sys.h, src/reallocarr.c: Remove unused sys/cdefs.h include, to comp= ile against musl libc > * version-info: 0:69:0 > * src/sys.h: Add __sun guard around sys/types.h in sys.h > * all: sync with upstream source >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/libedit | 2 +- > lfs/libedit | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/config/rootfiles/common/libedit b/config/rootfiles/common/libe= dit > index a27458f0e..087e3b2e7 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.68 > +usr/lib/libedit.so.0.0.70 > #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 b62197af3..7bcd7755d 100644 > --- a/lfs/libedit > +++ b/lfs/libedit > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 20210910-3.1 > +VER =3D 20221030-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 325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44= d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652 > +$(DL_FILE)_BLAKE2 =3D f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19= 134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============7343673516781539556==--