From owner-svn-ports-all@freebsd.org Tue Sep 18 02:59:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9782108C3BB; Tue, 18 Sep 2018 02:59:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9437C791F6; Tue, 18 Sep 2018 02:59:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 888FC1A073; Tue, 18 Sep 2018 02:59:18 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8I2xIAa097873; Tue, 18 Sep 2018 02:59:18 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8I2xHBn097870; Tue, 18 Sep 2018 02:59:17 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201809180259.w8I2xHBn097870@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Tue, 18 Sep 2018 02:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479967 - head/dns/dnstable X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/dns/dnstable X-SVN-Commit-Revision: 479967 X-SVN-Commit-Repository: ports 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.27 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: Tue, 18 Sep 2018 02:59:19 -0000 Author: truckman Date: Tue Sep 18 02:59:17 2018 New Revision: 479967 URL: https://svnweb.freebsd.org/changeset/ports/479967 Log: Upgrade dnstable to version 0.10.2: * Fix ordering for wildcard, processing contiguous memory first Sponsored by: Farsight Security, Inc. Modified: head/dns/dnstable/Makefile head/dns/dnstable/distinfo head/dns/dnstable/pkg-plist Modified: head/dns/dnstable/Makefile ============================================================================== --- head/dns/dnstable/Makefile Tue Sep 18 02:39:43 2018 (r479966) +++ head/dns/dnstable/Makefile Tue Sep 18 02:59:17 2018 (r479967) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= dnstable -PORTVERSION= 0.10.1 +PORTVERSION= 0.10.2 CATEGORIES= dns MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/dns/dnstable/distinfo ============================================================================== --- head/dns/dnstable/distinfo Tue Sep 18 02:39:43 2018 (r479966) +++ head/dns/dnstable/distinfo Tue Sep 18 02:59:17 2018 (r479967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1529893785 -SHA256 (dnstable-0.10.1.tar.gz) = a38ee2bb4121b8abd3689c7095c6d7af976591630ae55e1e5783d1ec710a51a8 -SIZE (dnstable-0.10.1.tar.gz) = 408504 +TIMESTAMP = 1537234235 +SHA256 (dnstable-0.10.2.tar.gz) = 6c335f6e578bd5f743a6944d64b6dd4d32c0fe282efcdcf61f1f8ea1ec133e24 +SIZE (dnstable-0.10.2.tar.gz) = 408564 Modified: head/dns/dnstable/pkg-plist ============================================================================== --- head/dns/dnstable/pkg-plist Tue Sep 18 02:39:43 2018 (r479966) +++ head/dns/dnstable/pkg-plist Tue Sep 18 02:59:17 2018 (r479967) @@ -5,7 +5,7 @@ include/dnstable.h lib/libdnstable.a lib/libdnstable.so lib/libdnstable.so.0 -lib/libdnstable.so.0.0.0 +lib/libdnstable.so.0.0.1 libdata/pkgconfig/libdnstable.pc man/man1/dnstable_dump.1.gz man/man1/dnstable_lookup.1.gz