From owner-svn-ports-all@freebsd.org Mon May 28 23:48:04 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 DECA3EFFAA8; Mon, 28 May 2018 23:48:04 +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 940496ABF1; Mon, 28 May 2018 23:48:04 +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 722D4142EC; Mon, 28 May 2018 23:48:04 +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 w4SNm4tX016871; Mon, 28 May 2018 23:48:04 GMT (envelope-from truckman@FreeBSD.org) Received: (from truckman@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4SNm3JX016869; Mon, 28 May 2018 23:48:03 GMT (envelope-from truckman@FreeBSD.org) Message-Id: <201805282348.w4SNm3JX016869@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: truckman set sender to truckman@FreeBSD.org using -f From: Don Lewis Date: Mon, 28 May 2018 23:48:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471069 - head/devel/mtbl X-SVN-Group: ports-head X-SVN-Commit-Author: truckman X-SVN-Commit-Paths: head/devel/mtbl X-SVN-Commit-Revision: 471069 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.26 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: Mon, 28 May 2018 23:48:05 -0000 Author: truckman Date: Mon May 28 23:48:03 2018 New Revision: 471069 URL: https://svnweb.freebsd.org/changeset/ports/471069 Log: Update devel/mtbl to version 1.2.1: * Prevent fileset reloading when the fileset has iterators open. * Add and document facility to disable reloading of filesets. * Defer initial load of fileset until the first operation on a fileset source. * Handle 32bit size_t overflows, failing with an assertion upon opening an mtbl_reader with an oversized data block. * Fix for systems with 32-bit size_t. * Add several unit tests for various libmtbl functions. * Correct a library versioning error. 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 Mon May 28 23:40:13 2018 (r471068) +++ head/devel/mtbl/Makefile Mon May 28 23:48:03 2018 (r471069) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mtbl -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= FARSIGHT LOCAL/truckman/farsight Modified: head/devel/mtbl/distinfo ============================================================================== --- head/devel/mtbl/distinfo Mon May 28 23:40:13 2018 (r471068) +++ head/devel/mtbl/distinfo Mon May 28 23:48:03 2018 (r471069) @@ -1,3 +1,3 @@ -TIMESTAMP = 1501806647 -SHA256 (mtbl-1.1.1.tar.gz) = 5f97cdf5a6605e18d53a584394cd9a56aba20d4da89bf609e886975b37a8db65 -SIZE (mtbl-1.1.1.tar.gz) = 416738 +TIMESTAMP = 1527548311 +SHA256 (mtbl-1.2.1.tar.gz) = a82f425a2c8e21e326cbe0255627b1c8f50cd13472f1bc8b8cb13a202ea0024b +SIZE (mtbl-1.2.1.tar.gz) = 442543 Modified: head/devel/mtbl/pkg-plist ============================================================================== --- head/devel/mtbl/pkg-plist Mon May 28 23:40:13 2018 (r471068) +++ head/devel/mtbl/pkg-plist Mon May 28 23:48:03 2018 (r471069) @@ -6,7 +6,7 @@ include/mtbl.h lib/libmtbl.a lib/libmtbl.so lib/libmtbl.so.1 -lib/libmtbl.so.1.0.1 +lib/libmtbl.so.1.0.2 libdata/pkgconfig/libmtbl.pc man/man1/mtbl_dump.1.gz man/man1/mtbl_info.1.gz