commit-inetutils
[Top][All Lists]
Advanced

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

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-45-g3857a7


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-45-g3857a7d
Date: Wed, 1 Jan 2020 06:53:09 -0500 (EST)

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  3857a7dc1d13927bb5280c18d324f60317ab40af (commit)
       via  f8d4a55d7ce9d56269daec618c33b8db7e495416 (commit)
      from  69196f8b6c02d6b5f7857db69f628c04e4b4bb58 (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=3857a7dc1d13927bb5280c18d324f60317ab40af


commit 3857a7dc1d13927bb5280c18d324f60317ab40af
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 1 12:53:05 2020 +0100

    bootstrap: Updated from gnulib.

diff --git a/ChangeLog b/ChangeLog
index 1f1bbd7..3a6f264 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2020-01-01  Simon Josefsson  <address@hidden>
 
+       * bootstrap: Updated from gnulib.
+
+2020-01-01  Simon Josefsson  <address@hidden>
+
        * telnet/telnet.c (telsnd): Telnet -E(no escape) is treating
        _POSIX_VDISABLE char as escape.
        Reported by Mikhail Bychek <address@hidden>.
diff --git a/bootstrap b/bootstrap
index 5264d9f..70fd73c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Print a version string.
-scriptversion=2018-10-13.05; # UTC
+scriptversion=2019-01-04.17; # UTC
 
 # Bootstrap this package from checked-out sources.
 
-# Copyright (C) 2003-2018 Free Software Foundation, Inc.
+# Copyright (C) 2003-2020 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -166,7 +166,7 @@ bootstrap_epilogue() { :; }
 # specified directory.  Fill in the first %s with the destination
 # directory and the second with the domain name.
 po_download_command_format=\
-"wget --mirror --level=1 -nd -q -A.po -P '%s' \
+"wget --mirror --level=1 -nd -nv -A.po -P '%s' \
  https://translationproject.org/latest/%s/";
 
 # Prefer a non-empty tarname (4th argument of AC_INIT if given), else
@@ -963,6 +963,16 @@ fi
 bootstrap_post_import_hook \
   || die "bootstrap_post_import_hook failed"
 
+# Don't proceed if there are uninitialized submodules.  In particular,
+# the next step will remove dangling links, which might be links into
+# uninitialized submodules.
+#
+# Uninitialized submodules are listed with an initial dash.
+if $use_git && git submodule | grep '^-' >/dev/null; then
+  die "some git submodules are not initialized. "     \
+      "Run 'git submodule init' and bootstrap again."
+fi
+
 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
 # gnulib-populated directories.  Such .m4 files would cause aclocal to fail.
 # The following requires GNU find 4.2.3 or newer.  Considering the usual

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


commit f8d4a55d7ce9d56269daec618c33b8db7e495416
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 1 12:51:03 2020 +0100

    telnet: Telnet -E(no escape) is treating _POSIX_VDISABLE char as escape.
    
    Reported by Mikhail Bychek <address@hidden>.
    
    See also:
    
https://github.com/freebsd/freebsd/commit/c3694d985891efb8a156e933600d23132577a053
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=6317

diff --git a/ChangeLog b/ChangeLog
index ec0224d..1f1bbd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-01-01  Simon Josefsson  <address@hidden>
+
+       * telnet/telnet.c (telsnd): Telnet -E(no escape) is treating
+       _POSIX_VDISABLE char as escape.
+       Reported by Mikhail Bychek <address@hidden>.
+
 2018-11-12  Mats Erik Andersson  <address@hidden>
 
        * src/tftpd.c (main): Add LOG_NDELAY to openlog().  The file

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

Summary of changes:
 ChangeLog | 10 ++++++++++
 bootstrap | 16 +++++++++++++---
 2 files changed, 23 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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