[gssntlmssp/f20] New upstream release 0.3.0:

Simo Sorce simo at fedoraproject.org
Mon Jan 13 03:23:00 UTC 2014


commit 459d4eb4d166a2d4fa3f3cc858ba6c07d90e5b2b
Author: Simo Sorce <simo at redhat.com>
Date:   Sun Jan 12 22:19:54 2014 -0500

    New upstream release 0.3.0:
    
      * Added support for NTLMv1 Signing and Sealing completing full coverage
        of the NTLM protocol
      * Added a number of GSSAPI calls to inquire, export and import context and
        credentials, in preparation for making it work with GSS-Proxy
      * Various fixes memleak and other fixes

 .gitignore                                    |    1 +
 0001-Fix-memory-leak-with-gssntlm_names.patch |   26 ---
 0002-Fix-memleaks-in-init_sec_context.patch   |   34 ----
 gss-set-neg-mech-fix.patch                    |  204 -------------------------
 gssntlmssp.spec                               |   19 ++-
 sources                                       |    2 +-
 6 files changed, 12 insertions(+), 274 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0137427..ee8f5f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gssntlmssp-0.1.0.tar.gz
 /gssntlmssp-0.2.0.tar.gz
+/gssntlmssp-0.3.0.tar.gz
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index 54112e3..c4cd1d8 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,6 +1,6 @@
 Name:		gssntlmssp
-Version:	0.2.0
-Release:	2%{?dist}
+Version:	0.3.0
+Release:	0%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
 Group:		System Environment/Libraries
@@ -8,10 +8,6 @@ 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
-Patch1: 0001-Fix-memory-leak-with-gssntlm_names.patch
-Patch2: 0002-Fix-memleaks-in-init_sec_context.patch
-
 Requires: krb5-libs%{?_isa} >= 1.11.2
 
 BuildRequires: autoconf
@@ -42,9 +38,6 @@ Adds a header file with definition for custom GSSAPI extensions for NTLMSSP
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -73,6 +66,14 @@ make test_gssntlmssp
 %{_includedir}/gssapi/gssapi_ntlmssp.h
 
 %changelog
+* Sun Jan 12 2014 Simo Sorce <simo at samba.org> - 0.3.0-0
+- New upstream release 0.3.0:
+  * Added support for NTLMv1 Signing and Sealing completing full coverage
+    of the NTLM protocol
+  * Added a number of GSSAPI calls to inquire, export and import context and
+    credentials, in preparation for making it work with GSS-Proxy
+  * Various fixes memleak and other fixes
+
 * Fri Dec 13 2013 Simo Sorce <simo at samba.org> - 0.2.0-2
 - Backport patches to fix memory leaks
 
diff --git a/sources b/sources
index c430bb2..7d07f61 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c6346888cabef28cde5d05ed2cb27e6  gssntlmssp-0.2.0.tar.gz
+28ece8f14e90a67ebb797d54b95315e1  gssntlmssp-0.3.0.tar.gz


More information about the scm-commits mailing list