[freeipa/f21] Update to upstream 4.1.2

Petr Vobornik pvoborni at fedoraproject.org
Tue Nov 25 14:09:08 UTC 2014


commit e88b6a31a0b0ee8aa27d4dbc08cef149143a52d3
Author: Petr Vobornik <pvoborni at redhat.com>
Date:   Tue Nov 25 13:44:50 2014 +0100

    Update to upstream 4.1.2
    
    - see http://www.freeipa.org/page/Releases/4.1.2

 .gitignore                                         |    1 +
 0001-Fix-named-working-directory-permissions.patch |  176 -
 ...ning-instead-of-error-if-CA-did-not-start.patch |   32 -
 0003-webui-fix-potential-XSS-vulnerabilities.patch |  131 -
 ...-Fix-filtering-of-enctypes-in-server-code.patch |   98 -
 ...-asn1c-generated-code-for-keytab-controls.patch |13109 --------------------
 ...elpers-to-encode-decode-the-getkeytab-con.patch |  812 --
 freeipa.spec                                       |   20 +-
 sources                                            |    2 +-
 9 files changed, 10 insertions(+), 14371 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index caeb661..4468511 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@
 /freeipa-4.0.3.tar.gz
 /freeipa-4.1.0.tar.gz
 /freeipa-4.1.1.tar.gz
+/freeipa-4.1.2.tar.gz
diff --git a/freeipa.spec b/freeipa.spec
index d4a923d..554f7b5 100644
--- a/freeipa.spec
+++ b/freeipa.spec
@@ -19,13 +19,13 @@
 %global platform_module fedora
 %endif
 
-%global VERSION 4.1.1
+%global VERSION 4.1.2
 
 %define _hardened_build 1
 
 Name:           freeipa
 Version:        %{VERSION}
-Release:        2%{?dist}
+Release:        1%{?dist}
 Summary:        The Identity, Policy and Audit system
 
 Group:          System Environment/Base
@@ -34,13 +34,6 @@ URL:            http://www.freeipa.org/
 Source0:        http://www.freeipa.org/downloads/src/freeipa-%{VERSION}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch01: 0001-Fix-named-working-directory-permissions.patch
-Patch02: 0002-Show-warning-instead-of-error-if-CA-did-not-start.patch
-Patch03: 0003-webui-fix-potential-XSS-vulnerabilities.patch
-Patch04: 0004-Fix-filtering-of-enctypes-in-server-code.patch
-Patch05: 0005-Add-asn1c-generated-code-for-keytab-controls.patch
-Patch06: 0006-Use-asn1c-helpers-to-encode-decode-the-getkeytab-con.patch
-
 %if ! %{ONLY_CLIENT}
 BuildRequires:  389-ds-base-devel >= 1.3.3.5
 BuildRequires:  svrcore-devel
@@ -157,7 +150,7 @@ Requires: python-dns >= 1.11.1
 Requires: zip
 Requires: policycoreutils >= 2.1.12-5
 Requires: tar
-Requires(pre): certmonger >= 0.75.13
+Requires(pre): certmonger >= 0.76.8
 Requires(pre): 389-ds-base >= 1.3.3.5
 Requires: fontawesome-fonts
 Requires: open-sans-fonts
@@ -244,7 +237,7 @@ Requires: wget
 Requires: libcurl >= 7.21.7-2
 Requires: xmlrpc-c >= 1.27.4
 Requires: sssd >= 1.12.2
-Requires: certmonger >= 0.75.6
+Requires: certmonger >= 0.76.8
 Requires: nss-tools
 Requires: bind-utils
 Requires: oddjob-mkhomedir
@@ -294,7 +287,7 @@ Requires: gnupg
 Requires: iproute
 Requires: keyutils
 Requires: pyOpenSSL
-Requires: python-nss >= 0.15
+Requires: python-nss >= 0.16
 Requires: python-lxml
 Requires: python-netaddr
 Requires: libipa_hbac-python
@@ -937,6 +930,9 @@ fi
 %endif # ONLY_CLIENT
 
 %changelog
+* Tue Nov 25 2014 Petr Vobornik <pvoborni at redhat.com> - 4.1.2-1
+- Update to upstream 4.1.2 - see http://www.freeipa.org/page/Releases/4.1.2
+
 * Thu Nov 20 2014 Simo Sorce <simo at redhat.com> - 4.1.1-2
 - Patch blokers and feature freze exceptions
 - Resolves: bz1165674
diff --git a/sources b/sources
index 3e42ab4..f6d97e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6e1ec60f71aa17b65a2a3caadd688f3c  freeipa-4.1.1.tar.gz
+f40681838166b72a038380a7ad623dae  freeipa-4.1.2.tar.gz


More information about the scm-commits mailing list