From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] expat: Update to version 2.4.2 Date: Mon, 03 Jan 2022 12:59:32 +0000 Message-ID: In-Reply-To: <20220103124547.3568015-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6165290505701396211==" List-Id: --===============6165290505701396211== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Reviewed-by: Michael Tremer > On 3 Jan 2022, at 12:45, Adolf Belka wrote: > > - Update from 2.4.1 to 2.4.2 > - Update of rootfile > - Changelog > Release 2.4.2 Sun December 19 2021 > Other changes: > #509 #510 Link againgst libm for function "isnan" > #513 #514 Include expat_config.h as early as possible > #498 Autotools: Include files with release archives: > - buildconf.sh > - fuzz/*.c > #507 #519 Autotools: Sync CMake templates > #495 #524 CMake: MinGW: Fix pkg-config section "Libs" for > - non-release build types (e.g. -DCMAKE_BUILD_TYPE=Debug) > - multi-config CMake generators (e.g. Ninja Multi-Config) > #502 #503 docs: Document that function XML_GetBuffer may return NULL > when asking for a buffer of 0 (zero) bytes size > #522 #523 docs: Fix return value docs for both > XML_SetBillionLaughsAttackProtection* functions > #525 #526 Version info bumped from 9:1:8 to 9:2:8; > see https://verbump.de/ for what these numbers do > > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/expat | 22 +++++++++++----------- > lfs/expat | 4 ++-- > 2 files changed, 13 insertions(+), 13 deletions(-) > > diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat > index 4dcfe4a7d..ea0c2ded5 100644 > --- a/config/rootfiles/common/expat > +++ b/config/rootfiles/common/expat > @@ -2,22 +2,22 @@ > #usr/include/expat.h > #usr/include/expat_config.h > #usr/include/expat_external.h > -#usr/lib/cmake/expat-2.4.1 > -#usr/lib/cmake/expat-2.4.1/expat-config-version.cmake > -#usr/lib/cmake/expat-2.4.1/expat-config.cmake > -#usr/lib/cmake/expat-2.4.1/expat-noconfig.cmake > -#usr/lib/cmake/expat-2.4.1/expat.cmake > +#usr/lib/cmake/expat-2.4.2 > +#usr/lib/cmake/expat-2.4.2/expat-config-version.cmake > +#usr/lib/cmake/expat-2.4.2/expat-config.cmake > +#usr/lib/cmake/expat-2.4.2/expat-noconfig.cmake > +#usr/lib/cmake/expat-2.4.2/expat.cmake > #usr/lib/libexpat.a > #usr/lib/libexpat.la > #usr/lib/libexpat.so > usr/lib/libexpat.so.1 > -usr/lib/libexpat.so.1.8.1 > +usr/lib/libexpat.so.1.8.2 > #usr/lib/pkgconfig/expat.pc > #usr/share/doc/expat > -#usr/share/doc/expat-2.4.1 > -#usr/share/doc/expat-2.4.1/ok.min.css > -#usr/share/doc/expat-2.4.1/reference.html > -#usr/share/doc/expat-2.4.1/style.css > -#usr/share/doc/expat-2.4.1/valid-xhtml10.png > +#usr/share/doc/expat-2.4.2 > +#usr/share/doc/expat-2.4.2/ok.min.css > +#usr/share/doc/expat-2.4.2/reference.html > +#usr/share/doc/expat-2.4.2/style.css > +#usr/share/doc/expat-2.4.2/valid-xhtml10.png > #usr/share/doc/expat/AUTHORS > #usr/share/doc/expat/changelog > diff --git a/lfs/expat b/lfs/expat > index 7627447f3..b2df59ca3 100644 > --- a/lfs/expat > +++ b/lfs/expat > @@ -24,7 +24,7 @@ > > include Config > > -VER = 2.4.1 > +VER = 2.4.2 > > THISAPP = expat-$(VER) > DL_FILE = $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects = $(DL_FILE) > > $(DL_FILE) = $(DL_FROM)/$(DL_FILE) > > -$(DL_FILE)_MD5 = 476cdf4b5e40280316fff36b2086a390 > +$(DL_FILE)_MD5 = 58780ad6944d02f6cf6ba332838694b2 > > install : $(TARGET) > > -- > 2.34.1 > --===============6165290505701396211==--