mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/mosh: Updated for version 1.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
47304fe33c
commit
a057345246
3 changed files with 6 additions and 24 deletions
|
@ -6,24 +6,7 @@ Mosh attempts to improve on SSH by being more robust and responsive,
|
|||
especially over Wi-Fi, cellular, and long-distance links.
|
||||
|
||||
Mosh requires a little tweaking after first install on Slackware. Both
|
||||
the Mosh server and client applications must be run with a a UTF-8
|
||||
locale, which is not Slackware's default.
|
||||
|
||||
To configure your client to work in a UTF-8 locale you should refer to
|
||||
Slackware documentation.
|
||||
|
||||
For the server (remotehost), Mosh gets its locale setting from the
|
||||
client that is conecting to it. Slackware's SSH client and server do not
|
||||
send and receive locale information in their default configuration (SSH
|
||||
is used bootstrap the Mosh connection). Assuming that you have
|
||||
configured the client to use a UTF-8 locale you can work around this by
|
||||
connecting to the remotehost as follows:
|
||||
|
||||
$ mosh remotehost --server="LANG=$LANG mosh-server"
|
||||
|
||||
To avoid having to do this every time add 'SendEnv LANG LC_COLLATE' to
|
||||
/etc/ssh/ssh_config (on the client) and 'AcceptEnv LANG LC_COLLATE' to
|
||||
/etc/ssh/sshd_config (on the remotehost) and then restart the server's
|
||||
SSH daemon.
|
||||
the Mosh server and client applications must be run with a UTF-8 locale,
|
||||
which is not Slackware's default.
|
||||
|
||||
Mosh depends on protobuf and perl-IO-Tty.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by ruario <sbo@ruari.com>
|
||||
|
||||
PRGNAM=mosh
|
||||
VERSION=${VERSION:-1.1.3}
|
||||
VERSION=${VERSION:-1.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,7 +36,6 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mosh"
|
||||
VERSION="1.1.3"
|
||||
VERSION="1.2"
|
||||
HOMEPAGE="http://mosh.mit.edu/"
|
||||
DOWNLOAD="https://github.com/downloads/keithw/mosh/mosh-1.1.3.tar.gz"
|
||||
MD5SUM="de507695b6f67523bc81596f97220a9a"
|
||||
DOWNLOAD="https://github.com/downloads/keithw/mosh/mosh-1.2.tar.gz"
|
||||
MD5SUM="2822792d362cc1539278ca3d3afb279a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Ruari Oedegaard"
|
||||
|
|
Loading…
Reference in a new issue