Update to latest upstream (1.0.7)

Fix CVE-2011-2729
This commit is contained in:
Stanislav Ochotnicky 2011-08-15 10:28:37 +02:00
parent f7adb2b13a
commit 6e7a7df257
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 1.0.7-1
- Update to latest upstream (1.0.7)
- Fix CVE-2011-2729
* Wed Jul 20 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.6-1
- Update to latest upstream (1.0.6)
- Cleanups according to new guidelines

View File

@ -1 +1 @@
28dc2e0a3634b2dc3605e9e6444d079f commons-daemon-1.0.6-src.tar.gz
fb6c5e7b6544fd8400b08f0e81fc9581 commons-daemon-1.0.7-src.tar.gz