summary refs log tree commit diff
path: root/pkgs/tools/security/rhash
Commit message (Collapse)AuthorAge
* rhash: apply clang patch unconditionallyRyan Burns2021-11-19
| | | | | | The patch will be included in the next release and is safe to apply unconditionally. Cleanup after 2d2d4722739
* rhash: fix build on darwinRyan Burns2021-11-18
| | | | | | | | | 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.
* rhash: 1.4.1 -> 1.4.2Fabian Affolter2021-09-06
|
* rhash: fix static buildAlyssa Ross2021-06-11
|
* rhash: 1.4.0 -> 1.4.1R. RyanTM2021-02-20
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* rhash: 1.3.9 -> 1.4.0R. RyanTM2020-08-15
|
* rhash: 1.3.8 -> 1.3.9c0bw3b2019-12-30
| | | | | + refresh meta.homepage + set meta.license (0BSD starting with 1.3.9)
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* rhash: run functional tests not consistency of source dist :)Will Dietz2019-02-04
|
* rhash: 1.3.6 -> 1.3.8Will Dietz2019-02-04
| | | | | https://github.com/rhash/RHash/releases/tag/v1.3.8 https://github.com/rhash/RHash/releases/tag/v1.3.7
* rhash: 2018-02-05 -> 1.3.6Will Dietz2018-09-18
| | | | | Move to official release now that one exists beyond the pinned git revision.
* tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
| | | | trivial part)
* rhash: Remove unused darwin patchWill Dietz2018-02-05
|
* rhash: 1.3.5 -> 2018-02-05Will Dietz2018-02-05
| | | | Latest git is much more build-friendly.
* rhash: 1.3.3 -> 1.3.5Will Dietz2018-02-05
| | | | | | | | | | 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.
* rhash: Enable cross-compilationBen Gamari2018-01-24
| | | | (cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
* rhash: fix darwin buildDaiderd Jordan2017-06-13
| | | | Fixes cmake update to 3.8.2, d74d871f52512a1f827d2dc165db685f499ce5f0
* rhash: extend meta.platformsVladimír Čunát2017-06-13
| | | | | Now cmake evaluates on Darwin again. Let's be optimistic about building. Discussion: https://github.com/NixOS/nixpkgs/commit/d74d871f52
* rhash: sha1 -> sha256Joachim Fasting2017-03-01
|
* add myself as maintainerAndrew Kelley2015-06-18
|
* expose librhashAndrew Kelley2015-06-17
|
* rhash: new packageLuca Bruno2014-08-21
Console utility for computing and verifying hash sums of files http://rhash.anz.ru