]> git.99rst.org Git - openwrt-packages.git/commit
fscrypt: update to 0.3.7
authorJohn Audia <redacted>
Sun, 23 Aug 2026 09:25:17 +0000 (05:25 -0400)
committerAlexandru Ardelean <redacted>
Thu, 27 Aug 2026 11:50:51 +0000 (14:50 +0300)
commit97e17c70fc9d4858d61a6bd4ba3472ed38c654fb
tree4d47c3d7ba7fe73c08234c15add7095c98ea0f11
parentde6ca754b19118b2b28d0bc0a683edd19cb0ebee
fscrypt: update to 0.3.7

Changelog:
- Upgraded various dependencies, including golang.org/x/crypto to resolve the usual
  CVEs in it (but as usual, not actually affecting fscrypt's use of it).
- When selecting password hashing parameters, fscrypt now takes cgroup limitations
  into consideration.
- fscrypt encrypt no longer follows trailing symlinks when writing the recovery
  instructions.
- fscrypt unlock no longer enters an infinite loop when an incorrect key file is
  specified using --key=FILE, --quiet isn't specified, and standard input is a terminal.
- fscrypt unlock no longer enters an infinite loop when an incorrect password is specified,
  --quiet isn't specified, and standard input isn't a terminal.
- The error message when multiple protectors are available now mentions --unlock-with in
  addition to --protector.
- Documented the udev dependency for /dev/disk/by-uuid/ links.

Signed-off-by: John Audia <redacted>
utils/fscrypt/Makefile
utils/fscrypt/test-version.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT