Accepting request 532958 from home:stroeder:branches:server:dns
- update to 1.6.7 OBS-URL: https://build.opensuse.org/request/show/532958 OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=64
This commit is contained in:
parent
d0c46e9ff2
commit
784b249c61
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 08:20:16 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to 1.6.7
|
||||
|
||||
Features:
|
||||
- Set trust-anchor-signaling default to yes
|
||||
- Fix #1440: [dnscrypt] client nonce cache.
|
||||
- Fix #1435: Please allow UDP to be disabled separately upstream and
|
||||
downstream.
|
||||
|
||||
Bug fixes:
|
||||
- Fix that looping modules always stop the query, and don't pass
|
||||
control.
|
||||
- Fix unbound-host to report error for DNSSEC state of failed lookups.
|
||||
- Spelling fixes, from Josh Soref.
|
||||
- Fix #1400: allowing use of global cache on ECS-forwarding unless
|
||||
always-forward.
|
||||
- use a cachedb answer even if it's "expired" when serve-expired is yes
|
||||
(patch from Jinmei Tatuya).
|
||||
- trigger refetching of the answer in that case (this will bypass
|
||||
cachedb lookup)
|
||||
- allow storing a 0-TTL answer from cachedb in the in-memory message
|
||||
cache when serve-expired is yes
|
||||
- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
|
||||
- Log name of looping module
|
||||
- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
|
||||
(by Danilo G. Baio).
|
||||
- Fix param unused warning for windows exportsymbol compile.
|
||||
- Use RCODE from A query on DNS64 synthesized answer.
|
||||
- Fix trust-anchor-signaling works in libunbound.
|
||||
- Fix spelling in unbound-control man page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 16:17:44 UTC 2017 - michael@stroeder.com
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#
|
||||
Name: libunbound-devel-mini
|
||||
Version: 1.6.6
|
||||
Version: 1.6.7
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:972b14dc33093e672652a7b2b5f159bab2198b0fe9c9e1c5707e1895d4d4b390
|
||||
size 5460482
|
3
unbound-1.6.7.tar.gz
Normal file
3
unbound-1.6.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7bd43d827004c6d51bef73adf941798e4588bdb40de5e79d89034d69751c9f
|
||||
size 5466931
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 08:20:16 UTC 2017 - michael@stroeder.com
|
||||
|
||||
- update to 1.6.7
|
||||
|
||||
Features:
|
||||
- Set trust-anchor-signaling default to yes
|
||||
- Fix #1440: [dnscrypt] client nonce cache.
|
||||
- Fix #1435: Please allow UDP to be disabled separately upstream and
|
||||
downstream.
|
||||
|
||||
Bug fixes:
|
||||
- Fix that looping modules always stop the query, and don't pass
|
||||
control.
|
||||
- Fix unbound-host to report error for DNSSEC state of failed lookups.
|
||||
- Spelling fixes, from Josh Soref.
|
||||
- Fix #1400: allowing use of global cache on ECS-forwarding unless
|
||||
always-forward.
|
||||
- use a cachedb answer even if it's "expired" when serve-expired is yes
|
||||
(patch from Jinmei Tatuya).
|
||||
- trigger refetching of the answer in that case (this will bypass
|
||||
cachedb lookup)
|
||||
- allow storing a 0-TTL answer from cachedb in the in-memory message
|
||||
cache when serve-expired is yes
|
||||
- Fix DNSCACHE_STORE_ZEROTTL to be bigger than 0xffff.
|
||||
- Log name of looping module
|
||||
- Fix #1450: Generate again patch contrib/aaaa-filter-iterator.patch
|
||||
(by Danilo G. Baio).
|
||||
- Fix param unused warning for windows exportsymbol compile.
|
||||
- Use RCODE from A query on DNS64 synthesized answer.
|
||||
- Fix trust-anchor-signaling works in libunbound.
|
||||
- Fix spelling in unbound-control man page.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 16:17:44 UTC 2017 - michael@stroeder.com
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: unbound
|
||||
Version: 1.6.6
|
||||
Version: 1.6.7
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user