xorg.libX11: 1.8.10 -> 1.8.11
Changes: https://lists.x.org/archives/xorg-announce/2025-February/003582.html
This commit is contained in:
@@ -1123,11 +1123,11 @@ self: with self; {
|
||||
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
||||
libX11 = callPackage ({ stdenv, pkg-config, fetchurl, xorgproto, libpthreadstubs, libxcb, xtrans, testers }: stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "libX11";
|
||||
version = "1.8.10";
|
||||
version = "1.8.11";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/lib/libX11-1.8.10.tar.xz";
|
||||
sha256 = "0lywvwsz92j7isglvw2227g3na4ghyspvsvblpf43ns7jfnksfrb";
|
||||
url = "mirror://xorg/individual/lib/libX11-1.8.11.tar.xz";
|
||||
sha256 = "120f716wl7ay33yshicl1l0w62b9jx16ik3qnyh4ajwj8clyhx1v";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
strictDeps = true;
|
||||
|
||||
@@ -149,14 +149,6 @@ self: super:
|
||||
|
||||
libX11 = super.libX11.overrideAttrs (attrs: {
|
||||
outputs = [ "out" "dev" "man" ];
|
||||
patches = [
|
||||
# Fix spurious Xerror when running synchronized
|
||||
# https://gitlab.freedesktop.org/xorg/lib/libx11/-/merge_requests/264
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/f3d6ebac35301d4ad068e307f0fbe6aa12ccbccb.patch";
|
||||
hash = "sha256-wQNMsbQ+h9VlNiWr+r34AxvViC8fq02ZhcARRnw7O9k=";
|
||||
})
|
||||
];
|
||||
configureFlags = attrs.configureFlags or []
|
||||
++ malloc0ReturnsNullCrossFlag
|
||||
++ lib.optional (stdenv.targetPlatform.useLLVM or false) "ac_cv_path_RAWCPP=cpp";
|
||||
|
||||
@@ -172,7 +172,7 @@ mirror://xorg/individual/lib/libICE-1.1.2.tar.xz
|
||||
mirror://xorg/individual/lib/libpciaccess-0.18.1.tar.xz
|
||||
mirror://xorg/individual/lib/libSM-1.2.5.tar.xz
|
||||
mirror://xorg/individual/lib/libWindowsWM-1.0.1.tar.bz2
|
||||
mirror://xorg/individual/lib/libX11-1.8.10.tar.xz
|
||||
mirror://xorg/individual/lib/libX11-1.8.11.tar.xz
|
||||
mirror://xorg/individual/lib/libXau-1.0.12.tar.xz
|
||||
mirror://xorg/individual/lib/libXaw-1.0.16.tar.xz
|
||||
mirror://xorg/individual/lib/libxcb-1.17.0.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user