Debian Security¶
地址¶
https://mirrors.ustc.edu.cn/debian-security/
说明¶
Debian 软件安全更新源
收录架构¶
Debian 支持的所有架构,如 AMD64 (x86_64), Intel x86, ARM, MIPS, ppc64el, s390x 等
收录版本¶
Debian Old Old Stable, Old Stable, Stable
当前 Stable 为 Debian 12,代号为 Bookworm
使用说明¶
Warning
操作前请做好相应备份
安全更新源注意事项
由于镜像站同步安全更新存在延迟,可能导致安全更新无法及时获取,因此仅建议在确实有需要的情况下才使用镜像站的安全更新源。
一般情况下,将 /etc/apt/sources.list
或 /etc/apt/sources.list.d/debian.sources
文件中 Debian 默认的源地址 http://security.debian.org/debian-security/
(或 http://deb.debian.org/debian-security
)替换为 http://mirrors.ustc.edu.cn/debian-security/
即可。
什么是 DEB822 (.sources) 文件格式?
自新版本的 Debian 与 Ubuntu 起,例如:
- Debian 12 的容器镜像
- Ubuntu 24.04
默认预装的系统中 APT 的系统源配置文件不再是传统的 /etc/apt/sources.list
。传统格式(又被称为 One-Line-Style 格式)类似如下:
新的 DEB822 格式自 APT 1.1(2015 年发布)起支持,后缀为 .sources
,存储在 /etc/apt/sources.list.d/
目录下,格式类似如下:
在切换软件源时,需要根据实际情况选择对应的格式进行修改。
关于 DEB822 格式的设计考虑,可以参考官方文档(英文)。
Note
从 Debian 11 "Bullseye" 开始,安全更新仓库名从 发行版代号/updates
更新为 发行版代号-security
,详见 Debian 11 (bullseye) 发行说明,请旧版本用户注意。
可以直接使用如下命令完成上述修改:
-
传统格式(
/etc/apt/sources.list
) -
DEB822 格式(
/etc/apt/sources.list.d/debian.sources
)目前使用 DEB822 格式的 Debian 分发仅有容器镜像,且其安全更新源默认设置为
http://deb.debian.org/debian-security
,因此以下命令会同时替换 Debian 官方源和安全更新源:
当然也可以直接编辑 APT 源文件(需要使用 sudo)。以下是参考配置内容:
更改后请运行 sudo apt-get update
更新索引以生效。
Tip
使用 HTTPS 可以有效避免国内运营商的缓存劫持。
另外,也可以使用 snullp 大叔开发的 配置生成器。
相关链接¶
- 官方主页
- Debian 安全追踪网