Your message dated Wed, 20 Jan 2021 19:21:19 +0000
with message-id <[email protected]>
and subject line Bug#979267: fixed in openvpn-systemd-resolved 1.3.0-3.1
has caused the Debian Bug report #979267,
regarding Stop using deprecated systemd-resolve tool
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
979267: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979267
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: openvpn-systemd-resolved
Version: 1.3.0-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: resolvectl
Hi,
systemd-resolve has been replaced by the resolvectl tool in systemd v239
(i.e. is available since buster). This is from the systemd release
notes:
* The systemd-resolve tool has been renamed to resolvectl (it also
remains available under the old name, for compatibility), and its
interface is now verb-based, similar in style to the other <xyz>ctl
tools, such as systemctl or loginctl.
systemd-resolve is nowadays merely a symlink pointing at resolvectl and
we'd like to get rid of this compat symlink at some point.
Your package uses the old name like this:
$ grep -E "systemd-resolve\b" -R
run-tests:function systemd-resolve {
run-tests: _log "systemd-resolve called with: ${@}"
README.md:`openvpn`, which will use the `update-systemd-resolve.conf` file
instead:
README.md:$ systemd-resolve eu-central-1.console.aws.amazon.com
README.md:$ systemd-resolve eu-central-1.console.aws.amazon.com
update-systemd-resolved: systemd-resolve --flush-caches
Attached is a patch which uses resolvectl instead.
Please review and consider applying it in your next upload.
It would be great if you can make this upload before the bullseye
release, so we can safely drop the symlink in bullseye+1.
Regards,
Michael
diff --git a/README.md b/README.md
index ba6f559..d1df277 100644
--- a/README.md
+++ b/README.md
@@ -314,10 +314,10 @@ interfaces.
### DNSSEC Issues
```shell
-$ systemd-resolve eu-central-1.console.aws.amazon.com
+$ resolvectl eu-central-1.console.aws.amazon.com
eu-central-1.console.aws.amazon.com: resolve call failed: DNSSEC validation
failed: no-signature
# or
-$ systemd-resolve eu-central-1.console.aws.amazon.com
+$ resolvectl eu-central-1.console.aws.amazon.com
eu-central-1.console.aws.amazon.com: resolve call failed: DNSSEC validation
failed: incompatible-server
```
diff --git a/run-tests b/run-tests
index d2c5d7d..daefb15 100755
--- a/run-tests
+++ b/run-tests
@@ -91,8 +91,8 @@ function ip {
" 100\n link/none"
}
-function systemd-resolve {
- _log "systemd-resolve called with: ${@}"
+function resolvectl {
+ _log "resolvectl called with: ${@}"
}
function logger {
diff --git a/update-systemd-resolved b/update-systemd-resolved
index 1452e1a..4c63bc7 100755
--- a/update-systemd-resolved
+++ b/update-systemd-resolved
@@ -421,7 +421,7 @@ main() {
"$script_type" "$link" "$if_index" "$@" || return 1
# Flush the DNS cache
- systemd-resolve --flush-caches
+ resolvectl flush-caches
fi
}
--- End Message ---
--- Begin Message ---
Source: openvpn-systemd-resolved
Source-Version: 1.3.0-3.1
Done: Michael Biebl <[email protected]>
We believe that the bug you reported is fixed in the latest version of
openvpn-systemd-resolved, which is due to be installed in the Debian FTP
archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated openvpn-systemd-resolved
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 20 Jan 2021 19:46:12 +0100
Source: openvpn-systemd-resolved
Architecture: source
Version: 1.3.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Eugene Zhukov <[email protected]>
Changed-By: Michael Biebl <[email protected]>
Closes: 979267
Changes:
openvpn-systemd-resolved (1.3.0-3.1) unstable; urgency=medium
.
* Non-maintainer upload
* Use resolvectl instead of systemd-resolve (Closes: #979267)
Checksums-Sha1:
ef1ba7b0d9e16db4b90c88a170a8781f522447a5 2016
openvpn-systemd-resolved_1.3.0-3.1.dsc
91ecc45f3240a55d88907a06965837a9c28a810e 2668
openvpn-systemd-resolved_1.3.0-3.1.debian.tar.xz
13a089ea888d0659d4ed5aa27b13ab05ebe1cf72 5575
openvpn-systemd-resolved_1.3.0-3.1_source.buildinfo
Checksums-Sha256:
e5032d0cc0c4c27f8f8dfe51d80c1ec23e7f9c790445714c37d6b52f99ae4cb9 2016
openvpn-systemd-resolved_1.3.0-3.1.dsc
1fffc4214926f9fcbb1ecea980a658811646d6dd2a04e55298ae71e276494666 2668
openvpn-systemd-resolved_1.3.0-3.1.debian.tar.xz
ea2bf89ea0e8aa85f3437a2e26af6bc643ac50c373a32aa6a5c9a9f714a17598 5575
openvpn-systemd-resolved_1.3.0-3.1_source.buildinfo
Files:
e940785ffb928018f0a2b55c8ef42ef8 2016 utils optional
openvpn-systemd-resolved_1.3.0-3.1.dsc
3fedd7af1112de53cfb82cbe50eac47c 2668 utils optional
openvpn-systemd-resolved_1.3.0-3.1.debian.tar.xz
2915854e9407e20e9424e6a9d5c65d50 5575 utils optional
openvpn-systemd-resolved_1.3.0-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEECbOsLssWnJBDRcxUauHfDWCPItwFAmAIf1EACgkQauHfDWCP
ItxysA//ZXyEsFp59yu8zFX7IxJHXXJ/U6SirjADsbxPEbx82r2l9lIl1ijnhFeV
vCF04/rWaayr8frmn0pw+/Lozc6ISUVFCoVwcFi/JlHwjjH8CW53xcs1KjbtMKLd
UNR6bl6DMgZDzc/eQBBZM/e8Bt7Iwjuj1UyTU1dX0AXqMyPNfJm6SrovuNEBpXgB
W5ibK/4TusAmFY/IhQ4AwJxGZIwvSCMgK15bZhhqP+0jzdv2yuwjuNQByQSp03BU
1XFuuExDY9DuDi/nHVlCP9uBREljCLjxn4g8S4aFK5d6zW+EtpqamWcaEzXIFKbr
T/11zW4ugZHAM9LbccIsebecP/CmIlAk2RJRM73oY01hjH2ot/skzTDFW7ZZJIFT
dcbsqIAhDG32GrlcBU+uh5nUkC8b3msCYOS2UJgdnGXClWt8vRGGbfxD674ah4tY
Eha7x2KGCjEntnr0+Us3JrgukoIRI2e0cJGJL703IMr8DbkDVxkjyCpCqzDGj6CG
5OUS7B5DhAUJ1lRtyOYQ0B005cCBS1KrSzq3sbSmg+SSSHsyn10yxWQ1jEV8wgk5
pUamuIz/DNN7bDn9l9loApbVlJYLIYiYF3EfJFHDT85HtXtf0HvyXkIqf3pYSud0
REn9Dr9Lje44HqcKSPzBB3O+fYSw7JVjmElf0mD1K5ti0e2G6n0=
=sbSG
-----END PGP SIGNATURE-----
--- End Message ---