Bug 14211

Summary: libffi-3.3.tar.gz repacked
Product: buildroot Reporter: stsp <stsp2>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2021.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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.