cloudflared: update to 2024.9.1
2024.9.1
- 2024-09-10 Revert Release 2024.9.0
2024.9.0
- 2024-09-10 TUN-8621: Fix cloudflared version in change notes.
- 2024-09-06 PPIP-2310: Update quick tunnel disclaimer
- 2024-08-30 TUN-8621: Prevent QUIC connection from closing before grace
period after unregistering
- 2024-08-09 TUN-8592: Use metadata from the edge to determine if request
body is empty for QUIC transport
- 2024-06-26 TUN-8484: Print response when QuickTunnel can't be
unmarshalled
remove packages with outdated distinfo files
The hash algorithm RMD160 has not been in use for several years now,
so every package that still uses it is suspicious of being unmaintained
and having no working MASTER_SITES, as otherwise it would have been
possible to update the distinfo file by running "bmake distinfo".
grep -l ^RMD160 */distinfo | sed s,/distinfo,, > obsolete
git rm -r $(cat obsolete)
pkglint -F
aichat: update to 0.21.1
Breaking changes since 0.20.0:
- Replace roles.yaml with roles/<name>.md
- Migrate ollama/qianwen/cloudflare clients to openai-compatible
New features:
- support builtin website crawling (recursive_url)
- no check model's support for function calls
- enable custom api_base for most clients
- support github client
- support ai21 client
- replace roles.yaml with roles/<name>.md
- save temp session with temp-<timestamp> if save_session: true
- webui use querystring as settings
- webui support RAG
- migrate ollama/qianwen clients to openai-compatible
[5 lines not shown]
devel/gprbuild: Update to 24.0.0nb3
* Removed unnecessary fixed links to Ada RTS in bootstrap build
so package can be built with newer GNAT versions
* Runpath handling fixes