[gssproxy/f20] Wed Oct 24 2013 Guenther Deschner <gdeschner at redhat.com> 0.3.0-8 New upstream release 0.3.0: * Add

Guenther Deschner gd at fedoraproject.org
Wed Oct 23 18:48:54 UTC 2013


commit a568286780b9661cac134bf7bd5f4550c1fe4211
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Wed Oct 23 20:34:53 2013 +0200

    Wed Oct 24 2013 Guenther Deschner <gdeschner at redhat.com> 0.3.0-8
    New upstream release 0.3.0:
     * Add support for impersonation (depends on s4u2self/s4u2proxy on the KDC)
     * Add support for new rpc.gssd mode of operation that forks and changes uid
     * Add 2 new options allow_any_uid and cred_usage

 0001-Fix-LOCAL_FIRST-behavior.patch           |   79 -------------------------
 0002-Fix-documentation-to-match-reality.patch |   39 ------------
 gssproxy-conf.patch                           |   51 ----------------
 gssproxy.spec                                 |   19 +++---
 4 files changed, 9 insertions(+), 179 deletions(-)
---
diff --git a/gssproxy.spec b/gssproxy.spec
index 2f4aaed..86d3d53 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,5 +1,5 @@
 Name:		gssproxy
-Version:	0.2.3
+Version:	0.3.0
 Release:	8%{?dist}
 Summary:	GSSAPI Proxy
 
@@ -8,9 +8,6 @@ License:	MIT
 URL:		http://fedorahosted.org/gss-proxy
 Source0:	http://fedorahosted.org/released/gss-proxy/%{name}-%{version}.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-Patch0:		gssproxy-conf.patch
-Patch1:		0001-Fix-LOCAL_FIRST-behavior.patch
-Patch2:		0002-Fix-documentation-to-match-reality.patch
 
 %global servicename gssproxy
 %global pubconfpath %{_sysconfdir}/gssproxy
@@ -20,7 +17,7 @@ Patch2:		0002-Fix-documentation-to-match-reality.patch
 
 ### Dependencies ###
 
-Requires: krb5-libs >= 1.11.2
+Requires: krb5-libs >= 1.11.3-25
 Requires: keyutils-libs
 Requires: libverto-tevent
 Requires(post): systemd-units
@@ -39,7 +36,7 @@ BuildRequires: docbook-style-xsl
 BuildRequires: doxygen
 BuildRequires: gettext-devel
 BuildRequires: pkgconfig
-BuildRequires: krb5-devel >= 1.11.2
+BuildRequires: krb5-devel >= 1.11.3-25
 BuildRequires: libselinux-devel
 BuildRequires: keyutils-libs-devel
 BuildRequires: libini_config-devel >= 1.0.0.1
@@ -55,10 +52,6 @@ A proxy for GSSAPI credential handling
 %prep
 %setup -q
 
-%patch0 -p2 -b .gssproxy_conf
-%patch1 -p2 -b .gpp_default_behavior
-%patch2 -p2 -b .gpp_default_behavior_doc
-
 %build
 autoreconf -f -i
 %configure \
@@ -110,6 +103,12 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Wed Oct 24 2013 Guenther Deschner <gdeschner at redhat.com> 0.3.0-8
+- New upstream release 0.3.0:
+  * Add support for impersonation (depends on s4u2self/s4u2proxy on the KDC)
+  * Add support for new rpc.gssd mode of operation that forks and changes uid
+  * Add 2 new options allow_any_uid and cred_usage
+
 * Fri Oct 18 2013 Guenther Deschner <gdeschner at redhat.com> 0.2.3-8
 - Fix default proxymech documentation and fix LOCAL_FIRST implementation
 - resolves: https://fedorahosted.org/gss-proxy/ticket/105


More information about the scm-commits mailing list