mite-user

Results 4 comments of mite-user

As a temporary workaround, I wrote this The idea is to prefetch SHA256 hashes as @ddalcino suggested. Hope this helps.

https://www.openssl.org/blog/blog/2022/10/18/rmd160-and-the-legacy-provider/ https://github.com/openssl/openssl/pull/19375 Changes from the pull request were merged despite being marked as "closed". https://github.com/openssl/openssl/blob/master/CHANGES.md#changes-between-306-and-307-1-nov-2022 "Added RIPEMD160 to the default provider." `rmd160` is available in openssl 3.0.7+ without the `-provider...

Both `osxcross-macports search gtk4` and `osxcross-macports install gtk4` worked for me. https://github.com/tpoechtrager/osxcross/blob/50e86ebca7d14372febd0af8cd098705049161b9/tools/osxcross-macports#L457-L495 `osxcross-macports search ` downloads the `$MIRROR` page (e.g. ), gets the values of all `href` attributes (i.e. URL,...

`ambiguous redirect` might indicate there is something wrong with the path `$WDIR/$SDK$SDK_EXT`. https://github.com/tpoechtrager/osxcross/blob/50e86ebca7d14372febd0af8cd098705049161b9/tools/gen_sdk_package.sh#L121 https://github.com/tpoechtrager/osxcross/blob/50e86ebca7d14372febd0af8cd098705049161b9/tools/gen_sdk_package.sh#L151 https://github.com/tpoechtrager/osxcross/blob/50e86ebca7d14372febd0af8cd098705049161b9/tools/gen_sdk_package.sh#L198 https://github.com/tpoechtrager/osxcross/blob/50e86ebca7d14372febd0af8cd098705049161b9/tools/gen_sdk_package.sh#L49-L57 Does path to the current directory contain spaces? Are there some unexpected files/directories matching...