Bug 14211 - libffi-3.3.tar.gz repacked
Summary: libffi-3.3.tar.gz repacked
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2021.02.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-10 14:21 UTC by stsp
Modified: 2021-09-10 15:45 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description stsp 2021-09-10 14:21:51 UTC
The below libffi sources have
different hash sums:
http://sources.buildroot.net/libffi/libffi-3.3.tar.gz
https://gcc.gnu.org/pub/libffi/libffi-3.3.tar.gz

I am not sure its a usual practice
for buildroot to repack source packages.
Comment 1 Yann E. MORIN 2021-09-10 15:45:21 UTC
stsp, All,

> The below libffi sources have different hash sums:
> http://sources.buildroot.net/libffi/libffi-3.3.tar.gz
> https://gcc.gnu.org/pub/libffi/libffi-3.3.tar.gz

That's because Buildroot is not downloading from the GNU
mirror, but directly from the github repository:
    https://git.busybox.net/buildroot/tree/package/libffi/libffi.mk#n8

Regards,
Yann E. MORIN.