diff mbox series

[meta-oe,11/66] libmxml: upgrade 4.0.3 -> 4.0.4

Message ID 1739178095-26432-11-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-webserver,01/66] apache2: upgrade 2.4.62 -> 2.4.63 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 10, 2025, 9 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Added Linux-specific build files and dropped unused 'long long' config tests
- Documentation fixes
- Fixed an issue when reporting errors with a 'NULL' options pointer
- Fixed some compiler warnings
- Fixed installation on MingW

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb}              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libmxml/{libmxml_4.0.3.bb => libmxml_4.0.4.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
similarity index 95%
rename from meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb
rename to meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
index 54582e7047..a271b697cd 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_4.0.3.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_4.0.4.bb
@@ -5,7 +5,7 @@  HOMEPAGE = "https://www.msweet.org/mxml/"
 BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
 
 SRC_URI = "git://github.com/michaelrsweet/mxml.git;branch=master;protocol=https"
-SRCREV = "804c4f4d922e4ca240ce2cad3ec7bc5d00c08691"
+SRCREV = "0d5afc4278d7a336d554602b951c2979c3f8f296"
 S = "${WORKDIR}/git"
 
 # Package does not support out of tree builds.