summary refs log tree commit diff
path: root/pkgs/development/libraries/boringssl
Commit message (Collapse)AuthorAge
* boringssl: 2021-04-18 -> 2021-07-09ajs1242021-07-09
|
* treewide: go: inherit platforms instead of using platforms.allArnout Engelen2021-04-26
| | | | | | | | | `buildGoModule` and `buildGoPackage` by default inherit the `platforms` from go. That seems better than explicitly configuring `platforms.all`. There are also many packages that specify 'linux + darwin' - this is even suggested in the documentation. We might also want to update those, but let's do the noncontroversial change first.
* boringssl: 2019-12-04 -> 2021-04-18Maciej Krüger2021-04-18
| | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* boringssl: fix aarch64-linux buildIvan Babrou2021-02-17
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* boringssl: 2017-02-23 -> 2019-12-04Franz Pletz2020-05-04
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* boringssl: export GOCACHE in the makeFlagsWael M. Nasreddine2019-03-11
|
* go_1_12: init at go 1.12Wael M. Nasreddine2019-03-02
|
* boringssl: add licensesMarkus Kowalewski2018-09-30
|
* boringssl: 2016-03-08 -> 2017-02-23Charles Strahan2017-08-03
| | | | Also, include libcrypto.a and libdecrepit.a.
* boringssl: fix darwin buildMatthew Bauer2016-08-16
| | | | Add -Wno-error to make clang happy. Seems impossible to keep both gcc and clang happy.
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-03
|
* boringssl: 2014-08-20 -> 2016-03-08Domen Kožar2016-03-09
|
* boringssl: fix buildDomen Kožar2014-12-10
| | | | (cherry picked from commit 1b10d224c8a68a46ac28d72843fe235ca7ddf630)
* nixpkgs: boringssl 20140820-a7d1363fAustin Seipp2014-08-20
Signed-off-by: Austin Seipp <aseipp@pobox.com>