aboutsummaryrefslogtreecommitdiffstats
path: root/main/mosh
Commit message (Collapse)AuthorAgeFilesLines
* main/mosh: rebuild against libressl-2.7Natanael Copa2018-04-061-1/+1
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* main/mosh: rebuild against protobuf 3.5.0TBK2017-12-141-1/+1
|
* main/mosh: rebuild against protobuf-3.4Natanael Copa2017-11-161-1/+1
|
* main/mosh: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/mosh: rebuild against protobuf-3.3.2Jakub Jirutka2017-08-161-1/+1
|
* main/mosh: upgrade to 1.3.2Francesco Colista2017-07-242-45/+4
|
* main/mosh: mosh-server should not depends by default on mosh-client. Fixes #7336Francesco Colista2017-05-291-1/+2
|
* 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