summary refs log tree commit diff
path: root/pkgs/servers/x11
Commit message (Collapse)AuthorAge
* xcbutilxrm: 1.0 -> 1.2Franz Pletz2018-01-28
|
* stdenv: Kill off ensureDiradisbladis2018-01-09
|
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * treewide: Don't use `nativePkgs` or `crossPkgs` anymoreJohn Ericson2017-12-30
| |
* | xorg-server: 1.19.5 -> 1.19.6 (maintenance)Vladimír Čunát2017-12-29
|/
* xorg-server-1.18: fixup build with glibc-2.26Vladimír Čunát2017-12-03
| | | | It's non-default version required by amdgpu-pro ATM. Thanks to Mounium.
* xorg.fontmiscmisc: make the misc fonts availableOrivej Desh2017-12-01
| | | | | Xorg was rejecting font directories with symlinks since db6adec1562346f737babad36ccd11e5b23b3093.
* xorg: Mark some xf86* drivers x86-onlyTuomas Tynkkynen2017-11-30
| | | | https://hydra.nixos.org/eval/1413937?filter=xorg&compare=1358674
* Merge branch 'staging'Vladimír Čunát2017-11-29
|\ | | | | | | | | | | There are security fixes in multiple packages /cc #32117, so I'm merging a little earlier, with a few thousand jobs still not finished on Hydra for x86_64-darwin and aarch64-linux.
| * xorg.libXfont*: security update for CVE-2017-16611Vladimír Čunát2017-11-28
| |
| * xorg.libXcursor: security 1.1.14 -> 1.1.15Vladimír Čunát2017-11-28
| | | | | | | | Fix heap overflows when parsing malicious files. (CVE-2017-16612)
| * xorg.bdftopcf: 1.0.5 -> 1.1Vladimír Čunát2017-11-27
| |
| * xorg.libpciaccess: 0.13.5 -> 0.14Vladimír Čunát2017-11-27
| |
| * xf86-input-libinput: 0.25.0 -> 0.26.0Vladimír Čunát2017-11-27
| |
* | xorg.bitmap: provide resource search pathOrivej Desh2017-11-29
| |
* | xorg.bitmap: init at 1.0.8rnhmjoj2017-11-29
|/
* stdenv setup: Always use both propagated filesJohn Ericson2017-11-21
| | | | | | | | | | | This continues #23374, which always kept around both attributes, by always including both propagated files: `propgated-native-build-inputs` and `propagated-build-inputs`. `nativePkgs` and `crossPkgs` are still defined as before, however, so this change should only barely observable. This is an incremental step to fully keeping the dependencies separate in all cases.
* Merge pull request #30828 from gnidorah/xwaylandPeter Hoeg2017-11-01
|\ | | | | xwayland: enable acceleration with help of glamor
| * xwayland: enable acceleration with help of glamorgnidorah2017-10-27
| |
* | xorg.xf86inputlibinput: Split dev outputTuomas Tynkkynen2017-10-28
|/ | | | Closure goes from 160M -> 42M
* xf86-video-intel: 2017-04-18 -> 2017-10-19Joerg Thalheim2017-10-25
|
* xorg.libXfont: 1.5.2 -> 1.5.3Vladimír Čunát2017-10-21
| | | | It fixes CVE-2017-{13720,13722} but it's apparently very low-impact.
* xf86-input-libinput: 0.25.1 -> 0.26.0Yegor Timoshenko2017-10-15
|
* xorg-server: security 1.19.4 -> 1.19.5Vladimír Čunát2017-10-14
| | | | CVE-2017-{12176,12177,12178,12183}
* xorg libXfont2, libXres: security updatesVladimír Čunát2017-10-14
| | | | CVE-2013-1988, CVE-2017-{13720,13722}
* Merge branch 'master' into stagingVladimír Čunát2017-10-09
|\ | | | | | | Hydra: ?compare=1400181
| * xorg-server: security 1.19.3 -> 1.19.4Vladimír Čunát2017-10-08
| | | | | | | | | | CVE-2017-{13721,13723} https://lists.x.org/archives/xorg-announce/2017-October/002808.html
| * xf86-video-intel: fixup after #29039Vladimír Čunát2017-10-08
| | | | | | | | | | | | | | This was one package in pkgs/servers/x11/xorg/default.nix that was *not* generated, and that was missed in the PR and overwritten (understandably). Now the change is properly in overrides.nix to prevent that...
* | xorg.xkeyboard-config: 2.21 -> 2.22Vladimír Čunát2017-10-08
|/
* xf86-video-amdgpu: 1.3.0 -> 1.4.0Vladimír Čunát2017-10-07
|
* xorg-server: fixup build after #29039Vladimír Čunát2017-10-07
| | | | | | The expression uncarefully overrode whole nativeBuildInputs, so after the pkgconfig move it got removed and the build failed. 1.19.3 doesn't need these lines anyway...
* misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson2017-09-21
| | | | | Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-21
|
* misc pkgs: Recategorize some dependenciesJohn Ericson2017-09-05
|
* xorg: Split some man outputs from docTuomas Tynkkynen2017-08-11
| | | | Because soon manpages won't go to $doc anymore.
* xf86-video-intel: build intel-virtual-outputCarter Charbonneau2017-08-04
|
* stdenv-setup and misc hooks: Work with bash-3.4 for MacOS nix-shellJohn Ericson2017-07-26
| | | | This is a temporary measure until this impurity is removed from Nix.
* stdenv-setup: Make the package accumulators associative arrays instead of ↵John Ericson2017-07-12
| | | | | | | | strings This is generally cleaner: less eval, less worrying about separators, and probably also faster. I got the idea from that python wrapper script.
* xkeyboard-config: 2.20 -> 2.21Vladimír Čunát2017-06-11
|
* xorg-input-libinput: 0.25.0 -> 0.25.1Benjamin Staffin2017-06-04
| | | | | | | | This isn't part of a full xorg release, so I just added it to the xorg overrides.nix. Changelog and release announcement: https://lists.x.org/archives/xorg-announce/2017-May/002798.html
* Merge branch 'master' into stagingVladimír Čunát2017-05-12
|\ | | | | | | Some more larger rebuilds from master.
| * xf86-video-intel: 2017-02-05 -> 2017-04-18Jörg Thalheim2017-05-11
| |
* | xf86-video-nouveau: maintenance 1.0.14 -> 1.0.15Vladimír Čunát2017-05-06
| |
* | xorg: misc updatesVladimír Čunát2017-05-06
|/
* xorg xf86-input-libinput: 0.23.0 -> 0.25.0Vladimír Čunát2017-04-02
|
* xorg xf86-video-amdgpu: 1.2.0 -> 1.3.0 (#24561)Vladimír Čunát2017-04-02
|
* xorg xf86-video-openchrome: 0.3.3 -> 0.6.0Vladimír Čunát2017-04-02
| | | | Now it builds (again), but I haven't tested it in any other way.
* xorg-server: maintenance 1.19.2 -> 1.19.3Vladimír Čunát2017-04-02
|
* xorg xf86-video-nouveau: 1.0.13 -> 1.0.14Vladimír Čunát2017-04-02
|