From patchwork Mon Jan 3 12:45:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4949 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 4JSFpq2lSnz3wb4 for ; Mon, 3 Jan 2022 12:45:55 +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 4JSFpp6X81z12m; Mon, 3 Jan 2022 12:45:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JSFpp61Y0z2ypc; Mon, 3 Jan 2022 12:45:54 +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 4JSFpn61bxz2xmx for ; Mon, 3 Jan 2022 12:45:53 +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 4JSFpm6ZgszMG; Mon, 3 Jan 2022 12:45:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1641213953; 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=Z3A+wWnRgjs8snnhqeN12q29b0LUayf7blzBEal5iyA=; b=pKeP9Kgnm/bqM1k0E3NW92w5NTX8HY4BqE43TkXjWSEvFLmxlSqBixKnqWq1VnCrzdpgkA tvYE4lsoNMQVe0IGmjgVQJ9Kz4udwJkyxhqs2toPSRSWzmqBx4Go65A/OsolBm5wK8K7F2 tyAkjmpoo6kjuw3w/6KhNgQLnsMGSVgJdlKE2GqTQ6dMHeiUBGQNrnyydZ1ejbS55+XtZ3 F502itfqgO0MBCwipBe5UOAN6/HrggY4kZEOGnEDKjAp9jVtIWqb7JATfWrN6hMJGhlM8L bmzCWcuaiZLi9ljhrIaDQKQ91KLYmY+cjz9h56XXUodfN9Ki3cIFYWQfEQMbLg== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1641213953; 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=Z3A+wWnRgjs8snnhqeN12q29b0LUayf7blzBEal5iyA=; b=crcTcMF9v9ubH5Iw6BupFvz1hel9oWFK4Wxov9GaH2o6zhL+MC/RlxJ7mDQYAjiCM/Xdpo Hf/qFOTz7VqCEuDg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] expat: Update to version 2.4.2 Date: Mon, 3 Jan 2022 13:45:47 +0100 Message-Id: <20220103124547.3568015-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.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 Reviewed-by: Michael Tremer --- 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)