2005-06-01から1ヶ月間の記事一覧
20050630: AFFECTS users of x11/nvidia-driver AUTHOR danfe@FreeBSD.org Due to several complaints, new (unsupported) option had been added to port Makefile: WITH_LEGACY_GPU_SUPPORT. Starting with version 7667, NVidia has dropped support for …
修正 A "quick and dirty" guide on setting up, configuring and using getmail is available at: getmailのセットアップ、設定、および使用についての「迅速で汚い」ガイドは次のものが利用可能です: http://qnd-guides.net/qnd-getmail.htmlhttp://www.qn…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 未稿 セキュリティ勧告は ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:13.ipfw.asc にあります。 以下は上記のセキュリティ勧告の一部とその訳文です…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 未稿 セキュリティ勧告は ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:14.bzip2.asc にあります。 以下は上記のセキュリティ勧告の一部とその訳文です…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 未稿 セキュリティ勧告は ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:15.tcp.asc にあります。 以下は上記のセキュリティ勧告の一部とその訳文です。…
20050629: The pccard_ifconfig rc.conf variable has been removed and a new variable, ifconfig_DEFAULT has been introduced. Unlike pccard_ifconfig, ifconfig_DEFAULT applies to ALL interfaces that do not have ifconfig_ifn entries rather than …
20050624: AFFECTS users of lang/perl5.8 AUTHOR tobez@FreeBSD.org lang/perl5.8 has been updated to 5.8.7. You should update everything depending on perl. The easiest way to do that is to use perl-after-upgrade script supplied with lang/perl…
追加 #jail_example_flags="-l -U root" flags for jail(8) commit log Introduce new per-jail variable jail__flags, which allows to specify jail(8) flags (before the change we had hardcoded "-l -U root"). jail(8)フラグの指定を可能にするjail毎…
20050622: AFFECTS users of ftp/proftpd-* AUTHOR flz@FreeBSD.org ProFTPd binary moved from ${PREFIX}/libexec to ${PREFIX}/sbin. People using proftpd with inetd must use ${PREFIX}/sbin/in.proftpd (or ${PREFIX}/sbin/proftpd which is just the …
commit log Connect reiserfs build to every platforms, not only i386 and pc98. i386とpc98だけではなくすべてのプラットフォームでreiserfsが構築できます。 Reviewed by mux (mentor) Approved by re (dougb) $FreeBSD: src/sys/conf/NOTES,v 1.1325 20…
20050621: AFFECTS users of net/cacti AUTHOR sem@FreeBSD.org Because of users need to keep their DB configuration but config.php can't be saved on upgrating*1, I've moved DB settings in db-settings.php. So, you need to change db-settings.ph…
20050618: AFFECTS users of alternate linux_base ports AUTHOR netchild@FreeBSD.org The Ports Collection now allows to override the default linux_base port. Specify e.g. OVERRIDE_LINUX_BASE_PORT=rh-9 in /etc/make.conf to use ${PORTSDIR}/emul…
20050616: Some previous versions of PAM have permitted the use of non-absolute paths in /etc/pam.conf or /etc/pam.d/* when referring to third party PAM modules in /usr/local/lib. A change has been made to require the use of absolute paths …
commit log Move IPI_PREEMPTION option from global NOTES file to i386+amd64 specific NOTES files. IPI_PREEMPTIONオプションをグローバルNOTESファイルからi386+amd64特定NOTESファイルに移動しました。 Approved by re (scottl) $FreeBSD: src/sys/con…
commit log Fix typo. 誤植を修正しました。 Submitted by Dominique Goncalves $FreeBSD: ports/UPDATING,v 1.200 2005/06/11 12:17:11 netchild Exp $
追加 options NETGRAPH_TCPMSS commit log Attach ng_tcpmss to the build. ng_tcpmssをビルドに加えました。 $FreeBSD: src/sys/conf/NOTES,v 1.1323 2005/06/10 08:05:11 glebius Exp $
20050610: Major changes to network interface API. All drivers must be recompiled. Drivers not in the base system will need to be updated to the new APIs. ネットワークインターフェイスAPIを大きく変更しました。すべてのドライバを再コンパイルし…
commit log Mention hwpmc(4) ABI/API changes in the 20050609 entry. 20050609のエントリのhwpmc(4)ABI/API変更に言及しました。 Discussed with imp $FreeBSD: src/UPDATING,v 1.414 2005/06/10 19:59:26 jkoshy Exp $
20050610: AFFECTS users of ftp/wget built with SSL (default) AUTHOR sf@FreeBSD.org wget 1.10 now authenticates certificate of remote host before making a SSL connection. To make it work, you should have working CA root certificates list in…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 tcpdumpは特定のパケットを受信すると無限ループに陥り、tcpdumpが使用できるCPUリソースをすべて消費する脆弱性がある。 これによりサービス妨害(DoS)攻撃を受ける可能性が…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 未稿 セキュリティ勧告は ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:11.gzip.asc にあります。 以下は上記のセキュリティ勧告の一部とその訳文です…
The FreeBSD Project よりセキュリティ勧告が出ました。要点を以下にまとめます。 未稿 セキュリティ勧告は ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-05:12.bind9.asc にあります。 以下は上記のセキュリティ勧告の一部とその訳文です…
20050609: Changes were made to kinfo_proc in sys/user.h. Please recompile userland, or commands like 'fstat', `pkill', `ps', `top' and `w' will not behave correctly. The API and ABI for hwpmc(4) have changed with the addition of sampling s…
追加 # IPI_PREEMPTION instructs the kernel to preempt threads running on other # CPUS if needed. Relies on the PREEMPTION option options IPI_PREEMPTION commit log Add IPI support for preempting a thread on another CPU. MFC after 3 weeks $F…
削除 pccard_ether_delay="5" Delay before trying to start dhclient in pccard_ether commit log Remove default and documenation*1 for pccard_ether_delay since I removed it from /etc/pccard_ether. /etc/pccard_etherから取り除いたので、pccard_et…
追加 removable_route_flush="YES" Flush routes when removing an interface commit log Support code for the OpenBSD dhclient. This significantly changes the way interfaces are configured. Some key points: OpenBSD dhclientのコードをサポートし…
修正 dumpdev=" 32:37+09:00">NOAUTO":Device to crashdump to (device name, AUTO, or NO). commit log Change the default for dumpdev to "AUTO". It should be reverted to "NO" on RELENG_* branches dumpdevのデフォルトを「AUTO」に変更しました。REL…
20050606: The OpenBSD dhclient was imported in place of the ISC dhclient and the network interface configuration scripts were updated accordingly. If you use DHCP to configure your interfaces, you must now run devd. Also, DNS updating was …
追加 device if_bridge Bridge interface commit log Connect if_bridge to the build. if_bridgeをビルドに加えました。 pproved by mlaier (mentor) $FreeBSD: src/sys/conf/NOTES,v 1.1320 2005/06/05 03:32:52 thompsa Exp $ $FreeBSD: src/sys/conf/NOT…
20050605: if_bridge was added to the tree. This has changed struct ifnet. Please recompile userland and all network related modules. if_bridgeがツリーに加えられました。これによりstruct ifnetを変更しました。userlandおよびネットワークに関連…