Subject: CVS commit: pkgsrc/devel/fq
From: Thomas Klausner
Date: 2023-07-07 14:18:31
Message id: 20230707121831.C09F2FBDB@cvs.NetBSD.org

Log Message:
fq: update to 0.7.0.

# 0.7.0

Added LuaJIT bytecode decoder by @dlatchx, otherwise mostly small things. Been \ 
busy with nice weather and
helping our getting jq development and maintenance back on track.

## Changes

- Better performance of binary arrays when they only include 0-255 numbers or \ 
strings. #704
- Make `tovalue` on binary, in addition decode value binary, respect \ 
`bits_format` options. #677
  ```sh
  # uses -V to do tovalue to get a hex string
  # uses -r to output "raw" string
  $ fq -o bits_format=hex -Vr -n '[1,0xff,3] | tobytes'
  01ff03
  ```
- Updated gojq fork with fixes from upstream: #679
  - Improved error messages
  - `@urid` URI format function

## Decoder changes

- `luajit` Add LuaJIT bytecode decoder. Thanks @dlatchx #709
- `mp4` Improved sample group definition box `sgpd` entries decoder. Thanks \ 
@ksa-real #707
- `mp4` Improved user metadata `udta` structure decoding #676
- `wav` Decode `bext` chunk. #712

Files:
RevisionActionfile
1.9modifypkgsrc/devel/fq/Makefile
1.5modifypkgsrc/devel/fq/distinfo
1.5modifypkgsrc/devel/fq/go-modules.mk