Codebase list fsverity-utils / 20e87c1
v1.5 Signed-off-by: Eric Biggers <ebiggers@google.com> Eric Biggers 2 years ago
3 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2121 #include <stdint.h>
2222
2323 #define FSVERITY_UTILS_MAJOR_VERSION 1
24 #define FSVERITY_UTILS_MINOR_VERSION 4
24 #define FSVERITY_UTILS_MINOR_VERSION 5
2525
2626 #define FS_VERITY_HASH_ALG_SHA256 1
2727 #define FS_VERITY_HASH_ALG_SHA512 2
33
44 Name: libfsverity
55 Description: fs-verity library
6 Version: 1.4
6 Version: 1.5
77 Libs: -L${libdir} -lfsverity
88 Requires.private: libcrypto
99 Cflags: -I${includedir}
0 % FSVERITY(1) fsverity-utils v1.4 | User Commands
0 % FSVERITY(1) fsverity-utils v1.5 | User Commands
11 %
2 % June 2021
2 % February 2022
33
44 # NAME
55