Merge branch 'next'

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2017-06-01 22:28:14 +02:00
553 changed files with 2886 additions and 6855 deletions

View File

@@ -20,15 +20,16 @@ config BR2_PACKAGE_MOSH
# runtime dependency
select BR2_PACKAGE_OPENSSH if !BR2_PACKAGE_DROPBEAR_CLIENT
help
Remote terminal application that supports intermittent connectivity,
allows roaming, and provides speculative local echo and line editing
of user keystrokes.
Remote terminal application that supports intermittent
connectivity, allows roaming, and provides speculative local
echo and line editing of user keystrokes.
Mosh requires that the remote machine has a locale setting matching
the one on the client.
Mosh requires that the remote machine has a locale setting
matching the one on the client.
When using mosh with dropbear on a remote machine, the client needs mosh
with a version above 1.3.0 and the --no-ssh-pty option needs to be passed
when starting the connection.
When using mosh with dropbear on a remote machine, the
client needs mosh with a version above 1.3.0 and the
--no-ssh-pty option needs to be passed when starting the
connection.
https://mosh.mit.edu
https://mosh.org

View File

@@ -1,2 +1,2 @@
# From https://mailman.mit.edu/pipermail/mosh-users/2016-August/000330.html
sha256 7e82b7fbfcc698c70f5843bb960dadb8e7bd7ac1d4d2151c9d979372ea850e85 mosh-1.2.6.tar.gz
# From https://mailman.mit.edu/pipermail/mosh-users/2017-March/000340.html
sha256 320e12f461e55d71566597976bd9440ba6c5265fa68fbf614c6f1c8401f93376 mosh-1.3.0.tar.gz

View File

@@ -4,8 +4,8 @@
#
################################################################################
MOSH_VERSION = 1.2.6
MOSH_SITE = https://mosh.mit.edu
MOSH_VERSION = 1.3.0
MOSH_SITE = https://mosh.org
MOSH_DEPENDENCIES = zlib ncurses protobuf host-pkgconf
MOSH_LICENSE = GPL-3.0+ with exception
MOSH_LICENSE_FILES = COPYING COPYING.iOS