diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:35:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-02 18:17:43 +0100 |
commit | 9e1bcaac1da6907d6664c5628e7c6196cfa5fcc7 (patch) | |
tree | 77fecb77ce67b55e6cd7f7880ecbd0cc0974ba71 | |
parent | ff22e9ae6a237d8c48aa9eaee65de3157f52307b (diff) | |
download | openembedded-core-9e1bcaac1da6907d6664c5628e7c6196cfa5fcc7.tar.gz |
libxml2: upgrade 2.11.4 -> 2.11.5
Changelog:
==========
### Regressions
---------------
- parser: Make xmlSwitchEncoding always skip the BOM
- autotools: Improve iconv check
### Bug fixes
--------------
- valid: Fix c1->parent pointer in xmlCopyDocElementContent
- encoding: Always call ucnv_convertEx with flush set to false
### Portability
---------------
- autotools: fix Python module file ext for cygwin/msys2
### Tests
----------
- runtest: Fix compilation without LIBXML_HTML_ENABLED
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-core/libxml/libxml2_2.11.5.bb (renamed from meta/recipes-core/libxml/libxml2_2.11.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/libxml/libxml2_2.11.4.bb b/meta/recipes-core/libxml/libxml2_2.11.5.bb index cbf20504f8..4cf6dd09a9 100644 --- a/meta/recipes-core/libxml/libxml2_2.11.4.bb +++ b/meta/recipes-core/libxml/libxml2_2.11.5.bb @@ -18,7 +18,7 @@ SRC_URI += "http://www.w3.org/XML/Test/xmlts20130923.tar;subdir=${BP};name=testt file://install-tests.patch \ " -SRC_URI[archive.sha256sum] = "737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7" +SRC_URI[archive.sha256sum] = "3727b078c360ec69fa869de14bd6f75d7ee8d36987b071e6928d4720a28df3a6" SRC_URI[testtar.sha256sum] = "c6b2d42ee50b8b236e711a97d68e6c4b5c8d83e69a2be4722379f08702ea7273" BINCONFIG = "${bindir}/xml2-config" |