svn commit: r372200 - head/dns/knot

Alex Kozlov ak at FreeBSD.org
Wed Nov 5 17:52:05 UTC 2014


Author: ak
Date: Wed Nov  5 17:52:04 2014
New Revision: 372200
URL: https://svnweb.freebsd.org/changeset/ports/372200
QAT: https://qat.redports.org/buildarchive/r372200/

Log:
  - Update to 1.6.0
    * Add persistent timers for slave zones (expire, refresh, and flush)
    * Return minimal response for queries with unsupported EDNS version
    * Fix DNSSEC compliant processing of letter case in RDATA domain names
    * Fix interpretation of Extended RCODE in EDNS
    * Fix forced zone retransfer on slave
    * Fix zone expiration when transfer is being refused by master
  
  PR:	194795
  Submitted by:	freebsd at dns-lab.com (maintainer)

Modified:
  head/dns/knot/Makefile
  head/dns/knot/distinfo

Modified: head/dns/knot/Makefile
==============================================================================
--- head/dns/knot/Makefile	Wed Nov  5 17:35:38 2014	(r372199)
+++ head/dns/knot/Makefile	Wed Nov  5 17:52:04 2014	(r372200)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-PORTVERSION=	1.5.3
+PORTVERSION=	1.6.0
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/dns/knot/distinfo
==============================================================================
--- head/dns/knot/distinfo	Wed Nov  5 17:35:38 2014	(r372199)
+++ head/dns/knot/distinfo	Wed Nov  5 17:52:04 2014	(r372200)
@@ -1,2 +1,2 @@
-SHA256 (knot-1.5.3.tar.gz) = 8d82ad5b2c7162750dc40c57d45dcae2665171a862767a350379fe1c4e0afcdd
-SIZE (knot-1.5.3.tar.gz) = 1175445
+SHA256 (knot-1.6.0.tar.gz) = b1d4fa341543d3344f767eaa5a0b71e21747adddf3c45abcb4c2c2383ca319e8
+SIZE (knot-1.6.0.tar.gz) = 1182418


More information about the svn-ports-all mailing list