pocketnetteam / pocketnet.core

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
114 stars 28 forks source link

404 not found zlib-1.2.11.tar.gz from www.zlib.net. Fallback "pocketcoincore.org" domain does not exist. #263

Closed jkaldon closed 2 years ago

jkaldon commented 2 years ago

Describe the bug The archive zlib-1.2.11.tar.gz is no longer hosted at www.zlib.net. The fallback domain is also invalid.

To Reproduce Steps to reproduce the behavior:

  1. git clone --depth 1 --branch v0.20.19 https://github.com/pocketnetteam/pocketnet.core.git
  2. cd pocketnet.core/depends
  3. make download-linux
  4. See error

Expected behavior zlib archive should be downloaded.

Screenshots

Screen Shot 2022-04-09 at 7 26 08 PM

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context None

jkaldon commented 2 years ago

After updating depends/packages/zlib.mk with the following version and hash, I was able to build successfully.

$(package)_version=1.2.12
...
$(package)_sha256_hash=91844808532e5ce316b3c010929493c0244f3d37593afd6de04f71821d5136d9

Let me know and I can submit a patch, if this is the preferred fix.

andyoknen commented 2 years ago

@jkaldon It would be very nice of you - we will accept your PR in one of the next releases.

jkaldon commented 2 years ago

@andyoknen Let me know if my PR needs to be rebased on another branch. Or if I need to do anything else.