[xerces-c] Update to 3.1.1

Kalev Lember kalev at fedoraproject.org
Thu Mar 10 09:19:38 UTC 2011


commit a24de0e21b65d8faba40fab64963e43bc2fb9bf1
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu Mar 10 10:54:35 2011 +0200

    Update to 3.1.1
    
    Dropped CVE-2009-1885 patch.

 .gitignore                         |    1 +
 sources                            |    2 +-
 xerces-c-3.0.1-CVE-2009-1885.patch |  648 ------------------------------------
 xerces-c.spec                      |   12 +-
 4 files changed, 9 insertions(+), 654 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31deda4..180275f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xerces-c-3.0.1.tar.gz
+/xerces-c-3.1.1.tar.gz
diff --git a/sources b/sources
index dc8501a..1ed7998 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-293c03f59bf8e956020d73f5b122094c  xerces-c-3.0.1.tar.gz
+6a8ec45d83c8cfb1584c5a5345cb51ae  xerces-c-3.1.1.tar.gz
diff --git a/xerces-c.spec b/xerces-c.spec
index ea1e88a..49eccc9 100644
--- a/xerces-c.spec
+++ b/xerces-c.spec
@@ -1,12 +1,11 @@
 Summary:	Validating XML Parser
 Name:		xerces-c
-Version:	3.0.1
-Release:	21%{?dist}
+Version:	3.1.1
+Release:	1%{?dist}
 License:	ASL 2.0
 Group:		System Environment/Libraries
 URL:		http://xml.apache.org/xerces-c/
-Source0:	http://archive.apache.org/dist/xml/xerces-c/Xerces-C_3_0_1/sources/xerces-c-3.0.1.tar.gz
-Patch0:		xerces-c-3.0.1-CVE-2009-1885.patch
+Source0:	http://archive.apache.org/dist/xerces/c/3/sources/xerces-c-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dos2unix
@@ -48,7 +47,6 @@ manipulating, and validating XML documents.
 
 %prep
 %setup -q 
-%patch0 -p0 -b .CVE-2009-1885
 # Copy samples before build to avoid including built binaries in -doc package
 mkdir -p _docs
 cp -a samples/ _docs/
@@ -119,6 +117,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc README LICENSE NOTICE CREDITS doc _docs/*
 
 %changelog
+* Wed Mar 09 2011 Kalev Lember <kalev at smartlink.ee> - 3.1.1-1
+- Update to 3.1.1
+- Dropped CVE-2009-1885 patch.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-21
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list