[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-403-g67f85188c
Brought to you by:
sszy
|
From: sszy <ss...@us...> - 2024-03-14 16:30:10
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 67f85188c1e7351eacf362801fc407f6662b9e91 (commit)
from 04b1fec3452fccd1a28a1b296e7887cb2576eac1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 67f85188c1e7351eacf362801fc407f6662b9e91
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Mar 14 17:29:32 2024 +0100
[BUILDROOT] 2024.02: patch to fix expat
-----------------------------------------------------------------------
Summary of changes:
...kage-expat-security-bump-to-version-2.6.2.patch | 55 ++++++++++++++++++++++
patches/buildroot/2024.02/cleanup_buildroot.sh | 2 +
2 files changed, 57 insertions(+)
create mode 100644 patches/buildroot/2024.02/0424-package-expat-security-bump-to-version-2.6.2.patch
diff --git a/patches/buildroot/2024.02/0424-package-expat-security-bump-to-version-2.6.2.patch b/patches/buildroot/2024.02/0424-package-expat-security-bump-to-version-2.6.2.patch
new file mode 100644
index 000000000..53bd3f81d
--- /dev/null
+++ b/patches/buildroot/2024.02/0424-package-expat-security-bump-to-version-2.6.2.patch
@@ -0,0 +1,55 @@
+From 623bafb092165e0a32611c8b1f628d3e362eb2fc Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Szymanski?=
+ <seb...@ar...>
+Date: Thu, 14 Mar 2024 17:02:25 +0100
+Subject: [PATCH 1/1] package/expat: security bump to version 2.6.2
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Security fixes:
+ - CVE-2024-28757 -- Prevent billion laughs attacks with isolated
+ use of external parsers. Please see the commit message of
+ commit 1d50b80cf31de87750103656f6eb693746854aa8 for details.
+
+https://blog.hartwork.org/posts/expat-2-6-2-released/
+https://github.com/libexpat/libexpat/blob/R_2_6_2/expat/Changes
+
+Signed-off-by: Sébastien Szymanski <seb...@ar...>
+---
+ package/expat/expat.hash | 8 ++++----
+ package/expat/expat.mk | 2 +-
+ 2 files changed, 5 insertions(+), 5 deletions(-)
+
+diff --git a/package/expat/expat.hash b/package/expat/expat.hash
+index 980a9ab6a79d..63890b54df29 100644
+--- a/package/expat/expat.hash
++++ b/package/expat/expat.hash
+@@ -1,7 +1,7 @@
+-# From https://sourceforge.net/projects/expat/files/expat/2.6.1/
+-md5 84d0ee1c554212dc8f068e538de5b823 expat-2.6.1.tar.xz
+-sha1 1a1804b7c565a8b21abbd3433ef67ed8a4476960 expat-2.6.1.tar.xz
++# From https://sourceforge.net/projects/expat/files/expat/2.6.2/
++md5 0cb75c8feb842c0794ba89666b762a2d expat-2.6.1.tar.xz
++sha1 d9e5f953dcacda3c9e69b4886382c3d8847b81bd expat-2.6.1.tar.xz
+
+ # Locally calculated
+-sha256 cb5f5a8ea211e1cabd59be0a933a52e3c02cc326e86a4d387d8d218e7ee47a3e expat-2.6.0.tar.xz
++sha256 ee14b4c5d8908b1bec37ad937607eab183d4d9806a08adee472c3c3121d27364 expat-2.6.2.tar.xz
+ sha256 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534 COPYING
+diff --git a/package/expat/expat.mk b/package/expat/expat.mk
+index e09fcc673fa5..c6b7fc8b44f0 100644
+--- a/package/expat/expat.mk
++++ b/package/expat/expat.mk
+@@ -4,7 +4,7 @@
+ #
+ ################################################################################
+
+-EXPAT_VERSION = 2.6.1
++EXPAT_VERSION = 2.6.2
+ EXPAT_SITE = http://downloads.sourceforge.net/project/expat/expat/$(EXPAT_VERSION)
+ EXPAT_SOURCE = expat-$(EXPAT_VERSION).tar.xz
+ EXPAT_INSTALL_STAGING = YES
+--
+2.43.2
+
diff --git a/patches/buildroot/2024.02/cleanup_buildroot.sh b/patches/buildroot/2024.02/cleanup_buildroot.sh
index 999816294..cd5eab3f5 100755
--- a/patches/buildroot/2024.02/cleanup_buildroot.sh
+++ b/patches/buildroot/2024.02/cleanup_buildroot.sh
@@ -25,6 +25,8 @@ rm -rf buildroot/package/cmux/cmux.hash
rm -rf buildroot/package/cmux/cmux.mk
rm -rf buildroot/package/e-uae/Config.in
rm -rf buildroot/package/e-uae/e-uae.mk
+rm -rf buildroot/package/expat/expat.hash
+rm -rf buildroot/package/expat/expat.mk
rm -rf buildroot/package/expect/expect.mk
rm -rf buildroot/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
rm -rf buildroot/package/gnokii/Config.in
hooks/post-receive
--
armadeus
|