summary refs log tree commit diff
path: root/pkgs/development/libraries/nghttp2/default.nix
Commit message (Collapse)AuthorAge
* nghttp2: 1.39.2 -> 1.40.0Will Dietz2019-12-15
|
* nghttp2: Fix MinGW build by skipping some optional depsJohn Ericson2019-11-11
| | | | | | I think those deps could be made to build, but I didn't want to get bogged down investigating further. "Use flags" are always a good thing, so this is fine for now.
* nghttp2: 1.39.1 -> 1.39.2 (security!) (#67057)Will Dietz2019-08-31
| | | https://github.com/nghttp2/nghttp2/releases/tag/v1.39.2
* nghttp2: 1.38.0 -> 1.39.1Will Dietz2019-06-15
| | | | https://nghttp2.org/blog/2019/06/11/nghttp2-v1-39-1/
* nghttp2: 1.37.0 -> 1.38.0Will Dietz2019-04-21
| | | | https://nghttp2.org/blog/2019/04/18/nghttp2-v1-38-0/
* nghttp2: 1.36.0 -> 1.37.0Will Dietz2019-03-12
| | | | https://nghttp2.org/blog/2019/03/08/nghttp2-v1-37-0/
* nghttp2: 1.35.1 -> 1.36.0Will Dietz2019-02-22
| | | | https://github.com/nghttp2/nghttp2/releases/tag/v1.36.0
* treewide: remove wkennington as maintainerJörg Thalheim2019-01-26
| | | | | | He prefers to contribute to his own nixpkgs fork triton. Since he is still marked as maintainer in many packages this leaves the wrong impression he still maintains those.
* nghttp2: 1.35.0 -> 1.35.1 (#53061)Will Dietz2019-01-01
| | | https://nghttp2.org/blog/2018/12/10/nghttp2-v1-35-1/
* nghttp2: 1.34.0 -> 1.35.0Will Dietz2018-11-27
| | | | https://nghttp2.org/blog/2018/11/23/nghttp2-v1-35-0/
* nghttp2: grab upstream patch to hopefully fix darwin build errorWill Dietz2018-10-30
|
* nghttp2: 1.32.0 -> 1.34.0Will Dietz2018-10-21
|
* nghttp2: make app optionalMatthew Bauer2018-10-17
| | | | windows just needs the libraries & the app won’t build
* nghttp2: 1.31.0 -> 1.32.0Will Dietz2018-05-22
| | | | | | 1.31.1 has security fix for CVE-2018-1000168: https://nghttp2.org/blog/2018/04/12/nghttp2-v1-31-1/
* nghttp2: 1.24.0 -> 1.31.0Will Dietz2018-03-07
|
* nghttp2: 1.20.0 -> 1.24.0Parnell Springmeyer2017-08-22
| | | | | | | | This change does three things: 1. Increases nghttp2's version from 1.20.0 to 1.24.0 2. Adds a `bin` output 3. Enables building of nghttp2's suite of applications
* Get rid of all `with { inherit... }` and just used `let inherit...`John Ericson2017-03-30
| | | | | | The old forms presumably predates, or were made in ignorance of, `let inherit`. This way is better style as the scoping as more lexical, something which Nix can (or might already!) take advantage of.
* nghttp2: 1.19.0 -> 1.20.0Renaud2017-03-16
| | | | | | Corrected c-ares attribute name Full changelog : https://nghttp2.org/blog/2017/02/26/nghttp2-v1-20-0/
* nghttp2: 1.17.0 -> 1.19.0Renaud2017-02-07
| | | | Package update. New features as documented in changelogs : https://github.com/nghttp2/nghttp2/releases
* nghttp2: refactor (close #21029)c0bw3b2017-01-06
| | | | | Turning the dependencies unrelated to the base libnghttp2 into proper options. vcunat modified the commit slightly.
* nghttp2 cleanup: unneeded patching, unused inputsVladimír Čunát2016-12-11
| | | | | Suggested on https://github.com/NixOS/nixpkgs/pull/21029#issuecomment-266290756
* nghttp2: 1.16.1 -> 1.17.0c0bw3b2016-12-10
| | | | | See release notes : https://github.com/nghttp2/nghttp2/releases/tag/v1.17.0
* nghttp2: 1.14.1 -> 1.16.1Franz Pletz2016-11-26
|
* nghttp2: 1.10.0 -> 1.14.1Franz Pletz2016-09-24
|
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* nghttp2: 1.9.2 -> 1.10.0Franz Pletz2016-05-13
|
* nghttp2: 1.8.0 -> 1.9.2, unify with libnghttp2, and use multiple outputsEelco Dolstra2016-04-18
| | | | | | Note: I ignored the C++ libraries, but it appears we're not currently using them. Once we do, we'll probably want to put them in a separate output as well (to prevent non-C++ users from depending on Boost).
* nghttp2: more stable url (hopefully)Domen Kožar2016-04-16
|
* nghttp2: 1.7.1 -> 1.8.0zimbatm2016-03-12
|
* nghttp2: 1.3.4 -> 1.7.1 (CVE-2016-1544)Franz Pletz2016-02-27
| | | | https://lwn.net/Vulnerabilities/675696/
* nghttp2: 1.2.1 -> 1.3.4William A. Kennington III2015-10-17
|
* nghttp2: 1.1.2 -> 1.2.1William A. Kennington III2015-08-29
|
* nghttp2: 1.1.1 -> 1.1.2William A. Kennington III2015-08-01
|
* nghttp2: 1.0.2 -> 1.1.1William A. Kennington III2015-07-17
|
* nghttp2: 0.7.14 -> 1.0.2William A. Kennington III2015-06-18
|
* Revert "Refactor mkFlag / shouldUsePkg into the nixpkgs libraries"Eelco Dolstra2015-06-04
| | | | This reverts commit 25a148fa196b944b3f134527da87e43d88c066f9.
* Refactor mkFlag / shouldUsePkg into the nixpkgs librariesWilliam A. Kennington III2015-05-22
|
* nghttp2: fix configure script to correctly find jemallocSpencer Whitt2015-05-15
|
* nghttp2: 0.7.13 -> 0.7.14William A. Kennington III2015-05-13
|
* nghttp2: Add derivationWilliam A. Kennington III2015-05-01