Skip to content

Commit

Permalink
devel/mtbl: Upgrade to version 1.4.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DonLewisFreeBSD committed Oct 26, 2021
1 parent bcc1dd2 commit 6c80702
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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

Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 1 addition & 1 deletion devel/mtbl/pkg-plist
Expand Up @@ -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
Expand Down

0 comments on commit 6c80702

Please sign in to comment.