about summary refs log tree commit diff
path: root/pkgs/tools/security/rhash
AgeCommit message (Collapse)AuthorFilesLines
2022-12-09rhash: 1.4.2 -> 1.4.3Infinidoge1-11/+2
Removed patch, as per the comment
2022-10-10treewide: optional -> optionals where the argument is a listArtturin1-1/+1
the argument to optional should not be list
2022-05-09rhash: Correctly set target platform when configuringRasmus Rendal1-0/+1
The non-standard configure script did not detect it, and we have to supply this argument. This closes #113742
2021-11-19rhash: apply clang patch unconditionallyRyan Burns1-1/+1
The patch will be included in the next release and is safe to apply unconditionally. Cleanup after 2d2d4722739
2021-11-18rhash: fix build on darwinRyan Burns1-0/+9
Clang requires upstream patch to fix configure script We're in crunch time for the 21.11 release and this causes lots of rebuilds, so the patch is applied conditionally to give Hydra a break. After it gets auto-merged into staging, I'll do a followup PR to make it unconditional.
2021-09-06rhash: 1.4.1 -> 1.4.2Fabian Affolter1-6/+15
2021-06-11rhash: fix static buildAlyssa Ross1-2/+11
2021-02-20rhash: 1.4.0 -> 1.4.1R. RyanTM1-2/+2
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-08-15rhash: 1.3.9 -> 1.4.0R. RyanTM1-2/+2
2019-12-30rhash: 1.3.8 -> 1.3.9c0bw3b1-3/+4
+ refresh meta.homepage + set meta.license (0BSD starting with 1.3.9)
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-02-04rhash: run functional tests not consistency of source dist :)Will Dietz1-0/+2
2019-02-04rhash: 1.3.6 -> 1.3.8Will Dietz1-5/+4
https://github.com/rhash/RHash/releases/tag/v1.3.8 https://github.com/rhash/RHash/releases/tag/v1.3.7
2018-09-18rhash: 2018-02-05 -> 1.3.6Will Dietz1-3/+3
Move to official release now that one exists beyond the pinned git revision.
2018-04-25tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski1-0/+2
trivial part)
2018-02-05rhash: Remove unused darwin patchWill Dietz1-13/+0
2018-02-05rhash: 1.3.5 -> 2018-02-05Will Dietz1-13/+12
Latest git is much more build-friendly.
2018-02-05rhash: 1.3.3 -> 1.3.5Will Dietz2-39/+6
1.3.5: https://github.com/rhash/RHash/releases/tag/v1.3.5 1.3.4: https://github.com/rhash/RHash/releases/tag/v1.3.4 * still need makefile bug workarounds * cleanup a bit * port darwin patch-- don't believe still needed but shouldn't hurt.
2018-01-24rhash: Enable cross-compilationBen Gamari1-1/+1
(cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
2017-06-13rhash: fix darwin buildDaiderd Jordan2-1/+41
Fixes cmake update to 3.8.2, d74d871f52512a1f827d2dc165db685f499ce5f0
2017-06-13rhash: extend meta.platformsVladimír Čunát1-1/+1
Now cmake evaluates on Darwin again. Let's be optimistic about building. Discussion: https://github.com/NixOS/nixpkgs/commit/d74d871f52
2017-03-01rhash: sha1 -> sha256Joachim Fasting1-0/+1
2015-06-18add myself as maintainerAndrew Kelley1-0/+1
2015-06-17expose librhashAndrew Kelley1-2/+17
2014-08-21rhash: new packageLuca Bruno1-0/+18
Console utility for computing and verifying hash sums of files http://rhash.anz.ru