# 2024 年 11 月 15 日

出席者：markj，jhb，emaste，imp

议程：

* Warner 发布了一个增加 srcmgr 章程的 review
  * <https://reviews.freebsd.org/D47573>
* Mark 完成了一封发往 developers@ 的征求工具开发的邮件草稿
  * 希望再有几个想法
  * Warner 需要提供一些关于他 GitHub PR 合并工具的细节
* Mark 仍在编写 src bug 分类（triage）指南
* cperciva@ 提问，我们需要为 15.0 跟踪什么内容？
  * Ed 回复了一些细节
  * pkgbase
    * 包修复
    * 将现有系统转换的工具
    * 安装器补丁
  * i386/powerpc32 的退休
  * 15 中将包含哪个 OpenSSL LTS 版本？
    * 3.0 的支持时间不够长
    * 在 15.0 分支前应当迁移到 3.3 或 3.4，但它们不是 LTS（**译者注：Long Term Support，长期支持版本**）
  * 基础系统中的 drm 驱动
* 花了一些时间审阅和更新 bsdcan 上的 15.0 规划文档


---

# 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/2024/2024-11-15.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.
