Fredrik Fornwall
784b45404e
Rebuild grpc and mosh after protobuf update
2017-11-15 16:49:16 +01:00
Fredrik Fornwall
51c7760090
Drop need of setting TERMUX_PKG_FOLDERNAME
...
Instead figure out the top level source folder ourselves.
2017-09-20 00:48:04 +02:00
Fredrik Fornwall
3bbf551382
protobuf: Update from 3.3.2 to 3.4.1
...
Bump and rebuild mosh against new libprotobuf version.
2017-09-16 15:05:03 +02:00
Fredrik Fornwall
95e6f9429a
Attach arm issues with C++ exception unwinding
...
See https://github.com/android-ndk/ndk/issues/379
Fixes #1163
Fixes issues with gdb segfaulting on arm on an unrecognized command.
2017-07-27 02:06:37 +02:00
Fredrik Fornwall
9116d28970
mosh: Update from 1.3.0 to 1.3.2
2017-07-25 01:30:10 +02:00
Fredrik Fornwall
6c29aaa1c7
Transition from gnustl to libc++
...
This will make things as std::to_string() and other C++ features
work with a modern and supported C++ library.
We package up libc++_shared.so and bump the revision of every C++
using package to make it rebuild against it.
Users who have built C++ using libraries or programs will probably
need to rebuild them if they are linked against Termux-supplied
libraries, as user code was previously linked against gnustl while
the system libraries are now using libc++, and it's not a good idea
to mix C++ standard libraries in a program.
2017-07-14 00:23:37 +02:00
Fredrik Fornwall
1345b3f8d2
mosh: Bump revision after protobuf update
2017-05-23 17:37:42 +02:00
Fredrik Fornwall
a847ab5da2
mosh: Update from 1.3.0-rc2 to 1.3.0
2017-03-27 05:43:18 +02:00
Fredrik Fornwall
a142471328
mosh: Update from 1.2.6 to 1.3.0-rc2
...
This includes a memory alignment fix for arm:
0ceb4f26f4
which should fix #725 .
2017-02-04 17:02:18 +01:00
Fredrik Fornwall
2ff9e76765
protobuf: Update and split out libprotobuf
2017-01-30 02:10:56 +01:00
Fredrik Fornwall
af4dc416ed
s/TERMUX_PKG_BUILD_REVISION/TERMUX_PKG_REVISION/
2017-01-11 01:21:42 -05:00
Fredrik Fornwall
cb5aa2bf35
mosh: Bump revision after adding -6 option
2017-01-08 04:40:18 -05:00
Georg Sauthoff
257ccdadfa
add -6 (use IPv6 only) option - fixes #662 ( #663 )
2017-01-08 10:31:05 +01:00
Fredrik Fornwall
7ce5638519
Cleanup of more packages
2016-09-03 18:45:08 -04:00
Fredrik Fornwall
3f300a10fc
Setup libstdc++.so -> libgnustl_shared.so early
...
Let build-package.sh setup the $PREFIX/lib/libstdc++.so symlink
before building any package, to make sure that all C++ applications
link against a fully featured C++ standard library.
Avoid explicitly declaring a dependency on the libgnustl package
since everyone may link against it at will and instead mark it as
essential.
2016-08-10 19:45:41 -04:00
Fredrik Fornwall
efd0d7830a
mosh: Update homepage
2016-08-10 17:25:38 -04:00
Fredrik Fornwall
fc8d62d501
mosh: Update to 1.2.6 release
2016-08-10 12:40:31 -04:00
Fredrik Fornwall
e18a73fc82
mosh: Fix argument passing in mosh wrapper
2016-06-01 16:31:44 -04:00
Fredrik Fornwall
9d1ea50b9b
mosh: Support --no-init in native 'mosh' wrapper
2016-06-01 10:50:39 -04:00
Fredrik Fornwall
dd6f8fa7df
mosh: Fix /bin/sh -> $PREFIX/bin/sh in mosh.pl
2016-06-01 09:35:52 -04:00
Fredrik Fornwall
df38a35b07
mosh: Assume terminal supports 256 colors
...
Assuming that the terminal running mosh in Termux supports 256
colors should be safe, and avoids a popen() call which uses
/system/bin/sh and may not always work.
2016-05-30 18:05:44 -04:00
Fredrik Fornwall
d793a87fef
mosh: Bump build revision
2016-05-27 09:12:41 +02:00
Fredrik Fornwall
3afa4f345a
mosh: "Fix hang when remote closes the connection"
...
Merge
b58e750daf
into the C++ wrapper script.
2016-05-27 09:07:05 +02:00
Fredrik Fornwall
1f87518b8c
mosh: Fix C++ mosh wrapper color counting
...
See https://github.com/mobile-shell/mosh/pull/96#issuecomment-7804069
2016-05-27 08:49:57 +02:00
Fredrik Fornwall
f55a1d8b00
mosh: Update to latest commit
2016-05-27 07:35:43 +02:00
Fredrik Fornwall
32144b83c1
mosh: Fix mosh C++ wrapper to set locale envs
...
Set the -l flags ("Locale-related environment variable to try as
part of a fallback environment, if the startup environment does
not specify a character set of UTF-8") when invoking mosh-server
just like the perl script does. Fixes #288 .
2016-05-27 07:33:41 +02:00
Fredrik Fornwall
188d120104
mosh: Build with the C++ mosh wrapper out-of-tree
...
Since it doesn't look like the C++ mosh wrapper is going to be
picked up upstream, we may keep it as a normal file for hackability.
2016-05-27 01:36:17 +02:00
Fredrik Fornwall
21accda0a9
mosh: Link against libutil for openpty and forkpty
2016-05-02 01:27:20 -04:00
its-pointless
99ea70c783
moves mosh to mosh.pl and symlinks mosh to mosh-cfront as well as
...
removing the perl dependancy.
2016-04-29 08:33:54 +10:00
its-pointless
7901d65301
Old android branch frontend
2016-04-29 00:50:27 +10:00
Fredrik Fornwall
9c03757c06
mosh: Depend on openssh
2016-04-16 17:17:07 -04:00
Fredrik Fornwall
bd0332050f
mosh: Use perl directly instead of env
2016-04-09 18:04:12 -04:00
Fredrik Fornwall
b4d7f3dd28
mosh: Enable package
2016-04-09 17:19:38 -04:00
Fredrik Fornwall
f03d2d9875
Mark mosh as a disabled package
2015-10-08 18:01:46 -04:00
Fredrik Fornwall
3248cc9ebe
mosh: Try linking to libgnustl_shared.so
2015-08-03 20:33:27 -04:00
Fredrik Fornwall
966a875d31
add mosh as a broken package
2015-07-23 20:04:18 -04:00