Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jitterentropy-rngd-1.2.7
@ 2022-03-29  3:35 atweiden
  2022-03-29  3:47 ` atweiden
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: atweiden @ 2022-03-29  3:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

There is a new pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages jitterentropy-rngd
https://github.com/void-linux/void-packages/pull/36401

New package: jitterentropy-rngd-1.2.7
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

A patch file from https://github.com/void-linux/void-packages/pull/36401.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jitterentropy-rngd-36401.patch --]
[-- Type: text/x-diff, Size: 1317 bytes --]

From 8463a8e2c3387e7939f2fff6acb19211f71edd6e Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 29 Mar 2022 14:30:19 +1100
Subject: [PATCH] New package: jitterentropy-rngd-1.2.7

---
 srcpkgs/jitterentropy-rngd/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/jitterentropy-rngd/template

diff --git a/srcpkgs/jitterentropy-rngd/template b/srcpkgs/jitterentropy-rngd/template
new file mode 100644
index 000000000000..d4243b641c0c
--- /dev/null
+++ b/srcpkgs/jitterentropy-rngd/template
@@ -0,0 +1,29 @@
+# Template file for 'jitterentropy-rngd'
+pkgname=jitterentropy-rngd
+version=1.2.7
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Jitter RNG Daemon"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause, GPL-2.0-only"
+homepage="https://www.chronox.de/jent.html"
+distfiles="https://www.chronox.de/jent/${pkgname}-${version}.tar.xz"
+checksum=d81aeee0ffc2bf9d05aceeaa9dfccbe09abc07325f981e70479151e6ecd73e12
+
+CFLAGS="-O0"
+
+pre_configure() {
+	# fix sbin and disable systemd service installation
+	sed \
+		-i \
+		-e 's/sbin/bin/g' \
+		-e '/jitterentropy\.service\ /d' \
+		Makefile
+}
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.bsd
+	vlicense COPYING.gplv2
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
@ 2022-03-29  3:47 ` atweiden
  2022-07-10  2:15 ` github-actions
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2022-03-29  3:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 793 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1081370685

Comment:
AFAIK Whonix unsets `CONFIG_RANDOM_TRUST_CPU` in the kernel ([workaround](https://github.com/void-linux/void-packages/commit/473a357949bef8194fea718f33605a2bc49d2e18): [random.trust_cpu=0](https://github.com/QubesOS/qubes-issues/issues/6941)), sets `CONFIG_CRYPTO_JITTERENTROPY=y`, starts jitterentropy-rngd (this package) early during boot, and loads `jitterentropy_rng` kernel module in [modules-load.d](https://github.com/Whonix/security-misc).

See also:

- https://forums.whonix.org/t/rdrand-entropy-config-random-trust-cpu-yes-or-no-rng-core-default-quality/8566/21
- https://lore.kernel.org/lkml/20220324050930.207107-1-Jason@zx2c4.com/T/

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
  2022-03-29  3:47 ` atweiden
@ 2022-07-10  2:15 ` github-actions
  2022-07-10  6:26 ` atweiden
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-07-10  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1179639112

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
  2022-03-29  3:47 ` atweiden
  2022-07-10  2:15 ` github-actions
@ 2022-07-10  6:26 ` atweiden
  2022-10-10  2:14 ` github-actions
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2022-07-10  6:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1179665917

Comment:
bump

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (2 preceding siblings ...)
  2022-07-10  6:26 ` atweiden
@ 2022-10-10  2:14 ` github-actions
  2022-10-10  2:15 ` atweiden
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-10-10  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1272711429

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (3 preceding siblings ...)
  2022-10-10  2:14 ` github-actions
@ 2022-10-10  2:15 ` atweiden
  2022-12-05 22:24 ` [PR PATCH] [Updated] " atweiden
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2022-10-10  2:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1272712137

Comment:
bump

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: jitterentropy-rngd-1.2.7
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (4 preceding siblings ...)
  2022-10-10  2:15 ` atweiden
@ 2022-12-05 22:24 ` atweiden
  2023-03-06  2:04 ` New package: jitterentropy-rngd-1.2.8 github-actions
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2022-12-05 22:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages jitterentropy-rngd
https://github.com/void-linux/void-packages/pull/36401

New package: jitterentropy-rngd-1.2.7
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

A patch file from https://github.com/void-linux/void-packages/pull/36401.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jitterentropy-rngd-36401.patch --]
[-- Type: text/x-diff, Size: 1317 bytes --]

From fd021052ba744fd527f69bb145d9c092d99ebe88 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 29 Mar 2022 14:30:19 +1100
Subject: [PATCH] New package: jitterentropy-rngd-1.2.8

---
 srcpkgs/jitterentropy-rngd/template | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 srcpkgs/jitterentropy-rngd/template

diff --git a/srcpkgs/jitterentropy-rngd/template b/srcpkgs/jitterentropy-rngd/template
new file mode 100644
index 000000000000..a9f201d4419c
--- /dev/null
+++ b/srcpkgs/jitterentropy-rngd/template
@@ -0,0 +1,29 @@
+# Template file for 'jitterentropy-rngd'
+pkgname=jitterentropy-rngd
+version=1.2.8
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Jitter RNG Daemon"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause, GPL-2.0-only"
+homepage="https://www.chronox.de/jent.html"
+distfiles="https://www.chronox.de/jent/${pkgname}-${version}.tar.xz"
+checksum=c4480c67d888fd9c6c9c3bcf06c785578ad81984ec978da3c33d16aa019664fb
+
+CFLAGS="-O0"
+
+pre_configure() {
+	# fix sbin and disable systemd service installation
+	sed \
+		-i \
+		-e 's/sbin/bin/g' \
+		-e '/jitterentropy\.service\ /d' \
+		Makefile
+}
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.bsd
+	vlicense COPYING.gplv2
+}

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (5 preceding siblings ...)
  2022-12-05 22:24 ` [PR PATCH] [Updated] " atweiden
@ 2023-03-06  2:04 ` github-actions
  2023-03-06  7:46 ` atweiden
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-03-06  2:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1455316393

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (6 preceding siblings ...)
  2023-03-06  2:04 ` New package: jitterentropy-rngd-1.2.8 github-actions
@ 2023-03-06  7:46 ` atweiden
  2023-06-06  2:05 ` github-actions
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2023-03-06  7:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 251 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1455626372

Comment:
bump, would be nice if someone could weigh in on how jitterentropy-rngd stacks up with seedrng in void-runit

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (7 preceding siblings ...)
  2023-03-06  7:46 ` atweiden
@ 2023-06-06  2:05 ` github-actions
  2023-06-06  6:28 ` atweiden
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-06-06  2:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1577782634

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (8 preceding siblings ...)
  2023-06-06  2:05 ` github-actions
@ 2023-06-06  6:28 ` atweiden
  2023-09-06  1:45 ` github-actions
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2023-06-06  6:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1577990343

Comment:
bump

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (9 preceding siblings ...)
  2023-06-06  6:28 ` atweiden
@ 2023-09-06  1:45 ` github-actions
  2023-09-06  5:50 ` atweiden
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-09-06  1:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1707525926

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (10 preceding siblings ...)
  2023-09-06  1:45 ` github-actions
@ 2023-09-06  5:50 ` atweiden
  2023-12-06  1:46 ` github-actions
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2023-09-06  5:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 144 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1707709224

Comment:
^

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (11 preceding siblings ...)
  2023-09-06  5:50 ` atweiden
@ 2023-12-06  1:46 ` github-actions
  2023-12-06 11:05 ` atweiden
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-12-06  1:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1841942763

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (12 preceding siblings ...)
  2023-12-06  1:46 ` github-actions
@ 2023-12-06 11:05 ` atweiden
  2023-12-06 13:01 ` [PR PATCH] [Updated] " Johnnynator
  2023-12-06 13:01 ` [PR PATCH] [Merged]: " Johnnynator
  15 siblings, 0 replies; 17+ messages in thread
From: atweiden @ 2023-12-06 11:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/36401#issuecomment-1842654633

Comment:
bump

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Updated] New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (13 preceding siblings ...)
  2023-12-06 11:05 ` atweiden
@ 2023-12-06 13:01 ` Johnnynator
  2023-12-06 13:01 ` [PR PATCH] [Merged]: " Johnnynator
  15 siblings, 0 replies; 17+ messages in thread
From: Johnnynator @ 2023-12-06 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

There is an updated pull request by Johnnynator against master on the void-packages repository

https://github.com/atweiden/void-packages jitterentropy-rngd
https://github.com/void-linux/void-packages/pull/36401

New package: jitterentropy-rngd-1.2.8
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

A patch file from https://github.com/void-linux/void-packages/pull/36401.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jitterentropy-rngd-36401.patch --]
[-- Type: text/x-diff, Size: 1641 bytes --]

From e8d6a87a8e3d0821f73ffff48342ff8df6ecd3a3 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 29 Mar 2022 14:30:19 +1100
Subject: [PATCH] New package: jitterentropy-rngd-1.2.8

---
 srcpkgs/jitterentropy-rngd/template | 29 +++++++++++++++++++++++++++++
 srcpkgs/jitterentropy-rngd/update   |  1 +
 2 files changed, 30 insertions(+)
 create mode 100644 srcpkgs/jitterentropy-rngd/template
 create mode 100644 srcpkgs/jitterentropy-rngd/update

diff --git a/srcpkgs/jitterentropy-rngd/template b/srcpkgs/jitterentropy-rngd/template
new file mode 100644
index 0000000000000..a9f201d4419cf
--- /dev/null
+++ b/srcpkgs/jitterentropy-rngd/template
@@ -0,0 +1,29 @@
+# Template file for 'jitterentropy-rngd'
+pkgname=jitterentropy-rngd
+version=1.2.8
+revision=1
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Jitter RNG Daemon"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+license="BSD-3-Clause, GPL-2.0-only"
+homepage="https://www.chronox.de/jent.html"
+distfiles="https://www.chronox.de/jent/${pkgname}-${version}.tar.xz"
+checksum=c4480c67d888fd9c6c9c3bcf06c785578ad81984ec978da3c33d16aa019664fb
+
+CFLAGS="-O0"
+
+pre_configure() {
+	# fix sbin and disable systemd service installation
+	sed \
+		-i \
+		-e 's/sbin/bin/g' \
+		-e '/jitterentropy\.service\ /d' \
+		Makefile
+}
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.bsd
+	vlicense COPYING.gplv2
+}
diff --git a/srcpkgs/jitterentropy-rngd/update b/srcpkgs/jitterentropy-rngd/update
new file mode 100644
index 0000000000000..45218d07dff82
--- /dev/null
+++ b/srcpkgs/jitterentropy-rngd/update
@@ -0,0 +1 @@
+ignore="2014*"

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [PR PATCH] [Merged]: New package: jitterentropy-rngd-1.2.8
  2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
                   ` (14 preceding siblings ...)
  2023-12-06 13:01 ` [PR PATCH] [Updated] " Johnnynator
@ 2023-12-06 13:01 ` Johnnynator
  15 siblings, 0 replies; 17+ messages in thread
From: Johnnynator @ 2023-12-06 13:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 419 bytes --]

There's a merged pull request on the void-packages repository

New package: jitterentropy-rngd-1.2.8
https://github.com/void-linux/void-packages/pull/36401

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-12-06 13:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29  3:35 [PR PATCH] New package: jitterentropy-rngd-1.2.7 atweiden
2022-03-29  3:47 ` atweiden
2022-07-10  2:15 ` github-actions
2022-07-10  6:26 ` atweiden
2022-10-10  2:14 ` github-actions
2022-10-10  2:15 ` atweiden
2022-12-05 22:24 ` [PR PATCH] [Updated] " atweiden
2023-03-06  2:04 ` New package: jitterentropy-rngd-1.2.8 github-actions
2023-03-06  7:46 ` atweiden
2023-06-06  2:05 ` github-actions
2023-06-06  6:28 ` atweiden
2023-09-06  1:45 ` github-actions
2023-09-06  5:50 ` atweiden
2023-12-06  1:46 ` github-actions
2023-12-06 11:05 ` atweiden
2023-12-06 13:01 ` [PR PATCH] [Updated] " Johnnynator
2023-12-06 13:01 ` [PR PATCH] [Merged]: " Johnnynator

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).