diff --git a/dnscrypt-proxy-2.1.2.tar.gz b/dnscrypt-proxy-2.1.2.tar.gz deleted file mode 100644 index 7a1a91f..0000000 --- a/dnscrypt-proxy-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa55fd52b9c1b983405bf98b42ec754f5d6f59b429ba9c98115df617eef5dea4 -size 6792121 diff --git a/dnscrypt-proxy-2.1.3.tar.gz b/dnscrypt-proxy-2.1.3.tar.gz new file mode 100644 index 0000000..df3af59 --- /dev/null +++ b/dnscrypt-proxy-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6163ab3169edd2158f585dff2ddba416b2d29fd4b44b4cc794365fca666a726a +size 6891950 diff --git a/dnscrypt-proxy.changes b/dnscrypt-proxy.changes index c9c6350..116a393 100644 --- a/dnscrypt-proxy.changes +++ b/dnscrypt-proxy.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sun Feb 5 12:00:00 UTC 2023 - cunix@mail.de - 2.1.3 + +- Update to version 2.1.3 + * DNS-over-HTTP/3 (QUIC) should be more reliable. In particular, + version 2.1.2 required another (non-QUIC) resolver to be present for + bootstrapping, or the resolver's IP address to be present in the + stamp. This is not the case any more. + * dnscrypt-proxy is now compatible with Go 1.20+ + * Commands (-check, -show-certs, -list, -list-all) now ignore log + files and directly output the result to the standard output. + * The "cert_ignore_timestamp" configuration switch is now documented. + It allows ignoring timestamps for DNSCrypt certificate verification, + until a first server is available. This should only be used on devices + that don't have any ways to set the clock before DNS service is up. + However, a safer alternative remains to use an NTP server with a fixed + IP address (such as time.google.com), configured in the captive portals + file. + * Cloaking: when a name is cloaked, unsupported record types now + return a blocked response rather than the actual records. + * systemd: report Ready earlier as dnscrypt-proxy can itself manage + retries for updates/refreshes. + * vendored dependencies updated + ------------------------------------------------------------------- Tue Aug 2 12:00:00 UTC 2022 - cunix@mail.de - 2.1.2 diff --git a/dnscrypt-proxy.spec b/dnscrypt-proxy.spec index fc4dfce..c36e6b1 100644 --- a/dnscrypt-proxy.spec +++ b/dnscrypt-proxy.spec @@ -24,7 +24,7 @@ %define services %{name}.socket %{name}.service %{name}-resolvconf.service Name: dnscrypt-proxy -Version: 2.1.2 +Version: 2.1.3 Release: 0 Summary: A tool for securing communications between a client and a DNS resolver License: ISC