Maximilian Bosch
7046f09fe4
xorg.xdm: fix build w/glibc-2.36
...
Failing Hydra build: https://hydra.nixos.org/build/193323749
2023-03-29 09:50:28 +02:00
github-actions[bot]
07fb9cae4e
Merge master into staging-next
2023-03-26 00:02:45 +00:00
Sergei Trofimovich
a78a1e5097
xorg.mkfontscale: 1.2.1 -> 1.2.2
2023-03-25 10:43:14 +00:00
Vladimír Čunát
12dd95fbb1
Merge branch 'master' into staging-next
2023-03-24 09:07:41 +01:00
Finn Krein
92be697638
xwayland: Add support for the X Security extension
...
Enabling the security extension is needed to properly run xauth on wayland.
For example `ssh -X` is not going to work properly without this.
2023-03-23 18:22:59 +01:00
Vladimír Čunát
8b2be0d6dd
Merge #221614 : xorg.libXvMC: 1.0.12 -> 1.0.13
...
...into staging-next
2023-03-20 16:29:13 +01:00
github-actions[bot]
7f0b38bc9a
Merge master into staging-next
2023-03-18 14:00:45 +00:00
Sergei Trofimovich
f749c3ec34
xorg.fontalias: 1.0.4 -> 1.0.5
...
Changes: https://www.spinics.net/lists/xorg/msg60833.html
2023-03-17 07:53:47 +00:00
Sergei Trofimovich
d2b2876373
xorg.libXvMC: 1.0.12 -> 1.0.13
2023-03-17 07:34:59 +00:00
Martin Weinelt
19680e9902
Merge pull request #217568 from trofi/stdenv-parallel-install
...
stdenv/generic/setup.sh: enable parallel installs for parallel builds
2023-03-15 17:10:19 +00:00
Vladimír Čunát
2d51a0e8ad
Merge branch 'master' into staging-next
2023-03-13 08:25:10 +01:00
Sergei Trofimovich
0f0473bd41
xorg: regenerate headers with ./generate-expr-from-tarballs.pl
...
Otherwise unrelated bumps produce the diffs.
2023-03-12 21:36:47 +00:00
Weijia Wang
a99778adf6
xorg.xorgserver: fix build on darwin
2023-03-08 12:19:58 +02:00
github-actions[bot]
fa94414f70
Merge master into staging-next
2023-03-07 00:02:41 +00:00
superherointj
0268565fcc
Merge pull request #219864 from thiagokokada/xorg-pkgs-bump
...
xorg.xf86video{suncg6,sunffb,sunleo,trident,qxl}: bumps
2023-03-06 18:41:30 -03:00
Martin Weinelt
8127b7ce48
Merge pull request #219852 from vcunat/p/xorgserver-darwin
...
xorg.xorgserver: fixup build on *-darwin
2023-03-06 19:51:09 +00:00
Martin Weinelt
d9b015c494
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-06 19:33:49 +00:00
Thiago Kenji Okada
194e9a120a
Merge pull request #180523 from talyz/intel-mesa-22
...
xf86videointel: Use the `crocus` and `iris` DRI drivers
2023-03-06 19:26:48 +00:00
Thiago Kenji Okada
cfc997d86d
xorg.xf86videoqxl: 0.1.5 -> 0.1.6
2023-03-06 18:31:25 +00:00
Thiago Kenji Okada
7a550f8b8d
xorg.xf86videotrident: 1.3.8 -> 1.4.0
...
Release notes:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-trident/-/merge_requests/4
2023-03-06 18:26:18 +00:00
Thiago Kenji Okada
be4adf5668
xorg.xf86videosunleo: 1.2.2 -> 1.2.3
...
Release notes:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-sunleo/-/merge_requests/2
2023-03-06 18:23:38 +00:00
Thiago Kenji Okada
46f6c447aa
xorg.xf86videosunffb: 1.2.2 -> 1.2.3
...
Release notes:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-sunffb/-/merge_requests/2
2023-03-06 18:23:32 +00:00
Thiago Kenji Okada
9e88cf2c9e
xorg.xf86videosuncg6: 1.1.2 -> 1.1.3
...
Release notes:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-suncg6/-/merge_requests/2
2023-03-06 18:23:26 +00:00
Vladimír Čunát
fcc9c904ca
xorg.xorgserver: fixup build on *-darwin
...
Broken by the update in be54beb
.
2023-03-06 17:51:34 +01:00
Martin Weinelt
8a085cd8e3
Merge remote-tracking branch 'origin/master' into staging-next
2023-03-05 15:36:16 +01:00
Vladimír Čunát
255bdfc8d2
Merge #218433 : xorg.xf86videoamdgpu: 21.0.0 -> 23.0.0
2023-03-05 09:30:12 +01:00
github-actions[bot]
736c488efe
Merge staging-next into staging
2023-03-01 18:01:48 +00:00
Fabián Heredia Montiel
0c6d8cb679
xorg.xorgserver: 1.20.14 → 21.1.7
...
Diff:
https://github.com/freedesktop/xorg-xserver/compare/xorg-server-1.20.14...xorg-server-21.1.7
This reverts the revert on https://github.com/NixOS/nixpkgs/pull/174140
2023-03-01 08:47:09 -06:00
Sergei Trofimovich
69cf5181c3
stdenv/generic/setup.sh: enable parallel installs by default
...
The primary motivating example is openssl:
Before the change full package build took 1m54s minutes.
After the change full package build takes 59s.
About a 2x speedup.
The difference is visible because openssl builds hundreds of manpages
spawning a perl process per manual in `install` phase. Such a workload
is very easy to parallelize.
Another example would be `autotools`+`libtool` based build system where
install step requires relinking. The more binaries there are to relink
the more gain it will be to do it in parallel.
The change enables parallel installs by default only for buiilds that
already have parallel builds enabled. There is a high chance those build
systems already handle parallelism well but some packages will fail.
Consistently propagated the enableParallelBuilding to:
- cmake (enabled by default, similar to builds)
- ninja (set parallelism explicitly, don't rely on default)
- bmake (enable when requested)
- scons (enable when requested)
- meson (set parallelism explicitly, don't rely on default)
- waf (set parallelism explicitly, don't rely on default)
- qmake-4/5/6 (enable by default, similar to builds)
- xorg (always enable, similar to builds)
2023-02-26 22:02:09 +00:00
Vladimír Čunát
2faf6b3aa7
xorg.xf86videoamdgpu: 21.0.0 -> 23.0.0
2023-02-26 14:01:14 +01:00
github-actions[bot]
3cdd771820
Merge staging-next into staging
2023-02-23 18:01:49 +00:00
Alyssa Ross
52c286ee5b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/libraries/pmdk/default.nix
2023-02-23 13:51:34 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Artturin
6f6cc4a22d
treewide: use toString on list NIX_CFLAGS_COMPILE
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
2023-02-22 21:23:04 +02:00
github-actions[bot]
aaa6cd4e04
Merge staging-next into staging
2023-02-18 14:13:15 +00:00
Alyssa Ross
38f0121cce
Merge master (+ 11b095e
revert) into staging-next
...
Conflicts:
pkgs/development/libraries/libvisual/default.nix
2023-02-18 14:04:32 +00:00
Sergei Trofimovich
9b0c789970
Merge pull request #215938 from trofi/xorg.xkbcomp-update
...
xorg.xkbcomp: 1.4.5 -> 1.4.6
2023-02-18 09:49:18 +00:00
Sergei Trofimovich
e2dcad25f2
Merge pull request #215838 from trofi/xorg.libXxf86vm-update
...
xorg.libXxf86vm: 1.1.4 -> 1.1.5
2023-02-18 09:48:58 +00:00
K900
a57fd65b7b
libX11: 1.8.3 -> 1.8.4
2023-02-15 01:54:08 +03:00
Kiskae
c73f3cf927
xwayland: enable libunwind
2023-02-13 18:27:53 +01:00
Sergei Trofimovich
06184acf6c
xorg.xkbcomp: 1.4.5 -> 1.4.6
...
Changes: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01492.html
2023-02-12 08:15:12 +00:00
Sergei Trofimovich
08e194a913
xorg.libXxf86vm: 1.1.4 -> 1.1.5
...
Changes: https://www.mail-archive.com/xorg-announce@lists.x.org/msg01422.html
2023-02-11 14:43:56 +00:00
Artturi
aaa9ea8ec6
Merge pull request #208537 from Artturin/makesetuphooksupportstrictdeps
2023-02-10 20:08:32 +02:00
github-actions[bot]
bece38afcc
Merge staging-next into staging
2023-02-09 00:02:56 +00:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next
2023-02-08 21:50:23 +01:00
Rouven Czerwinski
900cf6ed74
xwayland: 22.1.7 -> 22.1.8
...
Changelog: https://lists.x.org/archives/xorg-announce/2023-February/003322.html
2023-02-08 08:00:58 +01:00
Artturin
4e3dcf364e
treewide: makeSetupHook deps -> propagatedBuildInputs
2023-02-07 21:02:00 +02:00
github-actions[bot]
371c2a6303
Merge staging-next into staging
2023-02-07 18:02:15 +00:00
Vladimír Čunát
48043f3f7d
Merge #215113 : xorg.xorgserver: patch CVE-2023-0494
...
...into staging-next
2023-02-07 16:56:59 +01:00
Vladimír Čunát
7f41ad6c6c
xorg.xorgserver: patch CVE-2023-0494
...
https://lists.x.org/archives/xorg/2023-February/061255.html
2023-02-07 13:10:57 +01:00