From 6c80702a12cb5be23a2244121b7f8c948648e0c4 Mon Sep 17 00:00:00 2001 From: Don Lewis Date: Tue, 26 Oct 2021 15:24:46 -0700 Subject: [PATCH] devel/mtbl: Upgrade to version 1.4.0 The immutable sorted string table library project, mtbl 1.4.0, is released. This release adds command-line options to support compression levels in mtbl_merge, and a hex formatting option and a variety of filtering options for mtbl_dump. Note that this release leaves the MTBL file format unchanged. In detail: * Add -l option to specify compression level for mtbl_merge. * Add -x option to mtbl_dump to print data for the key and value each formatted with the length (8 digit hexadecimal), a colon, and then hex digit pairs separated by a dash. * Minimum and maximum Zstd compression levels changed from hardcoded 1 and 22, respectively, to values defined by Zstd. * Add -k and -v options to mtbl_dump to print only entries for which the key or value, respectively, matches the given prefix. * Add -K and -V options to mbtl_dump to print only entries for which the length of the key or value, respectively, is greater than or equal to the given integer. Sponsored by: Farsight Security, Inc. --- devel/mtbl/Makefile | 2 +- devel/mtbl/distinfo | 6 +++--- devel/mtbl/pkg-plist | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/mtbl/Makefile b/devel/mtbl/Makefile index f66a3ea8ee9b3..0243054ad1c47 100644 --- a/devel/mtbl/Makefile +++ b/devel/mtbl/Makefile @@ -1,5 +1,5 @@ PORTNAME= mtbl -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= FARSIGHT LOCAL/truckman/farsight diff --git a/devel/mtbl/distinfo b/devel/mtbl/distinfo index 4616fb4c9e0ac..6f8af0c0d9fbb 100644 --- a/devel/mtbl/distinfo +++ b/devel/mtbl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559944920 -SHA256 (mtbl-1.3.0.tar.gz) = 3738944a7018e2a74646ec3f87432788d084b2fe975e01d84163e1cf4eb5a4d5 -SIZE (mtbl-1.3.0.tar.gz) = 443524 +TIMESTAMP = 1635286999 +SHA256 (mtbl-1.4.0.tar.gz) = 22a41252798d3d6f5d4d82154681996fe25e5554969d26272bf6e33be846fe73 +SIZE (mtbl-1.4.0.tar.gz) = 446379 diff --git a/devel/mtbl/pkg-plist b/devel/mtbl/pkg-plist index 8049702a0c3b2..54aa82d99b5e4 100644 --- a/devel/mtbl/pkg-plist +++ b/devel/mtbl/pkg-plist @@ -6,7 +6,7 @@ include/mtbl.h lib/libmtbl.a lib/libmtbl.so lib/libmtbl.so.1 -lib/libmtbl.so.1.1.0 +lib/libmtbl.so.1.1.1 libdata/pkgconfig/libmtbl.pc man/man1/mtbl_dump.1.gz man/man1/mtbl_info.1.gz