summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/grpc/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into structured-attrsorigin/structured-attrsRobin Gloster2021-05-241-2/+2
|\
| * grpc: 1.37.1 -> 1.38.0•••https://github.com/grpc/grpc/releases/tag/v1.38.0 Mario Rodas2021-05-201-2/+2
| * grpc: 1.37.0 -> 1.37.1•••https://github.com/grpc/grpc/releases/tag/v1.37.1 Mario Rodas2021-04-301-2/+2
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-04-231-6/+7
|\|
| * grpc: 1.36.4 -> 1.37.0•••https://github.com/grpc/grpc/releases/tag/v1.37.0 Mario Rodas2021-04-071-5/+4
| * Merge pull request #117160 from marsam/abseil-cpp-shared•••abseil-cpp: build sharedMario Rodas2021-03-281-2/+4
| |\
| | * grpc: do not use vendored abseilMario Rodas2021-03-201-2/+4
| * | grpc: 1.36.1 -> 1.36.4Mario Rodas2021-03-201-2/+2
| |/
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-03-161-4/+6
|\|
| * grpc: fix build input propagationHedtke, Moritz2021-03-151-1/+2
| * 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 Mario Rodas2021-02-261-4/+5
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2021-02-281-9/+12
|\|
| * grpc: 1.34.1 -> 1.35.0•••https://github.com/grpc/grpc/releases/tag/v1.35.0 Mario Rodas2021-02-101-5/+4
| * pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-211-4/+4
| * grpc: 1.34.0 -> 1.34.1•••https://github.com/grpc/grpc/releases/tag/v1.34.1 Mario Rodas2021-01-161-2/+2
| * treewide: cmake buildInputs to nativeBuildInputs, minor cleanupsBen Siraphob2021-01-011-2/+2
| * grpc: 1.33.2 -> 1.34.0•••https://github.com/grpc/grpc/releases/tag/v1.34.0 Mario Rodas2020-12-021-2/+2
| * grpc: 1.32.0 -> 1.33.2Mario Rodas2020-10-311-3/+4
| * grpc: fix build w/glibc-2.32Maximilian Bosch2020-09-121-2/+4
| * grpc: 1.31.0 -> 1.32.0•••https://github.com/grpc/grpc/releases/tag/v1.32.0 Mario Rodas2020-09-091-2/+2
| * grpc: 1.29.0 -> 1.31.0•••Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0 Mario Rodas2020-08-051-2/+2
| * grpc: 1.28.1 -> 1.29.0Mario Rodas2020-05-161-5/+6
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2020-04-151-4/+6
|\|
| * 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 Mario Rodas2020-04-021-4/+6
* | Merge remote-tracking branch 'upstream/master' into structured-attrsRobin Gloster2020-04-011-3/+3
|\|
| * 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 Mario Rodas2020-02-101-2/+2
| * 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> Anders Kaseorg2020-01-151-1/+1
* | treewide: use env.* for vars to be exported in ENVRobin Gloster2019-12-311-1/+1
|/
* grpc: 1.25.0 -> 1.26.0•••Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0 Mario Rodas2019-12-291-4/+4
* grpc: fix build on armv6lBen Wolsieffer2019-12-021-1/+9
* grpc: 1.24.3 -> 1.25.0Mario Rodas2019-11-061-2/+2
* grpc: 1.23.0 -> 1.24.3•••Co-authored-by: Tom Bereknyei <tomberek@users.noreply.github.com> Mario Rodas2019-10-231-2/+3
* 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 Vladimír Čunát2019-08-241-3/+3
|\
| * grpc: add marsam as maintainerMario Rodas2019-08-221-2/+2
| * 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 R. RyanTM2019-08-191-2/+2
* | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
|/
* grpc: fix darwin buildMario Rodas2019-08-021-0/+1
* grpc: 1.19.1 -> 1.22.0Mario Rodas2019-08-021-2/+2
* grpc: build shared libs, fixes #58375Frederik Rietdijk2019-04-111-0/+5
* grpc: 1.19.0 -> 1.19.1Frederik Rietdijk2019-04-111-2/+2
* 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/versionsR. RyanTM2019-04-071-2/+2
* 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 R. RyanTM2019-01-171-2/+2
* 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 R. RyanTM2019-01-031-2/+2
* 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 R. RyanTM2018-12-151-2/+2
* grpc: 1.15.0 -> 1.16.1Ben Wolsieffer2018-11-271-3/+3
* grpc: only set -Wno-error on clang•••Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/Matthew Bauer2018-11-031-1/+1
* grpc: disable werror for unknown warning option•••This seems silly to do an error for. It breaks clang builds. Matthew Bauer2018-11-021-0/+2
* grpc: 1.10.1 -> 1.15.0Igor Tarasov2018-09-251-5/+7
* grpc: fix darwin buildDaiderd Jordan2018-08-161-0/+9
* grpc: 1.10.0 -> 1.10.1•••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. These checks were done: - built on NixOS - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/check_epollexclusive -h’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/check_epollexclusive --help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/check_epollexclusive help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_hpack_tables -h’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_hpack_tables --help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_hpack_tables help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_legal_metadata_characters -h’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_legal_metadata_characters --help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_legal_metadata_characters help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_percent_encoding_tables -h’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_percent_encoding_tables --help’ got 0 exit code - ran ‘/nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1/bin/gen_percent_encoding_tables help’ got 0 exit code - found 1.10.1 with grep in /nix/store/w2ilavnccdbnkb9dzh3md863fqmdjdbw-grpc-1.10.1 - directory tree listing: https://gist.github.com/dc70d4a21aaa0b79ffe8dca6d80841f0 R. RyanTM2018-04-101-2/+2