Tag 'debian/1.19.0-1+vyatta+1' created by Stephen Hemminger 
<[email protected]> at 2010-11-30 17:02 -0800

1.19.0-1+vyatta+1

Changes since debian/1.18.0-1+vyatta+5:
Chris Rees (1):
      build system: do not use GNU-isms in find

Dan Fandrich (2):
      hush: display useful help text
      Support set -o xtrace/noexec alternates for set -x/-n

Denys Vlasenko (27):
      hush: preparatory patch for set -o pipefail support
      hush: add support for "set -o pipefail"
      patch: busyboxify by migrating from toybox to busybox helpers
      patch: simplify double list helpers
      cmp: with -s, do not report open errors
      gen_build_files.sh: restore deleted comment
      patch: remove out-of-file build machinery
      nc: fix SEGV on -v when NC_EXTRA is off
      hush: fix improper handling of newline and hash chars in few corner cases
      fix misspelling in comment
      fixes for bugs discovered by randomconfig builds and tests
      date :add a comment about older toolchains
      Bump version to 1.18.0
      Start 1.19.0 development cycle
      build system: fix for dash
      gen_build_files.sh: better comment
      blkid: add TODO
      dhcpd: smaller code: do not look for REQUESTED_IP twice
      add a test for patch which we currently fail
      hush: move G_x_mode define to the more appropriate place
      use BB_EXECVP_or_die where appropriate
      dhcpd: reply with NAK to clients in INIT-REBOOT state w/o existing lease
      if only one applet is enabled, make "busybox applet [params]" work as 
expected
      exclude the case of just "busybox" from previous commit
      ping: set not only IP_TTL, but also IP_MULTICAST_TTL
      telnetd: write utmp record with correct pid
      su: suppress "warning: unused variable 'user_buf'"

Joachim Nilsson (1):
      ping: add -t TTL option

Lauri Kasanen (1):
      libbb: remove unused variable

Mike Frysinger (4):
      depmod.pl: add recursive sanity check
      allow SKIP_STRIP to be set in the env
      gen_build_files.sh: rewrite with sed
      inetd: if argv[0] is not specified, set it to program name

Mike Shal (1):
      lineedit: fix tab-completion of filenames with spaces

Rob Landley (1):
      patch: fix "patch at the beginning" testcase failure

Stephen Hemminger (4):
      Revert "Telnetd: fix pid in utmp record"
      Merge branch 'master' of /home/shemminger/src/utils/busybox into upstream
      Merge branch 'upstream' into mendocino
      1.19.0-1+vyatta+1

Wolfram Sang (1):
      lineedit: create history files with mode 0600

---
 Makefile                                    |    6 
 Makefile.flags                              |    2 
 coreutils/date.c                            |    1 
 debian/changelog                            |   81 +++++
 editors/Config.src                          |    6 
 editors/Kbuild.src                          |    1 
 editors/cmp.c                               |    9 
 editors/patch.c                             |  336 ++++++++--------------
 examples/depmod.pl                          |    3 
 include/applets.src.h                       |    3 
 include/usage.src.h                         |   78 -----
 init/bootchartd.c                           |    3 
 libbb/Kbuild.src                            |    1 
 libbb/appletlib.c                           |   69 ++--
 libbb/getopt32.c                            |    2 
 libbb/lineedit.c                            |   79 +++--
 loginutils/su.c                             |    2 
 networking/Config.src                       |   23 -
 networking/Kbuild.src                       |    2 
 networking/inetd.c                          |    6 
 networking/nc_bloaty.c                      |    3 
 networking/ping.c                           |  113 ++++++-
 networking/telnetd.c                        |    5 
 networking/udhcp/dhcpd.c                    |   68 ++--
 scripts/gen_build_files.sh                  |  103 +++---
 scripts/randomtest.loop                     |    2 
 selinux/runcon.c                            |    3 
 shell/ash.c                                 |    9 
 shell/hush.c                                |  424 +++++++++++++++++-----------
 shell/hush_test/hush-misc/assignment3.right |    2 
 shell/hush_test/hush-misc/assignment3.tests |    5 
 shell/hush_test/hush-misc/pipefail.right    |   40 ++
 shell/hush_test/hush-misc/pipefail.tests    |   45 ++
 shell/hush_test/hush-parsing/comment1.right |    2 
 shell/hush_test/hush-parsing/comment1.tests |    2 
 shell/hush_test/hush-parsing/eol1.right     |    1 
 shell/hush_test/hush-parsing/eol1.tests     |   18 +
 testsuite/du/du-h-works                     |    2 
 testsuite/md5sum.tests                      |    5 
 testsuite/patch.tests                       |   41 ++
 testsuite/testing.sh                        |    1 
 util-linux/acpid.c                          |   11 
 util-linux/blkid.c                          |    2 
 43 files changed, 960 insertions(+), 660 deletions(-)
---
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to