[Buildroot] [PATCH v2] package/haveged: bump version to 1.9.14

Norbert Lange nolange79 at gmail.com
Tue Jul 27 21:38:37 UTC 2021


Am Di., 27. Juli 2021 um 23:03 Uhr schrieb Peter Seiderer <ps.report at gmx.net>:
>
> Hello Thomas,
>
> On Sun, 25 Jul 2021 23:38:59 +0200, Thomas Petazzoni <thomas.petazzoni at bootlin.com> wrote:
>
> > On Wed, 31 Mar 2021 20:50:01 +0200
> > Peter Seiderer <ps.report at gmx.net> wrote:
> >
> > > - change clock_gettime option from yes/no style to disable/enable one
> > >   (still omitting the explicit disable to keep the configure logic
> > >   defaulting to yes in case no rdtsc is available)
> > >
> > > - change to set all available configure options:
> > >
> > >   * '--enable-daemon': previous default
> > >
> > >   * '--disable-diagnostic': previous default
> > >
> > >   * '-disable-init': do not install init files as buildroot ships its
> > >     own sysv/systemd init files
> > >
> > >   * '--disable-nistest': disable tests, previous default
> > >
> > >   * '--disable-enttest': new option, disable tests
> > >
> > >   * '--disable-olt': previous default was yes, disable builtin test
> > >
> > >   * '--enable-tune': previous default
> > >
> > > - add patch to fix uclibc compile (disable dependency on sys/auxv.h
> > >   introduced with upstream commit [1])
> > >
> > > Changelog ([2]):
> > >
> > >   - made enttest configurable
> > >   - havegecmd.c - new command added to close the communication socket
> > >     [Werner Fink]
> > >
> > > [1] https://github.com/jirka-h/haveged/commit/26d35af198da01220ba4f7a1b987f17012476c00
> > > [2] https://github.com/jirka-h/haveged/releases/tag/v1.9.14
> > >
> > > Signed-off-by: Peter Seiderer <ps.report at gmx.net>
> >
> > Thanks, I have applied to master.
> >
> > > +# '--disable-init' as buildroot ships its own sysv/systemd init files
> >
> > For the systemd case, we actually prefer to use upstream-provided unit
> > files in general. Do you think you could have a look at using
> > --enable-init in the systemd case ?
>
> The buildroot systemd file is carefully handcrafted (see e.g. [1] and [2]),
> I do not feel empowered enough to do changes to it ;-), maybe Norbert?
>

Well, there is not one but 3 upstream unit files. The rationale for
using a special
unit file is simply that alot of the isolation options from the unit
file I used as
reference [2] either need kernel-support or other subsystems running.
(as noted in the commit message [1])

In other words, I did cut stuff down until I got no warnings/errors in the
system log while running a pretty minimalist kernel.

Norbert

[1] http://lists.busybox.net/pipermail/buildroot/2020-June/587067.html
[2] https://github.com/jirka-h/haveged/commits/master/init.d/service.fedora


More information about the buildroot mailing list