Opened 10 years ago
Closed 10 years ago
#5941 closed enhancement (fixed)
unbound-1.5.1
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | high | Milestone: | 7.7 |
Component: | BOOK | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description ¶
https://www.unbound.net/downloads/unbound-1.5.1.tar.gz
https://unbound.net/download.html
Features Patch from Stephane Lapie for ASAHI Net that implements aaaa-filter, added to contrib/aaaa-filter-iterator.patch. Bug Fixes Fix that CD flag disables DNS64 processing, returning the DNSSEC signed AAAA denial. Fix compat/getentropy_win.c check if CryptGenRandom works and no immediate exit on windows. Fix crash on multiple thread random usage on systems without arc4random. Fix log at high verbosity and memory allocation failure. Fix libunbound undefined symbol errors for main. Patch from Robert Edmonds to build pyunbound python module differently. No versioninfo, with -shared and without $(LIBS). Patch from Robert Edmonds fixes hyphens in unbound-anchor man page. Removed 'increased limit open files' log message that is written to console. It is only written on verbosity 4 and higher. This keeps system bootup console cleaner. Patch from James Raftery, always print stats for rcodes 0..5. [bugzilla: 627 ] Fix SSL_CTX_load_verify_locations return code not properly checked. Fix makefile for build from noexec source tree. Add include to getentropy_linux.c, fixing debian build. [bugzilla: 632 ] Fix that unbound fails to build on AArch64, protects getentropy compat code from calling sysctl if it is has been removed. Fix CVE-2014-8602: denial of service by making resolver chase endless series of delegations.
Change History (2)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r15190.