GNU C Library master sources branch master updated. glibc-2.29.9000-83-gb0b50fe

patsy@sourceware.org patsy@sourceware.org
Thu Feb 21 21:04:00 GMT 2019


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 C Library master sources".

The branch, master has been updated
       via  b0b50fe005d739412c9fc752377021b3007c5d80 (commit)
      from  f43b8dd55588c32d12a461251e4f7598c5fed97f (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b0b50fe005d739412c9fc752377021b3007c5d80

commit b0b50fe005d739412c9fc752377021b3007c5d80
Author: Patsy Franklin <patsy@redhat.com>
Date:   Wed Feb 20 17:07:19 2019 -0500

    nss: tst-nss-files-hosts-long: Add host.conf [BZ #21915]
    
    Add /etc/host.conf file with 'multi on' to tst-nss-files-hosts-long.root.
    Ensures the entire file, and all long lines, need to be parsed for the
    test.
    
    Reviewed-by: Carlos O'Donell <carlos@redhat.com>

diff --git a/ChangeLog b/ChangeLog
index 9b0bc78..1407212 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-02-21  Patsy Griffin Franklin  <pfrankli@redhat.com>
+
+        [BZ #21915]
+        * nss/tst-nss-files-hosts-long.root/etc/host.conf: New file.
+
 2019-02-21  Gabriel F. T. Gomes  <gabriel@inconstante.eti.br>
 
 	* argp/argp-help.c (__argp_error_internal): New function,
diff --git a/nss/tst-nss-files-hosts-long.root/etc/host.conf b/nss/tst-nss-files-hosts-long.root/etc/host.conf
new file mode 100644
index 0000000..d1a59f7
--- /dev/null
+++ b/nss/tst-nss-files-hosts-long.root/etc/host.conf
@@ -0,0 +1 @@
+multi on

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

Summary of changes:
 ChangeLog                                       |    5 +++++
 nss/tst-nss-files-hosts-long.root/etc/host.conf |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)
 create mode 100644 nss/tst-nss-files-hosts-long.root/etc/host.conf


hooks/post-receive
-- 
GNU C Library master sources



More information about the Glibc-cvs mailing list