Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2015 11:06:31 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397107 - head/dns/knot2
Message-ID:  <201509171106.t8HB6VKb043290@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Thu Sep 17 11:06:30 2015
New Revision: 397107
URL: https://svnweb.freebsd.org/changeset/ports/397107

Log:
  Update to 2.0.1
  
  PR:		203127
  Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com> (maintainer)
  Sponsored by:	DK Hostmaster A/S

Modified:
  head/dns/knot2/Makefile
  head/dns/knot2/distinfo
  head/dns/knot2/pkg-plist

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Thu Sep 17 11:04:07 2015	(r397106)
+++ head/dns/knot2/Makefile	Thu Sep 17 11:06:30 2015	(r397107)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	knot
-DISTVERSION=	2.0.0
+DISTVERSION=	2.0.1
 CATEGORIES=	dns ipv6
 MASTER_SITES=	https://secure.nic.cz/files/knot-dns/ \
 		http://dns-lab.com/downloads/knot-dns/

Modified: head/dns/knot2/distinfo
==============================================================================
--- head/dns/knot2/distinfo	Thu Sep 17 11:04:07 2015	(r397106)
+++ head/dns/knot2/distinfo	Thu Sep 17 11:06:30 2015	(r397107)
@@ -1,2 +1,2 @@
-SHA256 (knot-2.0.0.tar.xz) = 28b2277647f618ea7edba741fd6685a8b1fc17d3a178b48f4ca7f2a43359998f
-SIZE (knot-2.0.0.tar.xz) = 947200
+SHA256 (knot-2.0.1.tar.xz) = 183bac1f23cb3996731c8161889ff5c1e2f99b9a6d8690390a2a23af433d6ce6
+SIZE (knot-2.0.1.tar.xz) = 958560

Modified: head/dns/knot2/pkg-plist
==============================================================================
--- head/dns/knot2/pkg-plist	Thu Sep 17 11:04:07 2015	(r397106)
+++ head/dns/knot2/pkg-plist	Thu Sep 17 11:06:30 2015	(r397107)
@@ -6,6 +6,7 @@ bin/knsec3hash
 bin/knsupdate
 include/dnssec/binary.h
 include/dnssec/crypto.h
+include/dnssec/dnssec.h
 include/dnssec/error.h
 include/dnssec/event.h
 include/dnssec/kasp.h
@@ -50,6 +51,7 @@ include/libknot/internal/tolower.h
 include/libknot/internal/trie/hat-trie.h
 include/libknot/internal/trie/murmurhash3.h
 include/libknot/internal/utils.h
+include/libknot/internal/wire_ctx.h
 include/libknot/libknot.h
 include/libknot/packet/compr.h
 include/libknot/packet/pkt.h
@@ -73,8 +75,15 @@ include/libknot/rrtype/rdname.h
 include/libknot/rrtype/rrsig.h
 include/libknot/rrtype/soa.h
 include/libknot/rrtype/tsig.h
+include/libknot/rrtype/txt.h
 include/libknot/tsig-op.h
 include/libknot/tsig.h
+include/libknot/yparser/yparser.h
+include/libknot/yparser/ypformat.h
+include/libknot/yparser/ypscheme.h
+include/libknot/yparser/yptrafo.h
+include/zscanner/error.h
+include/zscanner/scanner.h
 lib/libdnssec.a
 lib/libdnssec.so
 lib/libdnssec.so.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509171106.t8HB6VKb043290>