From 6e7a7df257facdd1de158b0fd90dc0a9b9f501b0 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Aug 15 2011 08:28:37 +0000 Subject: Update to latest upstream (1.0.7) Fix CVE-2011-2729 --- 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 - 1.0.7-1 +- Update to latest upstream (1.0.7) +- Fix CVE-2011-2729 + * Wed Jul 20 2011 Stanislav Ochotnicky - 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