Summary
Mosh is a remote terminal application that supports: - intermittent network connectivity, - roaming to different IP address without dropping the connection, and - intelligent local echo and line editing to reduce the effects of "network lag" on high-latency connections.
Versions
v1.4.0 :: 0 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm64-macos ~loong ~mips ~riscv ~x64-macos ~x86-linux
- USE flags
- client examples hardened nettle server syslog ufw utempter
v1.3.2-r3 :: 0 :: gentoo
- Modified
- License
- GPL-3
- Keywords
- amd64 arm arm64 hppa ppc ppc64 sparc x86 ~alpha ~amd64-linux ~loong ~mips ~riscv ~x64-macos ~x86-linux
- USE flags
- client examples mosh-hardening server ufw utempter
USE flags
General
- client
- Build network client
- examples
- Include example scripts
- hardened
- Activate default security enhancements for toolchain (gcc, glibc, binutils)
- mosh-hardening
- Enable compiler and linker options to frustrate memory corruption exploits
- nettle
- Use dev-libs/nettle for some cryptographic functions instead of dev-libs/openssl. With Nettle, some of mosh's own code is used for OCB.
- server
- Build network server
- syslog
- Enable support for syslog
- ufw
- Install net-firewall/ufw rule set
- utempter
- Include libutempter support
Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / nettle : Low-level cryptographic library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
dev-perl / IO-Tty : IO::Tty and IO::Pty modules for Perl
sys-libs / libutempter : Library that allows non-privileged apps to write utmp (login) info
sys-libs / ncurses : Console display library
sys-libs / zlib : Standard (de)compression library
virtual / pkgconfig : Virtual for the pkg-config implementation
Runtime Dependencies
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / nettle : Low-level cryptographic library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data
dev-perl / IO-Tty : IO::Tty and IO::Pty modules for Perl
sys-libs / libutempter : Library that allows non-privileged apps to write utmp (login) info
sys-libs / ncurses : Console display library
Depending packages
net-misc / sshrc : Bring your .bashrc, .vimrc, etc. from your local machine when you ssh
Bugs
- 879143
- net-misc/mosh-1.4.0 fails test - FAIL: local.test
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: crank copyright
Signed-off-by: Sam James <sam@gentoo.org> - Paul Zander · gentoo
net-misc/mosh: set -std=gnu++17 for newer abseil-cpp
Setting the C++ standard via append-cxxflags ignores the configure.ac logic that already does that for the same reasons and leads to duplicate flats. To rectify that, change the targeted standard in configure.ac itself. Closes: https://bugs.gentoo.org/935130 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
net-misc/mosh-1.4.0: marked ~arm64-macos
Closes: https://bugs.gentoo.org/930174 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: use cxxflags instead
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: protobuf now needs >=c++14
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
net-misc/mosh: Stabilize 1.4.0 sparc, #889440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.4.0 arm64, #889440
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.4.0 arm, #889440
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.4.0 x86, #889440
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.4.0 amd64, #889440
Signed-off-by: Sam James <sam@gentoo.org> - Arthur Zamarin · gentoo
net-misc/mosh: Stabilize 1.4.0 ppc64, #889440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-misc/mosh: Stabilize 1.4.0 ppc, #889440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
net-misc/mosh: Stabilize 1.4.0 hppa, #889440
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: add 1.4.0, drop 1.3.2.95_rc1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: add missing zlib dep
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: rename 1.4.0_rc1-r1 -> 1.3.2.95_rc1
Upstream renamed the version because of some apparent issue with version ordering (which is very new to me, but...) Anyway, content is the same. See https://github.com/mobile-shell/mosh/commit/f3665fb99bffc5929193a204d8540d74749b52c3. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: rename USE=mosh-hardening -> global USE=hardened
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: add USE=nettle
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: add 1.4.0_rc1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - WANG Xuerui · gentoo
net-misc/mosh: keyword 1.3.2-r2 for ~loong
Tests passed on real hardware. Signed-off-by: WANG Xuerui <xen0n@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
net-misc/mosh: drop 1.3.2
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Jakov Smolić · gentoo
net-misc/mosh: keyword 1.3.2-r2 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
net-misc/mosh: ppc64 stable wrt bug #832568
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-misc/mosh: ppc stable wrt bug #832568
Package-Manager: Portage-3.0.28, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 arm64, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 sparc, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 arm, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 amd64, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 hppa, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2-r2 x86, #832568
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Keyword 1.3.2-r2 hppa, #832456
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yang Yang · gentoo
net-misc/mosh: add patch to enable the compilation with clang
Fix is introduced to mosh official at: https://github.com/mobile-shell/mosh/commit/e5f8a826ef9ff5da4cfce3bb8151f9526ec19db0 Closes: https://github.com/gentoo/gentoo/pull/22787 Signed-off-by: Yang Yang <geraint0923@gmail.com> Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
net-misc/mosh: remove 9999 not needed anymore
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Amy Liffey · gentoo
net-misc/mosh: eapi bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Amy Liffey <amynka@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
net-misc/mosh: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
net-misc/mosh: stable 1.3.2 for ppc64
stable wrt bug #750476 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
net-misc/mosh: stable 1.3.2 for sparc
stable wrt bug #750476 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2 arm, #750476
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
net-misc/mosh: Stabilize 1.3.2 arm64, #750476
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
net-misc/mosh-9999: Don't depend on openssl unconditionally
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Amy Liffey · gentoo
net-misc/mosh: remove not used eclass
Closes: https://bugs.gentoo.org/704710 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Amy Liffey <amynka@gentoo.org> Acked-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-misc/mosh: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-misc/mosh-1.3.2: ia64 stable
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-misc/mosh-1.3.2: alpha stable
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
net-misc/mosh-1.3.2: added ~ppc64
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
net-misc/mosh-1.3.2: added ~ia64
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
net-misc/mosh-1.3.2: added ~alpha
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Matt Turner · gentoo
net-misc/mosh-1.3.2: added ~sparc
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
net-misc/mosh: Add libressl USE flag to 9999 ebuild
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Patrick McLean · gentoo
net-misc/mosh: Add libressl USE flag to 1.3.2
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Justin Lecher · gentoo
net-misc/mosh: Add missing dep
Closes: https://bugs.gentoo.org/669294 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Benda Xu · gentoo
Drop arm-linux keyword from tree.
"arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa - Mikle Kolyada · gentoo
net-misc/mosh: ppc stable wrt bug #653002
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Thomas Deutschmann · gentoo
net-misc/mosh: x86 stable (bug #653002)
Package-Manager: Portage-2.3.30, Repoman-2.3.9 - Aaron Bauman · gentoo
net-misc/mosh: amd64 stable wrt bug #653002
Bug: https://bugs.gentoo.org/653002 Package-Manager: Portage-2.3.28, Repoman-2.3.9 - Michael Mair-Keimberger · gentoo
net-misc/mosh: use HTTPS, sync HOMEPAGE - Alexey Korepanov · gentoo
net-misc/mosh: keyword ~arm64 - Patrice Clement · gentoo
net-misc/mosh: version bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Michael Weber · gentoo
net-misc/mosh: update HOMEPAGE and SRC_URI to mosh.org.
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Patrice Clement · gentoo
net-misc/mosh: version bump to 1.3.0.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Michael Weber · gentoo
net-misc/mosh: Remove old version.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Weber · gentoo
net-misc/mosh: ppc stable (bug 607670).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Agostino Sarubbo · gentoo
net-misc/mosh: x86 stable wrt bug #607670
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
net-misc/mosh: amd64 stable wrt bug #607670
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Michael Weber · gentoo
net-misc/mosh: Update live ebuild.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Michael Weber · gentoo
net-misc/mosh: Drop old versions.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Mike Frysinger · gentoo
fix quoting to a lot of patch calls - Justin Lecher · gentoo
net-misc/mosh: Add missing slotoperator
Bump EAPI to 6 Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org> - Manuel Rüger · gentoo
net-misc/mosh: Version bump to 1.2.6
Package-Manager: portage-2.3.0 - Mike Frysinger · gentoo
sys-libs/ncurses: move to SLOT=0 #557472
Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages. - Mike Frysinger · gentoo
net-misc/mosh: use subslots w/ncurses - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed