Accepting request 992596 from server:dns

Update to version 2.1.2

OBS-URL: https://build.opensuse.org/request/show/992596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnscrypt-proxy?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2022-08-03 19:17:03 +00:00 committed by Git OBS Bridge
commit ef3396d2a3
5 changed files with 37 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc4a2f274ce48c3731ff981e940e6475d912fb356a80481e91725e81d67bde14
size 6114345

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa55fd52b9c1b983405bf98b42ec754f5d6f59b429ba9c98115df617eef5dea4
size 6792121

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Aug 2 12:00:00 UTC 2022 - cunix@mail.de - 2.1.2
- Update to version 2.1.2
* Support for DoH over HTTP/3 (DoH3, HTTP over QUIC)
Compatible servers will automatically use it.
Note that QUIC uses UDP
(usually over port 443, like DNSCrypt) instead of TCP.
* fixed memory usage kept growing due to channels not
being properly closed
* DNS64: "CNAME" records are now translated like other responses
* A relay whose name has been configured, but doesn't exist in the
list of available relays is now a hard error
* "dnscrypt-proxy -resolve" now reports if ECS (EDNS-clientsubnet) is
supported by the server
* "dnscrypt-proxy -list" now includes ODoH (Oblivious DoH) servers
* Local DoH: queries made using the "GET" method are now handled
* "PTR" queries are now supported for cloaked domains
- Minimum golang version now at 1.18
-------------------------------------------------------------------
Wed Mar 22 12:00:00 UTC 2022 - cunix@mail.de

View File

@ -24,7 +24,7 @@
%define services %{name}.socket %{name}.service %{name}-resolvconf.service
Name: dnscrypt-proxy
Version: 2.1.1
Version: 2.1.2
Release: 0
Summary: A tool for securing communications between a client and a DNS resolver
License: ISC
@ -44,7 +44,7 @@ BuildRequires: golang-packaging
BuildRequires: pkgconfig
BuildRequires: shadow
BuildRequires: systemd-rpm-macros
BuildRequires: golang(API) >= 1.16
BuildRequires: golang(API) >= 1.18
BuildRequires: pkgconfig(libsystemd)
BuildRequires: vendored_licenses_packager
# For systemd pidfile solution.