rpms/python-4Suite-XML/F-12 python-4Suite-XML.spec,1.14,1.15

Miloslav Trmac mitr at fedoraproject.org
Tue Nov 3 14:02:35 UTC 2009


Author: mitr

Update of /cvs/extras/rpms/python-4Suite-XML/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14711

Modified Files:
	python-4Suite-XML.spec 
Log Message:
* Tue Nov  3 2009 Miloslav Trmač <mitr at redhat.com> - 1.0.2-8
- Fix an expat DoS
  Related: #531697



Index: python-4Suite-XML.spec
===================================================================
RCS file: /cvs/extras/rpms/python-4Suite-XML/F-12/python-4Suite-XML.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-4Suite-XML.spec	26 Jul 2009 20:00:36 -0000	1.14
+++ python-4Suite-XML.spec	3 Nov 2009 14:02:35 -0000	1.15
@@ -2,7 +2,7 @@
 
 Name: python-4Suite-XML
 Version: 1.0.2
-Release: 7%{?dist}
+Release: 8%{?dist}
 Summary: A collection of XML-related technologies for Python
 
 Group: Development/Libraries
@@ -10,7 +10,7 @@ License: ASL 1.1
 URL: http://www.4suite.org/
 Source0: http://dl.sourceforge.net/foursuite/4Suite-XML-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Patch0: python-4Suite-XML-1.0.2-expat-dos.patch
 BuildRequires: python-devel
 
 %description
@@ -24,6 +24,7 @@ Its major components include the followi
 
 %prep
 %setup -q -n 4Suite-XML-%{version}
+%patch0 -p1 -b .expat-dos
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -59,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/4Suite
 
 %changelog
+* Tue Nov  3 2009 Miloslav Trmač <mitr at redhat.com> - 1.0.2-8
+- Fix an expat DoS
+  Related: #531697
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list