3.35.5 was not released in 2022, nor have there been any SQLite
releases thus far in 2022.
Approved by: portmgr (implicit)
(cherry picked from commit 29f62814e9)
Failover between mirrors doesn't work if file exists but is different.
=> Attempting to fetch https://api.yuzu-emu.org/gamedb/?dummy=/yuzu/compatibility_list.json
[...]
=> SHA256 Checksum mismatch for yuzu/compatibility_list.json.
[...]
===> Giving up on fetching files: yuzu/compatibility_list.json
Reported by: pkg-fallout
(cherry picked from commit beb378a9cf)
Failover between mirrors doesn't work if file exists but is different.
=> Attempting to fetch https://api.citra-emu.org/gamedb/?dummy=/citra/compatibility_list.json
[...]
=> SHA256 Checksum mismatch for citra/compatibility_list.json.
[...]
===> Giving up on fetching files: citra/compatibility_list.json
Reported by: pkg-fallout
(cherry picked from commit 84b697165e)
citra-qt embeds game compatibility list during build. It cannot be
updated on demand unlike rpcs3. So, cache the list in local-distfiles.
(cherry picked from commit 66e2037c49)
yuzu embeds game compatibility list during build. It cannot be updated
on demand unlike rpcs3. So, cache the list in local-distfiles.
(cherry picked from commit 8042b64184)
Changelog
---------
- BSP: Fixed/improved source item for root project
- Bloop: Prevent compilation during bloop config generation
- GenIdea: Fix content path of root project (mill-build)
- Various version bumps
- Some feature backports from mill 0.10
- New + separator to provide multiple targets (with parameters) via cmdline
- New --import cmdline option to run ad-hoc plugins without editing of build.sc
- import $ivy support $MILL_BIN_PLATFORM variable and a new sort notations for
external plugins
- zinc worker: Updated log4j2 to 2.16.0 to fix Log4Shell (CVE-2021-44228)
vulnerability
PR: 260634
(cherry picked from commit 66134d11e6)
Upstream is deprecating this version of composer and dropping support
for it in the packagist.org servers. No expiration set since upstrteam
has not stated an hard deadline.
Please consider updating to devel/php-composer2.
PR: 260623
Approved by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH: 2021Q4
(cherry picked from commit aa682c0476)
While there, turn a bunch of `.else .if` blocks into `.elif`s.
PR: 260543
Reported by: Peter TKATCHENKO <peter@flytrace.com>
(cherry picked from commit db6a71f021)
The Azure go-autorest project (https://github.com/Azure/go-autorest)
provides several go modules within the same tarball, but the Grafana
code requires different commits for several of those modules, hence
the same source appearing multiple times at different commmit hashes
in distinfo.
Unfortunately, with grafana 8.3.3, three of the go-autorest modules
required the same commit hash, leading to duplication in the distinfo.
This causes a problem when trying to download the distfiles the first
time -- a number of the downloads will fail. Repeatedly attempting to
download will succeed for one more of the various different versions
of the go-autorest distfile, until eventually everything has been
successfully downloaded.
Remove the duplicate items in distinfo so that first-time download
into a virgin distfiles directory does succeed. This means that the
result of `make makesum` cannot be used un-edited.
PR: 260537
Reported by: John D.
(cherry picked from commit dcd67527ab)