Update to 1.2.3
- Fixes CVE-2013-4260 and CVE-2013-4259
This commit is contained in:
parent
93c711cc54
commit
8aaea917a2
3 changed files with 7 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@
|
|||
/ansible-1.2.tar.gz
|
||||
/ansible-1.2.1.tar.gz
|
||||
/ansible-1.2.2.tar.gz
|
||||
/ansible-1.2.3.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
Name: ansible
|
||||
Release: 2%{?dist}
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3
|
||||
|
|
@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc README.md PKG-INFO COPYING
|
||||
|
||||
%changelog
|
||||
* Wed Aug 21 2013 Kevin Fenzi <kevin@scrye.com> 1.2.3-2
|
||||
- Update to 1.2.3
|
||||
- Fixes CVE-2013-4260 and CVE-2013-4259
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
f49abd7a34eab0e073dab1080ef88078 ansible-1.2.2.tar.gz
|
||||
1e07d0fed888a7230b9727bb2c12e8f7 ansible-1.2.3.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue