the tuxfamily mirror is back up, revert back to an SSL source
get miniupnpc from ssl, this reverts commit 21b8a14d37c19ce292d5529597e0d52338db48a9 #30564
pull justinvforvendetta wants to merge 1 commits into bitcoin:master from justinvforvendetta:master changing 1 files +1 −1-
justinvforvendetta commented at 10:02 PM on July 31, 2024: contributor
-
DrahtBot commented at 10:02 PM on July 31, 2024: contributor
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
Code Coverage
For detailed information about the code coverage, see the test coverage report.
<!--021abf342d371248e50ceaed478a90ca-->
Reviews
See the guideline for information on the review process. A summary of reviews will appear here.
<!--174a7506f384e20aa4161008e828411d-->
Conflicts
Reviewers, this pull request conflicts with the following ones:
- #30301 (depends: bump miniupnpc to 2.2.8 by theuni)
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first.
-
maflcko commented at 6:06 AM on August 1, 2024: member
Please refer to the commit that this is reverting in the commit message. Git can do it all for you, if you type:
git revert 21b8a14d37c19ce292d5529597e0d52338db48a9 - justinvforvendetta renamed this:
get miniupnpc from ssl
get miniupnpc from ssl, reverts 21b8a14d37c19ce292d5529597e0d52338db48a9
on Aug 1, 2024 - justinvforvendetta renamed this:
get miniupnpc from ssl, reverts 21b8a14d37c19ce292d5529597e0d52338db48a9
get miniupnpc from ssl, reverts https://github.com/bitcoin/bitcoin/commit/21b8a14d37c19ce292d5529597e0d52338db48a9
on Aug 1, 2024 - justinvforvendetta renamed this:
get miniupnpc from ssl, reverts https://github.com/bitcoin/bitcoin/commit/21b8a14d37c19ce292d5529597e0d52338db48a9
get miniupnpc from ssl, reverts 21b8a14d37c19ce292d5529597e0d52338db48a9
on Aug 1, 2024 - justinvforvendetta renamed this:
get miniupnpc from ssl, reverts 21b8a14d37c19ce292d5529597e0d52338db48a9
get miniupnpc from ssl, this reverts commit 21b8a14d37c19ce292d5529597e0d52338db48a9
on Aug 1, 2024 -
justinvforvendetta commented at 2:35 PM on August 1, 2024: contributor
thanks for the heads up @maflcko! until the changes and bump in version are pushed, its important to pull depends from ssl sources.
-
willcl-ark commented at 3:39 PM on August 6, 2024: member
@justinvforvendetta you've changed the PR title here, but not the commit message. Running the command that @maflcko gave on master will generate a specific revert commit with the expected title.
- justinvforvendetta force-pushed on Aug 7, 2024
-
4a470ba654
get miniupnpc from ssl, this reverts commit 21b8a14d37c19ce292d5529597e0d52338db48a9
tuxfamily mirror is back up, revert back to SSL source
-
justinvforvendetta commented at 7:10 PM on August 7, 2024: contributor
@willcl-ark fixed it. i misinterpreted, thanks
-
fanquake commented at 7:18 PM on August 7, 2024: member
fixed it. i misinterpreted, thanks
Thanks, but you've still misinterpreted. You should literally type:
git revert 21b8a14d37c19ce292d5529597e0d52338db48a9which will give a commit like this:
commit 3e36c5c07a32b24a10a4ded17ccd129717fb0c82 (HEAD -> master) Author: fanquake <fanquake@gmail.com> Date: Wed Aug 7 20:18:15 2024 +0100 Revert "depends: Fetch miniupnpc sources from an alternative website" This reverts commit 21b8a14d37c19ce292d5529597e0d52338db48a9. diff --git a/depends/packages/miniupnpc.mk b/depends/packages/miniupnpc.mk index 91d71a71b6..f9e114b495 100644 --- a/depends/packages/miniupnpc.mk +++ b/depends/packages/miniupnpc.mk @@ -1,6 +1,6 @@ package=miniupnpc $(package)_version=2.2.7 -$(package)_download_path=http://miniupnp.free.fr/files/ +$(package)_download_path=https://miniupnp.tuxfamily.org/files/ $(package)_file_name=$(package)-$($(package)_version).tar.gz $(package)_sha256_hash=b0c3a27056840fd0ec9328a5a9bac3dc5e0ec6d2e8733349cf577b0aa1e70ac1 $(package)_patches=dont_leak_info.patch cmake_get_src_addr.patch fix_windows_snprintf.patch - justinvforvendetta closed this on Aug 7, 2024
- bitcoin locked this on Aug 12, 2024