Reviewed-by: Michael Tremer > On 25 Nov 2022, at 08:51, Adolf Belka wrote: > > - 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 compile 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 > > 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 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 @@ > > include Config > > -VER = 20210910-3.1 > +VER = 20221030-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 = 325dc756fc6c6244e336cd6faeed2ab37817bdab8c0684586c44d551074fd2ec84bfcd3f4d5897db3196e783653a042699e5b9a8a3351d653992bb256956b652 > +$(DL_FILE)_BLAKE2 = f4a9784cfc2a30af2778f0e05b6e45ca489555c3009ba050ea19134670ad71fdd099425dee0526dcbb6a1a84f51bd8014ce2540be0535465cb59ab998753833c > > install : $(TARGET) > > -- > 2.38.1 >