about summary refs log tree commit diff
path: root/pkgs/tools/graphics/graphviz
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: configureFlags is a flat listRobin Gloster2019-12-31
|
* graphviz: 2.40.1 -> 2.42.2Will Dietz2019-10-07
| | | | | | | | | | | | | | | | | | | | | Little uncertain what's going on re:versions, here's some info: 2.42.0 "Fixes quite a few bugs"[1], which is primary motivation. [1] https://gitlab.com/graphviz/graphviz/blob/stable_release_2.42.0/ChangeLog 2.42.1 has a note in 2.42.2's ChangeLog[2] which is good but also interesting as 2.42.2 doesn't have an entry in its own ChangeLog :). FWIW there are two tags for 2.42.2 but happily they're equivalent. While a bit verbose, the changes between these versions can be looked at using git locally or a URL like one of these: * https://gitlab.com/graphviz/graphviz/compare/stable_release_2.42.0...stable_release_2.42.2 * https://gitlab.com/graphviz/graphviz/compare/stable_release_2.40.1...stable_release_2.42.0 Anyway, looks like a bunch of bugfixes! :)
* Merge master into staging-nextFrederik Rietdijk2019-09-06
|\
| * graphviz: use git hash for removed release tagDylan Simon2019-09-06
| |
* | treewide: remove redundant recvolth2019-08-28
|/
* treewide: name -> pnamevolth2019-08-17
|
* graphviz: fix CVE-2018-10196Symphorien Gibol2018-09-23
|
* [bot] treewide: remove unused 'inherit' in let blocksvolth2018-07-20
|
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* treewide: remove some more gettext referencesMatthew Bauer2018-03-22
|
* graphviz: Explicitly specify libltdl directoriesJosef Kemetmueller2018-02-05
| | | | | This should prevent the build from picking up /usr/lib/libltdl.so in non-chroot builds on non-nixOS.
* graphviz: cleanup, source from GitLabYegor Timoshenko2017-12-16
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* graphviz_2_0: hide inside monotoneVizMichael Raskin2017-02-15
| | | | | The old Graphviz version is vulnerable, but monotone-viz will never feed it bad input.
* graphviz: add darwin frameworksDaiderd Jordan2017-01-10
|
* graphviz: 2.38.0 -> 2.40.1Michael Raskin2017-01-02
|
* graphviz: Make derivations pure on non-NixOS systems.Travis Whitaker2016-11-24
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-08-03
|\
| * treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
| * treewide: Lots of meta.hydraPlatforms -> meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | | | | | In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-30
|\|
| * graphviz_2_0: dependency reasons now make libwebp neededMichael Raskin2016-05-30
| |
| * treewide: Make explicit that 'dev' output of libpng is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of libjpeg is usedTuomas Tynkkynen2016-05-19
| |
| * treewide: Make explicit that 'dev' output of expat is usedTuomas Tynkkynen2016-05-19
| |
* | Merge remote-tracking branch 'origin/master' into hardened-stdenvFranz Pletz2016-05-18
|\|
| * Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons2016-05-16
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\|
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| | * graphviz: build with pango even without xorgAnthony Cowley2016-04-07
| | | | | | | | | | | | | | | The pango dependency enables outputting PDF files, and is somewhat independent of the larger xorg dependencies.
| * | treewide: Mass replace 'libpng}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | |
| * | treewide: Mass replace 'libjpeg}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | |
| * | treewide: Mass replace 'expat}/lib' to refer the 'out' outputTuomas Tynkkynen2016-01-24
| | |
| * | Merge staging into closure-sizeVladimír Čunát2015-11-20
| |\| | | | | | | | | | | | | | | | The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
| * | graphviz: simplify and add a missing X libraryVladimír Čunát2015-10-28
| | |
| * | cairo, pango: fix some string referencesVladimír Čunát2015-10-13
| | |
* | | 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
* | | graphviz_2_0: disable format/fortify hardeningRobin Gloster2016-02-23
| | |
* | | graphviz: turn off fortify hardeningRobin Gloster2016-02-12
| | |
* | | graphviz: no fortify hardeningRobin Gloster2016-01-30
| | |
* | | switch hardening flagsRobin Gloster2016-01-30
| | |
* | | Use a hardened stdenv by defaultFranz Pletz2016-01-30
| |/ |/|
* | link graphviz with libc++ instead of nothing on darwinJude Taylor2015-10-28
| |
* | darwin: graphviz: remove -lstdc++ on darwinAsko Soukka2015-10-24
|/
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-15
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* xlibs.xlibs: removeVladimír Čunát2015-09-15
| | | | | | It was really ugly that `xlibs.xlibs` meant something else than `xlibs`, especially when using `with xlibs`, such as in wine. Also, now `xlibs` is the same as `xorg`.
* graphviz: Patch to fix CVE-2014-9157 (close #6640)James Cook2015-03-03
|
* graphviz: Add a no x dependency versionWilliam A. Kennington III2015-02-18
|