Path to this page:
Subject: CVS commit: pkgsrc/net/unbound
From: Fredrik Pettai
Date: 2014-12-11 15:26:16
Message id: 20141211142616.73ABB98@cvs.netbsd.org
Log Message:
Unbound 1.5.1
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.
Unbound 1.5.0
Features:
Alot of new features...
(See http://www.unbound.net/download.html)
Bug Fixes:
Alot of bug fixes...
(See http://www.unbound.net/download.html)
Files: