Unverified Commit b2f4b4b9 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #273264 from aaronjheng/volatility

volatility: remove
parents d723f1d2 cade3616
Loading
Loading
Loading
Loading
+0 −25
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, python2Packages }:

python2Packages.buildPythonApplication rec {
  pname = "volatility";
  version = "2.6.1";

  src = fetchFromGitHub {
    owner = "volatilityfoundation";
    repo = pname;
    rev = version;
    sha256 = "1v92allp3cv3akk71kljcwxr27h1k067dsq7j9h8jnlwk9jxh6rf";
  };

  doCheck = false;

  propagatedBuildInputs = with python2Packages; [ pycrypto distorm3 pillow ];

  meta = with lib; {
    homepage = "https://www.volatilityfoundation.org/";
    description = "Advanced memory forensics framework";
    maintainers = with maintainers; [ bosu ];
    license = licenses.gpl2Plus;
    broken = true;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -994,6 +994,7 @@ mapAliases ({
  varnish72Packages = throw "varnish 7.2 is EOL. Either use the LTS or upgrade."; # Added 2023-10-09
  varnish73Packages = throw "varnish 7.3 is EOL. Either use the LTS or upgrade."; # Added 2023-10-09
  inherit (libsForQt5.mauiPackages) vvave; # added 2022-05-17
  volatility = throw "'volatility' has been removed, as it was broken and unmaintained"; # Added 2023-12-10

  ### W ###
  waybar-hyprland = throw "waybar-hyprland has been removed: hyprland support is now built into waybar by default."; # Added 2023-08-21
+0 −2
Original line number Diff line number Diff line
@@ -14402,8 +14402,6 @@ with pkgs;
  vk-messenger = callPackage ../applications/networking/instant-messengers/vk-messenger { };
  volatility = callPackage ../tools/security/volatility { };
  volatility3 = callPackage ../tools/security/volatility3 { };
  vbetool = callPackage ../tools/system/vbetool { };