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-32-gbce3729


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-3-32-gbce3729
Date: Fri, 06 Nov 2009 10:02:30 +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=bce3729f8e460ca7c75c6993c9dc3fbd999b61ca

The branch, master has been updated
       via  bce3729f8e460ca7c75c6993c9dc3fbd999b61ca (commit)
       via  d54abfeba9a4fdb192050d5b6ba2774191b2cbfa (commit)
      from  210a50b7abb9907a8b0c2371c0eb4cfbb1739d3e (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 bce3729f8e460ca7c75c6993c9dc3fbd999b61ca
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 11:02:24 2009 +0100

    Update gnulib files.

commit d54abfeba9a4fdb192050d5b6ba2774191b2cbfa
Author: Simon Josefsson <address@hidden>
Date:   Fri Nov 6 11:00:54 2009 +0100

    Prepare for alpha release.

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

Summary of changes:
 cfg.mk               |    2 +-
 gl/m4/getaddrinfo.m4 |    9 ++++++++-
 gltests/Makefile.am  |    2 +-
 lib/maint.mk         |    4 ++++
 maint.mk             |    4 ++++
 5 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 4d18a0e..b5a832e 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -89,7 +89,7 @@ upload:
        cd lib && make upload
        git push
        git push --tags
-       gnupload --to ftp.gnu.org:$(PACKAGE) $(distdir).tar.gz
+       gnupload --to alpha.gnu.org:$(PACKAGE) $(distdir).tar.gz
        cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/$(PACKAGE)/
 
 web:
diff --git a/gl/m4/getaddrinfo.m4 b/gl/m4/getaddrinfo.m4
index 3dfc17d..526dce5 100644
--- a/gl/m4/getaddrinfo.m4
+++ b/gl/m4/getaddrinfo.m4
@@ -1,4 +1,4 @@
-# getaddrinfo.m4 serial 21
+# getaddrinfo.m4 serial 22
 dnl Copyright (C) 2004-2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -96,6 +96,7 @@ AC_DEFUN([gl_PREREQ_GETADDRINFO], [
   AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
   AC_REQUIRE([gl_HOSTENT]) dnl for HOSTENT_LIB
   AC_REQUIRE([gl_SERVENT]) dnl for SERVENT_LIB
+  AC_REQUIRE([gl_INET_NTOP]) dnl for INET_NTOP_LIB
   AC_REQUIRE([AC_C_RESTRICT])
   AC_REQUIRE([gl_SOCKET_FAMILIES])
   AC_REQUIRE([gl_HEADER_SYS_SOCKET])
@@ -163,4 +164,10 @@ AC_DEFUN([gl_PREREQ_GETADDRINFO], [
     *" $SERVENT_LIB "*) ;;
     *) GETADDRINFO_LIB="$GETADDRINFO_LIB $SERVENT_LIB" ;;
   esac
+
+  dnl Append $INET_NTOP_LIB to GETADDRINFO_LIB, avoiding gratuitous duplicates.
+  case " $GETADDRINFO_LIB " in
+    *" $INET_NTOP_LIB "*) ;;
+    *) GETADDRINFO_LIB="$GETADDRINFO_LIB $INET_NTOP_LIB" ;;
+  esac
 ])
diff --git a/gltests/Makefile.am b/gltests/Makefile.am
index cd1958a..734c3d6 100644
--- a/gltests/Makefile.am
+++ b/gltests/Makefile.am
@@ -386,7 +386,7 @@ TESTS += test-select test-select-in.sh test-select-out.sh
 # test-select-stdin has to be run by hand.
 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-select test-select-fd test-select-stdin
-test_select_LDADD = $(LDADD) @LIBSOCKET@
+test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
 test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@
 
diff --git a/lib/maint.mk b/lib/maint.mk
index 996344a..73ea8ea 100644
--- a/lib/maint.mk
+++ b/lib/maint.mk
@@ -257,6 +257,10 @@ endef
 sc_prohibit_assert_without_use:
        @h='<assert.h>' re='\<assert *\(' $(_header_without_use)
 
+# Prohibit the inclusion of close-stream.h without an actual use.
+sc_prohibit_close_stream_without_use:
+       @h='"close-stream.h"' re='\<close_stream *\(' $(_header_without_use)
+
 # Prohibit the inclusion of getopt.h without an actual use.
 sc_prohibit_getopt_without_use:
        @h='<getopt.h>' re='\<getopt(_long)? *\(' $(_header_without_use)
diff --git a/maint.mk b/maint.mk
index 996344a..73ea8ea 100644
--- a/maint.mk
+++ b/maint.mk
@@ -257,6 +257,10 @@ endef
 sc_prohibit_assert_without_use:
        @h='<assert.h>' re='\<assert *\(' $(_header_without_use)
 
+# Prohibit the inclusion of close-stream.h without an actual use.
+sc_prohibit_close_stream_without_use:
+       @h='"close-stream.h"' re='\<close_stream *\(' $(_header_without_use)
+
 # Prohibit the inclusion of getopt.h without an actual use.
 sc_prohibit_getopt_without_use:
        @h='<getopt.h>' re='\<getopt(_long)? *\(' $(_header_without_use)


hooks/post-receive
-- 
GNU gsasl




reply via email to

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