dir_index, etc.
_ [comp] dir_index
標準で、新しい ext2 と ext3 ファイルシステムは dir_index と resize_inode 機能つきで作成されます。dir_index 機能は大量のファイルがあるディレクトリでの処理をスピードアップします。
ということで、昔大変なことがあった dir_index が標準になった。なので古いファイルシステムを dir_index 有効にして回る。
# tune2fs -O dir_index /dev/hdXX
# e2fsck -D /dev/hdXX
umount してないと駄目なんで、/ は小細工して有効にしようと思ったら、既に dir_index 有効だった。いつの間に。
_ [debian] iceweasel 2.0.0.5-1vd1
- Bugzilla Bug 255990: Characters below U+0100 are not subject to line-breaking rules at all
- Bugzilla Bug 330852: raising assertion when clicking anytime
- Bugzilla-jp Bug 4575: [GTK2] IME APIの実装 #1 + Bugzilla Bug 337036: Crashes in IM_get_owning_window
などのパッチ
vd_iceweasel-2.0.0.4_without-gconf.patchvd_iceweasel-2.0.0.4_bug-jp-4575+3106_bug-org_337036+221583.patchvd_bugzilla-org_bug-255990_attachment-213337_iceweasel-2.0.0.1.patchbugzilla-org_bug-330852_attachment-215418.patch
を当てて作成。iceweasel: Some addons' preferences window are zero size and blank は未解決。
_ [debian] libcdio 0.78.2-0vd1
新しい audacious の cdaudio-ng は libcddb2-dev libcdio-cdda-dev libcdio-dev が必要なので、#418604 に出ていたパッチを 0.76-1 に当てて、さらに libcddb を有効にして作成。