Date: Mon, 28 May 2018 23:48:03 +0000 (UTC) From: Don Lewis <truckman@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471069 - head/devel/mtbl Message-ID: <201805282348.w4SNm3JX016869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805282348.w4SNm3JX016869>