ROCKNIX / distribution

Other
376 stars 66 forks source link

[BUG] Incorrect sha for unzip #381

Closed reavessm closed 3 months ago

reavessm commented 3 months ago

Describe the bug

SHA256 defined in packages/compress/unzip/package.mk is incorrect

How to reproduce

Steps to reproduce the behavior:

  1. Download https://github.com/madler/unzip/archive/0b82c20ac7375b522215b567174f370be89a4b12.tar.gz manually
  2. sha256sum unzip-*.tar.gz
  3. See difference from expected

also

  1. BASE_ONLY=true make -j1 RK3566
  2. See Incorrect checksum calculated on downloaded file: got 002da7dccff8314cc6077794343990353935efbd3623a3c457ed0d8a0c1fbea1 wanted 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37

Information

spycat88 commented 3 months ago

I can confirm this as I had already fixed it locally.