From 0b603aa4cedf182031d0c810e5e72ffa6e7c21ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 27 Mar 2025 22:24:27 +0100 Subject: [PATCH] expat: bump version --- .../expat/{expat-2.6.4.recipe => expat-2.7.1.recipe} | 10 ++++++---- .../{expat-2.6.4.patchset => expat-2.7.1.patchset} | 0 2 files changed, 6 insertions(+), 4 deletions(-) rename dev-libs/expat/{expat-2.6.4.recipe => expat-2.7.1.recipe} (87%) rename dev-libs/expat/patches/{expat-2.6.4.patchset => expat-2.7.1.patchset} (100%) diff --git a/dev-libs/expat/expat-2.6.4.recipe b/dev-libs/expat/expat-2.7.1.recipe similarity index 87% rename from dev-libs/expat/expat-2.6.4.recipe rename to dev-libs/expat/expat-2.7.1.recipe index 8c3702486..e8d4004b2 100644 --- a/dev-libs/expat/expat-2.6.4.recipe +++ b/dev-libs/expat/expat-2.7.1.recipe @@ -4,17 +4,19 @@ stream-oriented parser in which an application registers handlers for things \ the parser might find in the XML document (like start tags)." HOMEPAGE="http://expat.sourceforge.net/" COPYRIGHT="1998-2000 Thai Open Source Software Center Ltd and Clark Cooper - 2001-2023 Expat maintainers." + 2001-2025 Expat maintainers." LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://downloads.sourceforge.net/expat/expat-$portVersion.tar.bz2" -CHECKSUM_SHA256="8dc480b796163d4436e6f1352e71800a774f73dbae213f1860b60607d2a83ada" +#SOURCE_URI="git+https://github.com/libexpat/libexpat?signed#tag=R_${portVersion//./_}" +CHECKSUM_SHA256="45c98ae1e9b5127325d25186cf8c511fa814078e9efeae7987a574b482b79b3d" PATCHES="expat-$portVersion.patchset" +#PGPKEYS="3176EF7DB2367F1FCA4F306B1F9B0E909AF37285" ARCHITECTURES="all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" -libVersion=1.10.0 +libVersion=1.10.2 libVersionCompat="$libVersion compat >= ${libVersion%%.*}" portVersionCompat="$portVersion compat >= 2.2" diff --git a/dev-libs/expat/patches/expat-2.6.4.patchset b/dev-libs/expat/patches/expat-2.7.1.patchset similarity index 100% rename from dev-libs/expat/patches/expat-2.6.4.patchset rename to dev-libs/expat/patches/expat-2.7.1.patchset