diff options
author | pettai <pettai> | 2016-03-09 05:24:38 +0000 |
---|---|---|
committer | pettai <pettai> | 2016-03-09 05:24:38 +0000 |
commit | 4582320c3db03c0f2299c0dfffb75ebebc5f8184 (patch) | |
tree | d0260aabca0fe8d1690650e972984b830c3e47ef | |
parent | d07091206b399da216bb343c03da9aface03aa38 (diff) | |
download | pkgsrc-4582320c3db03c0f2299c0dfffb75ebebc5f8184.tar.gz |
Unbound 1.5.8
=============
Features:
---------
- ip-transparent option for FreeBSD with IP_BINDANY socket option.
- insecure-lan-zones: yesno config option.
- RR Type CSYNC support RFC 7477, in debug printout and config input.
- RR Type OPENPGPKEY support (draft-ietf-dane-openpgpkey-07).
- [bugzilla: 731 ] tcp-mss, outgoing-tcp-mss options for unbound.conf
- Support RFC7686: handle ".onion" Special-Use Domain. It is blocked
by default, and can be unblocked with "nodefault" localzone config.
- ub_ctx_set_stub() function for libunbound to config stub zones.
Bug Fixes:
----------
- Fix that NSEC3 negative cache is used when there is no salt.
- sorted ubsyms.def file with exported libunbound functions.
- Print understandable debug log when unusable DS record is seen.
- load gost algorithm if digest is seen before key algorithm.
- Fix that "make install" fails due to "text file busy" error.
- Set IPPROTO_IP6 for ipv6 sockets otherwise invalid argument error.
- wait for sendto to drain socket buffers when they are full.
- Neater cmdline_verbose increment patch from Edgar Pettijohn.
- Made NetBSD sendmsg test nonfatal, in case of false positives.
- [bugzilla: 741 ] Fix: log message for dnstap socket connection is
more clear.
- [bugzilla: 734 ] Fix: chown the pidfile if it resides inside the
chroot.
- Fix cmsg alignment for argument to sendmsg on NetBSD.
- Fix that unbound complains about unimplemented IP_PKTINFO for
sendmsg on NetBSD (for interface-automatic).
- [bugzilla: 738 ] Fix: Swig should not be invoked with CPPFLAGS.
- Squelch 'cannot assign requested address' log messages unless
verbosity is high, it was spammed after network down.
- Fix to simplify empty string checking.
- [bugzilla: 734 ] Fix: Do not log an error when the PID file cannot
be chown'ed.
- Fix test if -pthreads unused to use better grep for portability.
- Fix mingw crosscompile for recent mingw.
- Update aclocal, autoconf output with new versions (1.15, 2.4.6).
- Define DEFAULT_SOURCE together with BSD_SOURCE when that is defined,
for Linux glibc 2.20.
- Fixup contrib/aaaa-filter-iterator.patch for moved contents in the
source code, so it applies cleanly again. Removed unused variable
warnings.
- [bugzilla: 729 ] Fix: omit use of escape sequences in echo since
they are not portable (unbound-control-setup).
- remove NULL-checks before free, patch from Michael McConville.
- updated ax_pthread.m4 to version 21 with clang support, this removes
a warning from compilation.
- OSX portability, detect if sbrk is deprecated.
- OSX clang, stop -pthread unused during link stage warnings.
- OSX clang new flto check.
- iana portlist update.
-rw-r--r-- | net/unbound/Makefile | 5 | ||||
-rw-r--r-- | net/unbound/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 648d969f3a1..42f4ac5b58c 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2016/03/05 11:29:13 jperkin Exp $ +# $NetBSD: Makefile,v 1.45 2016/03/09 05:24:38 pettai Exp $ -DISTNAME= unbound-1.5.7 -PKGREVISION= 3 +DISTNAME= unbound-1.5.8 CATEGORIES= net MASTER_SITES= http://www.unbound.net/downloads/ diff --git a/net/unbound/distinfo b/net/unbound/distinfo index f165155f556..a8529c0e0e6 100644 --- a/net/unbound/distinfo +++ b/net/unbound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.30 2015/12/12 23:50:06 pettai Exp $ +$NetBSD: distinfo,v 1.31 2016/03/09 05:24:38 pettai Exp $ -SHA1 (unbound-1.5.7.tar.gz) = 6306fec537f507a41b9c3a7e16e4aa1c10532510 -RMD160 (unbound-1.5.7.tar.gz) = f5cdda4b439f9b16cf1da62ca796c664cd53998b -SHA512 (unbound-1.5.7.tar.gz) = 7fc000364139519ed837ef9883f2e8a684b5ac19f2d3343626ab0a4c3459a7c3ccf2c79e9d992d82b123c6a38245fc286994365b427145d218e0b3c645c4dc4f -Size (unbound-1.5.7.tar.gz) = 4859573 bytes +SHA1 (unbound-1.5.8.tar.gz) = 1391888d2e3395d766545cd3dbdf0f1879c48080 +RMD160 (unbound-1.5.8.tar.gz) = e0a2fa814a27ef84a9387e9f856c0c317375b113 +SHA512 (unbound-1.5.8.tar.gz) = 0c296a2e5489fae0fdf0ca2ea11ed72f00498c8499f38f308ff32078665d980a2d5a80ee0e106273dc13a146611a238553857c5f301fe9622072382c06b8434a +Size (unbound-1.5.8.tar.gz) = 4895649 bytes |