mosh: new package
authorChristian Stewart <christian@paral.in>
Sun, 26 Jul 2015 16:34:07 +0000 (09:34 -0700)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Jul 2015 17:30:22 +0000 (19:30 +0200)
commit6406d41e6001093e3c2a0335547f7810d5f0483f
treef73ecb148c1682dc05c4f00496d2dd619574bb3f
parent7b432660c2aaafe4061075f8be86a04b462bfd97
mosh: new package

Adding mosh, the mobile shell. Mosh uses ssh or dropbear as an initial
transport to start mosh-server which uses UDP to communicate with the
client.  Supports a predictive model to enhance performance on weak
connections and compensate for general lag. Also supports
disconnections and reconnections seamlessly.

[Thomas:
  - Add missing dependency on host-pkgconf, as noticed by Yann
    E. Morin.
  - Indicate that openssh/dropbear is a runtime dependency.
  - Pass some variables in the configure environment to tell that SSP
    support is not available when it isn't. Otherwise, it misdetects
    the SSP support as being available, causing a build failure.]

Signed-off-by: Christian Stewart <christian@paral.in>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/mosh/0001-remove-system-locale-calls.patch [new file with mode: 0644]
package/mosh/Config.in [new file with mode: 0644]
package/mosh/mosh.hash [new file with mode: 0644]
package/mosh/mosh.mk [new file with mode: 0644]