[python-dulwich] * Mon Mar 23 2015 Fabian Affolter <mail at fabian-affolter.ch> - 0.10.0-1 - Fix for CVE-2014-9706 (rhbz

Fabian Affolter fab at fedoraproject.org
Mon Mar 23 20:36:03 UTC 2015


commit d41316a747c4b37d38574da9d5f3bd6fe0999a0f
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Mon Mar 23 21:35:33 2015 +0100

    * Mon Mar 23 2015 Fabian Affolter <mail at fabian-affolter.ch> - 0.10.0-1
    - Fix for CVE-2014-9706 (rhbz#1204889, rhbz#1204890, and rhbz#1204891)
    - Update to new upstream version 0.10.0

 .gitignore          | 1 +
 python-dulwich.spec | 6 +++++-
 sources             | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc38e11..7fc5070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /dulwich-0.9.6.tar.gz
 /dulwich-0.9.7.tar.gz
 /dulwich-0.9.9.tar.gz
+/dulwich-0.10.0.tar.gz
diff --git a/python-dulwich.spec b/python-dulwich.spec
index c925540..2f5db43 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -4,7 +4,7 @@
 %filter_setup
 
 Name:           python-%{srcname}
-Version:        0.9.9
+Version:        0.10.0
 Release:        1%{?dist}
 Summary:        A python implementation of the Git file formats and protocols
 
@@ -47,6 +47,10 @@ CFLAGS="%{optflags}" %{__python2} setup.py build
 %exclude %{python2_sitearch}/%{srcname}/tests*
 
 %changelog
+* Mon Mar 23 2015 Fabian Affolter <mail at fabian-affolter.ch> - 0.10.0-1
+- Fix for CVE-2014-9706 (rhbz#1204889, rhbz#1204890, and rhbz#1204891)
+- Update to new upstream version 0.10.0
+
 * Mon Mar 23 2015 Fabian Affolter <mail at fabian-affolter.ch> - 0.9.9-1
 - Update to new upstream version 0.9.9
 
diff --git a/sources b/sources
index e729653..ff5bac1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59487f3a64bc6bf471a84b7c969f2464  dulwich-0.9.9.tar.gz
+caa3222039ca1359c011c2d5e4f2d85b  dulwich-0.10.0.tar.gz


More information about the scm-commits mailing list