pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/unbound



Module Name:    pkgsrc
Committed By:   he
Date:           Tue Oct 10 08:07:08 UTC 2017

Modified Files:
        pkgsrc/net/unbound: Makefile distinfo

Log Message:
Upgrade unbound to version 1.6.7.

Pkgsrc changes:
 * None.

Upstream changes:

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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/unbound/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/unbound/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/unbound/Makefile
diff -u pkgsrc/net/unbound/Makefile:1.51 pkgsrc/net/unbound/Makefile:1.52
--- pkgsrc/net/unbound/Makefile:1.51    Mon Sep 18 13:02:39 2017
+++ pkgsrc/net/unbound/Makefile Tue Oct 10 08:07:08 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2017/09/18 13:02:39 he Exp $
+# $NetBSD: Makefile,v 1.52 2017/10/10 08:07:08 he Exp $
 
-DISTNAME=      unbound-1.6.6
+DISTNAME=      unbound-1.6.7
 CATEGORIES=    net
 MASTER_SITES=  http://www.unbound.net/downloads/
 

Index: pkgsrc/net/unbound/distinfo
diff -u pkgsrc/net/unbound/distinfo:1.37 pkgsrc/net/unbound/distinfo:1.38
--- pkgsrc/net/unbound/distinfo:1.37    Mon Sep 18 13:02:39 2017
+++ pkgsrc/net/unbound/distinfo Tue Oct 10 08:07:08 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.37 2017/09/18 13:02:39 he Exp $
+$NetBSD: distinfo,v 1.38 2017/10/10 08:07:08 he Exp $
 
-SHA1 (unbound-1.6.6.tar.gz) = d205c03a402f5d900d5bad3d036849a12804a49e
-RMD160 (unbound-1.6.6.tar.gz) = bccaf45d1a7e138b5077e1303f9d5879d9c29efb
-SHA512 (unbound-1.6.6.tar.gz) = 910fd0956b8828d3db0511a85bf6ab6c4c3982f17c70ccb7123d1de1650d24c2906bc29ac4ea83fd7d95d8af29e2cbc88df666f365e51296f552292ef9753016
-Size (unbound-1.6.6.tar.gz) = 5460482 bytes
+SHA1 (unbound-1.6.7.tar.gz) = 098f8acfc3e9d1cab54f07863e61eabbb67c80dc
+RMD160 (unbound-1.6.7.tar.gz) = ddac5bbb7cbfc366438bf35c9a88922a9e1ea17f
+SHA512 (unbound-1.6.7.tar.gz) = 6e3d1a057081252183343d0d1b8ace742ab15e8f5244e61287340f49289d7449bed93fbfdaa3194c0e99ca23948f4b33038f75af5c5b26c938004d06fc3031e0
+Size (unbound-1.6.7.tar.gz) = 5466931 bytes
 SHA1 (patch-configure) = 30874b8337e4ef0e436bb52f4af92a43b810f7bb



Home | Main Index | Thread Index | Old Index