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:
parent
c6c1e1d976
commit
3d64806b7a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
freeipa.spec
10
freeipa.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user