From 1e21f5a56770ba89058e9b5cdde8579438de8b24968954333a56b14ee183c6b3 Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 2 Nov 2022 21:58:00 +0000 Subject: [PATCH] Accepting request 1032951 from home:1Antoine1:branches:devel:libraries:c_c++ - Update to version 1.13: * 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. * 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. OBS-URL: https://build.opensuse.org/request/show/1032951 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pugixml?expand=0&rev=23 --- pugixml-1.12.1.tar.gz | 3 --- pugixml-1.13.tar.gz | 3 +++ pugixml.changes | 12 ++++++++++++ pugixml.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pugixml-1.12.1.tar.gz create mode 100644 pugixml-1.13.tar.gz diff --git a/pugixml-1.12.1.tar.gz b/pugixml-1.12.1.tar.gz deleted file mode 100644 index 2abb25e..0000000 --- a/pugixml-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e28ab24b6e04e013d96f45d25e9f2d04c921dc68c613fd010ecaaad3892c14d -size 571665 diff --git a/pugixml-1.13.tar.gz b/pugixml-1.13.tar.gz new file mode 100644 index 0000000..a23cf4d --- /dev/null +++ b/pugixml-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5ad5d7caeb791420408042a7d88c2c6180781bf218feca259fd9d840a888e1 +size 573528 diff --git a/pugixml.changes b/pugixml.changes index cf7c905..007dd47 100644 --- a/pugixml.changes +++ b/pugixml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 2 19:58:12 UTC 2022 - Antoine Belvire + +- Update to version 1.13: + * 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. + * 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. + ------------------------------------------------------------------- Thu Feb 17 21:28:34 UTC 2022 - Antoine Belvire diff --git a/pugixml.spec b/pugixml.spec index 315996e..995b0f2 100644 --- a/pugixml.spec +++ b/pugixml.spec @@ -18,7 +18,7 @@ %define _libname libpugixml1 Name: pugixml -Version: 1.12.1 +Version: 1.13 Release: 0 Summary: Light-weight C++ XML Processing Library License: MIT