Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org> > On 3 Jan 2022, at 12:46, Adolf Belka <adolf.belka(a)ipfire.org> wrote: > > - Update from 2.11.0 to 2.11.1 > - Update of rootfile > - Changelog is too long to include here - more than 1500 lines. > Details can be found in the ChangeLog file in the source tarball. > 24 bug fixes listed. > > Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org> > --- > config/rootfiles/common/freetype | 2 +- > lfs/freetype | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/common/freetype b/config/rootfiles/common/freetype > index 24e9682e6..ceb06b4d6 100644 > --- a/config/rootfiles/common/freetype > +++ b/config/rootfiles/common/freetype > @@ -59,7 +59,7 @@ > #usr/lib/libfreetype.la > #usr/lib/libfreetype.so > usr/lib/libfreetype.so.6 > -usr/lib/libfreetype.so.6.18.0 > +usr/lib/libfreetype.so.6.18.1 > #usr/lib/pkgconfig/freetype2.pc > #usr/share/aclocal/freetype2.m4 > #usr/share/man/man1/freetype-config.1 > diff --git a/lfs/freetype b/lfs/freetype > index 4dbf41eb5..a34de3722 100644 > --- a/lfs/freetype > +++ b/lfs/freetype > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.11.0 > +VER = 2.11.1 > > THISAPP = freetype-$(VER) > DL_FILE = $(THISAPP).tar.xz > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = f931582653774e310ed3a7e49b7167a3 > +$(DL_FILE)_MD5 = 24e79233d607ded439ef36ff1f3ab68f > > install : $(TARGET) > > -- > 2.34.1 >