Commit Graph

27 Commits

Author SHA1 Message Date
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Infinidoge
6459f8f88f rhash: 1.4.2 -> 1.4.3
Removed patch, as per the comment
2022-12-09 08:14:04 -05:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
Rasmus Rendal
4317c93104
rhash: Correctly set target platform when configuring
The non-standard configure script did not detect it, and we have to
supply this argument.

This closes #113742
2022-05-09 11:56:06 +02:00
Ryan Burns
65855071f2 rhash: apply clang patch unconditionally
The patch will be included in the next release and is safe to apply
unconditionally.
Cleanup after 2d2d472273
2021-11-19 18:45:14 -08:00
Ryan Burns
2d2d472273 rhash: fix build on darwin
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-11-18 17:51:49 -08:00
Fabian Affolter
0c4c355457 rhash: 1.4.1 -> 1.4.2 2021-09-06 11:49:39 +02:00
Alyssa Ross
e45f6131a6 rhash: fix static build 2021-06-11 16:11:01 -07:00
R. RyanTM
87a6f5df62 rhash: 1.4.0 -> 1.4.1 2021-02-20 09:00:55 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM
47e499f7a4 rhash: 1.3.9 -> 1.4.0 2020-08-15 08:52:15 +02:00
c0bw3b
1156a04c7f rhash: 1.3.8 -> 1.3.9
+ refresh meta.homepage
+ set meta.license (0BSD starting with 1.3.9)
2019-12-30 16:22:40 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Will Dietz
994c3eaec8 rhash: run functional tests not consistency of source dist :) 2019-02-04 01:49:02 -06:00
Will Dietz
bffabe5de1 rhash: 1.3.6 -> 1.3.8
https://github.com/rhash/RHash/releases/tag/v1.3.8
https://github.com/rhash/RHash/releases/tag/v1.3.7
2019-02-04 01:49:02 -06:00
Will Dietz
134929d9ac rhash: 2018-02-05 -> 1.3.6
Move to official release now that one exists
beyond the pinned git revision.
2018-09-18 16:56:47 -05:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Will Dietz
9ccbb2aa37 rhash: Remove unused darwin patch 2018-02-05 09:06:24 -06:00
Will Dietz
088274bf2c rhash: 1.3.5 -> 2018-02-05
Latest git is much more build-friendly.
2018-02-05 08:55:05 -06:00
Will Dietz
f565274fe5 rhash: 1.3.3 -> 1.3.5
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-02-05 07:17:50 -06:00
Ben Gamari
a0410d9226 rhash: Enable cross-compilation
(cherry picked from commit 07f1d9eae440b3533ab53f424b31e541116e5623)
2018-01-24 09:33:36 -06:00
Daiderd Jordan
30412f9930
rhash: fix darwin build
Fixes cmake update to 3.8.2, d74d871f52
2017-06-13 22:09:12 +02:00
Vladimír Čunát
90cf4cfabe
rhash: extend meta.platforms
Now cmake evaluates on Darwin again.  Let's be optimistic about building.
Discussion: https://github.com/NixOS/nixpkgs/commit/d74d871f52
2017-06-13 17:17:03 +02:00
Joachim Fasting
56ae1e25af
rhash: sha1 -> sha256 2017-03-01 00:28:25 +01:00
Andrew Kelley
8925d17034 add myself as maintainer 2015-06-18 11:52:39 -07:00
Andrew Kelley
bb2d249706 expose librhash 2015-06-17 03:01:26 -07:00
Luca Bruno
facb810bcc rhash: new package
Console utility for computing and verifying hash sums of files

http://rhash.anz.ru
2014-08-21 00:46:35 +02:00