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:   fhajny
Date:           Mon Jan 22 19:21:46 UTC 2018

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/net/powerdns-recursor/Makefile
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/net/powerdns-recursor/Makefile:1.27
--- pkgsrc/net/powerdns-recursor/Makefile:1.26  Tue Jan  2 12:23:55 2018
+++ pkgsrc/net/powerdns-recursor/Makefile       Mon Jan 22 19:21:46 2018
@@ -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

Index: pkgsrc/net/powerdns-recursor/distinfo
diff -u pkgsrc/net/powerdns-recursor/distinfo:1.22 pkgsrc/net/powerdns-recursor/distinfo:1.23
--- pkgsrc/net/powerdns-recursor/distinfo:1.22  Tue Jan  2 12:23:55 2018
+++ pkgsrc/net/powerdns-recursor/distinfo       Mon Jan 22 19:21:46 2018
@@ -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