[gssproxy/f19] New upstream release 0.3.1:

Guenther Deschner gd at fedoraproject.org
Tue Nov 26 14:08:25 UTC 2013


commit be75d7e8df72161daf6257d3f52861806c3f512e
Author: Günther Deschner <gdeschner at redhat.com>
Date:   Tue Nov 26 15:06:48 2013 +0100

    New upstream release 0.3.1:
    
      * Fix use of gssproxy for client initiation
      * Add new enforcing and filtering options for context initialization
      * Fix potential thread safety issues
    - resolves: https://fedorahosted.org/gss-proxy/ticket/110
    - resolves: https://fedorahosted.org/gss-proxy/ticket/111

 .gitignore                                    |    1 +
 gssproxy-0.3.0-continuations.patch            |  331 -------------------
 gssproxy-0.3.0-flags_handling.patch           |  420 -------------------------
 gssproxy-0.3.0-gss_init_sec_context.patch     |   36 ---
 gssproxy-0.3.0-gss_inquire_cred_by_mech.patch |  186 -----------
 gssproxy.spec                                 |   20 +-
 sources                                       |    2 +-
 7 files changed, 12 insertions(+), 984 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 185913b..c56af64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gssproxy-0.2.2.tar.gz
 /gssproxy-0.2.3.tar.gz
 /gssproxy-0.3.0.tar.gz
+/gssproxy-0.3.1.tar.gz
diff --git a/gssproxy.spec b/gssproxy.spec
index ec1d89f..a043c26 100644
--- a/gssproxy.spec
+++ b/gssproxy.spec
@@ -1,6 +1,6 @@
 Name:		gssproxy
-Version:	0.3.0
-Release:	3%{?dist}
+Version:	0.3.1
+Release:	0%{?dist}
 Summary:	GSSAPI Proxy
 
 Group:		System Environment/Libraries
@@ -8,10 +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-0.3.0-gss_init_sec_context.patch
-Patch1:		gssproxy-0.3.0-gss_inquire_cred_by_mech.patch
-Patch2:		gssproxy-0.3.0-continuations.patch
-Patch3:		gssproxy-0.3.0-flags_handling.patch
 
 %global servicename gssproxy
 %global pubconfpath %{_sysconfdir}/gssproxy
@@ -56,10 +52,6 @@ A proxy for GSSAPI credential handling
 %prep
 %setup -q
 
-%patch0 -p2 -b .gss_init_sec_context
-%patch1 -p2 -b .gss_inquire_cred_by_mech
-%patch2 -p2 -b .continuations
-%patch3 -p2 -b .flags_handling
 
 %build
 autoreconf -f -i
@@ -112,6 +104,14 @@ rm -rf %{buildroot}
 %systemd_postun_with_restart gssproxy.service
 
 %changelog
+* Tue Nov 26 2013 Guenther Deschner <gdeschner at redhat.com> 0.3.1-0
+- New upstream release 0.3.1:
+  * Fix use of gssproxy for client initiation
+  * Add new enforcing and filtering options for context initialization
+  * Fix potential thread safety issues
+- resolves: https://fedorahosted.org/gss-proxy/ticket/110
+- resolves: https://fedorahosted.org/gss-proxy/ticket/111
+
 * Tue Nov 19 2013 Guenther Deschner <gdeschner at redhat.com> 0.3.0-3
 - Fix flags handling in gss_init_sec_context()
 - resolves: https://fedorahosted.org/gss-proxy/ticket/106
diff --git a/sources b/sources
index 2f0a636..a395399 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-082fdf0fd3d79ee0d3b67a73367eeed7  gssproxy-0.3.0.tar.gz
+f455f4e483ecda8274d235942fa8e943  gssproxy-0.3.1.tar.gz


More information about the scm-commits mailing list