[gssntlmssp] Backport patch that fixes failures with gss_set_neg_mechs() calls.

Simo Sorce simo at fedoraproject.org
Wed Dec 4 18:30:26 UTC 2013


commit b894179a6d9a743d2c6b1ebf99b79558b168b1a1
Author: Simo Sorce <simo at redhat.com>
Date:   Wed Dec 4 13:25:33 2013 -0500

    Backport patch that fixes failures with gss_set_neg_mechs() calls.

 gssntlmssp.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index 96b2206..1c907f3 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,6 +1,6 @@
 Name:		gssntlmssp
 Version:	0.2.0
-Release:	0%{?dist}
+Release:	1%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
 Group:		System Environment/Libraries
@@ -8,6 +8,8 @@ License:	LGPLv3+
 URL:		https://fedorahosted.org/gss-ntlmssp
 Source0:        https://fedorahosted.org/released/gss-ntlmssp/%{name}-%{version}.tar.gz
 
+Patch0: gss-set-neg-mech-fix.patch
+
 Requires: krb5-libs%{?_isa} >= 1.11.2
 
 BuildRequires: autoconf
@@ -38,6 +40,7 @@ Adds a header file with definition for custom GSSAPI extensions for NTLMSSP
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 autoreconf -fiv
@@ -66,6 +69,9 @@ make test_gssntlmssp
 %{_includedir}/gssapi/gssapi_ntlmssp.h
 
 %changelog
+* Wed Dec  4 2013 Simo Sorce <simo at samba.org> - 0.2.0-1
+- Backport patch that fixes failures with gss_set_neg_mechs() calls.
+
 * Fri Oct 18 2013 Simo Sorce <simo at samba.org> - 0.2.0-0
 - New upstream realease 0.2.0:
   * Add support for acquire_cred_with_password()


More information about the scm-commits mailing list