mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 17:25:24 +01:00
Implement sha256summing for all remaining kaem scripts
This commit is contained in:
parent
d6780c9947
commit
8724c94d20
14 changed files with 94 additions and 0 deletions
6
sysa/tcc-0.9.27/checksums/mes-libc-patched
Normal file
6
sysa/tcc-0.9.27/checksums/mes-libc-patched
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
a1313f0a2aef2e63a3d03b2c8de98e6c022f0999e4d7e039bd140c250be4a4da /after/lib/libc.a
|
||||
a1313f0a2aef2e63a3d03b2c8de98e6c022f0999e4d7e039bd140c250be4a4da /after/lib/libc+gnu.a
|
||||
12c07ae103e7e3b390150a79e5c600d88de14e9bb73a066f6342582729ef5a3f /after/lib/libgetopt.a
|
||||
d1168ee9b528e39f0b40e8d51fb7fa3619c4a5ee928137f7faf6d0879b0916b0 /after/lib/crt1.o
|
||||
461ca1494737fab86fe1c1d3addeaf9d0ece413e353abcdea8674db3f700cda3 /after/lib/crtn.o
|
||||
09d4f9821a2566f7e56381a19259c41bd97f3c5ed83f490705acbfd1139a7736 /after/lib/crti.o
|
||||
1
sysa/tcc-0.9.27/checksums/tcc-patched
Normal file
1
sysa/tcc-0.9.27/checksums/tcc-patched
Normal file
|
|
@ -0,0 +1 @@
|
|||
d9dd8e605c8dfd584216e94df4759b1aeb894bdd3d99937bf0eba28cf875e25a /after/bin/tcc
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -17,3 +18,6 @@ cd ../tcc-0.9.27
|
|||
kaem --file ../../compile-libc.kaem
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
sha256sum -c checksums/mes-libc-patched
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
|
@ -35,3 +36,6 @@ tcc-0.9.26 \
|
|||
tcc -version
|
||||
|
||||
cd ../..
|
||||
|
||||
# Checksums
|
||||
sha256sum -c checksums/tcc-patched
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue