bumped changelog version

This commit is contained in:
Patrick Schleizer 2022-07-02 18:30:06 -04:00
parent 973f117aa6
commit 01b82bf0f0
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
2 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,21 @@
commit 973f117aa6a7418ea29125753f6c6b6f7e7986a4
Author: Patrick Schleizer <adrelanos@whonix.org>
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 <adrelanos@whonix.org>
Date: Sat Jul 2 17:37:16 2022 -0400
bumped changelog version
commit 95187bd357e6f2f855afbf546da42c6229a8394e
Author: Patrick Schleizer <adrelanos@whonix.org>
Date: Sat Jul 2 17:21:33 2022 -0400

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
security-misc (3:24.9-1) unstable; urgency=medium
* New upstream version (local package).
-- Patrick Schleizer <adrelanos@whonix.org> Sat, 02 Jul 2022 22:30:06 +0000
security-misc (3:24.8-1) unstable; urgency=medium
* New upstream version (local package).