Skip to content

Commit c6072b5

Browse files
committed
Merge #2977: [Tools] Fix urls to new config.guess/sub
151f6df Tools: Fix urls to new config.guess/sub (Fuzzbawls) Pull request description: Looks like savannah deprecated the `git` subdomain in favor of `gitweb`, and curl doesn't follow DNS redirects. Additionally, their servers seem to be having stability issues. Update the URLs to using a github gist instead. ACKs for top commit: 151f6df Duddino: utACK 151f6df Liquid369: tACK 151f6df Tree-SHA512: db6a5736cb930ea23b5a16dbec73807d673c70ea245e4f654c786c4e05d276fdaa82b5ce08111043d4b82699d17188a5babaae77d74ce9e47b1dc505758208cd
2 parents ad61e67 + 151f6df commit c6072b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/install_db4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ patch dist/configure < bigsur.patch
8686
# The packaged config.guess and config.sub are ancient (2009) and can cause build issues.
8787
# Replace them with modern versions.
8888
# See https://github.com/bitcoin/bitcoin/issues/16064
89-
CONFIG_GUESS_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=00b15927496058d23e6258a28d8996f87cf1f191'
89+
CONFIG_GUESS_URL='https://gist.githubusercontent.com/Fuzzbawls/8b1a7c9d094e3dcb3295cf7c56e35bc5/raw/e357876828a4e2f263b184bc7cb7ea2322b540a9/config.guess'
9090
CONFIG_GUESS_HASH='e3d148130e9151735f8b9a8e69a70d06890ece51468a9762eb7ac0feddddcc2f'
91-
CONFIG_SUB_URL='https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=00b15927496058d23e6258a28d8996f87cf1f191'
91+
CONFIG_SUB_URL='https://gist.githubusercontent.com/Fuzzbawls/db174c45f41e77862184ff05f8055942/raw/9c3965804b7376ec371a4cbfc851be96f3f38a3d/config.sub'
9292
CONFIG_SUB_HASH='11c54f55c3ac99e5d2c3dc2bb0bcccbf69f8223cc68f6b2438daa806cf0d16d8'
9393

9494
rm -f "dist/config.guess"

0 commit comments

Comments
 (0)