Commit Graph

36 Commits

Author SHA256 Message Date
Dominique Leuenberger
7621287f76 Accepting request 992165 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/992165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=31
2022-08-02 20:09:20 +00:00
1c36ea3f6c Accepting request 992109 from home:dirkmueller:Factory
- update to 3.3.1:
  * Fixed POSIX thread cleanup bugs

OBS-URL: https://build.opensuse.org/request/show/992109
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=27
2022-08-02 06:33:31 +00:00
Dominique Leuenberger
62eb0fe410 Accepting request 935773 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/935773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=30
2021-12-05 21:46:20 +00:00
36cb431b13 Accepting request 934426 from home:dirkmueller:Factory
- update to 3.3:
  * 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

OBS-URL: https://build.opensuse.org/request/show/934426
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=26
2021-12-05 10:07:32 +00:00
Dominique Leuenberger
fcf94ffde5 Accepting request 862161 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/862161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=29
2021-01-13 17:19:17 +00:00
7dc61c854b Accepting request 860801 from home:dirkmueller:branches:devel:libraries:c_c++
- update to 3.2:
  - Added support for shared libraries on Haiku (Issue #262)
  - Fixed handling of unquoted attribute values that start with a Unicode
    character (Issue #264)
  - Fixed handling of elements that start with a Unicode character (Issue #267)
  - Fixed some minor issues identified by the LGTM security scanner.

OBS-URL: https://build.opensuse.org/request/show/860801
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=24
2021-01-11 00:42:42 +00:00
Dominique Leuenberger
31f471bde2 Accepting request 782530 from devel:libraries:c_c++
- Add keyring
- Fix source URLs to point to actual releases

- Update to version 3.1
  - The mxmlLoad* functions now print an error when the XML does
    not start with < and no parent node is supplied (Issue #256,
    Issue #259)
  - Fixed an issue with “make install” trying to install old files
    (Issue #257)
  - Fixed some DSO installation issues on Linux.
- Changes from 3.0
  - Changed the license to Apache 2.0 with exceptions (Issue #239)
  - All of the internal node structures are now moved out of the
    public header (Issue #240)
  - Fixed a potential buffer overflow when writing floating point
    data (Issue #233)
  - Moved mxmldoc to a new codedoc project whose focus is on
    generating code documentation (Issue #235, Issue #236, Issue
    #237)
  - Error messages now include the line number of the error (Issue
    #230)
  - The mxmlSetCDATA, mxmlSetElement, mxmlSetOpaque,
    mxmlSetOpaquef, mxmlSetText, and mxmlSetTextf functions caused
    a use-after-free bug if the value came from the same node
    (Issue #241)
  - The mxmlSetOpaquef and mxmlSetTextf functions did not work
    (Issue #244)
  - The _mxml_strdupf function did not work on Windows (Issue #245)
- Changes from 2.12
  - Added yet more documentation about using MXML_OPAQUE_CALLBACK

OBS-URL: https://build.opensuse.org/request/show/782530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=28
2020-03-09 10:41:18 +00:00
916d7eed18 - Add keyring
- Fix source URLs to point to actual releases

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=22
2020-03-07 13:28:10 +00:00
fe21e2c355 Accepting request 781961 from home:darix:branches:devel:libraries:c_c++
- Update to version 3.1

OBS-URL: https://build.opensuse.org/request/show/781961
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=21
2020-03-06 08:12:07 +00:00
Dominique Leuenberger
1f0eea0d53 Accepting request 623246 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/623246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=27
2018-07-27 08:55:15 +00:00
Ismail Dönmez
7d65a834ad Accepting request 622923 from home:1Antoine1:branches:devel:libraries:c_c++
- Update to version 2.11:
  * CDATA nodes now omit the trailing "]]" for convenience
    (gh#michaelrsweet/mxml#170).
  * Fixed a memory leak in mxmlDelete (gh#michaelrsweet/mxml#183)
  * mxmlElementSetAttrf did not work with some versions of Visual
    Studio (gh#michaelrsweet/mxml#184)
  * Added mxmlElementGetAttrByIndex and mxmlELementGetAttrCount
    functions (gh#michaelrsweet/mxml#185)
  * The configure script now properly supports cross-compilation
    (gh#michaelrsweet/mxml#188)
  * The mxmldoc utility now supports generation of EPUB files
    (gh#michaelrsweet/mxml#189)
  * The mxmldoc utility now supports the SOURCE_DATE_EPOCH
    environment variable for reproducible builds
    (gh#michaelrsweet/mxml#193)
  * The mxmldoc utility now supports Markdown
    (gh#michaelrsweet/mxml#194)
  * Fixed writing of custom data values (gh#michaelrsweet/mxml#201)
  * Added mxmlNewOpaquef and mxmlSetOpaquef functions to add and
    set formatted opaque string values.
  * The mxmldoc utility scanned and loaded descriptive text
    differently, causing the detailed descriptions ("discussion")
    to be lost in generated documentation.
  * The mxmldoc utility now supports @exclude format@ comments to
    exclude documentation based on the output format. The format
    string can be all to exclude documentation for all formats or a
    comma-delimited list such as @exclude man,html@.
- Drop upstreamed patches:
  * reproducible.path
  * mxml-2.3-nobinstrip.patch
- Clean spec file.

OBS-URL: https://build.opensuse.org/request/show/622923
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=19
2018-07-17 08:35:08 +00:00
Dominique Leuenberger
44a318338f Accepting request 491266 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/491266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=26
2017-05-04 06:50:37 +00:00
4de7b70f29 Accepting request 490884 from home:bmwiedemann:branches:devel:libraries:c_c++
Add reproducible.patch to make build reproducible

OBS-URL: https://build.opensuse.org/request/show/490884
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=17
2017-04-26 14:43:59 +00:00
Dominique Leuenberger
f20fbfe115 Accepting request 440848 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/440848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=25
2016-11-21 13:22:37 +00:00
6ff6fa6a73 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
2016-11-11 15:04:21 +00:00
Dominique Leuenberger
fb9ddadec3 Accepting request 289782 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/289782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=24
2015-03-11 08:57:12 +00:00
14b9486cac Accepting request 289554 from home:posophe:branches:devel:libraries:c_c++
Update

OBS-URL: https://build.opensuse.org/request/show/289554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=13
2015-03-07 08:14:24 +00:00
Stephan Kulow
1846a4cd50 Accepting request 248861 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/248861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=23
2014-09-12 13:25:21 +00:00
Ismail Dönmez
5db747fc90 Accepting request 248850 from home:jengelh:branches:devel:libraries:c_c++
- Improve on RPM group classification

OBS-URL: https://build.opensuse.org/request/show/248850
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=11
2014-09-12 10:14:50 +00:00
Stephan Kulow
7f3c6d3949 Accepting request 248841 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/248841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=22
2014-09-12 09:19:22 +00:00
Ismail Dönmez
66c2c598da Accepting request 248720 from home:sumski:hazard:to:your:stereo
Add baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/248720
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=9
2014-09-12 08:27:48 +00:00
Stephan Kulow
8bb5c6ddde Accepting request 104009 from devel:libraries:c_c++
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/104009
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=17
2012-02-16 09:06:24 +00:00
aece8ca23e Remove redundant tags/sections; smp_mflags
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=7
2012-01-29 19:56:13 +00:00
Stephan Kulow
52e918645a replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=16
2011-12-06 17:30:39 +00:00
Sascha Peilicke
a67e37bd10 Autobuild autoformatter for 78693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=14
2011-08-15 08:49:06 +00:00
Sascha Peilicke
8311cab5bf Accepting request 78693 from devel:libraries:c_c++
Fixed typos in mxml.spec (forwarded request 78692 from aturrini)

OBS-URL: https://build.opensuse.org/request/show/78693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=13
2011-08-15 08:48:58 +00:00
Ismail Dönmez
87a7170ee1 Accepting request 78692 from home:aturrini:branches:devel:libraries:c_c++
Fixed typos in mxml.spec

OBS-URL: https://build.opensuse.org/request/show/78692
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=5
2011-08-12 19:18:44 +00:00
Sascha Peilicke
a8b48c48c3 Autobuild autoformatter for 72805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=12
2011-06-07 07:14:36 +00:00
OBS User buildservice-autocommit
91d8453a3c Updating link to change in openSUSE:Factory/mxml revision 12.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mxml?expand=0&rev=3f58adcdaad380921a872d216ecd3fde
2011-06-07 07:14:36 +00:00
Sascha Peilicke
9e1de13f16 Accepting request 72805 from devel:libraries:c_c++
- update to version 2.6
  - Documentation fixes (STR #91, STR #92)
  - The mxmldoc program did not handle typedef comments properly
    (STR #72)
  - Added support for "long long" printf formats.
  - The XML parser now ignores BOMs in UTF-8 XML files (STR #89)
  - The mxmldoc program now supports generating Xcode documentation
    sets.
  - mxmlSave*() did not output UTF-8 correctly on some platforms.
  - mxmlNewXML() now adds encoding="utf-8" in the ?xml directive to
    avoid problems with non-conformant XML parsers that assume
    something other than UTF-8 as the default encoding.
  - Wrapping was not disabled when mxmlSetWrapMargin(0) was called,
    and "<?xml ... ?>" was always followed by a newline (STR #76)
  - The mxml.pc.in file was broken (STR #79)
  - The mxmldoc program now handles "typedef enum name {} name"
    correctly (STR #72)
- drop requires on main package from the library package

OBS-URL: https://build.opensuse.org/request/show/72805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=11
2011-06-07 07:14:27 +00:00
OBS User autobuild
8c304f587a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=7 2010-03-18 15:10:22 +00:00
OBS User unknown
7bbb46b8bf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=5 2008-09-13 03:52:09 +00:00
OBS User unknown
51be604f97 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=4 2008-06-23 21:36:07 +00:00
OBS User unknown
766f5e1ea2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=3 2007-07-12 23:38:10 +00:00
OBS User unknown
9c22e72e15 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=2 2007-04-25 23:16:24 +00:00
OBS User unknown
3da5443940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mxml?expand=0&rev=1 2007-01-15 23:26:05 +00:00