about summary refs log tree commit diff
path: root/pkgs/tools/security/aespipe
AgeCommit message (Collapse)AuthorFilesLines
2021-03-06aespipe: expand platforms to unixBen Siraphob1-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-03-16aespipe: install the included bz2aespipe wrapperEmery Hemingway1-2/+10
2019-10-09aespipe: 2.4e -> 2.4f (#70547)R. RyanTM1-6/+8
* aespipe: 2.4e -> 2.4f Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/aespipe/versions * aespipe: enable Padlock and AES-NI
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2017-10-07aespipe: 2.4d -> 2.5eFranz Pletz1-2/+2
2015-05-31aespipe: update from 2.4c to 2.4dCillian de Róiste1-2/+2
2014-09-13transformed meta.maintainers of some packages into listsPascal Wittmann1-1/+1
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-01-10Remove "v" prefix from package versions to make them machine-readableEvgeny Egorochkin1-2/+2
2013-02-21aespipe: Fix typo in maintainer idCillian de Róiste1-1/+1
2013-02-21Comment out non-existent maintainer attributeEelco Dolstra1-1/+1
http://hydra.nixos.org/build/4191101
2013-02-18Add aespipe, an AES encrypting or decrypting pipeCillian de Róiste1-0/+19