aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/grpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* grpc: 1.33.2 -> 1.34.0Mario Rodas2020-12-021-2/+2
| | | | https://github.com/grpc/grpc/releases/tag/v1.34.0
* 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.0Mario Rodas2020-09-091-2/+2
| | | | https://github.com/grpc/grpc/releases/tag/v1.32.0
* grpc: 1.29.0 -> 1.31.0Mario Rodas2020-08-051-2/+2
| | | | Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
* grpc: 1.28.1 -> 1.29.0Mario Rodas2020-05-161-5/+6
|
* grpc: 1.27.1 -> 1.28.1Mario Rodas2020-04-021-4/+6
| | | | | | Changelog: - https://github.com/grpc/grpc/releases/tag/v1.28.0 - https://github.com/grpc/grpc/releases/tag/v1.28.1
* grpc: 1.26.0 -> 1.27.1Mario Rodas2020-02-101-2/+2
| | | | | | Changelog: - https://github.com/grpc/grpc/releases/tag/v1.27.0 - https://github.com/grpc/grpc/releases/tag/v1.27.1
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-151-1/+1
| | | | | | | | | | 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>
* grpc: 1.25.0 -> 1.26.0Mario Rodas2019-12-291-4/+4
| | | | Changelog: https://github.com/grpc/grpc/releases/tag/v1.26.0
* 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.3Mario Rodas2019-10-231-2/+3
| | | | Co-authored-by: Tom Bereknyei <tomberek@users.noreply.github.com>
* Merge branch 'master' into staging-nextVladimír Čunát2019-08-241-3/+3
|\ | | | | | | | | | | | | | | | | | | 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
| * grpc: add marsam as maintainerMario Rodas2019-08-221-2/+2
| |
| * grpc: 1.22.0 -> 1.23.0R. RyanTM2019-08-191-2/+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
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* 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)R. RyanTM2019-04-071-2/+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
* grpc: 1.17.2 -> 1.18.0R. RyanTM2019-01-171-2/+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
* grpc: 1.17.0 -> 1.17.2R. RyanTM2019-01-031-2/+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
* grpc: 1.16.1 -> 1.17.0R. RyanTM2018-12-151-2/+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
* grpc: 1.15.0 -> 1.16.1Ben Wolsieffer2018-11-271-3/+3
|
* grpc: only set -Wno-error on clangMatthew Bauer2018-11-031-1/+1
| | | | | Apparently GCC errors on this: https://hydra.nixos.org/build/83561519/
* grpc: disable werror for unknown warning optionMatthew Bauer2018-11-021-0/+2
| | | | This seems silly to do an error for. It breaks clang builds.
* 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.1R. RyanTM2018-04-101-2/+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. 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
* grpc: 1.9.1 -> 1.10.0Ryan Mulligan2018-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | Semi-automatic update. These checks were done: - built on NixOS - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/check_epollexclusive -h` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/check_epollexclusive --help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/check_epollexclusive help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_hpack_tables -h` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_hpack_tables --help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_hpack_tables help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_legal_metadata_characters -h` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_legal_metadata_characters --help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_legal_metadata_characters help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_percent_encoding_tables -h` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_percent_encoding_tables --help` got 0 exit code - ran `/nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0/bin/gen_percent_encoding_tables help` got 0 exit code - found 1.10.0 with grep in /nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0 - found 1.10.0 in filename of file in /nix/store/f1darm5xs8ihd8bfkq1icsgcy2kz5cpa-grpc-1.10.0
* grpc: 1.8.3 -> 1.9.1Benjamin Hipple2018-02-131-17/+24
| | | | Also added meta and license information.
* Add grpc.Shea Levy2018-01-081-0/+19