Page MenuHomeSolus

D8125.id19425.diff
No OneTemporary

D8125.id19425.diff

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: files/usr-bin.patch
===================================================================
--- /dev/null
+++ files/usr-bin.patch
@@ -0,0 +1,20 @@
+diff --git a/Makefile b/Makefile
+index 7acdfc64..a7513c5e 100644
+--- a/Makefile
++++ b/Makefile
+@@ -58,13 +58,13 @@ DEV_DEBUG_FORCE=
+ # VB_DIR = vboot binary directory for dev-mode-only scripts
+ ifeq (${MINIMAL},)
+ # Host install just puts everything where it's told
+-UB_DIR=${DESTDIR}/bin
++UB_DIR=${DESTDIR}/usr/bin
+ UL_DIR=${DESTDIR}/${LIBDIR}
+ ULP_DIR=${UL_DIR}/pkgconfig
+ UI_DIR=${DESTDIR}/include/vboot
+ US_DIR=${DESTDIR}/share/vboot
+ DF_DIR=${DESTDIR}/default
+-VB_DIR=${DESTDIR}/bin
++VB_DIR=${DESTDIR}/usr/bin
+ else
+ # Target install puts things into different places
+ UB_DIR=${DESTDIR}/usr/bin
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 : programming.library
+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
+ %patch -p1 < $pkgfiles/usr-bin.patch
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,64 @@
+<PISI>
+ <Source>
+ <Name>vboot-utils</Name>
+ <Packager>
+ <Name>Alexander Koskovich</Name>
+ <Email>zvnexus@outlook.com</Email>
+ </Packager>
+ <License>custom:chromiumos</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">Google&apos;s Verified Boot reference implementation (versions 1.x &amp; 2.x) and helper tools.</Summary>
+ <Description xml:lang="en">Google&apos;s Verified Boot reference implementation (versions 1.x &amp; 2.x) and helper tools.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>vboot-utils</Name>
+ <Summary xml:lang="en">Google&apos;s Verified Boot reference implementation (versions 1.x &amp; 2.x) and helper tools.</Summary>
+ <Description xml:lang="en">Google&apos;s Verified Boot reference implementation (versions 1.x &amp; 2.x) and helper tools.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="data">/default/vboot_reference</Path>
+ <Path fileType="data">/lib/pkgconfig/vboot_host.pc</Path>
+ <Path fileType="executable">/usr/bin/cgpt</Path>
+ <Path fileType="executable">/usr/bin/chromeos-tpm-recovery</Path>
+ <Path fileType="executable">/usr/bin/common_minimal.sh</Path>
+ <Path fileType="executable">/usr/bin/crossystem</Path>
+ <Path fileType="executable">/usr/bin/dev_debug_vboot</Path>
+ <Path fileType="executable">/usr/bin/dev_make_keypair</Path>
+ <Path fileType="executable">/usr/bin/dumpRSAPublicKey</Path>
+ <Path fileType="executable">/usr/bin/dump_fmap</Path>
+ <Path fileType="executable">/usr/bin/dump_kernel_config</Path>
+ <Path fileType="executable">/usr/bin/enable_dev_usb_boot</Path>
+ <Path fileType="executable">/usr/bin/futility</Path>
+ <Path fileType="executable">/usr/bin/gbb_flags_common.sh</Path>
+ <Path fileType="executable">/usr/bin/gbb_utility</Path>
+ <Path fileType="executable">/usr/bin/get_gbb_flags.sh</Path>
+ <Path fileType="executable">/usr/bin/load_kernel_test</Path>
+ <Path fileType="executable">/usr/bin/make_dev_firmware.sh</Path>
+ <Path fileType="executable">/usr/bin/make_dev_ssd.sh</Path>
+ <Path fileType="executable">/usr/bin/pad_digest_utility</Path>
+ <Path fileType="executable">/usr/bin/resign_firmwarefd.sh</Path>
+ <Path fileType="executable">/usr/bin/set_gbb_flags.sh</Path>
+ <Path fileType="executable">/usr/bin/signature_digest_utility</Path>
+ <Path fileType="executable">/usr/bin/tpm-nvsize</Path>
+ <Path fileType="executable">/usr/bin/tpmc</Path>
+ <Path fileType="executable">/usr/bin/vbutil_firmware</Path>
+ <Path fileType="executable">/usr/bin/vbutil_kernel</Path>
+ <Path fileType="executable">/usr/bin/vbutil_key</Path>
+ <Path fileType="executable">/usr/bin/vbutil_keyblock</Path>
+ <Path fileType="executable">/usr/bin/vbutil_what_keys</Path>
+ <Path fileType="executable">/usr/bin/verify_data</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2020-01-27</Date>
+ <Version>80.12739</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Alexander Koskovich</Name>
+ <Email>zvnexus@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:56 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5798802
Default Alt Text
D8125.id19425.diff (6 KB)

Event Timeline