Berkeley DB installer in contrib makes a call over the internet to https://gist.githubusercontent.com to fetch a 141 line patch. https://github.com/bitcoin/bitcoin/blob/f1dbf92ff0475a01d20170ea422c1d086acbbc57/contrib/install_db4.sh#L71 The gist has [multiple revisions]( https://gist.github.com/LnL7/5153b251fd525fe15de69b67e63a6075/revisions) **Expected behavior** One less call over the internet during the build process. One less website to depend on. **To reproduce** ``` ./contrib/install_db4.sh ``` `install_db4.sh` is recommended by the `doc/build-*.md` for example https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md#berkeley-db CC: @laanwj