pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/powerdns-recursor Update net/powerdns-recursor to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e43a7193320c
branches:  trunk
changeset: 374430:e43a7193320c
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jan 22 19:21:46 2018 +0000

description:
Update net/powerdns-recursor to 4.1.1.

Improvements
- Don't process records for another class than IN

Bug Fixes
- Correctly handle ancestor delegation NSEC{,3} for children.
  (CVE-2018-1000003)
- Fix the computation of the closest encloser for positive answers.
- Pass the correct buffer size to arecvfrom().
- Fix to make primeHints threadsafe, otherwise there's a small chance
  on startup that the root-server IPs will be incorrect.
- Don't validate signature for "glue" CNAME, since anything else than
  the initial CNAME can't be considered authoritative.

diffstat:

 net/powerdns-recursor/Makefile |   4 ++--
 net/powerdns-recursor/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r bca422dd5537 -r e43a7193320c net/powerdns-recursor/Makefile
--- a/net/powerdns-recursor/Makefile    Mon Jan 22 16:12:02 2018 +0000
+++ b/net/powerdns-recursor/Makefile    Mon Jan 22 19:21:46 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2018/01/02 12:23:55 fhajny Exp $
+# $NetBSD: Makefile,v 1.27 2018/01/22 19:21:46 fhajny Exp $
 #
 
-DISTNAME=              pdns-recursor-4.1.0
+DISTNAME=              pdns-recursor-4.1.1
 CATEGORIES=            net
 MASTER_SITES=          http://downloads.powerdns.com/releases/
 EXTRACT_SUFX=          .tar.bz2
diff -r bca422dd5537 -r e43a7193320c net/powerdns-recursor/distinfo
--- a/net/powerdns-recursor/distinfo    Mon Jan 22 16:12:02 2018 +0000
+++ b/net/powerdns-recursor/distinfo    Mon Jan 22 19:21:46 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2018/01/02 12:23:55 fhajny Exp $
+$NetBSD: distinfo,v 1.23 2018/01/22 19:21:46 fhajny Exp $
 
-SHA1 (pdns-recursor-4.1.0.tar.bz2) = b7a5ed70f55c9269b65b2403d1d56a2ee43d0c28
-RMD160 (pdns-recursor-4.1.0.tar.bz2) = a8b8c0f7e46cf2841ae25f6ac406bf555260c583
-SHA512 (pdns-recursor-4.1.0.tar.bz2) = 1e4d70f3794005c3f45b2ec0ab580c3697e7de3096f3378b9b9d1cd53f10f95e577522ca9f634eb235b166f007e8a2bfa99f312ddf19f266ad4bb0965167fd7c
-Size (pdns-recursor-4.1.0.tar.bz2) = 1222751 bytes
+SHA1 (pdns-recursor-4.1.1.tar.bz2) = 3df4b51cfcd6e4d1de3c3b833daa92b14c51c1c7
+RMD160 (pdns-recursor-4.1.1.tar.bz2) = cac9744006f40def049155fdafb3d66b6434d68a
+SHA512 (pdns-recursor-4.1.1.tar.bz2) = a8561bf0688752f30c4c997930f13d55c506b2a2113d22b074443757a51cde9be182ef948e61eb8c4d639bbf8679d8a4139aafb6983f483b3a917e049fa64e45
+Size (pdns-recursor-4.1.1.tar.bz2) = 1224544 bytes
 SHA1 (patch-configure) = 5c91dcbc43a51bf30af200e234f18eb9b7458e6f
 SHA1 (patch-dns.hh) = 7e9c1b10a066a605b74ebdbee2d894aed50f6c68
 SHA1 (patch-ext_json11_json11.cpp) = 2de8ea8b51556bd3e3c1a88f681697eff239ab1a



Home | Main Index | Thread Index | Old Index