diff options
author | pettai <pettai@pkgsrc.org> | 2014-12-11 14:26:16 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2014-12-11 14:26:16 +0000 |
commit | cd4f595da46f7e8aeae51488b51ae8087f7ab074 (patch) | |
tree | cd8830564cad26bc0a8e50a0f82ba8bf2b3f7246 /net/unbound | |
parent | dda97d112277b8748bae0c1dde364b2bf6d652a2 (diff) | |
download | pkgsrc-cd4f595da46f7e8aeae51488b51ae8087f7ab074.tar.gz |
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)
Diffstat (limited to 'net/unbound')
-rw-r--r-- | net/unbound/Makefile | 8 | ||||
-rw-r--r-- | net/unbound/distinfo | 11 |
2 files changed, 6 insertions, 13 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index c4ceda546f6..a207c0f383c 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2014/12/09 10:11:27 pettai Exp $ +# $NetBSD: Makefile,v 1.33 2014/12/11 14:26:16 pettai Exp $ -DISTNAME= unbound-1.4.22 +DISTNAME= unbound-1.5.1 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ @@ -9,10 +9,6 @@ HOMEPAGE= http://www.unbound.net/ COMMENT= DNS resolver and recursive server LICENSE= modified-bsd -PKGREVISION= 1 -PATCHFILES= patch_cve_2014_8602.diff -PATCH_SITES= http://unbound.net/downloads/ - BUILD_DEFS+= VARBASE GNU_CONFIGURE= yes diff --git a/net/unbound/distinfo b/net/unbound/distinfo index 6cd31dd8430..229a024297c 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,8 +1,5 @@ -$NetBSD: distinfo,v 1.24 2014/12/09 10:11:27 pettai Exp $ +$NetBSD: distinfo,v 1.25 2014/12/11 14:26:16 pettai Exp $ -SHA1 (patch_cve_2014_8602.diff) = 0763e20cdea3063cbbfae67662b9f240b15ed09e -RMD160 (patch_cve_2014_8602.diff) = e983db14db36e4c310aa84b037e08d183d334c42 -Size (patch_cve_2014_8602.diff) = 4836 bytes -SHA1 (unbound-1.4.22.tar.gz) = a56e31e2f3a2fefa3caaad9200dd943d174ca81e -RMD160 (unbound-1.4.22.tar.gz) = e9b4ded75308ac2f2ed9ae6783e29411428626fc -Size (unbound-1.4.22.tar.gz) = 4735801 bytes +SHA1 (unbound-1.5.1.tar.gz) = 5606c2246e7394bce88cc4f16edbd6b964237ea2 +RMD160 (unbound-1.5.1.tar.gz) = 665fc334d323e71d0244eb1659f8011690788c52 +Size (unbound-1.5.1.tar.gz) = 4805176 bytes |