[java-sig-commits] [apache-commons-daemon/f15: 3/3] Update to latest upstream (1.0.7)

Stanislav Ochotnicky sochotni at fedoraproject.org
Mon Aug 15 09:17:16 UTC 2011


commit 6e7a7df257facdd1de158b0fd90dc0a9b9f501b0
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Mon Aug 15 10:28:37 2011 +0200

    Update to latest upstream (1.0.7)
    
    Fix CVE-2011-2729

 .gitignore                 |    1 +
 apache-commons-daemon.spec |    6 +++++-
 sources                    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e683d5c..0948922 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ commons-daemon-1.0.2-src.tar.gz
 /commons-daemon-1.0.4-src.tar.gz
 /commons-daemon-1.0.5-src.tar.gz
 /commons-daemon-1.0.6-src.tar.gz
+/commons-daemon-1.0.7-src.tar.gz
diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec
index 16e4509..cd8a8a3 100644
--- a/apache-commons-daemon.spec
+++ b/apache-commons-daemon.spec
@@ -3,7 +3,7 @@
 %global short_name  commons-%{base_name}
 
 Name:           apache-%{short_name}
-Version:        1.0.6
+Version:        1.0.7
 Release:        1%{?dist}
 Summary:        Defines API to support an alternative invocation mechanism
 License:        ASL 2.0
@@ -136,6 +136,10 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
 
 
 %changelog
+* Mon Aug 15 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.7-1
+- Update to latest upstream (1.0.7)
+- Fix CVE-2011-2729
+
 * Wed Jul 20 2011 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.6-1
 - Update to latest upstream (1.0.6)
 - Cleanups according to new guidelines
diff --git a/sources b/sources
index 0993851..601f474 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28dc2e0a3634b2dc3605e9e6444d079f  commons-daemon-1.0.6-src.tar.gz
+fb6c5e7b6544fd8400b08f0e81fc9581  commons-daemon-1.0.7-src.tar.gz


More information about the java-sig-commits mailing list