summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <texier.pj2@gmail.com>2021-11-09 11:12:04 +0100
committerKhem Raj <raj.khem@gmail.com>2021-11-09 11:23:54 -0800
commit18c419fcdb632870ec222e591565e89fdb5bd50c (patch)
tree43f6455b5df6354b7b6fc9c647ca7dde8a771bf6
parentc971a1049841e1c440bf1aacd24aff0745f12214 (diff)
downloadmeta-openembedded-18c419fcdb632870ec222e591565e89fdb5bd50c.tar.gz
libmxml: upgrade 3.2 -> 3.3
mxml 3.3 is a bug fix release. Changes include: - Cleaned up usage of free throughout the library - Added more error handling to the library - Fixed potential memory leak in mxmlLoad* functions - Fixed mxmlSaveString with a buffer size of 0 - Fixed MXML_MINOR_VERSION value in "mxml.h" - Fixed POSIX threading support for MingW - Fixed some minor memory leaks found by Coverity. Signed-off-by: Pierre-Jean Texier <pierre-jean.texier@lafon.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_3.3.bb (renamed from meta-oe/recipes-support/libmxml/libmxml_3.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.bb
index 02443e27ff..c8e2167795 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_3.2.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://www.msweet.org/mxml/"
5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" 5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
6 6
7SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" 7SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https"
8SRCREV = "38b044ed8ca2a611ed9ed3e26c4b46416335194e" 8SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit autotools 11inherit autotools