mbox series

[bug#61845,0/3] Update rng-tools to 6.16.

Message ID cover.1677514269.git.mirai@makinata.eu
Headers show
Series Update rng-tools to 6.16. | expand

Message

Bruno Victal Feb. 27, 2023, 4:12 p.m. UTC
Bruno Victal (3):
  gnu: rng-tools: Rewrite using gexps.
  gnu: rng-tools: Do not build randstat binary.
  gnu: rng-tools: Update to 6.16.

 gnu/local.mk                                  |  1 +
 gnu/packages/linux.scm                        | 40 ++++++++-------
 .../rng-tools-revert-build-randstat.patch     | 49 +++++++++++++++++++
 3 files changed, 73 insertions(+), 17 deletions(-)
 create mode 100644 gnu/packages/patches/rng-tools-revert-build-randstat.patch


base-commit: 55054c1235ff2048079d4b83840cf22a61d04e5a

Comments

Christopher Baines March 14, 2023, 10:41 a.m. UTC | #1
Bruno Victal <mirai@makinata.eu> writes:

> Bruno Victal (3):
>   gnu: rng-tools: Rewrite using gexps.
>   gnu: rng-tools: Do not build randstat binary.
>   gnu: rng-tools: Update to 6.16.
>
>  gnu/local.mk                                  |  1 +
>  gnu/packages/linux.scm                        | 40 ++++++++-------
>  .../rng-tools-revert-build-randstat.patch     | 49 +++++++++++++++++++
>  3 files changed, 73 insertions(+), 17 deletions(-)
>  create mode 100644 gnu/packages/patches/rng-tools-revert-build-randstat.patch

Thanks, pushed to master as cf59f6bb3b95911369aa71cb45b617ac5f8cf681.

Chris