Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +../Makefile.common \ No newline at end of file Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,3 @@ +libc.so.6 +libcrypto.so.1.0.0 +libuuid.so.1 Index: files/no-fuzzer.patch =================================================================== --- /dev/null +++ files/no-fuzzer.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index 7acdfc64..fe73492b 100644 +--- a/Makefile ++++ b/Makefile +@@ -816,7 +816,6 @@ host_tools: utils futil tests + + .PHONY: host_stuff + host_stuff: utillib hostlib \ +- $(if $(filter x86_64,${ARCH}),fuzzers) \ + $(if ${NO_BUILD_TOOLS},,cgpt host_tools) + + .PHONY: clean Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +name : vboot-utils +version : 80.12739 +release : 1 +source : + - git|https://chromium.googlesource.com/chromiumos/platform/vboot_reference : 236bd46bfb59f0262dcb1771a108ebb5e90df578 +license : custom:chromiumos +component : system.utils +summary : Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. +description: | + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. +builddeps : + - pyyaml + - trousers +rundeps : + - openssl +setup : | + %patch -p1 < $pkgfiles/no-fuzzer.patch +build : | + %make +install : | + install -Dm644 LICENSE "$installdir"/usr/share/licenses/$package/LICENSE + %make_install MINIMAL=1 Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,71 @@ + + + vboot-utils + + Alexander Koskovich + zvnexus@outlook.com + + custom:chromiumos + programming.library + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. + + https://getsol.us/sources/README.Solus + + + vboot-utils + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. + + programming.library + + /etc/default/vboot_reference + /usr/bin/cgpt + /usr/bin/chromeos-tpm-recovery + /usr/bin/crossystem + /usr/bin/dev_debug_vboot + /usr/bin/dumpRSAPublicKey + /usr/bin/dump_fmap + /usr/bin/dump_kernel_config + /usr/bin/enable_dev_usb_boot + /usr/bin/futility + /usr/bin/gbb_utility + /usr/bin/tpm-nvsize + /usr/bin/tpmc + /usr/bin/vbutil_firmware + /usr/bin/vbutil_kernel + /usr/bin/vbutil_key + /usr/bin/vbutil_keyblock + /usr/share/licenses/vboot-utils/LICENSE + /usr/share/vboot/bin/common_minimal.sh + /usr/share/vboot/bin/gbb_flags_common.sh + /usr/share/vboot/bin/get_gbb_flags.sh + /usr/share/vboot/bin/make_dev_firmware.sh + /usr/share/vboot/bin/make_dev_ssd.sh + /usr/share/vboot/bin/resign_firmwarefd.sh + /usr/share/vboot/bin/set_gbb_flags.sh + + + + vboot-utils-devel + Development files for vboot-utils + Google's Verified Boot reference implementation (versions 1.x & 2.x) and helper tools. + + programming.devel + + vboot-utils + + + /usr/lib/pkgconfig/vboot_host.pc + + + + + 2020-01-27 + 80.12739 + Initial commit for vboot-utils. + Alexander Koskovich + zvnexus@outlook.com + + + \ No newline at end of file