diff --git a/changelog.upstream b/changelog.upstream index cc5a573..d3c1fc3 100644 --- a/changelog.upstream +++ b/changelog.upstream @@ -1,3 +1,21 @@ +commit 973f117aa6a7418ea29125753f6c6b6f7e7986a4 +Author: Patrick Schleizer +Date: Sat Jul 2 18:12:36 2022 -0400 + + wipe RAM at shutdown: Ensure any remaining disk cache is erased by Linux' memory poisoning + + by running: + `echo 3 > /proc/sys/vm/drop_caches` + + Inspired by Tails: + https://gitlab.tails.boum.org/tails/tails/-/blob/master/config/chroot_local-includes/usr/local/lib/initramfs-pre-shutdown-hook + +commit e783ddc71e5e528051e1bd0fda3f60decc0af9bf +Author: Patrick Schleizer +Date: Sat Jul 2 17:37:16 2022 -0400 + + bumped changelog version + commit 95187bd357e6f2f855afbf546da42c6229a8394e Author: Patrick Schleizer Date: Sat Jul 2 17:21:33 2022 -0400 diff --git a/debian/changelog b/debian/changelog index 7d1c924..9227546 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +security-misc (3:24.9-1) unstable; urgency=medium + + * New upstream version (local package). + + -- Patrick Schleizer Sat, 02 Jul 2022 22:30:06 +0000 + security-misc (3:24.8-1) unstable; urgency=medium * New upstream version (local package).