07 March 2012
FreeBSD RELEASEのサポート期限
FreeBSD RELEASE 7.3 のサポート期限が近付いてきました
FreeBSD Security Information
The current supported branches and expected EoL dates are:
FreeBSD Security Information
The current supported branches and expected EoL dates are:
+---------------------------------------------------------------------+
| Branch | Release | Type | Release date | Estimated EoL |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7 |n/a |n/a |n/a |February 28, 2013|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7_3 |7.3-RELEASE |Extended|March 23, 2010 |March 31, 2012 |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7_4 |7.4-RELEASE |Extended|February 24, 2011|February 28, 2013|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8 |n/a |n/a |n/a |last release + 2y|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8_1 |8.1-RELEASE |Extended|July 23, 2010 |July 31, 2012 |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8_2 |8.2-RELEASE |Normal |February 24, 2011|July 31, 2012 |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_9 |n/a |n/a |n/a |last release + 2y|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_9_0 |9.0-RELEASE |Normal |January 10, 2012 |January 31, 2013 |
+---------------------------------------------------------------------+
13 January 2012
FreeBSD 9.0-RELEASE がでました
24 December 2011
FreeBSD Security Advisory
SAが出ていました
FreeBSD-SA-11:06.bind
FreeBSD-SA-11:07.chroot
FreeBSD-SA-11:08.telnetd
FreeBSD-SA-11:09.pam_ssh
FreeBSD-SA-11:10.pam
Affects: All supported versions of FreeBSD.
Corrected:
2011-12-23 15:00:37 UTC (RELENG_7, 7.4-STABLE)
2011-12-23 15:00:37 UTC (RELENG_7_4, 7.4-RELEASE-p5)
2011-12-23 15:00:37 UTC (RELENG_7_3, 7.3-RELEASE-p9)
2011-12-23 15:00:37 UTC (RELENG_8, 8.2-STABLE)
2011-12-23 15:00:37 UTC (RELENG_8_2, 8.2-RELEASE-p5)
2011-12-23 15:00:37 UTC (RELENG_8_1, 8.1-RELEASE-p7)
2011-12-23 15:00:37 UTC (RELENG_9, 9.0-STABLE)
2011-12-23 15:00:37 UTC (RELENG_9_0, 9.0-RELEASE)
FreeBSD-SA-11:06.bind
FreeBSD-SA-11:07.chroot
FreeBSD-SA-11:08.telnetd
FreeBSD-SA-11:09.pam_ssh
FreeBSD-SA-11:10.pam
Affects: All supported versions of FreeBSD.
Corrected:
2011-12-23 15:00:37 UTC (RELENG_7, 7.4-STABLE)
2011-12-23 15:00:37 UTC (RELENG_7_4, 7.4-RELEASE-p5)
2011-12-23 15:00:37 UTC (RELENG_7_3, 7.3-RELEASE-p9)
2011-12-23 15:00:37 UTC (RELENG_8, 8.2-STABLE)
2011-12-23 15:00:37 UTC (RELENG_8_2, 8.2-RELEASE-p5)
2011-12-23 15:00:37 UTC (RELENG_8_1, 8.1-RELEASE-p7)
2011-12-23 15:00:37 UTC (RELENG_9, 9.0-STABLE)
2011-12-23 15:00:37 UTC (RELENG_9_0, 9.0-RELEASE)
21 April 2011
FreeBSD Security Advisory
SAが出ていました
FreeBSD-SA-11:01.mountd
Network ACL mishandling in mountd(8)
Affects: All supported versions of FreeBSD
以下のパッチがでています
2011-04-20 21:00:24 UTC (RELENG_7, 7.4-STABLE)
2011-04-20 21:00:24 UTC (RELENG_7_3, 7.3-RELEASE-p5)
2011-04-20 21:00:24 UTC (RELENG_7_4, 7.4-RELEASE-p1)
2011-04-20 21:00:24 UTC (RELENG_8, 8.2-STABLE)
2011-04-20 21:00:24 UTC (RELENG_8_1, 8.1-RELEASE-p3)
2011-04-20 21:00:24 UTC (RELENG_8_2, 8.2-RELEASE-p1)
http://security.freebsd.org/advisories/FreeBSD-SA-11:01.mountd.asc
FreeBSD-SA-11:01.mountd
Network ACL mishandling in mountd(8)
Affects: All supported versions of FreeBSD
以下のパッチがでています
2011-04-20 21:00:24 UTC (RELENG_7, 7.4-STABLE)
2011-04-20 21:00:24 UTC (RELENG_7_3, 7.3-RELEASE-p5)
2011-04-20 21:00:24 UTC (RELENG_7_4, 7.4-RELEASE-p1)
2011-04-20 21:00:24 UTC (RELENG_8, 8.2-STABLE)
2011-04-20 21:00:24 UTC (RELENG_8_1, 8.1-RELEASE-p3)
2011-04-20 21:00:24 UTC (RELENG_8_2, 8.2-RELEASE-p1)
http://security.freebsd.org/advisories/FreeBSD-SA-11:01.mountd.asc
01 April 2011
postfixでFROMアドレスを変更する
カノニカルテーブルを使うと postfixでFROMアドレスを変更できました
1.main.cfで以下を設定
sender_canonical_maps = hash:/usr/local/etc/postfix/sender_canonical
2./usr/local/etc/postfix/sender_canonicalを編集
3.postmap コマンドを実行
postmap /usr/local/etc/postfix/sender_canonical
4.postfixを再起動
参考ページ
Postfix の設定 - アドレス操作
CANONICAL(5)
1.main.cfで以下を設定
sender_canonical_maps = hash:/usr/local/etc/postfix/sender_canonical
2./usr/local/etc/postfix/sender_canonicalを編集
3.postmap コマンドを実行
postmap /usr/local/etc/postfix/sender_canonical
4.postfixを再起動
参考ページ
Postfix の設定 - アドレス操作
CANONICAL(5)
01 March 2011
FreeBSD RELEASEのサポート期限
FreeBSD Security Information
The current supported branches and expected EoL dates are:
The current supported branches and expected EoL dates are:
+---------------------------------------------------------------------+
| Branch | Release | Type | Release date | Estimated EoL |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7 |n/a |n/a |n/a |February 28, 2013|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7_3 |7.3-RELEASE |Extended|March 23, 2010 |March 31, 2012 |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_7_4 |7.4-RELEASE |Extended|February 24, 2011|February 28, 2013|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8 |n/a |n/a |n/a |last release + 2y|
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8_1 |8.1-RELEASE |Extended|July 23, 2010 |July 31, 2012 |
|-----------+------------+--------+-----------------+-----------------|
|RELENG_8_2 |8.2-RELEASE |Normal |February 24, 2011|February 29, 2012|
+---------------------------------------------------------------------+
26 February 2011
FreeBSD 8.2-RELEASE 7.4-RELEASE がでました
FreeBSD 7.4-RELEASE
7.4 は 7-STABLE の最後のリリースらしい
Gnome と KDE のバージョンアップと、その他いろいろなバグフィックス
FreeBSD 8.2-RELEASE
amd64 の Xen HVM、i386 の Xen PV サポートの改良、ZFS は v.15 に、BIND および OpenSSL のアップデート、Gnome 2.32.1、KDE 4.5.5
7.4 は 7-STABLE の最後のリリースらしい
Gnome と KDE のバージョンアップと、その他いろいろなバグフィックス
FreeBSD 8.2-RELEASE
amd64 の Xen HVM、i386 の Xen PV サポートの改良、ZFS は v.15 に、BIND および OpenSSL のアップデート、Gnome 2.32.1、KDE 4.5.5
30 November 2010
FreeBSD Security Advisory
SAが出ていました
Affects: FreeBSD 7.0 and later
以下のパッチがでています
2010-11-26 22:50:58 UTC (RELENG_8, 8.1-STABLE)
2010-11-29 20:43:06 UTC (RELENG_8_1, 8.1-RELEASE-p2)
2010-11-29 20:43:06 UTC (RELENG_8_0, 8.0-RELEASE-p6)
2010-11-28 13:45:51 UTC (RELENG_7, 7.3-STABLE)
2010-11-29 20:43:06 UTC (RELENG_7_3, 7.3-RELEASE-p4)
2010-11-29 20:43:06 UTC (RELENG_7_1, 7.1-RELEASE-p16)
http://security.freebsd.org/advisories/FreeBSD-SA-10:10.openssl.asc
Affects: FreeBSD 7.0 and later
以下のパッチがでています
2010-11-26 22:50:58 UTC (RELENG_8, 8.1-STABLE)
2010-11-29 20:43:06 UTC (RELENG_8_1, 8.1-RELEASE-p2)
2010-11-29 20:43:06 UTC (RELENG_8_0, 8.0-RELEASE-p6)
2010-11-28 13:45:51 UTC (RELENG_7, 7.3-STABLE)
2010-11-29 20:43:06 UTC (RELENG_7_3, 7.3-RELEASE-p4)
2010-11-29 20:43:06 UTC (RELENG_7_1, 7.1-RELEASE-p16)
http://security.freebsd.org/advisories/FreeBSD-SA-10:10.openssl.asc
11 November 2010
FreeBSD Security Advisory
SAが出ていました
http://security.freebsd.org/advisories/FreeBSD-SA-10:09.pseudofs.asc
Affects: FreeBSD 7.x prior to 7.3-RELEASE, 8.x prior to 8.0-RC1
ということで
7.3-RELEASEにはパッチはなかった
http://security.freebsd.org/advisories/FreeBSD-SA-10:09.pseudofs.asc
Affects: FreeBSD 7.x prior to 7.3-RELEASE, 8.x prior to 8.0-RC1
ということで
7.3-RELEASEにはパッチはなかった