46c849bcb1
- update to 3.2.4:
...
* [XERCESC-2195] - Invalid attribute in .gitattributes file
* [XERCESC-2196] - cross-compiling issue
* [XERCESC-2214] - Wrong delete[] in MemBufInputSource dtor
* [XERCESC-2217] - ICUTranscoder::transcodeFrom buffer overflow
* [XERCESC-2218] - CurlURLInputStream constructor memory leak
* [XERCESC-2219] - XMLReader constructor: memory leak when refreshRawBuffer() throws
* [XERCESC-2221] - InMemMsgLoader::loadMsg(): fix memory leak when transcoding fails
* [XERCESC-2222] - DFAContentModel::checkUniqueParticleAttribution(): fix memory leak
* [XERCESC-2223] - SAX2XMLReaderImpl::error(): potential memory leak
* [XERCESC-2225] - Link to installed CMake targets of CURL
* [XERCESC-2227] - Memleak fixes in ContentSpecNode and ComplexTypeInfo classes
* [XERCESC-2228] - DFAContentModel: fix memory leaks when OutOfMemoryException occurs
* [XERCESC-2229] - IGXMLScanner::scanDocTypeDecl(): fix memory leak on exception
* [XERCESC-2230] - DFAContentModel::buildSyntaxTree(): fix memory leaks when OutOfMemoryException occurs
* [XERCESC-2235] - DFAContentModel::buildDFA(): correctly zero-initialize fFollowList
* [XERCESC-2236] - Dependencies aren't loaded when using provided CMake config package
* [XERCESC-2241] - Integer overflows in DFAContentModel class
* [XERCESC-2242] - Non-default curl location breaks autoconf link detection
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=34
2022-10-26 22:34:03 +00:00
29b00143ec
- update to 3.2.3:
...
* Custom HTTP headers missing with CURL NetAccessor
* Type Confusion from DTDGrammar to SchemaGrammar
* Patch to build with older GCC
* fix build without pthread
* XMLUTF8Transcoder: One multibyte UTF8 character is swallowed from the srcData when the resulting surrogate pair does not fit in toFill at the end
* Postpone freeing the memory being used by CURL
* Memory leak in ValueVectorOf
* There is an error in the parameters of the ThreadTtest8 script in Apache xerces-c++ XML's tests/script
* Incorrect symbolic links created for Linux static library and MacOS static and shared libraries
* invalid windows version check for `onXPOrLater`
* Handle surrogate pairs when reading a QName instead of ASSERTing
* Janitor.hpp fails to compile on Solaris with Solaris Studio 12.2 and 12.4
* undef symbols on HPUX for ArrayJanitor
* DOM tests crash on AIX
* XMLChar with NEED_TO_GEN_TABLE has 2 buffer out of bounds reads
* Including Xerces_autoconf_config.hpp on Windows fails due to undefined ssize_t
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=32
2020-08-15 19:56:37 +00:00
Tomáš Chvátal
a06ac30199
Accepting request 773617 from home:scarabeus_iv:branches:devel:libraries:c_c++
...
- Fixup rpmlint warning about installed Makefiles
OBS-URL: https://build.opensuse.org/request/show/773617
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=30
2020-02-12 08:44:58 +00:00
Tomáš Chvátal
56697ba94b
- Fix the libname dependency in devel pkg, typo after libname
...
change
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=28
2018-10-02 10:01:49 +00:00
Tomáš Chvátal
62365853c1
- Version update to 3.2.2:
...
* Fixes CVE-2017-12627 bsc#1083630
- Remove the switch to disable SSE2 on i586, we support pentium4 as
lowest and that has sse2
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=27
2018-09-27 06:52:33 +00:00
Tomáš Chvátal
cca002779c
- Version update to 3.1.4:
...
* Fixes bnc#985860 CVE-2016-4463
* xerces-c-CVE-2016-2099.patch removed as it was included upstream
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=25
2016-07-05 12:05:14 +00:00
Ismail Dönmez
3a2a509001
Accepting request 404987 from home:scarabeus_iv:branches:devel:libraries:c_c++
...
- Use pkgconfig requires
- Disable "pretty" make to make it bit faster
- Fix the selfobsoleting provides/requires to silence rpmlint
- Use valid group for the docs
OBS-URL: https://build.opensuse.org/request/show/404987
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=24
2016-06-27 12:41:54 +00:00
3b25d2102f
Accepting request 404058 from home:jengelh:branches:devel:libraries:c_c++
...
- Resolve rpmlint warnings of type "version-control-internal-file"
OBS-URL: https://build.opensuse.org/request/show/404058
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=23
2016-06-23 14:50:02 +00:00
Ismail Dönmez
0e4f002d64
Accepting request 403800 from home:zawel1:branches:devel:libraries:c_c++
...
- Update to 3.1.3
* bug fixes
+ memcpy used on overlapping memory regions causes sanity test failure
+ Typo in XMLUni::fgUnknownURIName constant
+ Buffer overruns in prolog parsing and error handling
- Dropped xerces-c-CVE-2016-0729.patch, fixed upstream.
OBS-URL: https://build.opensuse.org/request/show/403800
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=22
2016-06-21 12:28:32 +00:00
Ismail Dönmez
4ede327720
Accepting request 402773 from home:pjanouch:branches:devel:libraries:c_c++
...
- added xerces-c-CVE-2016-2099.patch
Exception handling mistake causing use after free
(bsc#979208, CVE-2016-2099)
- xerces-c-CVE-2016-0729.patch
Fix for mishandling certain kinds of malformed input documents,
resulting in buffer overlows during processing and error reporting.
The overflows can manifest as a segmentation fault or as memory
corruption during a parse operation. (bsc#966822, CVE-2016-0729)
OBS-URL: https://build.opensuse.org/request/show/402773
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=21
2016-06-18 16:00:10 +00:00
Ismail Dönmez
f25b240f8e
Accepting request 334630 from home:pluskalm:branches:devel:libraries:c_c++
...
- Update to 3.1.2
OBS-URL: https://build.opensuse.org/request/show/334630
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=19
2015-09-28 18:21:16 +00:00
Ismail Dönmez
393b69bd12
Accepting request 286754 from home:pluskalm:branches:devel:libraries:c_c++
...
- Use url for source
- Add gpg signature
- Use fdupes to remove duplicities in documentation
- Split documentation into separate package
- Use curl as netaccessor, necessary for proxy support
OBS-URL: https://build.opensuse.org/request/show/286754
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=17
2015-02-20 17:39:14 +00:00
Sascha Peilicke
c20c21830c
Accepting request 210742 from home:Zaitor
...
Add baselibs.conf -- Citrix reciver (ICAclient) needs libxerces-c-3_1-32bit
OBS-URL: https://build.opensuse.org/request/show/210742
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=15
2013-12-13 09:23:27 +00:00
Ismail Dönmez
dd320f5e7f
Accepting request 204065 from home:sumski:branches:devel:libraries:c_c++
...
Disable sse2 instructions on non x86_64 arches, bnc#846539
OBS-URL: https://build.opensuse.org/request/show/204065
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=13
2013-10-20 22:09:17 +00:00
Ismail Dönmez
0ecc411be3
Accepting request 113448 from home:behrisch
...
update to most recent version
OBS-URL: https://build.opensuse.org/request/show/113448
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=11
2012-04-13 20:25:20 +00:00
31b7e7e4a8
resolve merge conflict
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=8
2012-01-28 22:28:08 +00:00
OBS User buildservice-autocommit
e62c4fa353
Updating link to change in openSUSE:Factory/xerces-c revision 3.0
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=933ddd251e1a8902f32f929c18e2e8df
2009-10-08 00:01:25 +00:00
OBS User autobuild
f6a7bdc565
checked in
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=5
2009-10-08 00:01:24 +00:00
Pavol Rusnak
517ba81f24
- fix provides and obsoletes [bnc#544957]
...
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/xerces-c?expand=0&rev=4
2009-10-07 13:04:44 +00:00
OBS User autobuild
ab294514ed
Accepting request 17720 from devel:libraries:c_c++
...
Copy from devel:libraries:c_c++/xerces-c based on submit request 17720 from user prusnak
OBS-URL: https://build.opensuse.org/request/show/17720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xerces-c?expand=0&rev=2
2009-08-24 20:28:36 +00:00
OBS User unknown
268df46239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xerces-c?expand=0&rev=1
2009-04-01 02:55:17 +00:00