[gssntlmssp/f20] New upstream release 0.4.0:

Simo Sorce simo at fedoraproject.org
Sat Jun 21 19:12:28 UTC 2014


commit 12eeaff59559f57c4ac912b1fa88a4e1af7024e8
Author: Simo Sorce <simo at redhat.com>
Date:   Sat Jun 21 14:54:52 2014 -0400

    New upstream release 0.4.0:
    
      * Added support for MIC and Channel Binding features of NTLMv2
      * Improve testing so that multiple versions can be tested
      * Various importnat fixes in the GSSAPI interface that were causing errors
      * Special workaround for SPNEGO mechanism when talking to Windows Servers and
        using the internal NTLM MIC feature.

 .gitignore      |    1 +
 gssntlmssp.spec |   12 ++++++++++--
 sources         |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c80521..e0361db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gssntlmssp-0.2.0.tar.gz
 /gssntlmssp-0.3.0.tar.gz
 /gssntlmssp-0.3.1.tar.gz
+/gssntlmssp-0.4.0.tar.gz
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index 0ebdf93..68f4818 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,6 +1,6 @@
 Name:		gssntlmssp
-Version:	0.3.1
-Release:	0%{?dist}
+Version:	0.4.0
+Release:	1%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
 Group:		System Environment/Libraries
@@ -66,6 +66,14 @@ make test_gssntlmssp
 %{_includedir}/gssapi/gssapi_ntlmssp.h
 
 %changelog
+* Sat Jun 21 2014 Simo Sorce <simo at samba.org> - 0.4.0-1
+- New upstream release 0.4.0:
+  * Added support for MIC and Channel Binding features of NTLMv2
+  * Improve testing so that multiple versions can be tested
+  * Various importnat fixes in the GSSAPI interface that were causing errors
+  * Special workaround for SPNEGO mechanism when talking to Windows Servers and
+    using the internal NTLM MIC feature.
+
 * Sun Jan 26 2014 Simo Sorce <simo at samba.org> - 0.3.1-0
 - Fixes #1058025
 - New upstream release 0.3.1:
diff --git a/sources b/sources
index 9bfe6d4..04a12ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd202efdb98251dd26b6f418b4b5569e  gssntlmssp-0.3.1.tar.gz
+ca6ad205358cd3ccd8efe4b0394c5ec8  gssntlmssp-0.4.0.tar.gz


More information about the scm-commits mailing list