gss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gss branch, master, updated. gss-1-0-0-6-ga1e4b4e


From: Simon Josefsson
Subject: [SCM] GNU gss branch, master, updated. gss-1-0-0-6-ga1e4b4e
Date: Wed, 14 Apr 2010 19:36:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gss".

http://git.savannah.gnu.org/cgit/gss.git/commit/?id=a1e4b4e7f4dd3899c1b11d71d1dc6ec909a85536

The branch, master has been updated
       via  a1e4b4e7f4dd3899c1b11d71d1dc6ec909a85536 (commit)
      from  2cdeae6b60a2693391f6f767686d3156dd2f4a07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a1e4b4e7f4dd3899c1b11d71d1dc6ec909a85536
Author: Simon Josefsson <address@hidden>
Date:   Wed Apr 14 21:36:16 2010 +0200

    Make sure we have a recent Shishi.

-----------------------------------------------------------------------

Summary of changes:
 NEWS         |    3 +++
 configure.ac |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index eb0592f..28636d5 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ See the end for copying conditions.
 
 * Version 1.0.1 (unreleased)
 
+** The check for GNU Shishi now requires 0.0.42 or later.
+Earlier versions had bugs that caused the self-checks to fail.
+
 ** Update gnulib files.
 
 ** i18n: Translations were updated.
diff --git a/configure.ac b/configure.ac
index f5a5b46..e8a9879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ AC_ARG_ENABLE(kerberos5,
     [disable Kerberos V5 mechanism unconditionally]),
   kerberos5=$enableval)
 if test "$kerberos5" != "no" ; then
-  AC_LIB_HAVE_LINKFLAGS(shishi,, [#include <shishi.h>], [shishi ();])
+  AC_LIB_HAVE_LINKFLAGS(shishi,, [#include <shishi.h>], 
[shishi_key_timestamp();])
   if test "$ac_cv_libshishi" = yes; then
     AC_DEFINE([USE_KERBEROS5], 1, [Define to 1 if you want Kerberos 5 mech.])
     INCLUDE_GSS_KRB5='# include <gss/krb5.h>'


hooks/post-receive
-- 
GNU gss




reply via email to

[Prev in Thread] Current Thread [Next in Thread]