./textproc/xerces-c, Validating C++ XML parser with DOM and SAX support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q4, Version: 3.2.1, Package name: xerces-c-3.2.1, Maintainer: pkgsrc-users

Xerces-C++ is a validating XML parser written in a portable subset of
C++. Xerces-C++ makes it easy to give your application the ability to
read and write XML data. A shared library is provided for parsing,
generating, manipulating, and validating XML documents.

Xerces-C++ is faithful to the XML 1.0 recommendation and many
associated standards.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 2b5c43cc744b25c9e7e0de2bcaa5f8806238a4ba
RMD160: acca6108a9d26070a041a447f42d9b2f8810ea22
Filesize: 6946.297 KB

Version history: (Expand)


CVS history: (Expand)


   2018-03-12 13:19:24 by Benny Siegert | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #5720 - requested by wiz
textproc/xerces-c: security fix

Revisions pulled up:
- textproc/xerces-c/Makefile                                    1.50
- textproc/xerces-c/distinfo                                    1.21

---
   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Sun Mar 11 17:59:01 UTC 2018

   Modified Files:
   	pkgsrc/textproc/xerces-c: Makefile distinfo

   Log message:
   xerces-c: update to 3.2.1.

   Release Notes - Xerces-C++ - Version 3.2.1

   ** Bug
       * [XERCESC-2114] - Link failure with Xalan-C
       * [XERCESC-2119] - warning C4251: 'xercesc_3_2::TranscodeToStr::fString': \ 
class 'xercesc_3_2::ArrayJanitor<XMLByte>' needs to have dll-interface to \ 
be used by clients of class 'xercesc_3_2::TranscodeToStr'
       * [XERCESC-2121] - xercesc-3.2.0 fails to configure with cmake, gnuiconv \ 
on Solaris.
       * [XERCESC-2122] - CMake: wrong substitutions in pkg-config file
       * [XERCESC-2123] - Tests sometimes fail when run in parallel, due to race \ 
conditions
       * [XERCESC-2124] - Typo in XMLUni::fgDOMDisallowDoctype XMLCh array
       * [XERCESC-2125] - CMake variable for nothreads does not match generated \ 
config define
       * [XERCESC-2130] - UTF16 Surrgate values 0xD800-0xDFFF can not longer be \ 
written with xerces 3.2.0 (e.g. emoticons)
       * [XERCESC-2137] - CMake Build Doesn't Activate XERCES_MFC_SUPPORT

   ** Improvement
       * [XERCESC-2132] - cmake: Add the ability to force the specific XMLCh \ 
type to use
       * [XERCESC-2134] - Remove non-functional Win32MsgLoader code
       * [XERCESC-2136] - Add support for versioning sources and documentation \ 
automatically