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.
This commit is contained in:
Don Lewis 2018-05-28 23:48:03 +00:00
parent eafcd78049
commit 332ecb3e83
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471069
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mtbl
PORTVERSION= 1.1.1
PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight

View file

@ -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

View file

@ -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