summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-11-04 18:43:29 +0100
committerKhem Raj <raj.khem@gmail.com>2022-11-07 08:39:05 -0800
commitc1b13a06827a6d3eab2e19556b55f08de415ab50 (patch)
tree4c55889366a587dd50016fe22e8524539e63d6a3
parent62c29d9899c129fc90124ca7cf7d92c140b9c2fa (diff)
downloadmeta-openembedded-c1b13a06827a6d3eab2e19556b55f08de415ab50.tar.gz
pugixml: upgrade 1.12 -> 1.13
v1.13 2022-11-01 Maintenance release. Changes: Improvements: - xml_attribute::set_value, xml_node::set_value and xml_text::set now have overloads that accept pointer to non-null-terminated string and size - Improve performance of tree traversal when using compact mode (PUGIXML_COMPACT) Bug fixes: - Fix error handling in xml_document::save_file that could result in the function succeeding while running out of disk space - Fix memory leak during error handling of some out-of-memory conditions during xml_document::load Compatibility improvements: - Fix exported symbols in CMake DLL builds when using CMake - Fix exported symbols in CMake shared object builds when using -fvisibility=hidden Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/pugixml/pugixml_1.13.bb (renamed from meta-oe/recipes-devtools/pugixml/pugixml_1.12.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.12.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.13.bb
index b09c46a66b..7df8fc43b8 100644
--- a/meta-oe/recipes-devtools/pugixml/pugixml_1.12.bb
+++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.13.bb
@@ -10,7 +10,7 @@ LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d11b640daff611273752ec136394347c" 10LIC_FILES_CHKSUM = "file://readme.txt;beginline=29;endline=52;md5=d11b640daff611273752ec136394347c"
11 11
12SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz" 12SRC_URI = "https://github.com/zeux/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
13SRC_URI[sha256sum] = "fd6922a4448ec2f3eb9db415d10a49660e5d84ce20ce66b8a07e72ffc84270a7" 13SRC_URI[sha256sum] = "40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe"
14 14
15UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" 15UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases"
16 16