From 3d64806b7a59398e2dde978e1cd08982383b55fb Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 23 Jan 2013 16:43:56 -0500 Subject: [PATCH] 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 --- .gitignore | 1 + freeipa.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index faf6de8..03cd006 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/freeipa.spec b/freeipa.spec index 89e5f81..0506c64 100644 --- a/freeipa.spec +++ b/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 - 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 - 3.1.0-2 - Remove redundat Requires versions that are already in Fedora 17 - Replace python-crypto Requires with m2crypto diff --git a/sources b/sources index 49a65f5..b4cea5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0277193d850c28ecfddacfa66e9afa03 freeipa-3.1.0.tar.gz +f265c67b12686d1e8e3a42ca0ac017f6 freeipa-3.1.2.tar.gz