Commit Graph

37 Commits

Author SHA1 Message Date
Leonid Pliushch 265bc56c6f libgrpc: update to 1.24.3 2019-10-25 01:35:52 +03:00
Leonid Pliushch c5e82ceb93 libgrpc: update to 1.24.2 2019-10-18 14:45:00 +03:00
Leonid Pliushch f9803d585f libgrpc: update to 1.24.0 2019-09-29 13:00:26 +03:00
Leonid Pliushch be35eb083e libgrpc: update to 1.23 2019-09-18 17:26:01 +03:00
Leonid Pliushch c352216c63 packages: standardize values of several control variables for build.sh
Variables

 TERMUX_PKG_PLATFORM_INDEPENDENT
 TERMUX_DEBUG
 TERMUX_PKG_HAS_DEBUG
 TERMUX_PKG_ESSENTIAL
 TERMUX_SUBPKG_ESSENTIAL
 TERMUX_PKG_NO_STATICSPLIT
 TERMUX_PKG_BUILD_IN_SRC
 TERMUX_PKG_FORCE_CMAKE
 TERMUX_PKG_HOSTBUILD

should not accept arbitrary values for marking them "enabled". Instead
they should accept boolean values which makes them easier to handle and
also makes their meaning clear.

build-package.sh should make decision based on variable's value but not on
whether it is set or empty.

%ci:no-build
2019-08-12 18:49:13 +03:00
Leonid Pliushch 6e70277fb3 no more develsplit + provide static libraries as separate package
%ci:no-build
2019-07-28 21:17:12 +03:00
Leonid Pliushch 3543d2ab69 libgrpc: update to 1.22.0 2019-07-28 02:18:25 +03:00
Leonid Pliushch 6cb24c6951 bump libprotobuf-using packages 2019-07-28 01:52:45 +03:00
Leonid Pliushch 930af49970 libgrpc: bump revision 2019-06-20 00:14:03 +03:00
Fredrik Fornwall 503c204164 protobuf: Update from 3.6.1 to 3.7.1 2019-05-12 00:22:25 +02:00
Fredrik Fornwall 8df789bb53 libgrpc: Update from 1.17.2 to 1.20.1 2019-05-05 22:38:12 +02:00
Leonid Pliushch 11200afa32 add zlib to dependencies where needed 2019-04-14 16:00:23 +03:00
Leonid Pliushch 2c16db52fc bump C++ packages for NDK-19 2019-02-23 13:57:09 +02:00
Wetitpig 7ddcce5701 No backticks 2019-02-15 18:01:09 +02:00
Wetitpig 5f8864c10d Improve formatting of parantheses for functions 2019-02-09 21:06:31 +02:00
Wetitpig 4b8b6e3fb7 Only C++ 2019-02-09 00:15:26 +01:00
Fredrik Fornwall d714810e5a Cleanup trailling space 2019-02-03 22:43:46 +01:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 163d172b03 libgrpc: Host build with -Wno-error=class-memaccess 2019-01-13 23:15:03 +01:00
Henrik Grimler 16ac4f26a4 libgrpc: update to 1.17.2 and avoid using libprotobuf's host-build 2019-01-13 22:08:19 +01:00
Fredrik Fornwall 9abf78b3bc libgrpc: Update and fix build on ubuntu 18.10 2018-11-27 02:22:36 +01:00
Fredrik Fornwall fd72a74c42 openssl: Update from 1.0.2 to 1.1.1 (#2775) 2018-09-11 22:43:19 +02:00
Fredrik Fornwall 4fbfd5506c libgrpc: Patch away unused function 2018-08-22 08:31:33 +02:00
Fredrik Fornwall 64bebcedc2 libgrpc: Update from 1.13.1 to 1.14.1 2018-08-11 19:42:33 +02:00
Fredrik Fornwall 77fd6046fc protobuf: Update from 3.6.0.1 to 3.6.1 2018-08-01 22:48:16 +02:00
Fredrik Fornwall b599d4a7d3 libgrpc: Update from 1.13.0 to 1.13.1 2018-07-23 00:48:35 +02:00
Fredrik Fornwall 631d1be10b libgrpc: Update from 1.12.1 to 1.13.0 2018-07-09 22:41:15 +02:00
Fredrik Fornwall 6988f30ee7 Bump c++-using packages 2018-06-26 13:29:06 +02:00
Fredrik Fornwall e4fb0a3ee0 libgrpc: Update from 1.12.0 to 1.12.1 2018-06-06 02:45:02 +02:00
Fredrik Fornwall 3172075d3d libgrpc: Update from 1.4.7 to 1.12.0 2018-05-25 12:43:31 +02:00
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 3b739f81b9 libgrpc: Update from 1.4.2 to 1.4.5 2017-09-16 15:05:35 +02:00
Fredrik Fornwall 3b6d48a8f4 libgrpc: Update from 1.4.1 to 1.4.2 2017-07-16 18:21:22 +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 bf6028fed3 libgrpc: Try to fix building under docker image 2017-07-12 00:38:50 +02:00
Vishal Biswas ca98427d8f libgrpc: add package (#1122) 2017-07-11 11:50:43 +02:00