> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/release/freebsd-7.4-release/7.4-errata.md).

# FreeBSD 7.4-RELEASE 勘误

**FreeBSD 项目**

版权 © 2011 FreeBSD 文档项目

```ini
$FreeBSD: stable/7/release/doc/en_US.ISO8859-1/errata/article.sgml 218983 2011-02-23 20:50:42Z hrs $
```

FreeBSD 是 FreeBSD 基金会的注册商标。

Intel、Celeron、EtherExpress、i386、i486、Itanium、Pentium 和 Xeon 是 Intel Corporation 或其子公司在美国及其他国家的商标或注册商标。

SPARC、SPARC64、SPARCengine 和 UltraSPARC 是 SPARC 国际公司在美国及其他国家的商标。SPARC 国际公司拥有所有 SPARC 商标，并通过许可协议允许其成员正确使用这些商标。

许多制造商和销售商用于区分其产品的标识被声明为商标。本文档中出现这些标识时，如果 FreeBSD 项目已知该商标声明，这些标识后面会加上“™”或“®”符号。

## 摘要

本文列出 FreeBSD 7.4-RELEASE 的勘误项，包含发行后或在发行周期后期发现的、未能纳入发行版文档的重要信息。这些信息包括安全公告，以及与可能影响软件或文档运行或可用性相关的消息。在安装本版本 FreeBSD 之前，应始终查阅本文档的最新版本。

FreeBSD 7.4-RELEASE 的勘误文档将维护至 FreeBSD 7.5-RELEASE 发布。

## 1 引言

本勘误文档包含关于 FreeBSD 7.4-RELEASE 的“最新消息”。在安装本版本之前，务必查阅本文档，以了解可能在发布后已经发现并修复的问题。

随发行版实际分发的任何勘误文档副本（例如在 CDROM 发行版上）按定义均已过时，但其他副本在互联网上保持更新，应作为本发行版的“当前勘误”查阅。这些其他勘误副本位于 <http://www.FreeBSD.org/releases/>，以及任何保持该位置最新镜像的站点。

FreeBSD 7.4-STABLE 的源代码和二进制快照也包含本文档的最新副本（截至快照生成时）。

所有 FreeBSD CERT 安全公告列表，请参阅 <http://www.FreeBSD.org/security/> 或 <ftp://ftp.FreeBSD.org/pub/FreeBSD/CERT/>。

## 2 安全公告

无安全公告。

## 3 待解决问题

无待解决问题。

## 4 最新消息和修正

在 7.4-RELEASE 发布过程的后期阶段，发现 **OpenSSL** 中的一个错误可能导致其解析超过消息末尾。7.4-RELEASE 通过从 OpenSSL CVS 导入相关部分来修复此问题。此问题可能由格式不正确的 ClientHello SSL/TLS 握手消息触发。详细信息请参阅 <http://www.openssl.org/news/secadv_20110208.txt>。

**libcrypto** 和 **libssl** 的共享对象版本号从 `6` 降至 `5`。这些版本号是在 2010 年 11 月 28 日（r215997）合并 OpenSSL 0.9.8p 时被意外提高的。请注意，这影响的是在该日期之后（即 7.3-RELEASE 之后）运行 7-STABLE 的系统，而非 7.3-RELEASE 和安全分支。另请注意，在 FreeBSD 7.4-RELEASE 中，版本号为 `6` 的库文件仍以符号链接的形式提供，以防止在该时间窗口内构建的、使用了被意外提高的版本号的二进制文件在系统更新到 7.4-RELEASE 后失效。

***

此文件及其他版本相关文档可从 [ftp://ftp.FreeBSD.org/](ftp://ftp.freebsd.org/) 下载。

关于 FreeBSD 的问题，请在联系 <questions@FreeBSD.org> 之前阅读 [文档](http://www.freebsd.org/docs.html)。

所有 FreeBSD 7.4-STABLE 的用户应订阅 <stable@FreeBSD.org> 邮件列表。

关于此文档的问题，请发送电子邮件至 <doc@FreeBSD.org>。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/release/freebsd-7.4-release/7.4-errata.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
