summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Blut <vincent.debian@free.fr>2020-03-17 17:07:18 +0100
committerVincent Blut <vincent.debian@free.fr>2020-03-17 17:07:18 +0100
commit211d589c5b7dac476b61bb3be269aca0c2309314 (patch)
tree32be8855035db2875ae65aa73a35ef2a75669b12
parent308d5dcec4ac293306d57f3b95fd41262c43b16e (diff)
d/changelog: Update for the 3.5-7 releasedebian/3.5-7
-rw-r--r--debian/changelog31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 96d5b9f..2c86c69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,34 @@
+chrony (3.5-7) unstable; urgency=medium
+
+ * debian/chrony.maintscript:
+ - Remove the /etc/NetworkManager/dispatcher.d/20-chrony conffile.
+
+ * debian/control:
+ - Support seccomp facility on riscv64. It should be noted that the system
+ call filter will stay disabled by default on this architecture until
+ Linux >= 5.5 hits unstable.
+ - Bump libseccomp-dev build-dep to 2.4.3-1~ to provide seccomp facility on
+ riscv64.
+ - Break network-manager (<< 1.20.0-1~). Prior to this version,
+ NetworkManager would not look for dispatcher scripts into
+ /usr/lib/NetworkManager/dispatcher.d/.
+
+ * debian/dirs:
+ - Create the usr/lib/NetworkManager/dispatcher.d subdirectories.
+
+ * debian/links:
+ - Change the location of the NetworkManager dispatcher script.
+
+ * debian/patches/:
+ - Add allow-renameat2-in-seccomp-filter.patch. Required as the riscv64
+ architecture does not support the rename() and renameat() system calls.
+
+ * debian/rules:
+ - Move the NetworkManager dispatcher script in
+ /usr/lib/NetworkManager/dispatcher.d/.
+
+ -- Vincent Blut <vincent.debian@free.fr> Tue, 17 Mar 2020 15:21:53 +0100
+
chrony (3.5-6) unstable; urgency=medium
* debian/chrony.service: