diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 08:29:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 08:29:04 +0000 |
commit | efbdf09526a70b455971bbc6c57d2397b591fa1d (patch) | |
tree | 55ca475c8b9e5df0cf75e5fa086d286dbc4378a4 | |
parent | Releasing progress-linux version 252.26-1~deb12u1~progress6.99u1. (diff) | |
download | systemd-efbdf09526a70b455971bbc6c57d2397b591fa1d.tar.xz systemd-efbdf09526a70b455971bbc6c57d2397b591fa1d.zip |
Merging debian version 252.26-1~deb12u2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/changelog | 11 | ||||
-rw-r--r-- | debian/libnss-myhostname.nss | 2 | ||||
-rw-r--r-- | debian/libnss-mymachines.nss | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index dfd39a5..6af4eb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +systemd (252.26-1~deb12u2) bookworm; urgency=medium + + [ Gioele Barabucci ] + * d/libnss-myhostname.nss: Install after `files` (Closes: #1072380) + * d/libnss-mymachines.nss: Install before `resolve` and `dns` Installing + `mymachines` before `dns` and `resolve` (whatever comes first) is + suggested in the manpage. It also avoids leaking information about + local machines to the DNS resolver. (Closes: #825438, #851314) + + -- Luca Boccassi <bluca@debian.org> Sun, 16 Jun 2024 10:44:31 +0100 + systemd (252.26-1~deb12u1~progress6.99u1) fuchur-backports; urgency=medium * Uploading to fuchur-backports, remaining changes: diff --git a/debian/libnss-myhostname.nss b/debian/libnss-myhostname.nss index 0ef4054..9ed4b62 100644 --- a/debian/libnss-myhostname.nss +++ b/debian/libnss-myhostname.nss @@ -1 +1 @@ -hosts last myhostname +hosts after=files myhostname diff --git a/debian/libnss-mymachines.nss b/debian/libnss-mymachines.nss index dd7e3a1..ff7213d 100644 --- a/debian/libnss-mymachines.nss +++ b/debian/libnss-mymachines.nss @@ -1 +1 @@ -hosts last mymachines +hosts before=resolve,dns mymachines |