pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnsdist net/dnsdist: Update to 1.2.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c81999194191
branches:  trunk
changeset: 376230:c81999194191
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Feb 27 11:06:35 2018 +0000

description:
net/dnsdist: Update to 1.2.1.

New Features
- Add configuration option to disable IP_BIND_ADDRESS_NO_PORT

Improvements
- Handle bracketed IPv6 addresses without ports

Bug Fixes
- Make dnsdist dynamic truncate do right thing on TCP/IP.
- Add missing QPSAction
- Don't create a Remote Logger in client mode.
- Use libsodium's CFLAGS, we might need them to find the includes.
- Keep the TCP connection open on cache hit, generated answers.
- Add the missing <sys/time.h> include to mplexer.hh for struct timeval.
- Sort the servers based on their 'order' after it has been set.
- Quiet unused variable warning on macOS (Chris Hofstaedtler).
- Fix the outstanding counter when an exception is raised.
- Do not connect the snmpAgent from a dnsdist client.

diffstat:

 net/dnsdist/Makefile |   5 ++---
 net/dnsdist/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r fc56ff83d362 -r c81999194191 net/dnsdist/Makefile
--- a/net/dnsdist/Makefile      Tue Feb 27 10:49:58 2018 +0000
+++ b/net/dnsdist/Makefile      Tue Feb 27 11:06:35 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/02/20 16:59:55 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2018/02/27 11:06:35 fhajny Exp $
 
-DISTNAME=      dnsdist-1.2.0
-PKGREVISION=   2
+DISTNAME=      dnsdist-1.2.1
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.powerdns.com/releases/
 EXTRACT_SUFX=  .tar.bz2
diff -r fc56ff83d362 -r c81999194191 net/dnsdist/distinfo
--- a/net/dnsdist/distinfo      Tue Feb 27 10:49:58 2018 +0000
+++ b/net/dnsdist/distinfo      Tue Feb 27 11:06:35 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2017/08/22 17:00:35 fhajny Exp $
+$NetBSD: distinfo,v 1.4 2018/02/27 11:06:35 fhajny Exp $
 
-SHA1 (dnsdist-1.2.0.tar.bz2) = c1af8fbf8a4c5a5bbb1c5154974cf640ffa26acb
-RMD160 (dnsdist-1.2.0.tar.bz2) = b3c23decdf58cc2931a85f5631dc9184f3ff3a6c
-SHA512 (dnsdist-1.2.0.tar.bz2) = 93f8c5f18462d3291c973a690f6ac2b3c5791d9947bee83d9250b503b7526de365bdcb530f3b082e51ae168a9129e77d5558af7cc3b9d2e98a585af53783c237
-Size (dnsdist-1.2.0.tar.bz2) = 876104 bytes
+SHA1 (dnsdist-1.2.1.tar.bz2) = 96d7510dcc866444a60785cee63c12b1f596cb3c
+RMD160 (dnsdist-1.2.1.tar.bz2) = 8484636a2bdd1b49e841c07670dbf12d1ebee8f6
+SHA512 (dnsdist-1.2.1.tar.bz2) = 0f88fbe15d79e5b6240343a660b4207502523877114056dfce7995079f48bdfd9d901bae1e018edc2286af5a110b1ffe2503fc196d2bda9ca9a85d76ff585d28
+Size (dnsdist-1.2.1.tar.bz2) = 866549 bytes
 SHA1 (patch-dns.hh) = 13834e3d9f48b3095ce4912540c7d0d275c3a3a3
 SHA1 (patch-dnsdist-console.cc) = ee5f40a2257128eb7fcc2b581ec9aa997c1b7358
 SHA1 (patch-dnsdist.cc) = 2b2bf569c134019dd8a5d4f3df104fdd16a47a31



Home | Main Index | Thread Index | Old Index