gsasl-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gsasl branch, master, updated. gsasl-1-3-90-16-g09aea6d


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-3-90-16-g09aea6d
Date: Fri, 06 Nov 2009 14:48:06 +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 gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=09aea6d3200800d80341d0151d85086c7526932d

The branch, master has been updated
       via  09aea6d3200800d80341d0151d85086c7526932d (commit)
       via  a374fe32d2483549588b86989a758ebefc875dd4 (commit)
       via  6b37f2acaa5eea46c13bef71ca079b69e2d9a539 (commit)
      from  f9b5c51d9c2e92aa6e90582d31a2c5f36705a9b8 (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 09aea6d3200800d80341d0151d85086c7526932d
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 15:47:38 2009 +0100

    Fix header.

commit a374fe32d2483549588b86989a758ebefc875dd4
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 15:44:41 2009 +0100

    Fix syntax-check nits.

commit 6b37f2acaa5eea46c13bef71ca079b69e2d9a539
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 15:40:06 2009 +0100

    Prepare for alpha release.

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

Summary of changes:
 .x-sc_prohibit_getopt_without_use |    1 +
 .x-sc_prohibit_magic_number_exit  |    6 ++++++
 doc/gsasl.texi                    |    3 ---
 lib/cfg.mk                        |    2 +-
 lib/scram/server.c                |    2 +-
 5 files changed, 9 insertions(+), 5 deletions(-)
 create mode 100644 .x-sc_prohibit_getopt_without_use
 create mode 100644 .x-sc_prohibit_magic_number_exit

diff --git a/.x-sc_prohibit_getopt_without_use 
b/.x-sc_prohibit_getopt_without_use
new file mode 100644
index 0000000..460fe8e
--- /dev/null
+++ b/.x-sc_prohibit_getopt_without_use
@@ -0,0 +1 @@
+^gltests/test-getopt.c
diff --git a/.x-sc_prohibit_magic_number_exit b/.x-sc_prohibit_magic_number_exit
new file mode 100644
index 0000000..e6d77dd
--- /dev/null
+++ b/.x-sc_prohibit_magic_number_exit
@@ -0,0 +1,6 @@
+^doc/gsasl.texi
+^doc/specification/draft-ietf-cat-sasl-gssapi-05.txt
+^gl/
+^gltests/
+^lib/gl/m4/intdiv0.m4
+^tests/
diff --git a/doc/gsasl.texi b/doc/gsasl.texi
index 7be82f2..30185fa 100644
--- a/doc/gsasl.texi
+++ b/doc/gsasl.texi
@@ -1,7 +1,4 @@
 \input texinfo   @c -*- mode: texinfo; coding: us-ascii; -*-
address@hidden This file is part of GNU SASL.
address@hidden See below for copyright and license.
-
 @setfilename gsasl.info
 @include version.texi
 @settitle GNU Simple Authentication and Security Layer @value{VERSION}
diff --git a/lib/cfg.mk b/lib/cfg.mk
index 317203a..1051164 100644
--- a/lib/cfg.mk
+++ b/lib/cfg.mk
@@ -60,5 +60,5 @@ prepare:
        git commit -m Generated. ChangeLog
 
 upload:
-       gnupload --to ftp.gnu.org:gsasl $(distdir).tar.gz
+       gnupload --to alpha.gnu.org:gsasl $(distdir).tar.gz
        cp -v $(distdir).tar.gz $(distdir).tar.gz.sig ../../releases/gsasl/
diff --git a/lib/scram/server.c b/lib/scram/server.c
index 8b7a2c1..54385eb 100644
--- a/lib/scram/server.c
+++ b/lib/scram/server.c
@@ -379,7 +379,7 @@ _gsasl_scram_sha1_server_finish (Gsasl_session * sctx, void 
*mech_data)
 
   if (!state)
     return;
-  
+
   free (state->cfmb_str);
   free (state->sf_str);
   free (state->snonce);


hooks/post-receive
-- 
GNU gsasl




reply via email to

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