summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf
Commit message (Collapse)AuthorAge
* treewide: s_targetPlatform_hostPlatform_ in non-compiler packagesAdam Joseph2023-11-17
| | | | | | | | stdenv.targetPlatform really shouldn't be used by software that doesn't generate or manipulate binaries. I reviewed all uses of targetPlatform outside of pkgs/development/compilers and pkgs/stdenv and replaced those which weren't involved in something which fits these criteria.
* protobuf: disable tests on 32-bit platformsmisuzu2023-10-27
|
* protobuf: fix eval failuresAaron Jheng2023-10-25
|
* protobuf: 24.3 -> 24.4Gaetan Lepage2023-10-16
|
* protobuf: use new package definition onlyAaron Jheng2023-10-11
|
* protobuf_21: init at 21.12, protobuf_23: init at 23.4, protobuf_24: init at 24.3Aaron Jheng2023-10-11
|
* protobuf3_19: removeAaron Jheng2023-10-01
|
* localproxy: use protobuf3_21Aaron Jheng2023-09-28
|
* protobuf: off-by-one error in failing testsVladimír Čunát2023-09-24
| | | | Really, I was careless. But at least the default version had it right.
* protobuf: avoid the failing tests on darwinVladimír Čunát2023-09-24
| | | | | | abseil-cpp version hell makes it hard to switch versions (as I feared) https://hydra.nixos.org/build/236112673/nixlog/1/tail So let's avoid tests instead, until someone really investigates this.
* Merge master into staging-nextgithub-actions[bot]2023-09-22
|\
| * protobuf: clean upAaron Jheng2023-09-20
| |
* | protobuf: update metaMario Rodas2023-08-14
| |
* | protobuf: add grpc as reverse dependency to passthru.testsMario Rodas2023-08-14
| |
* | protobuf: use finalAttrs patternMario Rodas2023-08-14
| |
* | protobuf: use nixpkgs gtestMario Rodas2023-08-14
| | | | | | | | | | | | protobuf>3.20 allows to use the system GTest. Therefore, we can safely remove the logic to use third_party/gmock from `generic-v3-cmake.nix` because it's used only for protobuf>=3.21.
* | protobuf: 3.24.2 -> 3.24.3Gaetan Lepage2023-09-08
|/
* protobuf: 3.24.1 -> 3.24.2Gaetan Lepage2023-08-25
|
* protobuf: init 3.24Gaetan Lepage2023-08-21
|
* python3.pkgs.protobuf: fix build after updating protobuf to 3.23.4 (#248231)Theodore Ni2023-08-12
|
* protobuf: move abseil-cpp to propagatedBuildInputsTheodore Ni2023-08-10
|
* protobuf3: 21.12 -> 24.4Tobias Mayer2023-08-05
|
* treewide: use lib.optional instead of 'then []'Felix Buehler2023-07-12
|
* protobuf: clean upAaron Jheng2023-05-18
|
* Merge #215050: protobuf3_21: don't build tests on 32-bit platformsVladimír Čunát2023-02-12
|\
| * protobuf3_21: don't build tests on 32-bit platformsBen Wolsieffer2023-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The tests fail to build on 32-bit platforms, due to an upstream bug which will be fixed in 3.22. Previously, this was holding back the default protobuf version on 32-bit platforms to 3.20, which in turn broke packages such as mypy-protobuf which require 3.21 This commit disables building the tests on 32-bit platforms, allowing 3.21 to build. Note that we don't ever run the tests on any platform, but they are normally still built. Now that 3.21 builds on 32-bit, this commit also unpins 3.20 as the default version.
* | Merge pull request #206773 from SuperSandro2000/cleanup-unused-bindingsfigsoda2023-02-06
|\ \ | |/ |/| treewide: cleanup some unused bindings
| * treewide: cleanup some unused bindingsSandro Jäckel2023-02-07
| |
* | Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt2023-01-11
|\ \
| * | protobuf: fix uses of .overrideKeegan Dahm2023-01-09
| |/
* / protobuf3_21: 3.21.8 -> 3.21.12Martin Weinelt2023-01-05
|/ | | | https://github.com/protocolbuffers/protobuf/blob/v21.12/CHANGES.txt
* protobuf3_21: 3.21.6 -> 3.21.8Mario Rodas2022-10-22
| | | | | https://github.com/protocolbuffers/protobuf/releases/tag/v3.21.7 https://github.com/protocolbuffers/protobuf/releases/tag/v3.21.8
* protobuf3_20: 3.20.2 -> 3.20.3Mario Rodas2022-10-22
| | | | https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.3
* protobuf3_19: 3.19.5 -> 3.19.6Mario Rodas2022-10-22
| | | | https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.6
* protobuf3_7: removeThomas Gerbet2022-10-03
| | | | Part of #193370
* pkgsStatic.protobuf: fix installation of protocTobias Mayer2022-10-03
|
* protobuf3_11: removeMartin Weinelt2022-09-28
| | | | | No consumers and does not receive updates anymore and therefore probably vulnerable to CVE-2022-1941 and others.
* protobuf3_21: 3.21.2 -> 3.21.6Martin Weinelt2022-09-28
| | | | | | https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf Fixes: CVE-2022-1941
* protobuf3_20: 3.20.1 -> 3.20.2Martin Weinelt2022-09-28
| | | | | | https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf Fixes: CVE-2022-1941
* protobuf3_19: 3.19.4 -> 3.19.5Martin Weinelt2022-09-28
| | | | | | https://github.com/protocolbuffers/protobuf/security/advisories/GHSA-8gq9-2x98-w8hf Fixes: CVE-2022-1941
* protobuf*: add .meta.mainProgramVladimír Čunát2022-09-20
| | | | In particular, this fixes `lib.getExe protobuf` in opencv.
* protobuf3_21: init at 3.21.2Jonathan Ringer2022-07-17
|
* protobuf3_20: init at 3.20.1Jonathan Ringer2022-07-17
|
* protobuf: add cmake generic builderJonathan Ringer2022-07-17
|
* protobuf: drop all unused versionsSandro Jäckel2022-05-12
|
* Merge master into staging-nextgithub-actions[bot]2022-05-09
|\
| * Merge pull request #171746 from aaronjheng/protobuf-3.1Sandro2022-05-09
| |\ | | | | | | protobuf: remove 3.1
| | * protobuf: remove 3.1Aaron Jheng2022-05-06
| | |
* | | Merge master into staging-nextgithub-actions[bot]2022-05-06
|\| |
| * | treewide: add meta.mainProgram to some librariesMalo Bourgon2022-05-04
| |/ | | | | | | where a single bin is provided and someone might actually want to run it