summary refs log tree commit diff
path: root/pkgs/development/libraries/gd
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* gd: disable testsJan Malakhovski2018-08-11
|
* gd: 2.2.4 -> 2.2.5 for multiple CVEsFranz Pletz2017-09-18
| | | | | | Fixes: * CVE-2017-6362 * CVE-2017-7890
* gd: 2.2.3 -> 2.2.4 for multiple CVEsFranz Pletz2017-01-25
| | | | | | | Fixes: * CVE-2016-9317 * CVE-2016-6912
* treewide: Shuffle outputsTuomas Tynkkynen2016-08-29
| | | | Make either 'bin' or 'out' the first output.
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-25
|\
| * gd: remove left-over cruft from 9b658d51cb746cfffcc60aa4dc27b60f2ab3e228Joachim Fasting2016-07-24
| |
| * gd: 2.2.2 -> 2.2.3Michael Stone2016-07-22
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-21
|\|
| * gd: cherry-pick a temporary patch for darwinAnthony Cowley2016-07-19
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * gd: security 2.2.1 -> 2.2.2Vladimír Čunát2016-07-09
| | | | | | | | CVE-2015-8874, CVE-2016-5767
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-06-10
|\|
| * gd: propagate image format dependenciesJoachim Fasting2016-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | After f8bdd7969d1af9b1f4ab5f968fae336190c1ae1c it has become necessary for users of gd to also add inputs for optional image format support, such as libjpeg and libwebp. This patch makes the following commits obsolete: - 972c438c03f046bddffea2a2ae349aaf6e652277 - 2113b7389afa040923e8e33443d3f5ce6eaed69e - 94286527ace1f7c3b09bf68e9449a1c8ecfcbd33 - a371094f1f0df1edf669362fe2612de10b077ca4 - f345d01974378d443e82cd615ee95620529beb1d
| * gd: enable parallel buildingJoachim Fasting2016-06-03
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-30
|\|
| * gd: 2.1.1 -> 2.2.1Franz Pletz2016-05-30
| |
| * gd: multiple outputsJoachim Fasting2016-05-22
| |
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * gd: apply patch for CVE-2016-3074 from upstreamJoachim Fasting2016-05-14
| | | | | | | | | | | | | | | | | | | | Source: https://github.com/libgd/libgd/commit/2bb97f407c1145c850416a3bfbcc8cf124e68a19.patch The original patch contains binary data, however, which is not supported by `patch`; we could use `git apply` here, of course, but it was simpler to just copy-paste only the fix into a separate file and include it in the repo.
| * gd: 2.0.35 -> 2.1.1Joachim Fasting2016-05-14
| | | | | | | | | | | | | | | | | | | | | | Upstream claims 2.1 is fully API compatible with 2.0 https://libgd.github.io/release-2.1.0.html https://libgd.github.io/release-2.1.1.html Also includes meta updates, adds pkg-config to the build environment, for proper detection of dependencies, and adds optional support for tiff and xpm image formats.
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | switch hardening flagsRobin Gloster2016-01-30
| |
* | Use a hardened stdenv by defaultFranz Pletz2016-01-30
|/
* * Added libgd.Eelco Dolstra2007-09-21
* gnuplot 4.2.2. svn path=/nixpkgs/trunk/; revision=9354