summary refs log tree commit diff
path: root/pkgs/servers/x11
Commit message (Collapse)AuthorAge
...
| * | | xorg.xorgserver: don't use XORG_DRI_DRIVER_PATHNikolay Amiantov2018-03-26
| | | | | | | | | | | | | | | | Our patch which adds this envvar has been removed.
| * | | xorg: update autogeneration scriptNikolay Amiantov2018-03-26
| | | | | | | | | | | | | | | | | | | | | | | | * Fix shebang so that it's usable on NixOS; * Enable warnings (they were enabled with Perl flag before); * Switch from mesa to libGL.
| * | | Merge branch 'binutils-2.30' into stagingShea Levy2018-03-22
| |\ \ \
| | * | | libxshmfence: Bump to 1.3.Shea Levy2018-03-17
| | | | | | | | | | | | | | | | | | | | Needed with glibc-2.27.
| * | | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-03-22
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | xorg.xinit: 1.3.4 -> 1.4.0Ryan Mulligan2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.4.0 with grep in /nix/store/bxyqz9d31nzmjxahn97f60706ck895sw-xinit-1.4.0 - directory tree listing: https://gist.github.com/6f82742b7f83f4fcd6fddb1da6311b84
| | * | | xorg.xf86videovesa: 2.3.4 -> 2.4.0Ryan Mulligan2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.4.0 with grep in /nix/store/61y7ka641q9l5ykkfdilk1507xqv8gnl-xf86-video-vesa-2.4.0 - directory tree listing: https://gist.github.com/148425747ac738aa905b76186c75afc4
| | * | | xorg.xf86videoati: 7.9.0 -> 18.0.1Ryan Mulligan2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 18.0.1 with grep in /nix/store/00hw6alrivxhdl0x9alclhidmnq358mb-xf86-video-ati-18.0.1 - directory tree listing: https://gist.github.com/094fbc79ea86324a9b95f4784be3e1cd
| | * | | Revert "xorg.xkill: 1.0.4 -> 1.0.5"obadz2018-03-21
| | | | | | | | | | | | | | | | | | | | This reverts commit 4f0d0cc6ad4b0d850a6c33efb9e92e24f0c3c509.
| | * | | xorg.xkill: 1.0.4 -> 1.0.5Ryan Mulligan2018-03-21
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - ran `/nix/store/gjg9nnbybyy2mig9hkd8kfsv7msdi733-xkill-1.0.5/bin/xkill -v` and found version 1.0.5 - found 1.0.5 with grep in /nix/store/gjg9nnbybyy2mig9hkd8kfsv7msdi733-xkill-1.0.5 - directory tree listing: https://gist.github.com/220fd7765fdc12432a2b23fd0f68c24b
| * | | xorg.libXfixes: 5.0.2 -> 5.0.3Ryan Mulligan2018-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 5.0.3 with grep in /nix/store/g5hcg35wmg25sgfjp7mvi4cx3shldbxd-libXfixes-5.0.3 - directory tree listing: https://gist.github.com/7398ada0908969ebbd1e7e629a1e0ef7
| * | | xorg.utilmacros: 1.19.1 -> 1.19.2Ryan Mulligan2018-03-21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.19.2 with grep in /nix/store/0dsmsg3p8dzp24h3ldc8xl0kzjwxpg6b-util-macros-1.19.2 - directory tree listing: https://gist.github.com/c2988d9a6c1d7cd8bfd5b9513e60d79c
| * | Merge pull request #33685 from corngood/amdgpu-pro-upgradeMatthew Justin Bauer2018-03-19
| |\ \ | | |/ | |/| amdgpu-pro: 17.10 -> 17.40
| | * xorg: allow and check abiCompat on current versionDavid McFarland2018-01-12
| | |
* | | treewide: Get rid of all uses of crossConfigJohn Ericson2018-05-14
|/ / | | | | | | | | | | | | | | | | | | | | | | The hack of using `crossConfig` to enforce stricter handling of dependencies is replaced with a dedicated `strictDeps` for that purpose. (Experience has shown that my punning was a terrible idea that made more difficult and embarrising to teach teach.) Now that is is clear, a few packages now use `strictDeps`, to fix various bugs: - bintools-wrapper and cc-wrapper
* | tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
| |
* | Merge pull request #31590 from matthewbauer/quartz-wmDaiderd Jordan2018-02-17
|\ \ | | | | | | quartz-wm: fix building
| * | quartz-wm: add myself as maintainerMatthew Bauer2017-11-13
| | |
| * | quartz-wm: fix and avoid impuritiesMatthew Bauer2017-11-13
| | |
* | | xorgserver: Builds! small workaround re:bad typesWill Dietz2018-02-13
| | |
* | | 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
|