[gssntlmssp] Fixes #1058025

Simo Sorce simo at fedoraproject.org
Sun Jan 26 21:05:38 UTC 2014


commit 6c0ec3d9a276a5a08fb0dc3f074e088551a40367
Author: Simo Sorce <simo at redhat.com>
Date:   Sun Jan 26 16:05:29 2014 -0500

    Fixes #1058025
    
    - New upstream release 0.3.1:
      * Fix segfault in init context.

 .gitignore      |    1 +
 gssntlmssp.spec |    7 ++++++-
 sources         |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee8f5f9..5c80521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /gssntlmssp-0.1.0.tar.gz
 /gssntlmssp-0.2.0.tar.gz
 /gssntlmssp-0.3.0.tar.gz
+/gssntlmssp-0.3.1.tar.gz
diff --git a/gssntlmssp.spec b/gssntlmssp.spec
index c4cd1d8..0ebdf93 100644
--- a/gssntlmssp.spec
+++ b/gssntlmssp.spec
@@ -1,5 +1,5 @@
 Name:		gssntlmssp
-Version:	0.3.0
+Version:	0.3.1
 Release:	0%{?dist}
 Summary:	GSSAPI NTLMSSP Mechanism
 
@@ -66,6 +66,11 @@ make test_gssntlmssp
 %{_includedir}/gssapi/gssapi_ntlmssp.h
 
 %changelog
+* Sun Jan 26 2014 Simo Sorce <simo at samba.org> - 0.3.1-0
+- Fixes #1058025
+- New upstream release 0.3.1:
+  * Fix segfault in init context.
+
 * 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
diff --git a/sources b/sources
index 7d07f61..9bfe6d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28ece8f14e90a67ebb797d54b95315e1  gssntlmssp-0.3.0.tar.gz
+bd202efdb98251dd26b6f418b4b5569e  gssntlmssp-0.3.1.tar.gz


More information about the scm-commits mailing list