Skip to content

Commit 1e65cb9

Browse files
committed
1 parent 43b7c96 commit 1e65cb9

2 files changed

Lines changed: 3 additions & 13 deletions

File tree

pkgs/servers/x11/xorg/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,11 +3102,11 @@ lib.makeScope newScope (self: with self; {
31023102
# THIS IS A GENERATED FILE. DO NOT EDIT!
31033103
xorgserver = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, openssl, libX11, libXau, libXaw, libxcb, xcbutil, xcbutilwm, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, libXdmcp, libXfixes, libxkbfile, libXmu, libXpm, libXrender, libXres, libXt }: stdenv.mkDerivation {
31043104
pname = "xorg-server";
3105-
version = "1.20.13";
3105+
version = "1.20.14";
31063106
builder = ./builder.sh;
31073107
src = fetchurl {
3108-
url = "mirror://xorg/individual/xserver/xorg-server-1.20.13.tar.xz";
3109-
sha256 = "003371ad64bz7i2hx7idnh90yw12dbh116ssy40s70balnb4xaj0";
3108+
url = "mirror://xorg/individual/xserver/xorg-server-1.20.14.tar.xz";
3109+
sha256 = "0sx18vsxr0dg9z7b9ph1gz6q4pmxc1n6b4sbb7i47578kc5vgiaw";
31103110
};
31113111
hardeningDisable = [ "bindnow" "relro" ];
31123112
nativeBuildInputs = [ pkg-config ];

pkgs/servers/x11/xorg/overrides.nix

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -686,16 +686,6 @@ self: super:
686686
then {
687687
outputs = [ "out" "dev" ];
688688
patches = [
689-
# https://lists.x.org/archives/xorg-announce/2021-December/003122.html
690-
(fpgit "ebce7e2d80e7c80e1dda60f2f0bc886f1106ba60"
691-
"sNi16FqN4rS4s8j5+PUVeOQBasccCkB5KvywP7xl28M=" "CVE-2021-4008")
692-
(fpgit "b5196750099ae6ae582e1f46bd0a6dad29550e02"
693-
"5hgzQXBBaJfhSTa9hs8K2N1fQ6+Vp8TTkertmQhkw8Y=" "CVE-2021-4009")
694-
(fpgit "6c4c53010772e3cb4cb8acd54950c8eec9c00d21"
695-
"1gGG9RpjLMi7Emwh13/z5CN1+ISLsPL3hJXP5gQcNkE=" "CVE-2021-4010")
696-
(fpgit "e56f61c79fc3cee26d83cda0f84ae56d5979f768"
697-
"e1KgSXGwwI3GgcYeWaF3KHPmkE4tf9VTqvfTYqRpysY=" "CVE-2021-4011")
698-
699689
# The build process tries to create the specified logdir when building.
700690
#
701691
# We set it to /var/log which can't be touched from inside the sandbox causing the build to hard-fail

0 commit comments

Comments
 (0)