commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. v2.1-8-g0b8e380


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.1-8-g0b8e380
Date: Sat, 24 Jul 2021 16:31:35 -0400 (EDT)

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 Inetutils ".

The branch, master has been updated
       via  0b8e380b707be207960d07fa8a066771839462e4 (commit)
       via  ec7169ac6363982c5b04df4b4f23c0490f119250 (commit)
       via  75efa1973f9f7cae43920c2b826f6e55ffa80889 (commit)
       via  7476bb2b9ac1c1b9b8ccada9aa873e1d8c215e2d (commit)
       via  c32b2c42805a6c44f061121367cce623f58e520b (commit)
       via  80b12181a4bea17b4a3d1ced4a84803a8a9446f9 (commit)
       via  dc6c830ed9ba7440682015b07dab01681e94724d (commit)
      from  df1e2c1fe1da12274a065fd4760231781ad9eded (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=0b8e380b707be207960d07fa8a066771839462e4


commit 0b8e380b707be207960d07fa8a066771839462e4
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:25:12 2021 +0200

    Drop AC_C_CONST (obsolete).
    
    * configure.ac: Remove it.

diff --git a/configure.ac b/configure.ac
index 92e1327..167bec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -749,7 +749,6 @@ IU_CHECK_MEMBERS([struct tftphdr.th_u], , ,
                  #include <arpa/tftp.h>])
 
 ### Checks for compiler characteristics.
-AC_C_CONST
 
 # See if `weak refs' are possible; these make it possible (with shared
 # libraries) to check for the existance of a standard function at

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=ec7169ac6363982c5b04df4b4f23c0490f119250


commit ec7169ac6363982c5b04df4b4f23c0490f119250
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:21:15 2021 +0200

    Use gnulib module socklen.
    
    * bootstrap.conf (gnulib_modules): Add it.
    * configure.ac: Don't look for it.

diff --git a/bootstrap.conf b/bootstrap.conf
index 2894e5a..ed51c93 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -86,6 +86,7 @@ signal
 size_max
 snippet/unused-parameter
 snprintf
+socklen
 stdarg
 stdbool
 stdint
diff --git a/configure.ac b/configure.ac
index 7851fd4..92e1327 100644
--- a/configure.ac
+++ b/configure.ac
@@ -653,12 +653,6 @@ fi
 # Checks return type of signal handlers
 AC_TYPE_SIGNAL
 
-AC_CHECK_TYPE(socklen_t, ,
-  [AC_DEFINE([socklen_t], int,
-    [Define to int if <sys/types.h> does not define])],
-  [IU_FLUSHLEFT([#include <sys/types.h>
-                 #include <sys/socket.h>])])
-
 AC_CHECK_TYPES(struct if_nameindex, , ,
   [IU_FLUSHLEFT([#include <sys/types.h>
                  #include <sys/socket.h>

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=75efa1973f9f7cae43920c2b826f6e55ffa80889


commit 75efa1973f9f7cae43920c2b826f6e55ffa80889
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:19:31 2021 +0200

    Use gnulib modules stdarg, stdlib and string.
    
    * bootstrap.conf (gnulib_modules): Add them.
    * configure.ac: Don't look for them.

diff --git a/bootstrap.conf b/bootstrap.conf
index aed2beb..2894e5a 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -86,10 +86,13 @@ signal
 size_max
 snippet/unused-parameter
 snprintf
+stdarg
 stdbool
 stdint
+stdlib
 strchrnul
 strerror
+string
 strndup
 strnlen
 sys_types
diff --git a/configure.ac b/configure.ac
index 8d24170..7851fd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -618,7 +618,7 @@ AC_CHECK_HEADERS([arpa/nameser.h arpa/tftp.h fcntl.h 
features.h \
                  glob.h memory.h netinet/ether.h netinet/in_systm.h \
                  netinet/ip.h netinet/ip_icmp.h netinet/ip_var.h \
                  security/pam_appl.h shadow.h \
-                 stdarg.h stdlib.h string.h stropts.h sys/tty.h \
+                 stropts.h sys/tty.h \
                  sys/utsname.h sys/ptyvar.h sys/msgbuf.h sys/filio.h \
                  sys/ioctl_compat.h sys/cdefs.h sys/stream.h sys/mkdev.h \
                  sys/sockio.h sys/sysmacros.h sys/param.h sys/file.h \

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=7476bb2b9ac1c1b9b8ccada9aa873e1d8c215e2d


commit 7476bb2b9ac1c1b9b8ccada9aa873e1d8c215e2d
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:14:15 2021 +0200

    Use gnulib environ module.
    
    * bootstrap.conf (gnulib_modules): Add environ.
    * configure.ac: Don't look for environ.

diff --git a/bootstrap.conf b/bootstrap.conf
index cfe4be8..aed2beb 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -43,8 +43,9 @@ argp-version-etc
 autobuild
 dirfd
 dirname-lgpl
-error
+environ
 errno
+error
 exitfail
 extensions
 fdl-1.3
diff --git a/configure.ac b/configure.ac
index edcc2cf..8d24170 100644
--- a/configure.ac
+++ b/configure.ac
@@ -909,11 +909,6 @@ AC_CHECK_DECLS(htons, , ,
                  #endif
                  #include <netinet/in.h> ])])
 
-# Our home-grown version of setenv needs to use ENVIRON
-AC_CHECK_DECLS(environ, , ,
-  [IU_FLUSHLEFT([#include <unistd.h>
-                 #include <stdlib.h>])])
-
 # See if we have h_errno (the test is here so we can use -lresolv if
 # necessary).
 AC_CACHE_CHECK([for h_errno], inetutils_cv_var_h_errno,

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=c32b2c42805a6c44f061121367cce623f58e520b


commit c32b2c42805a6c44f061121367cce623f58e520b
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:06:09 2021 +0200

    Use gnulib errno module.
    
    * bootstrap.conf (gnulib_modules): Add errno.
    * configure.ac: Don't look for errno.h.

diff --git a/bootstrap.conf b/bootstrap.conf
index 8471bb9..cfe4be8 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -44,6 +44,7 @@ autobuild
 dirfd
 dirname-lgpl
 error
+errno
 exitfail
 extensions
 fdl-1.3
diff --git a/configure.ac b/configure.ac
index 3966a2c..edcc2cf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -614,7 +614,7 @@ IU_CHECK_LIBIDN([$with_libidn_prefix], [$with_idn])
 
 AC_HEADER_DIRENT
 
-AC_CHECK_HEADERS([arpa/nameser.h arpa/tftp.h errno.h fcntl.h features.h \
+AC_CHECK_HEADERS([arpa/nameser.h arpa/tftp.h fcntl.h features.h \
                  glob.h memory.h netinet/ether.h netinet/in_systm.h \
                  netinet/ip.h netinet/ip_icmp.h netinet/ip_var.h \
                  security/pam_appl.h shadow.h \
@@ -876,13 +876,6 @@ AC_MSG_RESULT([$ac_iu_const_enctype_names])
 
 AC_CHECK_DECLS(crypt, , , [#include <unistd.h>])
 
-# EWOULDBLOCK is more or less the BSD version of posix EAGAIN.
-IU_CHECK_MACRO(EWOULDBLOCK, [#include <errno.h>], , ,
-  [AC_DEFINE([EWOULDBLOCK], EAGAIN, 1,
-     [Define to EAGAIN if system does not provide EWOULDBLOCK])])
-
-AC_CHECK_DECLS(errno, , , [#include <errno.h>])
-
 # See whether <syslog.h> will declare special internal stuff if we
 # define SYSLOG_NAMES before including it.  We check for various
 # syslog internal macros, the typedef `CODE', and the variable

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=80b12181a4bea17b4a3d1ced4a84803a8a9446f9


commit 80b12181a4bea17b4a3d1ced4a84803a8a9446f9
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 22:01:29 2021 +0200

    Use gnulib getpeername module.
    
    * bootstrap.conf (gnulib_modules): Add getpeername.
    * configure.ac: Don't look for getpeername.

diff --git a/bootstrap.conf b/bootstrap.conf
index abf5a5f..8471bb9 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -56,6 +56,7 @@ getcwd
 getline
 getopt-gnu
 getpass
+getpeername
 gettext-h
 getusershell
 git-version-gen
diff --git a/configure.ac b/configure.ac
index 94d141c..3966a2c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,6 @@ gl_INIT
 
 ### Checks for libraries.
 AC_SEARCH_LIBS([inet_ntoa], [nsl])
-AC_SEARCH_LIBS([getpeername], [socket])
 
 # See if a termcap library is available (under one of several names)
 IU_LIB_TERMCAP

http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=dc6c830ed9ba7440682015b07dab01681e94724d


commit dc6c830ed9ba7440682015b07dab01681e94724d
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 21:57:01 2021 +0200

    Refresh some release-related build rules.
    
    * cfg.mk: Update.

diff --git a/cfg.mk b/cfg.mk
index 1e80277..a79240c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -17,9 +17,13 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see `http://www.gnu.org/licenses/'.
 
-_makefile_at_at_check_exceptions = ' && !/PATHDEFS_MAKE/'
+manual_title = GNU Network Utilities
+
+bootstrap-tools = 
gnulib,autoconf,automake,bison,m4,makeinfo,help2man,make,gzip,tar
+
+old_NEWS_hash = 201ce074704595e403c6614987d484e4
 
-_build-aux = build-aux
+_makefile_at_at_check_exceptions = ' && !/PATHDEFS_MAKE/'
 
 local-checks-to-skip = \
        sc_cast_of_x_alloc_return_value \
@@ -55,20 +59,6 @@ exclude_file_name_regexp--sc_obsolete_symbols = \
 exclude_file_name_regexp--sc_trailing_blank = \
        ^gl/top/README-release.diff$$
 
-old_NEWS_hash = 201ce074704595e403c6614987d484e4
-
-htmldir = ../www-$(PACKAGE)
-
-manual_title = GNU network utilities
-
-web-coverage:
-       rm -fv `find $(htmldir)/coverage -type f | grep -v CVS`
-       cp -rv doc/coverage/* $(htmldir)/coverage/
-
-upload-web-coverage:
-       cd $(htmldir) && \
-               cvs commit -m "Update." coverage
-
 sc_unsigned_char:
        @prohibit=u''_char \
        halt='don'\''t use u''_char; instead use unsigned char' \

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

Summary of changes:
 bootstrap.conf |  7 +++++++
 cfg.mk         | 22 ++++++----------------
 configure.ac   | 24 ++----------------------
 3 files changed, 15 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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