| Summary: | PKGCONF_SITE in pkgconf.mk points to parked domain | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Ryder Cutler <rydercutler> |
| Component: | Outdated package | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, todd.valentic |
| Priority: | P5 | ||
| Version: | 2023.05 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | fix broken URL | ||
|
Description
Ryder Cutler
2023-07-01 08:06:47 UTC
See https://github.com/pkgconf/pkgconf/issues/302 The README still points to dereferenced.org, although github-generated tarballs are available (https://github.com/pkgconf/pkgconf/tags) - I haven't checked if they're equivalent with the release tarball. Let's give it some time, but if it doesn't get fixed upstream we should switch to github. (In reply to Arnout Vandecappelle from comment #1) The archives aren't the same. They are configured with ./autogen.sh on pkgconf 1.6.3. Also they have different sha256 because github releases uses an internal version of gzip. Created attachment 9619 [details]
fix broken URL
(In reply to Arnout Vandecappelle from comment #1) There is a new release tarball location. I have sent the attached patch to fix the URL in Buildroot. Fixed on master with commit https://gitlab.com/buildroot.org/buildroot/-/commit/ef95ec920cbae32e5a525d887b7a279440d96f11 |