Path to this page:
Subject: CVS commit: pkgsrc/devel/fq
From: Thomas Klausner
Date: 2025-02-08 17:39:48
Message id: 20250208163948.43022FBE0@cvs.NetBSD.org
Log Message:
fq: update to 0.14.0.
# 0.14.0
## Changes
- More jq compatible `debug/0`/`debug/1` (correct prefix) and `stderr/0` (output \
raw strings). #1015 #1016
- Fix crash when decoding a file while it's growing. #1050
- Clean up some build dependencies. #1047 Thanks @Juneezee
- gojq update. Changes from upstream: #1070
- Fix reduce syntax to emit results for each initial value
- Implement skip/2, fix limit/2 to emit error on negative count
- Fix last/1 to yield no values when the argument yields no values
## Format changes
- `av1_obu` Decode more fields and derive more values according to spec. #1020 #1021
- `elf` Handle section header null better. #1051
- `markdown` Update to latest gomarkdown (Fixes CVE-2024-44337). #1048
- `matroska` Spec update. #1035
- `midi` - Mapped SMPTE frame rates to strings and fixed bug in SMPTE offset \
metaevent decoding and more refactoring. #1023 Thanks @transcriptaze
- `toml` `to_toml/1` now support indent option. #1033
- `wav` Decode fmt chunk a bit better and improve format sym names (implied \
endian not bit size). #1034 #1038
- `yaml` `to_yaml/1` now support indent option. #1033
Files: