From owner-svn-ports-all@freebsd.org Wed Jun 14 19:00:54 2017 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 093B9BF1B3E; Wed, 14 Jun 2017 19:00:54 +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 mx1.freebsd.org (Postfix) with ESMTPS id CD6FE751FA; Wed, 14 Jun 2017 19:00:53 +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 v5EJ0qfp030483; Wed, 14 Jun 2017 19:00:52 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5EJ0qnR030480; Wed, 14 Jun 2017 19:00:52 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201706141900.v5EJ0qnR030480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Wed, 14 Jun 2017 19:00:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443597 - head/devel/mtbl 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.23 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, 14 Jun 2017 19:00:54 -0000 Author: truckman Date: Wed Jun 14 19:00:52 2017 New Revision: 443597 URL: https://svnweb.freebsd.org/changeset/ports/443597 Log: Upgrade devel/mtbl to version 1.1.0: * Fix default zlib compression level. * Add callback data (clos) parameter to mtbl_fileset_partition function and its callback. Early users of mtbl_fileset_partition will need to rewrite accordingly. * Use 64-bit offsets in blocks with more than 4G of data. * Fix undefined behavior when seeking past end of mtbl file. Sponsored by: Farsight Security, Inc. Modified: head/devel/mtbl/Makefile head/devel/mtbl/distinfo head/devel/mtbl/pkg-plist Modified: head/devel/mtbl/Makefile ============================================================================== --- head/devel/mtbl/Makefile Wed Jun 14 19:00:26 2017 (r443596) +++ head/devel/mtbl/Makefile Wed Jun 14 19:00:52 2017 (r443597) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mtbl -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.0 CATEGORIES= devel MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/devel/mtbl/distinfo ============================================================================== --- head/devel/mtbl/distinfo Wed Jun 14 19:00:26 2017 (r443596) +++ head/devel/mtbl/distinfo Wed Jun 14 19:00:52 2017 (r443597) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487793455 -SHA256 (mtbl-1.0.0.tar.gz) = 0c8ddcfa7bf28f82540a66f9a9722ef66816555250e9a3d3b39c1b2440f77d5f -SIZE (mtbl-1.0.0.tar.gz) = 414863 +TIMESTAMP = 1497462244 +SHA256 (mtbl-1.1.0.tar.gz) = 892d41100349602f180f34ab9007fb511715d344b7393b313e8740f3acf47107 +SIZE (mtbl-1.1.0.tar.gz) = 416729 Modified: head/devel/mtbl/pkg-plist ============================================================================== --- head/devel/mtbl/pkg-plist Wed Jun 14 19:00:26 2017 (r443596) +++ head/devel/mtbl/pkg-plist Wed Jun 14 19:00:52 2017 (r443597) @@ -6,7 +6,7 @@ include/mtbl.h lib/libmtbl.a lib/libmtbl.so lib/libmtbl.so.1 -lib/libmtbl.so.1.0.0 +lib/libmtbl.so.1.0.1 libdata/pkgconfig/libmtbl.pc man/man1/mtbl_dump.1.gz man/man1/mtbl_info.1.gz