From owner-svn-ports-all@freebsd.org Wed Sep 23 22:05:58 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042ACA0640D; Wed, 23 Sep 2015 22:05:58 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E95BA1F1C; Wed, 23 Sep 2015 22:05:57 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8NM5vji066320; Wed, 23 Sep 2015 22:05:57 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8NM5vMt066317; Wed, 23 Sep 2015 22:05:57 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201509232205.t8NM5vMt066317@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 23 Sep 2015 22:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r397665 - head/dns/wdns X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Sep 2015 22:05:58 -0000 Author: truckman Date: Wed Sep 23 22:05:56 2015 New Revision: 397665 URL: https://svnweb.freebsd.org/changeset/ports/397665 Log: Upgrade to 0.7.0: [ Henry Stern ] * wdns_str_to_rdata(): New function. * wdns_str_to_rrclass(): New function. [ Robert Edmonds ] * examples/wdns-dump-file: New utility. Sponsored by: Farsight Security, Inc. Modified: head/dns/wdns/Makefile head/dns/wdns/distinfo head/dns/wdns/pkg-plist Modified: head/dns/wdns/Makefile ============================================================================== --- head/dns/wdns/Makefile Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/Makefile Wed Sep 23 22:05:56 2015 (r397665) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= wdns -PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/dns/wdns/distinfo ============================================================================== --- head/dns/wdns/distinfo Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/distinfo Wed Sep 23 22:05:56 2015 (r397665) @@ -1,2 +1,2 @@ -SHA256 (wdns-0.6.0.tar.gz) = db47129e5cbb043fe4b2ca8582684236cd5e640c60f6d7bfddca83a9f2a828c6 -SIZE (wdns-0.6.0.tar.gz) = 346825 +SHA256 (wdns-0.7.0.tar.gz) = 7af6449f77f8044408fe84e88f22e11f1b1639251cdeb4c339841bd100e64187 +SIZE (wdns-0.7.0.tar.gz) = 359744 Modified: head/dns/wdns/pkg-plist ============================================================================== --- head/dns/wdns/pkg-plist Wed Sep 23 21:51:39 2015 (r397664) +++ head/dns/wdns/pkg-plist Wed Sep 23 22:05:56 2015 (r397665) @@ -1,3 +1,4 @@ +bin/wdns-dump-file bin/wdns-dump-pcap bin/wdns-test-deserialize-rrset bin/wdns-test-downcase-rrset