Skip to content

Make gocryptfs version checking less strict

Ivan Čukić requested to merge ivan/gocryptfs-version into master

gocryptfs does not have a stable --version string. This patch removes checking the minor version as it is skipped in the recent releases, but adds prefix checking to ensure the reported two-component version is for gocryptfs, and not for some inside dependency.

Will see how quickly they will change the version string again.

Merge request reports