Debian Security Updates
发表于 : 2015-10-28 7:33
这是一篇自学笔记 。今天关注了下Debian的源,将我的理解记录下来,和大家交流。若有错误,请大家帮我指出,以正视听。
参考:
http://www.debian-administration.org/ar ... ty_Updates
http://secure-testing-master.debian.net/
https://www.debian.org/releases/index.en.html
系统:Debian 8.2 testing
源配置:
除了使用官网镜像ftp.cn.debian.org/debian/之外,配置了security源。原来没有了解它的作用。今天上网找了一下,其作用如下:
每个版本的Debian会同时有3个分支:Stable,Unstable,Testing。
Stable 为当前稳定发布版。当前稳定版本8.2是2015年9月5日发布的,代号为jessie;
Unstable 为暂存区版本,代号为sid;
Testing 在 Unstable发布一段时间后被转移为Testing发布版。最终这一版本在某个时候被冻结,并成为下一个稳定版本。当前版本代号为stretch。
Unstable转为Testing的时间一般为3到10天,在此期间主要解决的是软件的依赖问题。
下面是安全支持(security support)的意义:
Unstable是没有安全更新(security updates)可用的。在这个版本中的问题一旦被解决,会马上将新版上传。然而这仅仅是情理,并不被保证。Stable和Testing都有安全更新。
Stable的地址为:
Testing的地址为:
参考:
http://www.debian-administration.org/ar ... ty_Updates
http://secure-testing-master.debian.net/
https://www.debian.org/releases/index.en.html
系统:Debian 8.2 testing
源配置:
代码: 全选
deb http://ftp.cn.debian.org/debian/ testing main non-free contrib
deb-src http://ftp.cn.debian.org/debian/ testing main non-free contrib
deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib non-free
每个版本的Debian会同时有3个分支:Stable,Unstable,Testing。
Stable 为当前稳定发布版。当前稳定版本8.2是2015年9月5日发布的,代号为jessie;
Unstable 为暂存区版本,代号为sid;
Testing 在 Unstable发布一段时间后被转移为Testing发布版。最终这一版本在某个时候被冻结,并成为下一个稳定版本。当前版本代号为stretch。
Unstable转为Testing的时间一般为3到10天,在此期间主要解决的是软件的依赖问题。
下面是安全支持(security support)的意义:
Unstable是没有安全更新(security updates)可用的。在这个版本中的问题一旦被解决,会马上将新版上传。然而这仅仅是情理,并不被保证。Stable和Testing都有安全更新。
Stable的地址为:
代码: 全选
#
# Debian Security Updates
#
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free
代码: 全选
deb http://security.debian.org testing/updates main contrib non-free
deb-src http://security.debian.org testing/updates main contrib non-free