Liam Waldron lw-everestlinux
  • United States
  • lead developer at Everest Linux

  • Joined on 2022-06-21
lw-everestlinux commented on issue EverestLinux/libglacier#1 2024-11-20 13:59:50 -05:00
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 -…
lw-everestlinux commented on issue EverestLinux/glacier#1 2024-11-20 09:54:10 -05:00
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

lw-everestlinux closed issue EverestLinux/glacier#1 2024-11-20 09:54:10 -05:00
File I/O error when calling runtime_exists() from libglacier
lw-everestlinux opened issue EverestLinux/glacier#1 2024-11-20 09:51:01 -05:00
File I/O error when calling runtime_exists() from libglacier
lw-everestlinux reopened issue EverestLinux/libglacier#2 2024-11-19 09:44:17 -05:00
Finish documentation
lw-everestlinux closed issue EverestLinux/libglacier#2 2024-11-19 09:44:12 -05:00
Finish documentation
lw-everestlinux opened issue EverestLinux/libglacier#2 2024-11-19 09:43:42 -05:00
Finish documentation
lw-everestlinux opened issue EverestLinux/everest-web#1 2024-11-19 09:43:28 -05:00
Finish libglacier documentation
lw-everestlinux opened issue EverestLinux/libglacier#1 2024-11-19 09:42:39 -05:00
Support for package integrity checking
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-11-12 09:06:31 -05:00
4883c6ee08 v4.0.0-rc7 - custom message support in is_process_root()
lw-everestlinux pushed to main at EverestLinux/everest-web 2024-11-11 15:05:39 -05:00
f7cb8fe6cf 11/11 - update libglacier documentation
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-11-08 18:01:27 -05:00
ce5189c94a v4.0.0rc-6 - update successlog to not depend on unicode output
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-22 10:56:51 -04:00
e39f31e411 v4.0.0-rc5 - add dependency tree data type support
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-20 20:49:08 -04:00
4e7c397df4 v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-20 20:46:07 -04:00
3abcbcb00b v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-20 17:10:45 -04:00
7196d1e955 v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-20 17:00:34 -04:00
da66ae71c2 v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-20 15:33:23 -04:00
2ffa8e3236 v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-18 18:00:33 -04:00
309c60e0b1 v4.0.0-rc4 - add config parsing
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-10-18 17:58:44 -04:00
407d61a908 v4.0.0-rc4 - add config parsing