Clemens Lang
Clemens Lang
Note that the option discussed in this proposal is different from what RHEL and Fedora apply downstream. We're explicitly not proposing to add an `allow-sha1-signatures = yes` option as we...
> OpenSSL 3.x builds may require that a host admin enable legacy mode on the host so that applications can use SHA1 in relation to signatures. It's not currently clear...
There are three different use cases here: - Raw signing using [EVP_PKEY_sign()](https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_sign.html). We can't do much besides length limitation (the API documentation does not specify that only digests are being...
@itoldusoandso Usually, right after running the MacPorts installer, it downloads a copy of the Portfiles that are required so that `sudo port install scrcpy` works. It seems that didn't work...
Xcode will not be required after scrcpy is installed. I am, however, a bit confused by the message you're getting, since gd2 (the port that failed to build) definitely builds...
There is, and MacPorts has precompiled binaries for scrcpy: https://packages.macports.org/scrcpy/ Those may or may not be used depending on the user's setup, e.g., installations in locations other than /opt/local will...
`port rdeps --index scrcpy` will give you an idea where all those dependencies are coming from. You'll see that a lot of them are required by librsvg, which is a...
> So your self-compiled 103 MB package of scrcpy contains _all_ required dependencies and is working fine for you even after removing scrcpy with all its dependencies via both, MacPorts...
Just in the interest of documenting the measurements that we just did, here are some numbers. ``` curl-modified,untraced,75.36,83.06,49.01 curl-modified,untraced,75.48,82.96,48.68 curl-modified,untraced,74.83,80.88,48.21 curl-modified,baseline,84.61,95.44,58.41 curl-modified,baseline,84.19,93.21,57.67 curl-modified,baseline,83.99,93.83,57.80 curl-modified,optimized,81.11,93.37,54.97 curl-modified,optimized,81.86,93.38,55.47 curl-modified,optimized,81.85,93.27,55.23 curl-unmodified,untraced,78.28,85.64,48.21 curl-unmodified,untraced,79.82,88.55,50.73 curl-unmodified,untraced,79.53,86.71,50.39 curl-unmodified,baseline,90.14,102.47,61.22...
Probably not in its current state, but we've found some things in the Ctrie that aren't as optimal as they should be, so I'm pretty confident this can be improved,...