Bug 15266 - curl-7.87.0 is missing from http://sources.buildroot.net/libcurl
Summary: curl-7.87.0 is missing from http://sources.buildroot.net/libcurl
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: 2022.11.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-20 23:13 UTC by Andrew Pines
Modified: 2023-01-21 13:59 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 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.