diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2012-06-02 19:51:39 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:14 -0500 |
commit | f6dd191c0b4ff1fc715f2746c2b3f5d853e55972 (patch) | |
tree | e0d76ec8e1ceb091f6b383f0c34e16b9bf7d4534 /network/mosh | |
parent | 3bf00bd0e2039b2e3e7b58e8bc3ade47be0ea2bf (diff) | |
download | slackbuilds-f6dd191c0b4ff1fc715f2746c2b3f5d853e55972.tar.gz |
network/mosh: Updated for version 1.2.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/mosh')
-rw-r--r-- | network/mosh/README | 15 | ||||
-rw-r--r-- | network/mosh/mosh.SlackBuild | 2 | ||||
-rw-r--r-- | network/mosh/mosh.info | 6 |
3 files changed, 16 insertions, 7 deletions
diff --git a/network/mosh/README b/network/mosh/README index 5ac44ffac3..1fa36de8e4 100644 --- a/network/mosh/README +++ b/network/mosh/README @@ -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. diff --git a/network/mosh/mosh.SlackBuild b/network/mosh/mosh.SlackBuild index 259bc7a0f0..99990c5bd7 100644 --- a/network/mosh/mosh.SlackBuild +++ b/network/mosh/mosh.SlackBuild @@ -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} diff --git a/network/mosh/mosh.info b/network/mosh/mosh.info index 9366638d21..a60b94a717 100644 --- a/network/mosh/mosh.info +++ b/network/mosh/mosh.info @@ -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" |