Update to upstream 3.1.2

- CVE-2012-4546: Incorrect CRLs publishing
- CVE-2012-5484: MITM Attack during Join process
- CVE-2013-0199: Cross-Realm Trust key leak
This commit is contained in:
Rob Crittenden 2013-01-23 16:43:56 -05:00
parent c6c1e1d976
commit 3d64806b7a
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/freeipa-3.0.0.rc2.tar.gz
/freeipa-3.0.0.tar.gz
/freeipa-3.1.0.tar.gz
/freeipa-3.1.2.tar.gz

View File

@ -14,8 +14,8 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%global VERSION 3.1.0
Name: freeipa
Version: 3.1.0
Release: 2%{?dist}
Version: 3.1.2
Release: 1%{?dist}
Summary: The Identity, Policy and Audit system
Group: System Environment/Base
@ -762,6 +762,12 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
* Wed Jan 23 2013 Rob Crittenden <rcritten@redhat.com> - 3.1.2-1
- Update to upstream 3.1.2
- CVE-2012-4546: Incorrect CRLs publishing
- CVE-2012-5484: MITM Attack during Join process
- CVE-2013-0199: Cross-Realm Trust key leak
* Thu Dec 20 2012 Martin Kosek <mkosek@redhat.com> - 3.1.0-2
- Remove redundat Requires versions that are already in Fedora 17
- Replace python-crypto Requires with m2crypto

View File

@ -1 +1 @@
0277193d850c28ecfddacfa66e9afa03 freeipa-3.1.0.tar.gz
f265c67b12686d1e8e3a42ca0ac017f6 freeipa-3.1.2.tar.gz