Not overly exiting. https://github.com/libexpat/libexpat/blob/R_2_7_0/expat/Changes
Plugs CVE: CVE-2024-8176 - Fix crash from chaining a large number of entities.. Signed-off-by: Christian Melki <[email protected]> --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/expat.make b/rules/expat.make index 35b652b15..e1ccb4c79 100644 --- a/rules/expat.make +++ b/rules/expat.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_EXPAT) += expat # # Paths and names # -EXPAT_VERSION := 2.6.4 -EXPAT_MD5 := f1acfb75967648230d37629e02afbadc +EXPAT_VERSION := 2.7.0 +EXPAT_MD5 := ec6d9a4d8033395bbb9287286db8bb1f EXPAT := expat-$(EXPAT_VERSION) EXPAT_SUFFIX := tar.bz2 EXPAT_RELEASE := R_$(subst .,_,$(EXPAT_VERSION)) -- 2.34.1
