Block a user
Support for package integrity checking
Possible steps for integrity checking:
- Retrieve checksum of local package
- Download original checksum of package from some repository
- Compare
- Exit if checksums do not match -…
File I/O error when calling runtime_exists() from libglacier
Fixed: changed the following code at line 78:
runtime_exists();
if (errno != 0) { exit(1); }
This fix will be included in the next release
File I/O error when calling runtime_exists() from libglacier
File I/O error when calling runtime_exists() from libglacier
Finish documentation
Finish documentation
Finish documentation
Finish libglacier documentation
Support for package integrity checking