Changes between Initial Version and Version 1 of Ticket #65462, comment 9
- Timestamp:
- Jul 8, 2022, 5:47:08 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #65462, comment 9
initial v1 2 2 > I don't know what the situation is with rust. Alternatively, if rust doesn't create a derivative work with openssl11, that could be specified, though that seems unlikely. 3 3 4 It's my understanding that software built by `rust`, isn't inherently a derivative work of `openssl11`. Rather, that would only be the case if the component depends on a crate that binds to the latter, such as https://crates.io/crates/openssl.4 It's my understanding that software built by `rust`, isn't inherently a derivative work of `openssl11`. Rather, that would only be the case if the component depends on a crate that binds to (or includes code from) the latter, such as https://crates.io/crates/openssl. 5 5 6 6 Based on a quick review of the portfile for `rav1e` - as well as the build log, to verify what crates are being downloaded - I don't see (?) such a dependency.