# 2025 年 07 月 25 日

出席者：markj，bnovkov，des，jhb，kevans，jfree，imp，emaste

* pkgbase 环境下的 freebsd-update
  * 对在 15.0 中移除 freebsd-update 的问题进行讨论
  * markj 认为应该保留，并进行增补来支持 pkgbase 环境下的升级处理
  * 它已有熟悉的 UI 以及诸如 bectl 集成等便利功能
  * <https://lists.freebsd.org/archives/freebsd-pkgbase/2025-August/000625.html>
* jemalloc 替代方案
  * jemalloc 的上游开发已基本停止（**译者注：**[**此项目**](https://github.com/jemalloc/jemalloc)**已存档**），是否需要考虑替代方案
  * imp 仍希望提交 jemalloc 更新
  * 切换到替代方案没有特别紧迫性
  * snmalloc 是一个可能的选择
  * 我们应在构建时实现切换内置 malloc 实现的基础设施
    * CheriBSD 已有机制，可在内置的 snmalloc 与 jemalloc 之间进行切换
* 15.0 还在跟踪哪些事项？
  * krb5 正在推进，遇到一些问题，已有多人参与
  * khorben@ 正在进行 OpenSSL 更新
  * des@ 正在用 C 语言重写 certctl，希望在 15.0 中提交
    * <https://reviews.freebsd.org/D42320>
    * 比 sh 的版本更高效
    * 处理重复名称的证书
    * 生成 bundle 而非 hash 目录，对 local\_unbound 更友好
    * 当前因缺少审查而停滞（**译者注：当前已经合并**）
    * 需要回归测试
* des@ 指出“make delete-old”非常慢
  * 他已写了一个 shell 脚本实现了同样功能，速度快得多
  * 可以移除大量陈旧条目，进一步加快速度
* 项目 ideas wiki 页面的后续
  * 可以考虑与结构更好的谷歌编程之夏 ideas 页面合并
    * 需要精心策划谷歌编程之夏项目的 ideas，粗略 ideas 应保留在单独页面
    * srcmgr 可以作为孤立项目想法的联系人，前提是 ideas 仍相关
  * 需要推动核心小组发布技术路线图
* 花了一些时间进行 bugzilla 和 GitHub PR 的分拣


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.bsdcn.org/srcmgr/2025/2025-07-25.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
