aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosh
Commit message (Collapse)AuthorAgeFilesLines
* main/mosh: Skip one test that is failingBreno Leitao2017-04-281-0/+2
| | | | | | | Currently test unicode-later-combining.test is failing on, at least, Intel and ppc64le. Disabling it for now, until someone fix it. Please revert this commit once the test is fixed.
* main/mosh: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/mosh: fix build with musl on ppc64leRoberto Oliveira2017-04-042-2/+57
| | | | | | | | | mosh was breaking when building in ppc64le using musl, because ioctl() is defined as ioctl(int, int) in musl and mosh is using TIOCSWINSZ macro as parameter. This was triggering a gcc warning and make the build fail. This patch does an explicit integer conversion in TIOCSWINSZ, as no bits get lost.
* main/mosh: add check functionSören Tempel2017-04-032-15/+45
|
* main/mosh: modernize APKBUILDFrancesco Colista2017-03-271-13/+11
|
* main/mosh: add bash completion subpackageSören Tempel2017-03-271-2/+13
|
* main/mosh: upgrade to 1.3.0Sören Tempel2017-03-271-9/+11
|
* main/mosh: rebuild against protobufSören Tempel2017-02-221-1/+1
|
* main/[various]: dont set arch in split functionNatanael Copa2016-10-261-3/+1
|
* main/mosh: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/mosh: upgrade to 1.2.6Sören Tempel2016-08-151-23/+17
|
* main/mosh: rebuild against fixed ncurses widechar onlyNatanael Copa2015-12-171-1/+1
|
* main/mosh: rebuild against ncurses wide charNatanael Copa2015-12-171-1/+1
|
* main/mosh: rebuild against ncurses-6.0Natanael Copa2015-10-151-1/+1
|
* main/mosh: rebuild to fix depsNatanael Copa2015-08-101-1/+1
| | | | fixes #4517
* main/mosh: upgrade to 1.2.5Francesco Colista2015-07-292-2317/+12
|
* main/mosh: rebuild against perl-5.22Natanael Copa2015-07-161-1/+1
|
* main/mosh: rebuild for libstdc++ ABI change in gcc5Natanael Copa2015-06-171-1/+1
|
* main/mosh: rebuild with protobuf-2.6Natanael Copa2014-10-141-1/+1
|
* main/mosh: add support for ssh agent forwarding and out of band dataCarlo Landmeter2014-04-292-6/+2313
|
* main/mosh: set arch=allNatanael Copa2014-04-281-2/+2
| | | | Otherwise abuild will be fooled to not scan for shared elf deps.
* main/aports: move to main and split server and clientCarlo Landmeter2014-04-252-0/+82