Summary: An XML parser library Name: expat Version: 2.0.1 Release: 13%{?dist} Group: System Environment/Libraries Source: http://downloads.sourceforge.net/expat/expat-%{version}.tar.gz Patch1: expat-2.0.1-confcxx.patch Patch2: expat-2.0.1-CVE-2009-3560-revised.patch Patch3: expat-1.95.8-CVE-2009-3720.patch Patch4: expat-2.0.1-CVE-2012-0876.patch Patch5: expat-2.0.1-CVE-2012-1148.patch Patch6: expat-2.1.0-CVE-2016-0718.patch URL: http://www.libexpat.org/ License: MIT BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf, automake, libtool, check-devel %description This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers. %package devel Summary: Libraries and header files to develop applications using expat Group: Development/Libraries Requires: expat = %{version}-%{release} %description devel The expat-devel package contains the libraries, include files and documentation to develop XML applications with expat. %prep %setup -q %patch1 -p1 -b .confcxx %patch2 -p1 -b .newcve3560 %patch3 -p1 -b .cve3720 %patch4 -p1 -b .cve0876 %patch5 -p1 -b .cve1148 %patch6 -p1 -b .cve0718 %build rm -rf autom4te*.cache rm conftools/libtool.m4 libtoolize --copy --force --automake && aclocal && autoheader && autoconf export CFLAGS="$RPM_OPT_FLAGS -fPIC" %configure --libdir=/%{_lib} make %{?_smp_mflags} %install rm -rf ${RPM_BUILD_ROOT} rm -f examples/*.dsp chmod 644 README COPYING Changes doc/* examples/* make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir} mv $RPM_BUILD_ROOT/%{_lib}/libexpat.{so,a} $RPM_BUILD_ROOT%{_libdir} rm -f $RPM_BUILD_ROOT/%{_lib}/libexpat.la lib=`echo $RPM_BUILD_ROOT/%{_lib}/libexpat.so.*.*` ln -sf ../../%{_lib}/`basename ${lib}` $RPM_BUILD_ROOT%{_libdir}/libexpat.so %check make check %clean rm -rf ${RPM_BUILD_ROOT} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc README COPYING %{_bindir}/* /%{_lib}/lib*.so.* %{_mandir}/*/* %files devel %defattr(-,root,root) %doc Changes doc examples %{_libdir}/lib*.so %{_libdir}/lib*.*a %{_includedir}/*.h %changelog * Thu Nov 24 2016 Joe Orton - 2.0.1-13 - updated security fix for CVE-2016-0718 * Thu Nov 24 2016 Joe Orton - 2.0.1-12 - add security fix for CVE-2016-0718 * Fri Apr 27 2012 Joe Orton - 2.0.1-11 - use symbol version for XML_SetHashSalt (CVE-2012-0876, #816306) * Thu Apr 12 2012 Joe Orton - 2.0.1-10 - add security fix for CVE-2012-1148 (#811825) - add security fix for CVE-2012-0876 (#811833) * Mon Feb 8 2010 Joe Orton - 2.0.1-9.1 - revised fix for CVE-2009-3560 (#544996) * Mon Jan 18 2010 Joe Orton - 2.0.1-9 - fix regression in CVE-2009-3560 patch (#556427) * Tue Dec 1 2009 Joe Orton - 2.0.1-8 - add security fix for CVE-2009-3560 (#533174) - add security fix for CVE-2009-3720 (#531697) - run the test suite * Fri Jul 24 2009 Fedora Release Engineering - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Tue Feb 24 2009 Fedora Release Engineering - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Tue Feb 19 2008 Fedora Release Engineering - 2.0.1-5 - Autorebuild for GCC 4.3 * Wed Jan 23 2008 Joe Orton 2.0.1-4 - chmod 644 even more documentation (#429806) * Tue Jan 8 2008 Joe Orton 2.0.1-3 - chmod 644 the documentation (#427950) * Wed Aug 22 2007 Joe Orton 2.0.1-2 - rebuild * Wed Aug 8 2007 Joe Orton 2.0.1-1 - update to 2.0.1 - fix the License tag - drop the .la file * Sun Feb 4 2007 Joe Orton 1.95.8-10 - remove trailing dot in Summary (#225742) - use preferred BuildRoot per packaging guidelines (#225742) * Tue Jan 30 2007 Joe Orton 1.95.8-9 - regenerate configure/libtool correctly (#199361) - strip DSP files from examples (#186889) - fix expat.h compilation with g++ -pedantic (#190244) * Wed Jul 12 2006 Jesse Keating - 1.95.8-8.2.1 - rebuild * Fri Feb 10 2006 Jesse Keating - 1.95.8-8.2 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.95.8-8.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Tue Jan 31 2006 Joe Orton 1.95.8-8 - restore .la file for apr-util * Mon Jan 30 2006 Joe Orton 1.95.8-7 - move library to /lib (#178743) - omit .la file (#170031) * Fri Dec 09 2005 Jesse Keating - rebuilt * Tue Mar 8 2005 Joe Orton 1.95.8-6 - rebuild * Thu Nov 25 2004 Ivana Varekova 1.95.8 - update to 1.95.8 * Wed Jun 16 2004 Jeff Johnson 1.95.7-4 - add -fPIC (#125586). * Tue Jun 15 2004 Elliot Lee - rebuilt * Fri Jun 11 2004 Jeff Johnson 1.95.7-2 - fix: malloc failure from dbus test suite (#124747). * Tue Mar 02 2004 Elliot Lee - rebuilt * Sun Feb 22 2004 Joe Orton 1.95.7-1 - update to 1.95.7, include COPYING file in main package * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Sep 17 2003 Matt Wilson 1.95.5-6 - rebuild again for #91211 * Tue Sep 16 2003 Matt Wilson 1.95.5-5 - rebuild to fix gzip'ed file md5sums (#91211) * Tue Jun 17 2003 Jeff Johnson 1.95.5-4 - rebuilt because of crt breakage on ppc64. * Wed Jun 04 2003 Elliot Lee - rebuilt * Wed Jan 22 2003 Tim Powers - rebuilt * Mon Nov 11 2002 Jeff Johnson 1.95.5-1 - update to 1.95.5. * Mon Aug 19 2002 Trond Eivind Glomsrød 1,95.4-1 - 1.95.4. 1.95.3 was withdrawn by the expat developers. * Fri Jun 21 2002 Tim Powers - automated rebuild * Thu Jun 6 2002 Trond Eivind Glomsrød 1,95.3-1 - 1.95.3 * Thu May 23 2002 Tim Powers - automated rebuild * Fri Mar 22 2002 Trond Eivind Glomsrød - Change a prereq in -devel on main package to a req - License from MIT/X11 to BSD * Mon Mar 13 2002 Trond Eivind Glomsrød - 1.95.2 * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild. * Tue Oct 24 2000 Jeff Johnson - update to 1.95.1 * Sun Oct 8 2000 Jeff Johnson - Create.