Nordix / bomres

Software Bill-of-Material Resolver
Apache License 2.0
7 stars 6 forks source link

Busybox now builds #69

Closed hans-lammda closed 2 years ago

hans-lammda commented 2 years ago

There is now two options for linking between aports and apkindex. The quick and not so exact method of using the commit state of the repo , or the individual commit for each package. The later takes time.

The problem occurs when building busybox, I added a section in resolved.json to indicate if the software stack is resolved. If not dependency are listed.

"resolver": { "status": false, "secondary": { "openssl": { "libretls": [ "libcrypto.so.1.1", "libssl.so.1.1" ], "apk-tools": [ "libcrypto.so.1.1", "libssl.so.1.1" ], "lighttpd": [ "libcrypto.so.1.1", "libssl.so.1.1" ] }, "brotli": {