File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616# the License.
1717
1818# Update this on each new release, along with the NEWS.md file.
19- VERSION := v0.3.5
19+ VERSION := v0.3.6
2020
2121NAME := fscrypt
2222PAM_NAME := pam_$(NAME )
Original file line number Diff line number Diff line change 11# ` fscrypt ` release notes
22
3+ ## Version 0.3.6
4+
5+ * Upgraded various dependencies, including ` golang.org/x/crypto ` where the
6+ upgrade resolves CVE-2024 -45337 and CVE-2025 -22869. (These vulnerabilities
7+ didn't actually affect ` fscrypt ` , as it doesn't use the relevant features.)
8+
9+ * ` fscrypt ` now requires Go 1.23 or later to build.
10+
11+ * Added fallback logic for when sysfs is not mounted.
12+
13+ * Other minor fixes and documentation improvements.
14+
315## Version 0.3.5
416
517* Upgraded various dependencies, resolving two security alerts from GitHub.
You can’t perform that action at this time.
0 commit comments