diff options
| author | Michael Biebl <biebl@debian.org> | 2019-10-04 15:04:09 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-10-30 16:55:22 +0100 |
| commit | 6734b8f4e3e79f1ba23adc239c860d7da56880af (patch) | |
| tree | 392c3558ecae49b9fa9d762c31e1893493ade291 | |
| parent | e12fa7c6478b4aa209378d7d522c89c60088ec67 (diff) | |
Release version 1.14.6-2+deb10u1 to stable debian/1.14.6-2+deb10u1
| -rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 7cb171e5..13658c1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +network-manager (1.14.6-2+deb10u1) stable; urgency=medium + + * core: fix file permissions for "/var/lib/NetworkManager/secret_key" + Patch cherry-picked from upstream. + * Fix permissions of /var/lib/NetworkManager/secret_key on upgrades. + The file mode is supposed to be 0600. (Closes: #941609) + * Install directories as created by upstream build system. + Drop network-manager.dirs and instead use the directories created by the + upstream build system. Fix permissions of /var/lib/NetworkManager to be + 0700 as it contains possibly sensitive data and should not be + world-readable. + * d/gbp.conf: Set debian-branch to buster + + -- Michael Biebl <biebl@debian.org> Fri, 04 Oct 2019 15:03:20 +0200 + network-manager (1.14.6-2) unstable; urgency=medium * supplicant: fix setting pmf when the supplicant doesn't advertise support |