xorg.libXpm: 3.5.13 -> 3.5.15
There are mainly the security fixes: CVE-2022-46285 CVE-2022-44617 CVE-2022-4883 The new dependency adds just several kilobytes. https://www.mail-archive.com/xorg-announce@lists.x.org/msg01521.html https://www.mail-archive.com/xorg-announce@lists.x.org/msg01522.html https://www.mail-archive.com/xorg-announce@lists.x.org/msg01470.html
This commit is contained in:
parent
2b5f71eed1
commit
1ea7e2bc44
3 changed files with 6 additions and 4 deletions
|
@ -1180,11 +1180,11 @@ self: with self; {
|
|||
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
||||
libXpm = callPackage ({ stdenv, pkg-config, fetchurl, libX11, libXext, xorgproto, libXt, gettext }: stdenv.mkDerivation {
|
||||
pname = "libXpm";
|
||||
version = "3.5.13";
|
||||
version = "3.5.15";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/lib/libXpm-3.5.13.tar.bz2";
|
||||
sha256 = "09dc6nwlb2122h02vl64k9x56mxnyqz2gwpga0abfv4bb1bxmlcw";
|
||||
url = "mirror://xorg/individual/lib/libXpm-3.5.15.tar.xz";
|
||||
sha256 = "1hfivygzrzpq81vg9z2l46pd5nrzm326k6z3cfw6syiibin91fv0";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
strictDeps = true;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
automake, autoconf, libiconv, libtool, intltool,
|
||||
freetype, tradcpp, fontconfig, meson, ninja, ed, fontforge,
|
||||
libGL, spice-protocol, zlib, libGLU, dbus, libunwind, libdrm, netbsd,
|
||||
ncompress,
|
||||
mesa, udev, bootstrap_cmds, bison, flex, clangStdenv, autoreconfHook,
|
||||
mcpp, libepoxy, openssl, pkg-config, llvm, libxslt, libxcrypt,
|
||||
ApplicationServices, Carbon, Cocoa, Xplugin,
|
||||
|
@ -313,6 +314,7 @@ self: super:
|
|||
libXpm = super.libXpm.overrideAttrs (attrs: {
|
||||
outputs = [ "bin" "dev" "out" ]; # tiny man in $bin
|
||||
patchPhase = "sed -i '/USE_GETTEXT_TRUE/d' sxpm/Makefile.in cxpm/Makefile.in";
|
||||
XPM_PATH_COMPRESS = lib.makeBinPath [ ncompress ];
|
||||
});
|
||||
|
||||
libXpresent = super.libXpresent.overrideAttrs (attrs: {
|
||||
|
|
|
@ -193,7 +193,7 @@ mirror://xorg/individual/lib/libXinerama-1.1.4.tar.bz2
|
|||
mirror://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2
|
||||
mirror://xorg/individual/lib/libXmu-1.1.3.tar.bz2
|
||||
mirror://xorg/individual/lib/libXp-1.0.3.tar.bz2
|
||||
mirror://xorg/individual/lib/libXpm-3.5.13.tar.bz2
|
||||
mirror://xorg/individual/lib/libXpm-3.5.15.tar.xz
|
||||
mirror://xorg/individual/lib/libXpresent-1.0.0.tar.bz2
|
||||
mirror://xorg/individual/lib/libXrandr-1.5.2.tar.bz2
|
||||
mirror://xorg/individual/lib/libXrender-0.9.10.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue