pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   otis
Date:           Wed Nov 25 16:18:16 UTC 2020

Modified Files:
        pkgsrc/net/powerdns-recursor: Makefile distinfo

Log Message:
net/powerdns-recursor: Update to 4.4.1

Changelog:
Released: 25th of November 2020

* Improvements:
  - Allow to specify a name in getMetric() that is used for Prometheus export
    only.

* Bug Fixes:
  - Do not add request to a wait chain that’s already processed or being
    processed.
  - Avoid a CNAME loop detection issue with DNS64
  - Do not send overly long NOD lookups.
  - If a.b.c CNAME x.a.b.c is encountered, switch off QName Minimization.
  - Fix the processing of answers generated from gettag.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/powerdns-recursor/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/powerdns-recursor/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/powerdns-recursor/Makefile
diff -u pkgsrc/net/powerdns-recursor/Makefile:1.39 pkgsrc/net/powerdns-recursor/Makefile:1.40
--- pkgsrc/net/powerdns-recursor/Makefile:1.39  Mon Oct 19 14:36:56 2020
+++ pkgsrc/net/powerdns-recursor/Makefile       Wed Nov 25 16:18:16 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2020/10/19 14:36:56 otis Exp $
+# $NetBSD: Makefile,v 1.40 2020/11/25 16:18:16 otis Exp $
 
-DISTNAME=      pdns-recursor-4.4.0
+DISTNAME=      pdns-recursor-4.4.1
 PKGNAME=       ${DISTNAME:S/pdns/powerdns/}
 CATEGORIES=    net
 MASTER_SITES=  http://downloads.powerdns.com/releases/

Index: pkgsrc/net/powerdns-recursor/distinfo
diff -u pkgsrc/net/powerdns-recursor/distinfo:1.35 pkgsrc/net/powerdns-recursor/distinfo:1.36
--- pkgsrc/net/powerdns-recursor/distinfo:1.35  Mon Oct 19 14:36:56 2020
+++ pkgsrc/net/powerdns-recursor/distinfo       Wed Nov 25 16:18:16 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.35 2020/10/19 14:36:56 otis Exp $
+$NetBSD: distinfo,v 1.36 2020/11/25 16:18:16 otis Exp $
 
-SHA1 (pdns-recursor-4.4.0.tar.bz2) = a53e23891110ac646249ec03f0571a693c730e9e
-RMD160 (pdns-recursor-4.4.0.tar.bz2) = 3cb8c711628c26519a6031f42f53a878c61d3401
-SHA512 (pdns-recursor-4.4.0.tar.bz2) = 06ec7788510b656ee8e08e54d989d8789685a3acb8b11172aff5de21bff493227368bbfca8203c56853da97d209facc4d88005b4b565a5986788a1b5f16a9fb6
-Size (pdns-recursor-4.4.0.tar.bz2) = 1395544 bytes
+SHA1 (pdns-recursor-4.4.1.tar.bz2) = b561686deba4a498ed581f7488e26c705d554e73
+RMD160 (pdns-recursor-4.4.1.tar.bz2) = 855ebf52de8cf850cdcbae668d70d22aefdc4295
+SHA512 (pdns-recursor-4.4.1.tar.bz2) = e5bdcf7f9b0095bd7169d605536e45beaa675cb9ac6e58280bf725535f1d3274dd4872418461ca5e216b310472ec08b8153c6da46d6ecf9ce545feb6ab3cd235
+Size (pdns-recursor-4.4.1.tar.bz2) = 1395506 bytes
 SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68
 SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a
 SHA1 (patch-iputils.cc) = a7a25d76293bc2e68efc749c661ae1595167fab7



Home | Main Index | Thread Index | Old Index