From 6ff6fa6a731438e1ed437d10ceacb61b1e2527dae3e0619152e4f8883bb5311d Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Fri, 11 Nov 2016 15:04:21 +0000 Subject: [PATCH] Accepting request 439918 from home:darix:branches:devel:libraries:c_c++ - update to version 2.10 - The version number in mxml.h was wrong (Bug #532) - The mxml.spec file was out of date (Bug #521) - Mini-XML no longer allows malformed element names (Bug #509) - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when MXML_TEXT_CALLBACK was specified (Bug #531) - mxmlDelete used a recursive algorithm which could require large amounts of stack space depending on the file (Bug #549, CVE-2016-4570) (bnc #979205) - mxmlWrite* used a recursive algorithm which could require large amounts of stack space depending on the file (Bug #549, CVE-2016-4571) (bnc #979206) OBS-URL: https://build.opensuse.org/request/show/439918 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=15 --- mxml-2.10.tar.gz | 3 +++ mxml-2.9.tar.gz | 3 --- mxml.changes | 16 ++++++++++++++++ mxml.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 mxml-2.10.tar.gz delete mode 100644 mxml-2.9.tar.gz diff --git a/mxml-2.10.tar.gz b/mxml-2.10.tar.gz new file mode 100644 index 0000000..b29bd21 --- /dev/null +++ b/mxml-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267ff58b64ddc767170d71dab0c729c06f45e1df9a9b6f75180b564f09767891 +size 265398 diff --git a/mxml-2.9.tar.gz b/mxml-2.9.tar.gz deleted file mode 100644 index fbd8d78..0000000 --- a/mxml-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cded54653c584b24c4a78a7fa1b3b4377d49ac4f451ddf170ebbc8161d85ff92 -size 264379 diff --git a/mxml.changes b/mxml.changes index 1eff6d7..2f53097 100644 --- a/mxml.changes +++ b/mxml.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Nov 11 14:50:28 UTC 2016 - mrueckert@suse.de + +- update to version 2.10 + - The version number in mxml.h was wrong (Bug #532) + - The mxml.spec file was out of date (Bug #521) + - Mini-XML no longer allows malformed element names (Bug #509) + - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes + when MXML_TEXT_CALLBACK was specified (Bug #531) + - mxmlDelete used a recursive algorithm which could require large + amounts of stack space depending on the file (Bug #549, + CVE-2016-4570) (bnc #979205) + - mxmlWrite* used a recursive algorithm which could require large + amounts of stack space depending on the file (Bug #549, + CVE-2016-4571) (bnc #979206) + ------------------------------------------------------------------- Thu Mar 5 15:01:03 UTC 2015 - p.drouand@gmail.com diff --git a/mxml.spec b/mxml.spec index 65e849f..590af55 100644 --- a/mxml.spec +++ b/mxml.spec @@ -1,7 +1,7 @@ # # spec file for package mxml # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: mxml Url: http://www.msweet.org/projects.php?Z3 -Version: 2.9 +Version: 2.10 Release: 0 Summary: Small XML Parsing Library License: LGPL-2.1+