Compare commits
No commits in common. "25d5089a154c080b9f8ef2059457bf2713cb19da" and "053d850f0a26e8a1a8c4d9ea2dfede38b499015a" have entirely different histories.
25d5089a15
...
053d850f0a
3 changed files with 7 additions and 34 deletions
27
debian/changelog
vendored
27
debian/changelog
vendored
|
@ -1,30 +1,3 @@
|
||||||
haveged (1.9.19-12) sid; urgency=medium
|
|
||||||
|
|
||||||
[ Daniel Baumann ]
|
|
||||||
* Simplifying watch file.
|
|
||||||
|
|
||||||
[ Dimitri John Ledkov ]
|
|
||||||
* Adding patch to flush output after printing the startup message, to
|
|
||||||
avoid confusion of the service "starting up" after receiving sigterm.
|
|
||||||
* Adding Conflicts=shutdown.target in haveged.service, to actually stop
|
|
||||||
haveged unit during the shutdown transaction, instead of relying on
|
|
||||||
systemd-shutdown to kill haveged during the very late catch-all
|
|
||||||
killall.
|
|
||||||
|
|
||||||
[ Dan Streetman ]
|
|
||||||
* Adding apparmor-profile to allow haveged to bind to unix sockets.
|
|
||||||
* Adding ConditionVirtualization=!container in haveged.service.
|
|
||||||
|
|
||||||
[ Simon Chopin ]
|
|
||||||
* Verify haveged service is active in autopkgtests, skipped in
|
|
||||||
containers.
|
|
||||||
|
|
||||||
[ Daniel Baumann ]
|
|
||||||
* Moving apparmor profile to apparmor subdirectory.
|
|
||||||
* Refreshing flush-startup-output.patch.
|
|
||||||
|
|
||||||
-- Daniel Baumann <daniel@debian.org> Fri, 25 Apr 2025 17:58:00 +0200
|
|
||||||
|
|
||||||
haveged (1.9.19-11) sid; urgency=medium
|
haveged (1.9.19-11) sid; urgency=medium
|
||||||
|
|
||||||
* Updating to standards version 4.7.1.
|
* Updating to standards version 4.7.1.
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
|
Description: flush output after printing the startup message, to avoid
|
||||||
|
confusion of the service "starting up" after receiving sigterm.
|
||||||
Author: Dimitri John Ledkov <xnox@ubuntu.com>
|
Author: Dimitri John Ledkov <xnox@ubuntu.com>
|
||||||
Description: flush output after printing the startup message, to avoid confusion
|
|
||||||
of the service "starting up" after receiving sigterm.
|
|
||||||
|
|
||||||
diff -Naurp haveged.orig/src/haveged.c haveged/src/haveged.c
|
|
||||||
--- haveged.orig/src/haveged.c
|
--- a/src/haveged.c
|
||||||
+++ haveged/src/haveged.c
|
+++ b/src/haveged.c
|
||||||
@@ -649,6 +649,7 @@ static void run_daemon( /* RETURN: no
|
@@ -655,6 +655,7 @@ static void run_daemon( /* RETURN: no
|
||||||
havege_reparent(handle);
|
havege_reparent(handle);
|
||||||
}
|
}
|
||||||
else printf ("%s starting up\n", params->daemon);
|
else printf ("%s starting up\n", params->daemon);
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
|
@ -1,2 +1,2 @@
|
||||||
debian/0001-shm-directory.patch
|
debian/0001-shm-directory.patch
|
||||||
debian/0002-flush-startup-output.patch
|
flush-startup-output.patch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue