Bug 15266

Summary: curl-7.87.0 is missing from http://sources.buildroot.net/libcurl
Product: buildroot Reporter: Andrew Pines <apines>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2022.11.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Andrew Pines 2023-01-20 23:13:23 UTC
buildroot tries to access curl-7.87.0.tar.xz from its host at https://curl.se/download, fails because the certificate is expired, then tries to get it from http://sources.buildroot.net/libcurl but fails again because the latest version on that site is curl-7.86.0.  Adding curl-7.87.0 to http://sources.buildroot.net/libcurl would properly resolve this issue.  Thanks.


apines@stinky:~/buildroot-2022.11.1$ make
/usr/bin/make -j1 O=/home/apines/buildroot-2022.11.1/output HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" syncconfig
>>> libcurl 7.87.0 Downloading
wget --passive-ftp -nd -t 3 -O '/home/apines/buildroot-2022.11.1/output/build/.curl-7.87.0.tar.xz.ekOKUU/output' 'https://curl.se/download/curl-7.87.0.tar.xz' 
--2023-01-20 16:55:03--  https://curl.se/download/curl-7.87.0.tar.xz
Resolving curl.se (curl.se)... 151.101.1.91, 151.101.193.91, 151.101.129.91, ...
Connecting to curl.se (curl.se)|151.101.1.91|:443... connected.
ERROR: cannot verify curl.se's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=R3’:
  Issued certificate has expired.
To connect to curl.se insecurely, use `--no-check-certificate'.
wget --passive-ftp -nd -t 3 -O '/home/apines/buildroot-2022.11.1/output/build/.curl-7.87.0.tar.xz.IdlP7Y/output' 'http://sources.buildroot.net/libcurl/curl-7.87.0.tar.xz' 
--2023-01-20 16:55:03--  http://sources.buildroot.net/libcurl/curl-7.87.0.tar.xz
Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 104.26.0.37, 172.67.72.56
Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2023-01-20 16:55:04 ERROR 404: Not Found.
Comment 1 Yann E. MORIN 2023-01-21 13:59:56 UTC
Andrew, All,

The sources.buildroot.org is a best-effort mirror, which is automatically
populated with a cronjob, and there is no guarantee it is cpmlete. If an
upstream becomes unreachable before we can cache it, then there is nothing
we can do about it.

In this specific instance, the upstream site is working again, with a
certificate that is up-to-date, so we should soon see the archive on s.b.o
once the cronjob kick in (at least, I could download it manually here).

Regards,
Yann E. MORIN.