Mario Rodas
d126476d40
grpc: add patch to revert alias to abseil mutex
2021-09-11 17:00:00 -05:00
Mario Rodas
d7d170e7c4
grpc: 1.39.1 -> 1.40.0
...
https://github.com/grpc/grpc/releases/tag/v1.40.0
2021-09-07 18:00:00 -05:00
Mario Rodas
4c9338c8dc
grpc: 1.39.0 -> 1.39.1
2021-08-22 13:16:18 -05:00
Sandro Jäckel
76341deaab
grpc: format
2021-08-02 13:12:04 +02:00
Sandro Jäckel
42e7791556
grpc: format
2021-08-02 10:59:36 +02:00
Alyssa Ross
b2402c5cd3
grpc: fix cross
...
I couldn't find any alternative to setting _gRPC_PROTOBUF_PROTOC_EXECUTABLE.
protobuf.cmake uses find_program when cross-compiling, which finds the
host platform's protoc instead of the build platform's. I even tried
giving protobuf multiple outputs and not including the one with the
binary in buildInputs, but it didn't help.
2021-08-01 13:03:24 +00:00
Mario Rodas
05a5611fe9
grpc: 1.38.1 -> 1.39.0
...
https://github.com/grpc/grpc/releases/tag/v1.39.0
2021-07-21 04:20:00 +00:00
Mario Rodas
63b199c193
grpc: 1.38.0 -> 1.38.1
...
https://github.com/grpc/grpc/releases/tag/v1.38.1
2021-06-23 04:20:00 +00:00
Mario Rodas
04e18727c4
grpc: 1.37.1 -> 1.38.0
...
https://github.com/grpc/grpc/releases/tag/v1.38.0
2021-05-20 04:20:00 +00:00
Mario Rodas
c8232cbac1
grpc: 1.37.0 -> 1.37.1
...
https://github.com/grpc/grpc/releases/tag/v1.37.1
2021-04-30 04:20:00 +00:00
Mario Rodas
26279f95f1
grpc: 1.36.4 -> 1.37.0
...
https://github.com/grpc/grpc/releases/tag/v1.37.0
2021-04-07 04:20:00 +00:00
Mario Rodas
9f759c4a1c
Merge pull request #117160 from marsam/abseil-cpp-shared
...
abseil-cpp: build shared
2021-03-28 09:34:38 -05:00
Mario Rodas
05212df6b4
grpc: 1.36.1 -> 1.36.4
2021-03-20 04:20:00 +00:00
Mario Rodas
eff48104db
grpc: do not use vendored abseil
2021-03-20 04:20:00 +00:00
Hedtke, Moritz
cf6f9748b7
grpc: fix build input propagation
2021-03-15 23:56:19 +01:00
Mario Rodas
a526d49118
grpc: 1.35.0 -> 1.36.1
...
https://github.com/grpc/grpc/releases/tag/v1.36.0
https://github.com/grpc/grpc/releases/tag/v1.36.1
2021-02-26 04:20:00 +00:00
Mario Rodas
4318b60668
grpc: 1.34.1 -> 1.35.0
...
https://github.com/grpc/grpc/releases/tag/v1.35.0
2021-02-10 04:20:00 +00:00
Ben Siraphob
66e44425c6
pkgs/development/libraries: stdenv.lib -> lib
2021-01-21 19:11:02 -08:00
Mario Rodas
00dcba48bb
grpc: 1.34.0 -> 1.34.1
...
https://github.com/grpc/grpc/releases/tag/v1.34.1
2021-01-16 06:56:06 -05:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Mario Rodas
8bd46bbab0
grpc: 1.33.2 -> 1.34.0
...
https://github.com/grpc/grpc/releases/tag/v1.34.0
2020-12-02 18:00:00 -05:00
Mario Rodas
c959631b11
grpc: 1.32.0 -> 1.33.2
2020-10-31 04:20:00 +00:00
Maximilian Bosch
0079133e42
grpc: fix build w/glibc-2.32
2020-09-12 23:04:49 +02:00
Mario Rodas
4051e867ba
grpc: 1.31.0 -> 1.32.0
...
https://github.com/grpc/grpc/releases/tag/v1.32.0
2020-09-09 18:00:00 -05:00
Mario Rodas
6854a2cb4d
grpc: 1.29.0 -> 1.31.0
...
Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
2020-08-05 04:20:00 -05:00
Mario Rodas
625cb1794a
grpc: 1.28.1 -> 1.29.0
2020-05-16 04:20:00 -05:00
Mario Rodas
ad871d23f6
grpc: 1.27.1 -> 1.28.1
...
Changelog:
- https://github.com/grpc/grpc/releases/tag/v1.28.0
- https://github.com/grpc/grpc/releases/tag/v1.28.1
2020-04-02 04:20:00 -05:00
Mario Rodas
c5a0f6b95f
grpc: 1.26.0 -> 1.27.1
...
Changelog:
- https://github.com/grpc/grpc/releases/tag/v1.27.0
- https://github.com/grpc/grpc/releases/tag/v1.27.1
2020-02-10 09:52:04 +01:00
Anders Kaseorg
3cd8ce3bce
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Mario Rodas
d0a5c6030e
grpc: 1.25.0 -> 1.26.0
...
Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0
2019-12-29 20:08:09 -08:00
Ben Wolsieffer
279b5a60ff
grpc: fix build on armv6l
2019-12-02 16:14:15 -05:00
Mario Rodas
b60f2ad808
grpc: 1.24.3 -> 1.25.0
2019-11-06 04:20:00 -05:00
Mario Rodas
e90d7e7a62
grpc: 1.23.0 -> 1.24.3
...
Co-authored-by: Tom Bereknyei <tomberek@users.noreply.github.com>
2019-10-23 04:20:00 -05:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Mario Rodas
16dec82d99
grpc: add marsam as maintainer
2019-08-22 20:17:54 -05:00
R. RyanTM
36a2ffc2e4
grpc: 1.22.0 -> 1.23.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-08-19 03:13:54 -07:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Mario Rodas
f2c7593c1a
grpc: fix darwin build
2019-08-02 01:55:21 -05:00
Mario Rodas
18c2645f7b
grpc: 1.19.1 -> 1.22.0
2019-08-02 01:48:26 -05:00
Frederik Rietdijk
93d61e5c23
grpc: build shared libs, fixes #58375
2019-04-11 08:02:19 +02:00
Frederik Rietdijk
38b0717d50
grpc: 1.19.0 -> 1.19.1
2019-04-11 08:02:19 +02:00
R. RyanTM
64bf8ff4b4
grpc: 1.18.0 -> 1.19.0 ( #56693 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-04-07 09:37:55 +00:00
R. RyanTM
33367049be
grpc: 1.17.2 -> 1.18.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-01-17 09:40:39 -08:00
R. RyanTM
e9122540fe
grpc: 1.17.0 -> 1.17.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2019-01-03 08:29:14 -08:00
R. RyanTM
2eae1009de
grpc: 1.16.1 -> 1.17.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/grpc/versions
2018-12-15 19:36:13 -08:00
Ben Wolsieffer
0d7407cf6f
grpc: 1.15.0 -> 1.16.1
2018-11-27 12:02:55 -05:00
Matthew Bauer
f0cee6b14f
grpc: only set -Wno-error on clang
...
Apparently GCC errors on this:
https://hydra.nixos.org/build/83561519/
2018-11-03 14:03:34 -05:00
Matthew Bauer
e9db1e2917
grpc: disable werror for unknown warning option
...
This seems silly to do an error for. It breaks clang builds.
2018-11-02 21:24:55 -05:00
Igor Tarasov
f34649e7f5
grpc: 1.10.1 -> 1.15.0
2018-09-25 19:06:07 +00:00
Daiderd Jordan
2058c69de0
grpc: fix darwin build
2018-08-16 22:06:18 +02:00