package/fscryptctl: bump to v1.0.0
Bump to a tagged release, pulling in about 4 years of development. Note that v1 encryption policies have been deprecated and removed in this release. Since the previous version in Buildroot is old enough not to have support for v2 policies, this is an incompatible update. There are unlikely to be many v1 users and the format has some known vulnerabilities so no compatibility option is included. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
4c79aef492
commit
b832f6eb9d
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 970a8febbcbf315313711d8a7ee3d954dea593d8087744d3cba65f6cb4bebcc1 fscryptctl-f037dcf4354ce8f25d0f371b58dfe7a7ac27576f.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
sha256 3828d5ad9b93664b9fec0174fc5d8e96d7b021a7896da74efe18fabe5f01d638 fscryptctl-1.0.0.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
|
@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
FSCRYPTCTL_VERSION = f037dcf4354ce8f25d0f371b58dfe7a7ac27576f
|
||||
FSCRYPTCTL_SITE = $(call github,google,fscryptctl,$(FSCRYPTCTL_VERSION))
|
||||
FSCRYPTCTL_VERSION = 1.0.0
|
||||
FSCRYPTCTL_SITE = $(call github,google,fscryptctl,v$(FSCRYPTCTL_VERSION))
|
||||
FSCRYPTCTL_LICENSE = Apache-2.0
|
||||
FSCRYPTCTL_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user