about summary refs log tree commit diff
path: root/pkgs/tools/security/volatility
AgeCommit message (Collapse)AuthorFilesLines
2021-07-11volatility: Make the screenshot tool work (#129772)Jakub Kądziołka1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-29volatility: 2.6 -> 2.6.1Ente1-5/+7
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-2/+2
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-06-29treewide: http -> httpsRyan Mulligan1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2017-08-09volatility: 2.4 -> 2.6, refactor, update outdated homepageWilli Butz1-5/+6
2016-08-14Remove top-level pycryptoFrederik Rietdijk1-5/+3
See #11567.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-02-19buildPythonApplication: use new function for Python applicationsFrederik Rietdijk1-2/+2
2014-11-12volatility: upgrade to 2.4Boris Sukholitko1-3/+4
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-1/+1
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-07-11volatility: fix indentationBjørn Forsman1-14/+14
2014-07-10Add volatility: memory forensics frameworkBoris Sukholitko1-0/+22