From patchwork Tue Apr 5 13:47:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5439 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KXpqG4k1wz3x1Y for ; Tue, 5 Apr 2022 13:47:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KXpqF4f0sz2jP; Tue, 5 Apr 2022 13:47:21 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KXpqF4MJyz2yWd; Tue, 5 Apr 2022 13:47:21 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KXpqD6PNzz2yLH for ; Tue, 5 Apr 2022 13:47:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KXpqD3QQWzZ2; Tue, 5 Apr 2022 13:47:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649166440; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=M2ladKbLcZwDHMzFIX1CNJnGzdZJLJLZ0oJPRQIuszI=; b=RP9C+y3Jdj4xFrE0yP1Xe4P1a9YNvS+yQ98UyGTl5Px820tbepv/zPl+/kaj93D+maucbr Hadj7qg3DH/0rj8jR9x6d+lt43tWWanTVrZafx6zthTAE7JLjbVnixxRBvmwQuF8N8HDIi UdXXZ1BdmgwAxDeX2UONXGoHFzhPDsN4qyxUhBujqYT9oRtyjy/bYUS4XEw85zunpWLDPX i5SrTOgtW92jUepU1SQWxKYPk8Wg9UL65fQ53OVq7K/CzTwCGyMDniovukG6pOV1uuBCGj BF1rEC3uV2kLuV6O837Nb6Ac8423mtxXVulmSLmlAqrPjzTiFszktmaiVjNnyQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649166440; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=M2ladKbLcZwDHMzFIX1CNJnGzdZJLJLZ0oJPRQIuszI=; b=e6BlEYAz5RAYOPtwsxUMaiMaA8U8S5Ot3dmg08wvvPaLUAFocoge+a3DVcoTAJzwmNZqAV neMn2C6fWbqjUaBw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] expat: Update to version 2.4.8 Date: Tue, 5 Apr 2022 15:47:15 +0200 Message-Id: <20220405134715.2929428-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 with 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 abcdefghijklmnopqrstuvwxyz 0123456789 % -._~ :/?#[]@ !$&'()*+,;= 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 against 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/ may 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 handler #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 GNU 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 Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/expat | 20 ++++++++++---------- lfs/expat | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) 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 @@ include Config -VER = 2.4.6 +VER = 2.4.8 THISAPP = expat-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4f41b019107f1dfc5d1b45fd5844069472e5ad2e5208ef5d7b9e4a9bdb020440d46c5ef1c7cc34fb846fc1f63b37b5ac57b692dfdcb59e52c94383945b0f456d +$(DL_FILE)_BLAKE2 = a829bd94d2cc9b305874ae2539dd4388ea99eaed21d2da17bbd99a1e7735b0f7cb910d096f72c71b128dcb8ffdff9021109e7ff5e562d8cefad228fd8d66f897 install : $(TARGET)