pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/unbound Unbound 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/12c8223bb41c
branches:  trunk
changeset: 643113:12c8223bb41c
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Thu Dec 11 14:26:16 2014 +0000

description:
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:

 net/unbound/Makefile |   8 ++------
 net/unbound/distinfo |  11 ++++-------
 2 files changed, 6 insertions(+), 13 deletions(-)

diffs (39 lines):

diff -r 0bc8aefb5271 -r 12c8223bb41c net/unbound/Makefile
--- a/net/unbound/Makefile      Thu Dec 11 14:07:02 2014 +0000
+++ b/net/unbound/Makefile      Thu Dec 11 14:26:16 2014 +0000
@@ -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 @@
 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 -r 0bc8aefb5271 -r 12c8223bb41c net/unbound/distinfo
--- a/net/unbound/distinfo      Thu Dec 11 14:07:02 2014 +0000
+++ b/net/unbound/distinfo      Thu Dec 11 14:26:16 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index