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.0-18-g23065b1


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. v2.0-18-g23065b1
Date: Sat, 24 Jul 2021 09:20:31 -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  23065b1faf77a10957574d78b6321d875e60304d (commit)
       via  bd972a39953e1a3e090174431e37fa45aa9824de (commit)
       via  01047ced3acb4930997102b8d695848ca0b447b1 (commit)
       via  686b1c287f38a3956acb4bd8d134554ff32101ee (commit)
      from  08f9b29654e935b43eac9984df40ed8c9f69f005 (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=23065b1faf77a10957574d78b6321d875e60304d


commit 23065b1faf77a10957574d78b6321d875e60304d
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 15:14:27 2021 +0200

    Drop old or unnecessary build rules.
    
    * Makefile.am (DISTCLEANFILES): Remove inetutils*.tar*.
    (snapshot): Remove rule.
    * bootstrap.conf (bootstrap_sync): Remove, causes unnecessary *-dirty
    version number if bootstrap changes in gnulib.
    (.bootstrap): Remove custom code.
    * configure.ac: Remove no-op comments about old systems.

diff --git a/Makefile.am b/Makefile.am
index a9d9889..c299364 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,8 +28,7 @@ SUBDIRS = lib \
        doc man \
        tests
 
-DISTCLEANFILES = pathdefs.make paths.defs \
-       $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION).tar.xz
+DISTCLEANFILES = pathdefs.make paths.defs
 
 # git-version-gen
 EXTRA_DIST += $(top_srcdir)/.version
@@ -39,9 +38,6 @@ $(top_srcdir)/.version:
 dist-hook: gen-ChangeLog
        echo $(VERSION) > $(distdir)/.tarball-version
 
-snapshot:
-       $(MAKE) dist distdir=$(PACKAGE)-`date +"%Y%m%d"`
-
 .PHONY: gen-ChangeLog
 gen-ChangeLog:
        $(AM_V_GEN)if test -d .git; then                                \
diff --git a/bootstrap.conf b/bootstrap.conf
index 54acf87..b6d1382 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -29,9 +29,6 @@ gzip     -
 xz        -
 "
 
-# Sync. bootstrap from checked out gnulib sources.
-bootstrap_sync=true
-
 ACLOCAL_FLAGS="-I am -I m4"
 
 # gnulib library name
@@ -108,12 +105,6 @@ xsize
 xvasprintf
 "
 
-# Read local configuration file
-if [ -r .bootstrap ]; then
-  echo "$0: Reading configuration file .bootstrap"
-  eval set -- "`sed 's/#.*$//;/^$/d' .bootstrap | tr '\n' ' '` $*"
-fi
-
 bootstrap_post_import_hook ()
 {
   # Automake requires that ChangeLog exist.
diff --git a/configure.ac b/configure.ac
index 43ce616..07a02ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1014,16 +1014,6 @@ AH_BOTTOM(
 # entry in utmpx.  Also for some OS they are better handled with
 # STREAMS.
 case "$host" in
-*-freebsd9* | *-freebsd10* )
-  # FreeBSD 9.0 has implemented a non-standard and singular
-  # UTMPX interface.  The readutmp module from GNUlib does
-  # not support it, but we can fall back to getutxuser() for
-  # use in syslogd and talkd.  For ftpd, rlogind, telnetd,
-  # and uucpd the use of pututxent() should suffice, but
-  # this needs continued observations.
-  #
-  # Other issues?
-  ;;
 *olaris* )
   case "$host" in
   *olaris*10 | *olaris*11 )
@@ -1037,9 +1027,6 @@ case "$host" in
   AC_DEFINE([HAVE_STREAMSPTY], 1,
     [Define to 1 for a system using streams for ptys])
   ;;
-*irix* | *hpux* )
-  # Known and needed work-arounds?
-  ;;
 esac
 
 # Typically the loopback addresses, but can be set otherwise.

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


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

    doc: Improve README-release.
    
    * bootstrap.conf (bootstrap_epilogue): Remove.
    * gl/top/README-release.diff: Update.

diff --git a/bootstrap.conf b/bootstrap.conf
index 6f480a8..54acf87 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -119,8 +119,3 @@ bootstrap_post_import_hook ()
   # Automake requires that ChangeLog exist.
   touch ChangeLog || return 1
 }
-
-bootstrap_epilogue() {
-  perl -pi -e "s/\@PACKAGE\@/$package/g" README-release
-  perl -pi -e "s/X.Y/X.Y.Z/g" README-release
-}
diff --git a/gl/top/README-release.diff b/gl/top/README-release.diff
index 234a696..9547441 100644
--- a/gl/top/README-release.diff
+++ b/gl/top/README-release.diff
@@ -1,13 +1,63 @@
---- README-release.orig        2021-01-25 14:53:16.617112508 +0100
-+++ README-release     2021-01-25 14:53:48.201386387 +0100
-@@ -19,10 +19,6 @@
+--- README-release.orig        2021-07-24 15:01:40.637006120 +0200
++++ README-release     2021-07-24 15:05:35.687402132 +0200
+@@ -21,7 +21,7 @@
  
-     git push origin master
+ * Check that the NixOS/Hydra autobuilder is reporting all is well:
  
--* Check that the NixOS/Hydra autobuilder is reporting all is well:
--
 -    https://hydra.nixos.org/project/gnu/@PACKAGE@-master
--
++    https://hydra.nixos.org/project/gnu/inetutils-master
+ 
  * Run the following command to download any new translations:
  
-     ./bootstrap && ./configure
+@@ -29,8 +29,7 @@
+ 
+ * Pre-release testing: ensure that the following commands succeed:
+ 
+-    c=check ve=check-very-expensive; git grep -q "^$ve:\$" && c=$ve
+-    make $c syntax-check distcheck
++    make check syntax-check distcheck
+ 
+ * To (i) set the date, version number, and release TYPE on line 3 of
+   NEWS, (ii) commit that, and (iii) tag the release, run
+@@ -49,7 +48,7 @@
+   it builds and passes all tests.
+ 
+ * While that's happening, write the release announcement that you will
+-  soon post.  Start with the template, $HOME/announce-@PACKAGE@-X.Y
++  soon post.  Start with the template, $HOME/announce-inetutils-X.Y
+   that was just created by that "make" command.
+ 
+ Once all the builds and tests have passed,
+@@ -73,22 +72,22 @@
+ 
+   Go to the news-submission form:
+ 
+-    https://savannah.gnu.org/news/submit.php?group=@PACKAGE@
++    https://savannah.gnu.org/news/submit.php?group=inetutils
+ 
+   If it does not work, then enable "News" for the project via this link:
+ 
+-    
https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=@PACKAGE@
++    
https://savannah.gnu.org/project/admin/editgroupfeatures.php?group=inetutils
+ 
+   Write something like the following:
+ 
+-    Subject: @PACKAGE@-X.Y released [stable]
++    Subject: inetutils-X.Y released [stable]
+     +verbatim+
+     ...paste the announcement here...
+     -verbatim-
+ 
+   Then go here to approve it:
+ 
+-    https://savannah.gnu.org/news/approve.php?group=@PACKAGE@
++    https://savannah.gnu.org/news/approve.php?group=inetutils
+ 
+ * Send the announcement email message.
+ 
+@@ -98,4 +97,4 @@
+ 
+   to update the on-line manual accessible at
+ 
+-    https://www.gnu.org/software/@PACKAGE@/manual/
++    https://www.gnu.org/software/inetutils/manual/

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


commit 01047ced3acb4930997102b8d695848ca0b447b1
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 15:00:17 2021 +0200

    Depend on .version instead of configure.ac (for version number changes).
    
    man/Makefile.am: Fix *.1 dependencies.

diff --git a/man/Makefile.am b/man/Makefile.am
index 6721dc7..134db1c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -132,57 +132,57 @@ EXTRA_DIST = $(all) $(all:.1=.h2m) $(all:.8=.h2m)
 
 MAINTAINERCLEANFILES = $(all)
 
-ftp.1: ftp.h2m $(top_srcdir)/ftp/main.c $(top_srcdir)/configure.ac
+ftp.1: ftp.h2m $(top_srcdir)/ftp/main.c $(top_srcdir)/.version
 
-ftpd.8: ftpd.h2m $(top_srcdir)/ftpd/ftpd.c $(top_srcdir)/configure.ac
+ftpd.8: ftpd.h2m $(top_srcdir)/ftpd/ftpd.c $(top_srcdir)/.version
 
-hostname.1: hostname.h2m $(top_srcdir)/src/hostname.c 
$(top_srcdir)/configure.ac
+hostname.1: hostname.h2m $(top_srcdir)/src/hostname.c $(top_srcdir)/.version
 
-dnsdomainname.1: dnsdomainname.h2m $(top_srcdir)/src/dnsdomainname.c 
$(top_srcdir)/configure.ac
+dnsdomainname.1: dnsdomainname.h2m $(top_srcdir)/src/dnsdomainname.c 
$(top_srcdir)/.version
 
-ifconfig.1: ifconfig.h2m $(top_srcdir)/ifconfig/options.c 
$(top_srcdir)/configure.ac
+ifconfig.1: ifconfig.h2m $(top_srcdir)/ifconfig/options.c 
$(top_srcdir)/.version
 
-inetd.8: inetd.h2m $(top_srcdir)/src/inetd.c $(top_srcdir)/configure.ac
+inetd.8: inetd.h2m $(top_srcdir)/src/inetd.c $(top_srcdir)/.version
 
-logger.1: logger.h2m $(top_srcdir)/src/logger.c $(top_srcdir)/configure.ac
+logger.1: logger.h2m $(top_srcdir)/src/logger.c $(top_srcdir)/.version
 
-ping.1: ping.h2m $(top_srcdir)/ping/ping.c $(top_srcdir)/configure.ac
+ping.1: ping.h2m $(top_srcdir)/ping/ping.c $(top_srcdir)/.version
 
-ping6.1: ping6.h2m $(top_srcdir)/ping/ping6.c $(top_srcdir)/configure.ac
+ping6.1: ping6.h2m $(top_srcdir)/ping/ping6.c $(top_srcdir)/.version
 
-rcp.1: rcp.h2m $(top_srcdir)/src/rcp.c $(top_srcdir)/configure.ac
+rcp.1: rcp.h2m $(top_srcdir)/src/rcp.c $(top_srcdir)/.version
 
-rexec.1: rexec.h2m $(top_srcdir)/src/rexec.c $(top_srcdir)/configure.ac
+rexec.1: rexec.h2m $(top_srcdir)/src/rexec.c $(top_srcdir)/.version
 
-rexecd.8: rexecd.h2m $(top_srcdir)/src/rexecd.c $(top_srcdir)/configure.ac
+rexecd.8: rexecd.h2m $(top_srcdir)/src/rexecd.c $(top_srcdir)/.version
 
-rlogin.1: rlogin.h2m $(top_srcdir)/src/rlogin.c $(top_srcdir)/configure.ac
+rlogin.1: rlogin.h2m $(top_srcdir)/src/rlogin.c $(top_srcdir)/.version
 
-rlogind.8: rlogind.h2m $(top_srcdir)/src/rlogind.c $(top_srcdir)/configure.ac
+rlogind.8: rlogind.h2m $(top_srcdir)/src/rlogind.c $(top_srcdir)/.version
 
-rsh.1: rsh.h2m $(top_srcdir)/src/rsh.c $(top_srcdir)/configure.ac
+rsh.1: rsh.h2m $(top_srcdir)/src/rsh.c $(top_srcdir)/.version
 
-rshd.8: rshd.h2m $(top_srcdir)/src/rshd.c $(top_srcdir)/configure.ac
+rshd.8: rshd.h2m $(top_srcdir)/src/rshd.c $(top_srcdir)/.version
 
-syslogd.8: syslogd.h2m $(top_srcdir)/src/syslogd.c $(top_srcdir)/configure.ac
+syslogd.8: syslogd.h2m $(top_srcdir)/src/syslogd.c $(top_srcdir)/.version
 
-talk.1: talk.h2m $(top_srcdir)/talk/talk.c $(top_srcdir)/configure.ac
+talk.1: talk.h2m $(top_srcdir)/talk/talk.c $(top_srcdir)/.version
 
-talkd.8: talkd.h2m $(top_srcdir)/talkd/talkd.c $(top_srcdir)/configure.ac
+talkd.8: talkd.h2m $(top_srcdir)/talkd/talkd.c $(top_srcdir)/.version
 
-telnet.1: telnet.h2m $(top_srcdir)/telnet/main.c $(top_srcdir)/configure.ac
+telnet.1: telnet.h2m $(top_srcdir)/telnet/main.c $(top_srcdir)/.version
 
-telnetd.8: telnetd.h2m $(top_srcdir)/telnetd/telnetd.c 
$(top_srcdir)/configure.ac
+telnetd.8: telnetd.h2m $(top_srcdir)/telnetd/telnetd.c $(top_srcdir)/.version
 
-tftp.1: tftp.h2m $(top_srcdir)/src/tftp.c $(top_srcdir)/configure.ac
+tftp.1: tftp.h2m $(top_srcdir)/src/tftp.c $(top_srcdir)/.version
 
-tftpd.8: tftpd.h2m $(top_srcdir)/src/tftpd.c $(top_srcdir)/configure.ac
+tftpd.8: tftpd.h2m $(top_srcdir)/src/tftpd.c $(top_srcdir)/.version
 
-traceroute.1: traceroute.h2m $(top_srcdir)/src/traceroute.c 
$(top_srcdir)/configure.ac
+traceroute.1: traceroute.h2m $(top_srcdir)/src/traceroute.c 
$(top_srcdir)/.version
 
-uucpd.8: uucpd.h2m $(top_srcdir)/src/uucpd.c $(top_srcdir)/configure.ac
+uucpd.8: uucpd.h2m $(top_srcdir)/src/uucpd.c $(top_srcdir)/.version
 
-whois.1: whois.h2m $(top_srcdir)/whois/whois.c $(top_srcdir)/configure.ac
+whois.1: whois.h2m $(top_srcdir)/whois/whois.c $(top_srcdir)/.version
 
 .h2m.1:
        $(MAKE) man TOOL=$* SECTION=1

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


commit 686b1c287f38a3956acb4bd8d134554ff32101ee
Author: Simon Josefsson <simon@josefsson.org>
Date:   Sat Jul 24 14:54:17 2021 +0200

    Reorganize NEWS entries.
    
    * NEWS: Update.

diff --git a/NEWS b/NEWS
index 8c48c73..4c75bfd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,10 +2,6 @@ GNU inetutils NEWS -- history of user-visible changes.
 
 * Noteworthy changes in release ?.? (????-??-??) [?]
 
-** ChangeLog is now automatically generated from version controlled logs.
-
-Historical information is preserved as ChangeLog.0 and ChangeLog.1.
-
 ** ftp
 
 Disable use of readline when environment variable TERM is unset or set
@@ -14,7 +10,7 @@ Alex Bochannek for report, debugging and patch.
 
 ** telnet
 
-** Implement --bind (-b).
+*** Implement --bind (-b).
 
 This is used to bind to a particular local socket, for compatibility
 with NetKit's telnet.
@@ -23,6 +19,11 @@ with NetKit's telnet.
 
 Updated whois servers for .ORG and .IN.
 
+** Various bugs fixes, internal improvements and clean ups.
+
+ChangeLog is now automatically generated from version controlled logs.
+Historical information is preserved as ChangeLog.0 and ChangeLog.1.
+
 * Noteworthy changes in release 2.0 (2021-02-05) [stable]
 
 * ping

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

Summary of changes:
 Makefile.am                |  6 +----
 NEWS                       | 11 ++++----
 bootstrap.conf             | 14 ----------
 configure.ac               | 13 ---------
 gl/top/README-release.diff | 66 ++++++++++++++++++++++++++++++++++++++++------
 man/Makefile.am            | 52 ++++++++++++++++++------------------
 6 files changed, 91 insertions(+), 71 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

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