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=ff48302934292437cc9ad11936eaca722919e987 The branch, master has been updated via ff48302934292437cc9ad11936eaca722919e987 (commit) via 97007dd4cec71f15b071cba42568f3c33751017f (commit) from fbf49d26164bfe0b6db9adaae3ebb1cb1a2a2a9f (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 ff48302934292437cc9ad11936eaca722919e987 Author: Simon Josefsson <[email protected]> Date: Tue Nov 3 08:47:40 2009 +0100 Add. commit 97007dd4cec71f15b071cba42568f3c33751017f Author: Simon Josefsson <[email protected]> Date: Tue Nov 3 08:35:34 2009 +0100 Unconditionally add memxor module, SCRAM needs it. ----------------------------------------------------------------------- Summary of changes: lib/NEWS | 4 ++++ lib/gl/Makefile.am | 11 ++++++++++- lib/gl/m4/gnulib-cache.m4 | 3 ++- lib/gl/m4/gnulib-comp.m4 | 1 + 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/lib/NEWS b/lib/NEWS index 99a20aa..9b9cc89 100644 --- a/lib/NEWS +++ b/lib/NEWS @@ -13,6 +13,10 @@ This was accidentally forgotten in the last release. ** libgsasl: Fix crash in SCRAM-SHA-1 client when the application provides ** a value for GSASL_SCRAM_SALTED_PASSWORD. +** libgsasl: Fix detection of libgcrypt during builds. +Before libgcrypt was not detected and used by default unless you +supplied --with-libgcrypt. + ** i18n: Added Finnish translation. Thanks to Jorma Karvonen <[email protected]>. diff --git a/lib/gl/Makefile.am b/lib/gl/Makefile.am index 6281e09..6495eb1 100644 --- a/lib/gl/Makefile.am +++ b/lib/gl/Makefile.am @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-md5-tests crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-md5-tests crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 crypto/gc-tests getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem minmax strchrnul strverscmp vasprintf +# Reproduce by: gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-md5-tests crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-md5-tests crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 crypto/gc-tests getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strchrnul strverscmp vasprintf AUTOMAKE_OPTIONS = 1.5 gnits @@ -276,6 +276,15 @@ EXTRA_libgl_la_SOURCES += memmem.c ## end gnulib module memmem-simple +## begin gnulib module memxor + + +EXTRA_DIST += memxor.c memxor.h + +EXTRA_libgl_la_SOURCES += memxor.c + +## end gnulib module memxor + ## begin gnulib module minmax libgl_la_SOURCES += minmax.h diff --git a/lib/gl/m4/gnulib-cache.m4 b/lib/gl/m4/gnulib-cache.m4 index 63dd577..eaa168d 100644 --- a/lib/gl/m4/gnulib-cache.m4 +++ b/lib/gl/m4/gnulib-cache.m4 @@ -15,7 +15,7 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-md5-tests crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-md5-tests crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 crypto/gc-tests getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem minmax strchrnul strverscmp vasprintf +# gnulib-tool --import --dir=. --local-dir=gl/override --lib=libgl --source-base=gl --m4-base=gl/m4 --doc-base=doc --tests-base=gltests --aux-dir=build-aux --with-tests --avoid=vc-list-files-tests --lgpl=2 --libtool --macro-prefix=gl --no-vc-files base64 crypto/gc crypto/gc-hmac-md5 crypto/gc-hmac-md5-tests crypto/gc-hmac-sha1 crypto/gc-md5 crypto/gc-md5-tests crypto/gc-pbkdf2-sha1 crypto/gc-random crypto/gc-sha1 crypto/gc-tests getline gettext lib-msvc-compat lib-symbol-versions lib-symbol-visibility maintainer-makefile memmem memxor minmax strchrnul strverscmp vasprintf # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([gl/override]) @@ -38,6 +38,7 @@ gl_MODULES([ lib-symbol-visibility maintainer-makefile memmem + memxor minmax strchrnul strverscmp diff --git a/lib/gl/m4/gnulib-comp.m4 b/lib/gl/m4/gnulib-comp.m4 index 7ffea72..a2f4486 100644 --- a/lib/gl/m4/gnulib-comp.m4 +++ b/lib/gl/m4/gnulib-comp.m4 @@ -89,6 +89,7 @@ AC_DEFUN([gl_INIT], gl_FUNC_MEMMEM gl_FUNC_MEMMEM_SIMPLE gl_STRING_MODULE_INDICATOR([memmem]) + gl_MEMXOR gl_MINMAX gl_MULTIARCH gl_FUNC_RAWMEMCHR hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
