bumped changelog version

This commit is contained in:
Patrick Schleizer 2020-01-30 06:02:26 -05:00
parent b9d65338bc
commit d69c1839cd
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48
2 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,26 @@
commit b9d65338bcc76552e4d2169106cd04e6276eb320
Author: Patrick Schleizer <adrelanos@riseup.net>
Date: Thu Jan 30 05:55:13 2020 -0500
unconditionally enable all CPU bugs (spectre, meltdown, L1TF, ...)
this might reduce performance
* `spectre_v2=on`
* `spec_store_bypass_disable=on`
* `tsx=off`
* `tsx_async_abort=full,nosmt`
Thanks to @madaidan for the suggestion!
https://forums.whonix.org/t/should-all-kernel-patches-for-cpu-bugs-be-unconditionally-enabled-vs-performance-vs-applicability/7647
commit 2711d0f7f08362f97383fbae81ce9d520b19dcbc
Author: Patrick Schleizer <adrelanos@riseup.net>
Date: Thu Jan 30 01:22:32 2020 -0500
bumped changelog version
commit 4df0d6c01cc91139dc9eef1dc4265e8cacde8cdf
Author: Patrick Schleizer <adrelanos@riseup.net>
Date: Thu Jan 30 01:22:06 2020 -0500

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
security-misc (3:15.7-1) unstable; urgency=medium
* New upstream version (local package).
-- Patrick Schleizer <adrelanos@riseup.net> Thu, 30 Jan 2020 11:02:26 +0000
security-misc (3:15.6-1) unstable; urgency=medium
* New upstream version (local package).