All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/rng-tools: bump version to 6.9
@ 2020-02-08 22:38 Wesley Chow
  2020-02-11 22:55 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Wesley Chow @ 2020-02-08 22:38 UTC (permalink / raw)
  To: buildroot

Fixes high rngd startup latency along with other minor bugs:
https://github.com/nhorman/rng-tools/releases/tag/v6.9

Signed-off-by: Wesley Chow <wes.chow@gmail.com>
---
package/rng-tools/rng-tools.hash | 2 +-
package/rng-tools/rng-tools.mk   | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/rng-tools/rng-tools.hash
b/package/rng-tools/rng-tools.hash
index 5989d9f022..c4bc11e89f 100644
--- a/package/rng-tools/rng-tools.hash
+++ b/package/rng-tools/rng-tools.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 93e548d4aaf2a1897d4b677f41d8473db1c7f57648adeca18cafa1907e410bb3
 rng-tools-6.8.tar.gz
+sha256  a57a7f51a2e3c0faa8afb979709a4c0cbea36d0b52fd835b104f8fb4fd1fa610
 rng-tools-6.9.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
 COPYING
diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
index 274079044c..5338e95590 100644
--- a/package/rng-tools/rng-tools.mk
+++ b/package/rng-tools/rng-tools.mk
@@ -4,7 +4,7 @@
#
################################################################################

-RNG_TOOLS_VERSION = 6.8
+RNG_TOOLS_VERSION = 6.9
RNG_TOOLS_SITE = $(call
github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
RNG_TOOLS_LICENSE = GPL-2.0
RNG_TOOLS_LICENSE_FILES = COPYING
--
2.17.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200208/8d7058f3/attachment.html>

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

* [Buildroot] [PATCH 1/1] package/rng-tools: bump version to 6.9
  2020-02-08 22:38 [Buildroot] [PATCH 1/1] package/rng-tools: bump version to 6.9 Wesley Chow
@ 2020-02-11 22:55 ` Peter Korsgaard
  2020-02-12  2:41   ` Wesley Chow
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2020-02-11 22:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Wesley" == Wesley Chow <wes@cortico.ai> writes:

 > Fixes high rngd startup latency along with other minor bugs:
 > https://github.com/nhorman/rng-tools/releases/tag/v6.9

 > Signed-off-by: Wesley Chow <wes.chow@gmail.com>

Your patch was unfortunately badly word wrapped / white space corrupted,
so I had to fix it up manually. Please consider using git send-email in
the future.

Committed, thanks.

 > ---
 > package/rng-tools/rng-tools.hash | 2 +-
 > package/rng-tools/rng-tools.mk   | 2 +-
 > 2 files changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/rng-tools/rng-tools.hash
 > b/package/rng-tools/rng-tools.hash
 > index 5989d9f022..c4bc11e89f 100644
 > --- a/package/rng-tools/rng-tools.hash
 > +++ b/package/rng-tools/rng-tools.hash
 > @@ -1,3 +1,3 @@
 > # Locally computed
 > -sha256 93e548d4aaf2a1897d4b677f41d8473db1c7f57648adeca18cafa1907e410bb3
 >  rng-tools-6.8.tar.gz
 > +sha256  a57a7f51a2e3c0faa8afb979709a4c0cbea36d0b52fd835b104f8fb4fd1fa610
 >  rng-tools-6.9.tar.gz
 > sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
 >  COPYING
 > diff --git a/package/rng-tools/rng-tools.mk b/package/rng-tools/rng-tools.mk
 > index 274079044c..5338e95590 100644
 > --- a/package/rng-tools/rng-tools.mk
 > +++ b/package/rng-tools/rng-tools.mk
 > @@ -4,7 +4,7 @@
 > #
 > ################################################################################

 > -RNG_TOOLS_VERSION = 6.8
 > +RNG_TOOLS_VERSION = 6.9
 > RNG_TOOLS_SITE = $(call
 > github,nhorman,$(RNG_TOOLS_NAME),v$(RNG_TOOLS_VERSION))
 > RNG_TOOLS_LICENSE = GPL-2.0
 > RNG_TOOLS_LICENSE_FILES = COPYING
 > --
 > 2.17.1
 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] package/rng-tools: bump version to 6.9
  2020-02-11 22:55 ` Peter Korsgaard
@ 2020-02-12  2:41   ` Wesley Chow
  0 siblings, 0 replies; 3+ messages in thread
From: Wesley Chow @ 2020-02-12  2:41 UTC (permalink / raw)
  To: buildroot

>
>
>
> Your patch was unfortunately badly word wrapped / white space corrupted,
> so I had to fix it up manually. Please consider using git send-email in
> the future.
>
>
Will do, sorry about that.

Wes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200211/72d77d91/attachment.html>

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

end of thread, other threads:[~2020-02-12  2:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 22:38 [Buildroot] [PATCH 1/1] package/rng-tools: bump version to 6.9 Wesley Chow
2020-02-11 22:55 ` Peter Korsgaard
2020-02-12  2:41   ` Wesley Chow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.