All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6
@ 2019-09-10 19:07 Pierre-Jean Texier
  2019-09-10 19:07 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for haveged Pierre-Jean Texier
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pierre-Jean Texier @ 2019-09-10 19:07 UTC (permalink / raw)
  To: buildroot

This includes the following changes:

94079e6 Fixed invalid UTF-8 codes in ChangeLog
1470a82 Updated service.fedora
9596c53 Updated service.fedora
b50b59b New version 1.9.5
037e059 New version 1.9.5
2681d01 Added test for /dev/random symlink
0dac21b Update to automake 1.16
638e2f0 Fixed built issue on Cygwin
083f827 minimize diff
b38def1 minimize diff
e16369d take into account review by @nbraud
6dfce53 Remove support for CPUID on ia64
fc50dda [PATCH] Output some progress during CUSUM and RANDOM EXCURSION test
be4e481 NEWS: Cleanup extraneous whitespace
0815b3c Fixup upstream changelog
6d52229 Fix type mismatch in get_poolsize
90d00f7 service.redhat: update PIDFile
16a9726 fix segv at start
ceab89a init.d/Makefile.am: add missing dependency
01e3154 Diagnostics capture mode now works correctly by referencing the right variable during rng warmup
f219358 Fix segfault on arm machines

Also add a 'v' prefix in _SITE variable.

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 package/haveged/haveged.hash | 2 +-
 package/haveged/haveged.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/haveged/haveged.hash b/package/haveged/haveged.hash
index 0489418..fc78587 100644
--- a/package/haveged/haveged.hash
+++ b/package/haveged/haveged.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  c4959d3cb1fa6391d16a3aa1ba4d82cd3a0d497206ae4b87d638088c0664e5aa	haveged-1.9.4.tar.gz
+sha256  4d4c046755476d3734ffb78772c242c25913ff0eb7509c143671dae6ec9d1189	haveged-1.9.6.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	COPYING
diff --git a/package/haveged/haveged.mk b/package/haveged/haveged.mk
index bc1bb2d..afb54df 100644
--- a/package/haveged/haveged.mk
+++ b/package/haveged/haveged.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-HAVEGED_VERSION = 1.9.4
-HAVEGED_SITE = $(call github,jirka-h,haveged,$(HAVEGED_VERSION))
+HAVEGED_VERSION = 1.9.6
+HAVEGED_SITE = $(call github,jirka-h,haveged,v$(HAVEGED_VERSION))
 HAVEGED_LICENSE = GPL-3.0+
 HAVEGED_LICENSE_FILES = COPYING
 
-- 
2.7.4

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

* [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for haveged
  2019-09-10 19:07 [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Pierre-Jean Texier
@ 2019-09-10 19:07 ` Pierre-Jean Texier
  2019-09-11  7:37 ` [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Thomas Petazzoni
  2019-09-11 10:30 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Pierre-Jean Texier @ 2019-09-10 19:07 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 DEVELOPERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DEVELOPERS b/DEVELOPERS
index 3b1d03c..133ae7b 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1887,6 +1887,7 @@ F:	package/trace-cmd/
 
 N:	Pierre-Jean Texier <pjtexier@koncepto.io>
 F:	package/genimage/
+F:	package/haveged/
 F:	package/libarchive/
 F:	package/libevent/
 F:	package/libubootenv/
-- 
2.7.4

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

* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6
  2019-09-10 19:07 [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Pierre-Jean Texier
  2019-09-10 19:07 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for haveged Pierre-Jean Texier
@ 2019-09-11  7:37 ` Thomas Petazzoni
  2019-09-11 10:30 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2019-09-11  7:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 10 Sep 2019 21:07:10 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> This includes the following changes:
> 
> 94079e6 Fixed invalid UTF-8 codes in ChangeLog
> 1470a82 Updated service.fedora
> 9596c53 Updated service.fedora
> b50b59b New version 1.9.5
> 037e059 New version 1.9.5
> 2681d01 Added test for /dev/random symlink
> 0dac21b Update to automake 1.16
> 638e2f0 Fixed built issue on Cygwin
> 083f827 minimize diff
> b38def1 minimize diff
> e16369d take into account review by @nbraud
> 6dfce53 Remove support for CPUID on ia64
> fc50dda [PATCH] Output some progress during CUSUM and RANDOM EXCURSION test
> be4e481 NEWS: Cleanup extraneous whitespace
> 0815b3c Fixup upstream changelog
> 6d52229 Fix type mismatch in get_poolsize
> 90d00f7 service.redhat: update PIDFile
> 16a9726 fix segv at start
> ceab89a init.d/Makefile.am: add missing dependency
> 01e3154 Diagnostics capture mode now works correctly by referencing the right variable during rng warmup
> f219358 Fix segfault on arm machines
> 
> Also add a 'v' prefix in _SITE variable.
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
>  package/haveged/haveged.hash | 2 +-
>  package/haveged/haveged.mk   | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6
  2019-09-10 19:07 [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Pierre-Jean Texier
  2019-09-10 19:07 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for haveged Pierre-Jean Texier
  2019-09-11  7:37 ` [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Thomas Petazzoni
@ 2019-09-11 10:30 ` Peter Korsgaard
  2019-09-14 11:17   ` Pierre-Jean Texier
  2 siblings, 1 reply; 6+ messages in thread
From: Peter Korsgaard @ 2019-09-11 10:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > This includes the following changes:
 > 94079e6 Fixed invalid UTF-8 codes in ChangeLog
 > 1470a82 Updated service.fedora
 > 9596c53 Updated service.fedora
 > b50b59b New version 1.9.5
 > 037e059 New version 1.9.5
 > 2681d01 Added test for /dev/random symlink
 > 0dac21b Update to automake 1.16
 > 638e2f0 Fixed built issue on Cygwin
 > 083f827 minimize diff
 > b38def1 minimize diff
 > e16369d take into account review by @nbraud
 > 6dfce53 Remove support for CPUID on ia64
 > fc50dda [PATCH] Output some progress during CUSUM and RANDOM EXCURSION test
 > be4e481 NEWS: Cleanup extraneous whitespace
 > 0815b3c Fixup upstream changelog
 > 6d52229 Fix type mismatch in get_poolsize
 > 90d00f7 service.redhat: update PIDFile
 > 16a9726 fix segv at start
 > ceab89a init.d/Makefile.am: add missing dependency
 > 01e3154 Diagnostics capture mode now works correctly by referencing the right variable during rng warmup
 > f219358 Fix segfault on arm machines

Given this, should this version bump also be backported to 2019.02.x and
2019.08.x? Do you know when the issue was introduced?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6
  2019-09-11 10:30 ` Peter Korsgaard
@ 2019-09-14 11:17   ` Pierre-Jean Texier
  2019-09-24 14:50     ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Pierre-Jean Texier @ 2019-09-14 11:17 UTC (permalink / raw)
  To: buildroot

Hello Peter,

Le 11/09/2019 ? 12:30, Peter Korsgaard a ?crit?:
>   > f219358 Fix segfault on arm machine >
> Given this, should this version bump also be backported to 2019.02.x and

I think so.

> 2019.08.x? Do you know when the issue was introduced?

I don't know :/, but after a quick look, it seems that the problem
is not completely solved [1].

Thanks !

[1] - https://github.com/jirka-h/haveged/pull/7
-- 
Pierre-Jean Texier
Embedded Linux Engineer
https://koncepto.io

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

* [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6
  2019-09-14 11:17   ` Pierre-Jean Texier
@ 2019-09-24 14:50     ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2019-09-24 14:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > Hello Peter,
 > Le 11/09/2019 ? 12:30, Peter Korsgaard a ?crit?:
 >> > f219358 Fix segfault on arm machine >
 >> Given this, should this version bump also be backported to 2019.02.x and

 > I think so.

 >> 2019.08.x? Do you know when the issue was introduced?

 > I don't know :/, but after a quick look, it seems that the problem
 > is not completely solved [1].

:/

Committed to 2019.02.x, 2019.05.x and 2019.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-09-24 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10 19:07 [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Pierre-Jean Texier
2019-09-10 19:07 ` [Buildroot] [PATCH 2/2] DEVELOPERS: add Pierre-Jean Texier for haveged Pierre-Jean Texier
2019-09-11  7:37 ` [Buildroot] [PATCH 1/2] package/haveged: bump to version 1.9.6 Thomas Petazzoni
2019-09-11 10:30 ` Peter Korsgaard
2019-09-14 11:17   ` Pierre-Jean Texier
2019-09-24 14:50     ` Peter Korsgaard

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.