network/mosh: Updated for version 1.2.1.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Ruari Oedegaard 2012-06-02 19:51:39 -04:00 committed by Erik Hanson
parent 3bf00bd0e2
commit f6dd191c0b
3 changed files with 16 additions and 7 deletions

View File

@ -5,8 +5,17 @@ editing of user keystrokes.
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 UTF-8 locale,
which is not Slackware's default.
The mosh client must be run with a UTF-8 locale. Locales can be
configured system wide in:
/etc/profile.d/lang.sh
or
/etc/profile.d/lang.csh
Alternatively set LANG to a UTF-8 locale (e.g. LANG=en_GB.UTF-8)
somewhere else you consider suitable.
Additionally the server that you are connecting to must have the same
locale installed (though it need not be set as the default).
Mosh depends on protobuf and perl-IO-Tty.

View File

@ -5,7 +5,7 @@
# Written by ruario <sbo@ruari.com>
PRGNAM=mosh
VERSION=${VERSION:-1.2}
VERSION=${VERSION:-1.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="mosh"
VERSION="1.2"
VERSION="1.2.1"
HOMEPAGE="http://mosh.mit.edu/"
DOWNLOAD="https://github.com/downloads/keithw/mosh/mosh-1.2.tar.gz"
MD5SUM="2822792d362cc1539278ca3d3afb279a"
DOWNLOAD="https://github.com/downloads/keithw/mosh/mosh-1.2.1.tar.gz"
MD5SUM="9ac87208fb8fbef9ab39c92f62fe6475"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Ruari Oedegaard"