Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsodium: don't update config.sub, congig.guess from git.savannah.gn… #78

Closed
wants to merge 1 commit into from

Conversation

DeckerSU
Copy link
Owner

…u.org

As of August 30, 2024, git.savannah.gnu.org returned a 502 error when trying to download config.guess and config.sub. For example, attempting to download this link returned a 502 error. As a result, all scripts, workflows, etc., that relied on getting fresh versions of config.{sub,guess} from git.savannah.gnu.org are failing. To prevent this, we disabled updating to the fresh versions of these scripts.

…u.org

As of August 30, 2024, `git.savannah.gnu.org` returned a
502 error when trying to download `config.guess` and `config.sub`.
For example, attempting to download [this link](https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD)
returned a 502 error. As a result, all scripts, workflows, etc.,
that relied on getting fresh versions of `config.{sub,guess}`
from `git.savannah.gnu.org` are failing. To prevent this, we
disabled updating to the fresh versions of these scripts.
@DeckerSU
Copy link
Owner Author

As a temp. fix if this PR will not be merged you can use the following patch:

curl -sL https://gist.githubusercontent.com/DeckerSU/362420d8559941e36d0adb0cbb546139/raw/6ab7c8b3b39d1407990cc53e670b8d807ecfc120/libsodium-fix.diff | git apply -v

@DeckerSU
Copy link
Owner Author

DeckerSU commented Nov 8, 2024

Closed, as changes already here.

@DeckerSU DeckerSU closed this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant