Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #125048 from NixOS/backport-124960-to-release-21.05

[Backport release-21.05] neomutt: add patch for CVE-2021-32055

authored by

Maximilian Bosch and committed by
GitHub
d25ea6a0 3b7c8201

+9 -1
+9 -1
pkgs/applications/networking/mailreaders/neomutt/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which 1 + { lib, stdenv, fetchFromGitHub, gettext, makeWrapper, tcl, which, fetchpatch 2 2 , ncurses, perl , cyrus_sasl, gss, gpgme, libkrb5, libidn, libxml2, notmuch, openssl 3 3 , lmdb, libxslt, docbook_xsl, docbook_xml_dtd_42, w3m, mailcap, sqlite, zlib 4 4 }: ··· 13 13 rev = version; 14 14 sha256 = "sha256-ADg/+gmndOiuQHsncOzS5K4chthXeUFz6RRJsrZNeZY="; 15 15 }; 16 + 17 + patches = [ 18 + (fetchpatch { 19 + name = "CVE-2021-32055.patch"; 20 + url = "https://github.com/neomutt/neomutt/commit/fa1db5785e5cfd9d3cd27b7571b9fe268d2ec2dc.patch"; 21 + sha256 = "0bb7gisjynq3w7hhl6vxa469h609bcz6fkdi8vf740pqrwhk68yn"; 22 + }) 23 + ]; 16 24 17 25 buildInputs = [ 18 26 cyrus_sasl gss gpgme libkrb5 libidn ncurses