From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] expat: Update to version 2.4.8 Date: Wed, 06 Apr 2022 17:10:25 +0000 Message-ID: In-Reply-To: <20220405134715.2929428-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1011943896578756422==" List-Id: --===============1011943896578756422== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > - Update from 2.4.6 to 2.4.8 > - Update of rootfile > - Changelog > Release 2.4.8 Mon March 28 2022 > Other changes: > #587 pkg-config: Move "-lm" to section "Libs.private" > #587 CMake|MSVC: Fix pkg-config section "Libs" > #55 #582 CMake|macOS: Start using linker arguments > "-compatibility_version " and > "-current_version " in a way compatible wi= th > GNU Libtool > #590 #591 Version info bumped from 9:7:8 to 9:8:8; > see https://verbump.de/ for what these numbers do > Infrastructure: > #589 CI: Upgrade Clang from 13 to 14 > Release 2.4.7 Fri March 4 2022 > Bug fixes: > #572 #577 Relax fix to CVE-2022-25236 (introduced with release= 2.4.5) > with regard to all valid URI characters (RFC 3986), > i.e. the following set (excluding whitespace): > ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvw= xyz > 0123456789 % -._~ :/?#[]@ !$&'()*+,;=3D > Other changes: > #555 #570 #581 CMake|Windows: Store Expat version in the DLL > #577 Document consequences of namespace separator choices not = just > in doc/reference.html but also in header > #577 Document Expat's lack of validation of namespace URIs aga= inst > RFC 3986, and that the XML 1.0r4 specification doesn't > require Expat to validate namespace URIs, and that Expat > may do more in that regard in future releases. > If you find need for strict RFC 3986 URI validation on > application level today, https://uriparser.github.io/ m= ay > be of interest. > #579 Fix documentation of XML_EndDoctypeDeclHandler in > #575 Document that a call to XML_FreeContentModel can be done = at > a later time from outside the element declaration handl= er > #574 Make hardcoded namespace URIs easier to find in code > #573 Update documentation on use of XML_POOR_ENTOPY on Solaris > #569 #571 tests: Resolve use of macros NAN and INFINITY for GN= U G++ > 4.8.2 on Solaris. > #578 #580 Version info bumped from 9:6:8 to 9:7:8; > see https://verbump.de/ for what these numbers do >=20 > Signed-off-by: Adolf Belka > --- > config/rootfiles/common/expat | 20 ++++++++++---------- > lfs/expat | 4 ++-- > 2 files changed, 12 insertions(+), 12 deletions(-) >=20 > diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat > index 9901085f2..3911aa90b 100644 > --- a/config/rootfiles/common/expat > +++ b/config/rootfiles/common/expat > @@ -2,20 +2,20 @@ > #usr/include/expat.h > #usr/include/expat_config.h > #usr/include/expat_external.h > -#usr/lib/cmake/expat-2.4.6 > -#usr/lib/cmake/expat-2.4.6/expat-config-version.cmake > -#usr/lib/cmake/expat-2.4.6/expat-config.cmake > -#usr/lib/cmake/expat-2.4.6/expat-noconfig.cmake > -#usr/lib/cmake/expat-2.4.6/expat.cmake > +#usr/lib/cmake/expat-2.4.8 > +#usr/lib/cmake/expat-2.4.8/expat-config-version.cmake > +#usr/lib/cmake/expat-2.4.8/expat-config.cmake > +#usr/lib/cmake/expat-2.4.8/expat-noconfig.cmake > +#usr/lib/cmake/expat-2.4.8/expat.cmake > #usr/lib/libexpat.la > #usr/lib/libexpat.so > usr/lib/libexpat.so.1 > -usr/lib/libexpat.so.1.8.6 > +#usr/lib/libexpat.so.1.8.8 > #usr/lib/pkgconfig/expat.pc > #usr/share/doc/expat > -#usr/share/doc/expat-2.4.6 > -#usr/share/doc/expat-2.4.6/ok.min.css > -#usr/share/doc/expat-2.4.6/reference.html > -#usr/share/doc/expat-2.4.6/style.css > +#usr/share/doc/expat-2.4.8 > +#usr/share/doc/expat-2.4.8/ok.min.css > +#usr/share/doc/expat-2.4.8/reference.html > +#usr/share/doc/expat-2.4.8/style.css > #usr/share/doc/expat/AUTHORS > #usr/share/doc/expat/changelog > diff --git a/lfs/expat b/lfs/expat > index 244139682..76f5a8e94 100644 > --- a/lfs/expat > +++ b/lfs/expat > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 2.4.6 > +VER =3D 2.4.8 > =20 > THISAPP =3D expat-$(VER) > DL_FILE =3D $(THISAPP).tar.bz2 > @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_BLAKE2 =3D 4f41b019107f1dfc5d1b45fd5844069472e5ad2e5208ef5d7b9e= 4a9bdb020440d46c5ef1c7cc34fb846fc1f63b37b5ac57b692dfdcb59e52c94383945b0f456d > +$(DL_FILE)_BLAKE2 =3D a829bd94d2cc9b305874ae2539dd4388ea99eaed21d2da17bbd9= 9a1e7735b0f7cb910d096f72c71b128dcb8ffdff9021109e7ff5e562d8cefad228fd8d66f897 > =20 > install : $(TARGET) > =20 --===============1011943896578756422==--