diff --git a/en_US.ISO8859-1/books/handbook/ports/chapter.xml b/en_US.ISO8859-1/books/handbook/ports/chapter.xml new file mode 100644 index 0000000000..110d47f3b6 --- /dev/null +++ b/en_US.ISO8859-1/books/handbook/ports/chapter.xml @@ -0,0 +1,1831 @@ + + + + + Installing Applications: Packages and Ports + + + Synopsis + + ports + packages + &os; is bundled with a rich collection of system tools as + part of the base system. In addition, &os; provides two + complementary technologies for installing third-party software: + the &os; Ports Collection, for installing from source, and + packages, for installing from pre-built binaries. Either + method may be used to install software from local media or + from the network. + + After reading this chapter, you will know: + + + + The difference between binary packages and ports. + + + + How to find third-party software that has been ported + to &os;. + + + + How to manage binary packages using + pkg. + + + + How to build third-party software from source using the + Ports Collection. + + + + How to find the files installed with the application + for post-installation configuration. + + + + What to do if a software installation fails. + + + + + + Overview of Software Installation + + The typical steps for installing third-party software on a + &unix; system include: + + + + Find and download the software, which might be + distributed in source code format or as a binary. + + + + Unpack the software from its distribution format. This + is typically a tarball compressed with a program such as + &man.compress.1;, &man.gzip.1;, &man.bzip2.1; or + &man.xz.1;. + + + + Locate the documentation in + INSTALL, README + or some file in a doc/ subdirectory and + read up on how to install the software. + + + + If the software was distributed in source format, + compile it. This may involve editing a + Makefile or running a + configure script. + + + + Test and install the software. + + + + A &os; port is a collection of files + designed to automate + the process of compiling an application from source code. The + files that comprise a port contain all the necessary information + to automatically download, extract, patch, compile, and install + the application. + + If the software has not already been adapted and tested + on &os;, the source code might need editing in + order for it to install and run properly. + + However, over &os.numports; + third-party applications have already been ported to &os;. When + feasible, these applications are made available for download as + pre-compiled packages. + + Packages + can be manipulated with the &os; package management + commands. + + Both packages and ports understand dependencies. If a + package or port is used to install an application and a + dependent library is not already installed, the library will + automatically be installed first. + + A &os; package contains pre-compiled copies of all the + commands for an application, as well as any configuration files + and documentation. A package can be manipulated with the + &man.pkg.8; commands, such as + pkg install. + + While the two technologies are similar, packages and + ports each have their own strengths. Select the technology that + meets your requirements for installing a particular + application. + + + Package Benefits + + + A compressed package tarball is typically smaller than + the compressed tarball containing the source code for the + application. + + + + Packages do not require compilation time. For large + applications, such as Mozilla, + KDE, or + GNOME, this can be important + on a slow system. + + + + Packages do not require any understanding of the process + involved in compiling software on &os;. + + + + + Port Benefits + + + Packages are normally compiled with conservative + options because they have to run on the maximum number of + systems. By compiling from the port, one can change the + compilation options. + + + + Some applications have compile-time options relating to + which features are installed. For example, + Apache can be configured with a + wide variety of different built-in options. + + In some cases, multiple packages will exist for the same + application to specify certain settings. For example, + Ghostscript is available as a + ghostscript package and a + ghostscript-nox11 package, depending on + whether or not Xorg is installed. + Creating multiple packages rapidly becomes impossible if an + application has more than one or two different compile-time + options. + + + + The licensing conditions of some software forbid binary + distribution. Such software must be distributed as source + code which must be compiled by the end-user. + + + + Some people do not trust binary distributions or prefer + to read through source code in order to look for potential + problems. + + + + Source code is needed in + order to apply custom patches. + + + + To keep track of updated ports, subscribe to the + &a.ports; and the &a.ports-bugs;. + + + Before installing any application, check + for security issues related to the application or type + pkg audit -F to check all installed + applications for known vulnerabilities. + + + The remainder of this chapter explains how to use packages + and ports to install and manage third-party software on + &os;. + + + + Finding Software + + &os;'s list of available applications is growing all the + time. There are a number of ways to find software to + install: + + + + The &os; web site maintains an up-to-date searchable + list of all the available applications, at https://www.FreeBSD.org/ports/. + The ports can be searched by application name or by + software category. + + + + FreshPorts + + Dan Langille maintains FreshPorts.org + which provides a comprehensive search utility and also + tracks changes to the applications in the Ports Collection. + Registered users can create a customized watch list in order + to receive an automated email when their watched ports are + updated. + + + + SourceForge + + If finding a particular application becomes challenging, + try searching a site like SourceForge.net + or GitHub.com then + check back at the &os; site + to see if the application has been ported. + + + + + pkg + search + + + To search the binary package + repository for an application: + + &prompt.root; pkg search subversion +git-subversion-1.9.2 +java-subversion-1.8.8_2 +p5-subversion-1.8.8_2 +py27-hgsubversion-1.6 +py27-subversion-1.8.8_2 +ruby-subversion-1.8.8_2 +subversion-1.8.8_2 +subversion-book-4515 +subversion-static-1.8.8_2 +subversion16-1.6.23_4 +subversion17-1.7.16_2 + + Package names include the version number and, in the + case of ports based on python, the version number of the + version of python the package was built with. Some ports + also have multiple versions available. In the case of + Subversion, there are different + versions available, as well as different compile options. + In this case, the statically linked version of + Subversion. When indicating + which package to install, it is best to specify the + application by the port origin, which is the path in the + ports tree. Repeat the pkg search with + to list the origin of each + package: + + &prompt.root; pkg search -o subversion +devel/git-subversion +java/java-subversion +devel/p5-subversion +devel/py-hgsubversion +devel/py-subversion +devel/ruby-subversion +devel/subversion16 +devel/subversion17 +devel/subversion +devel/subversion-book +devel/subversion-static + + Searching by shell globs, regular expressions, exact + match, by description, or any other field in the repository + database is also supported by pkg search. + After installing ports-mgmt/pkg or + ports-mgmt/pkg-devel, see + &man.pkg-search.8; for more details. + + + + If the Ports Collection is already installed, there are + several methods to query the local version of the ports + tree. To find out which category a port is in, type + whereis file, + where file is the program to be + installed: + + &prompt.root; whereis lsof +lsof: /usr/ports/sysutils/lsof + + Alternately, an &man.echo.1; statement can be + used: + + &prompt.root; echo /usr/ports/*/*lsof* +/usr/ports/sysutils/lsof + + Note that this will also return any matched files + downloaded into the + /usr/ports/distfiles directory. + + + + Another way to find software is by using the Ports + Collection's built-in search mechanism. To use the search + feature, cd to + /usr/ports then run make + search name=program-name where + program-name is the name of the + software. For example, to search for + lsof: + + &prompt.root; cd /usr/ports +&prompt.root; make search name=lsof +Port: lsof-4.88.d,8 +Path: /usr/ports/sysutils/lsof +Info: Lists information about open files (similar to fstat(1)) +Maint: ler@lerctr.org +Index: sysutils +B-deps: +R-deps: + + + The built-in search mechanism uses a file + of index information. If a message indicates that the + INDEX is required, run + make fetchindex to download the current + index file. With the INDEX present, + make search will be able to perform the + requested search. + + + The Path: line indicates where to find + the port. + + To receive less information, use the + quicksearch feature: + + &prompt.root; cd /usr/ports +&prompt.root; make quicksearch name=lsof +Port: lsof-4.88.d,8 +Path: /usr/ports/sysutils/lsof +Info: Lists information about open files (similar to fstat(1)) + + For more in-depth searching, use + make search + key=string or + make quicksearch + key=string, where + string is some text to search + for. The text can be in comments, descriptions, or + dependencies in order to find ports which relate to a + particular subject when the name of the program is + unknown. + + When using search or + quicksearch, the search string + is case-insensitive. Searching for LSOF will + yield the same results as searching for + lsof. + + + + + + Using <application>pkg</application> for Binary Package + Management + + pkg is the next generation + replacement for the traditional &os; package management tools, + offering many features that make dealing with binary packages + faster and easier. + + For sites wishing to only use prebuilt binary packages + from the &os; mirrors, managing packages with + pkg can be sufficient. + + However, for those sites building from source or using their + own repositories, a separate port management tool + will be needed. + + Since pkg only works with + binary packages, it + is not a replacement for such tools. Those tools can be + used to install software from both binary packages + and the Ports Collection, while + pkg installs only binary + packages. + + + Getting Started with + <application>pkg</application> + + &os; includes a bootstrap utility which can be used to + download and install pkg + and its manual pages. This utility is designed to work + with versions of &os; starting with + 10.X. + + + Not all &os; versions and architectures + support this bootstrap process. The current list is at + . + For other cases, + pkg must instead be installed + from the Ports Collection or as a binary package. + + + + To bootstrap the system, run: + + &prompt.root; /usr/sbin/pkg + + You must have a working Internet connection for the + bootstrap process to succeed. + + Otherwise, to install the port, run: + + &prompt.root; cd /usr/ports/ports-mgmt/pkg +&prompt.root; make +&prompt.root; make install clean + + When upgrading an existing system that originally used the + older pkg_* tools, the database must be converted to the + new format, so that the new tools are aware of the already + installed packages. Once pkg has + been installed, the + package database must be converted from the traditional format + to the new format by running this command: + + &prompt.root; pkg2ng + + This step is not required for new installations that + do not yet have any third-party software + installed. + + + This step is not reversible. Once the package database + has been converted to the pkg + format, the traditional pkg_* tools + should no longer be used. + + + + The package database conversion may emit errors as the + contents are converted to the new version. Generally, these + errors can be safely ignored. However, a list of + software that was not successfully converted + is shown after pkg2ng finishes. + These applications must be manually reinstalled. + + + To ensure that the Ports Collection registers + new software with pkg instead of + the traditional packages database, &os; versions earlier than + 10.X require this line in + /etc/make.conf: + + WITH_PKGNG= yes + + By default, pkg uses the + binary packages from the &os; + package mirrors (the repository). + For information about building a custom + package repository, see + . + + Additional pkg configuration + options are described in &man.pkg.conf.5;. + + Usage information for pkg is + available in the &man.pkg.8; manual page or by running + pkg without additional arguments. + + Each pkg command argument is + documented in a command-specific manual page. To read the + manual page for pkg install, for example, + run either of these commands: + + &prompt.root; pkg help install + + &prompt.root; man pkg-install + + The rest of this section demonstrates common binary + package management tasks which can be performed using + pkg. Each demonstrated command + provides many switches to customize its use. Refer to a + command's help or man page for details and more + examples. + + + + Quarterly and Latest Ports Branches + + The Quarterly branch provides users + with a more predictable and stable experience for port and + package installation and upgrades. This is done essentially + by only allowing non-feature updates. Quarterly branches aim + to receive security fixes (that may be version updates, or + backports of commits), bug fixes and ports compliance or + framework changes. The Quarterly branch is cut from HEAD at + the beginning of every (yearly) quarter in January, April, + July, and October. Branches are named according to the year + (YYYY) and quarter (Q1-4) they are created in. For example, + the quarterly branch created in January 2016, is named 2016Q1. + And the Latest branch provides the latest + versions of the packages to the users. + + To switch from quarterly to latest run the following + commands: + + &prompt.root; cp /etc/pkg/FreeBSD.conf /usr/local/etc/pkg/repos/FreeBSD.conf + + Edit the file + /usr/local/etc/pkg/repos/FreeBSD.conf + and change the string quarterly to + latest in the url: + line. + + The result should be similar to the following: + + FreeBSD: { + url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest", + mirror_type: "srv", + signature_type: "fingerprints", + fingerprints: "/usr/share/keys/pkg", + enabled: yes +} + + And finally run this command to update from the new + (latest) repository metadata. + + &prompt.root; pkg update -f + + + + + Obtaining Information About Installed Packages + + Information about the packages installed on a system + can be viewed by running pkg info which, + when run without any switches, will list the package version + for either all installed packages or the specified + package. + + For example, to see which version of + pkg is installed, run: + + &prompt.root; pkg info pkg +pkg-1.1.4_1 + + + + Installing and Removing Packages + + To install a binary package use the following command, + where packagename is the name of + the package to install: + + &prompt.root; pkg install packagename + + This command uses repository data to determine which + version of the software to install and if it has any + uninstalled dependencies. For example, to install + curl: + + &prompt.root; pkg install curl +Updating repository catalogue +/usr/local/tmp/All/curl-7.31.0_1.txz 100% of 1181 kB 1380 kBps 00m01s + +/usr/local/tmp/All/ca_root_nss-3.15.1_1.txz 100% of 288 kB 1700 kBps 00m00s + +Updating repository catalogue +The following 2 packages will be installed: + + Installing ca_root_nss: 3.15.1_1 + Installing curl: 7.31.0_1 + +The installation will require 3 MB more space + +0 B to be downloaded + +Proceed with installing packages [y/N]: y +Checking integrity... done +[1/2] Installing ca_root_nss-3.15.1_1... done +[2/2] Installing curl-7.31.0_1... done +Cleaning up cache files...Done + + The new package and any additional packages that were + installed as dependencies can be seen in the installed + packages list: + + &prompt.root; pkg info +ca_root_nss-3.15.1_1 The root certificate bundle from the Mozilla Project +curl-7.31.0_1 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers +pkg-1.1.4_6 New generation package manager + + Packages that are no longer needed can be removed with + pkg delete. For example: + + &prompt.root; pkg delete curl +The following packages will be deleted: + + curl-7.31.0_1 + +The deletion will free 3 MB + +Proceed with deleting packages [y/N]: y +[1/1] Deleting curl-7.31.0_1... done + + + + Upgrading Installed Packages + + Installed packages can be upgraded to their latest + versions by running: + + &prompt.root; pkg upgrade + + This command will compare the installed versions with + those available in the repository catalogue and upgrade them + from the repository. + + + + Auditing Installed Packages + + Software vulnerabilities are regularly discovered + in third-party applications. To address this, + pkg includes a built-in auditing + mechanism. To determine if there are any known + vulnerabilities for the software installed on the system, + run: + + &prompt.root; pkg audit -F + + + + Automatically Removing Unused Packages + + Removing a package may leave behind dependencies which + are no longer required. Unneeded packages that were installed + as dependencies (leaf packages) can be automatically detected + and removed using: + + &prompt.root; pkg autoremove +Packages to be autoremoved: + ca_root_nss-3.15.1_1 + +The autoremoval will free 723 kB + +Proceed with autoremoval of packages [y/N]: y +Deinstalling ca_root_nss-3.15.1_1... done + + Packages installed as dependencies are + called automatic packages. Non-automatic + packages, i.e the packages that were explicity installed not + as a dependency to another package, can be listed + using: + + &prompt.root; pkg prime-list +nginx +openvpn +sudo + + pkg prime-list is an alias command + declared in /usr/local/etc/pkg.conf. + There are many others that can be used to query the package + database of the system. For instance, command + pkg prime-origins can be used to get the + origin port directory of the list mentioned above: + + &prompt.root; pkg prime-origins +www/nginx +security/openvpn +security/sudo + + This list can be used to rebuild all packages + installed on a system using build tools such as + ports-mgmt/poudriere or + ports-mgmt/synth. + + Marking an installed package as automatic can be + done using: + + &prompt.root; pkg set -A 1 devel/cmake + + Once a package is a leaf package and is marked + as automatic, it gets selected by + pkg autoremove. + + Marking an installed package as not + automatic can be done using: + + &prompt.root; pkg set -A 0 devel/cmake + + + + + Restoring the Package Database + + Unlike the traditional package management system, + pkg includes its own package + database backup mechanism. This functionality is enabled by + default. + + + To disable the periodic script from backing up the + package database, set + daily_backup_pkgdb_enable="NO" in + &man.periodic.conf.5;. + + + To restore the contents of a previous package database + backup, run the following command replacing + /path/to/pkg.sql with the location + of the backup: + + &prompt.root; pkg backup -r /path/to/pkg.sql + + + If restoring a backup taken by the periodic script, + it must be decompressed prior to being restored. + + + To run a manual backup of the + pkg database, run the following + command, replacing /path/to/pkg.sql + with a suitable file name and location: + + &prompt.root; pkg backup -d /path/to/pkg.sql + + + + Removing Stale Packages + + By default, pkg stores + binary packages in a cache directory defined by + PKG_CACHEDIR in &man.pkg.conf.5;. Only copies + of the latest installed packages are kept. Older versions of + pkg kept all previous packages. To + remove these outdated binary packages, run: + + &prompt.root; pkg clean + + The entire cache may be cleared by running: + + &prompt.root; pkg clean -a + + + + Modifying Package Metadata + + Software within the &os; Ports Collection can + undergo major version number changes. To address this, + pkg has a built-in command to + update package origins. This can be useful, for example, if + lang/php5 is renamed to + lang/php53 so that + lang/php5 can now + represent version 5.4. + + To change the package origin for the above example, + run: + + &prompt.root; pkg set -o lang/php5:lang/php53 + + As another example, to update + lang/ruby18 to + lang/ruby19, run: + + &prompt.root; pkg set -o lang/ruby18:lang/ruby19 + + As a final example, to change the origin of the + libglut shared libraries from + graphics/libglut to + graphics/freeglut, run: + + &prompt.root; pkg set -o graphics/libglut:graphics/freeglut + + + When changing package origins, it is important to + reinstall packages that are dependent on the package with + the modified origin. To force a reinstallation of dependent + packages, run: + + &prompt.root; pkg install -Rf graphics/freeglut + + + + + + Using the Ports Collection + + The Ports Collection is a set of + Makefiles, patches, and description files. + Each set of these files is used to compile and install an + individual application on &os;, and is called a + port. + + By default, the Ports Collection itself is stored as a + subdirectory of /usr/ports. + + Before an application can be compiled using a port, the + Ports Collection must first be installed. If it was not + installed during the installation of &os;, use one of the + following methods to install it: + + + Portsnap Method + + The base system of &os; includes + Portsnap. This is a fast and + user-friendly tool for retrieving the Ports Collection and + is the recommended choice for most users not running + &os.current;. This utility + connects to a &os; site, verifies the secure key, and + downloads a new copy of the Ports Collection. The key is used + to verify the integrity of all downloaded files. + + + To download a compressed snapshot of the Ports + Collection into + /var/db/portsnap: + + &prompt.root; portsnap fetch + + + + When running Portsnap for the + first time, extract the snapshot into + /usr/ports: + + &prompt.root; portsnap extract + + + + After the first use of + Portsnap has been completed as + shown above, /usr/ports can be updated + as needed by running: + + &prompt.root; portsnap fetch +&prompt.root; portsnap update + + When using fetch, the + extract or the update + operation may be run consecutively, like so: + + &prompt.root; portsnap fetch update + + + + + Subversion Method + + If more control over the ports tree is needed or if local + changes need to be maintained, or if running &os.current;, + Subversion can be used to obtain + the Ports Collection. Refer to the + Subversion Primer for a detailed description of + Subversion. + + + Subversion must be installed + before it can be used to check out the ports tree. If a + copy of the ports tree is already present, install + Subversion like this: + + &prompt.root; cd /usr/ports/devel/subversion +&prompt.root; make install clean + + If the ports tree is not available, or + pkg is being used to manage + packages, Subversion can be + installed as a package: + + &prompt.root; pkg install subversion + + + + + Check out a copy of the ports tree: + + &prompt.root; svn checkout https://svn.FreeBSD.org/ports/head /usr/ports + + + + As needed, update /usr/ports after + the initial Subversion + checkout: + + &prompt.root; svn update /usr/ports + + + + The Ports Collection contains directories + for software categories. Inside each category are + subdirectories for individual applications. Each application + subdirectory contains a set of files that + tells &os; how to compile and install that program, + called a ports skeleton. Each port + skeleton includes these files and directories: + + + + Makefile: contains statements that + specify how the application should be compiled and where + its components should be installed. + + + + distinfo: contains the names and + checksums of the files that must be downloaded to build the + port. + + + + files/: this directory contains + any patches needed for the program to compile and install + on &os;. This directory may also contain other files used + to build the port. + + + + pkg-descr: provides a more detailed + description of the program. + + + + pkg-plist: a list of all the + files that will be installed by the port. It also tells + the ports system which files to remove upon + deinstallation. + + + + Some ports include pkg-message or + other files to handle special situations. For more details + on these files, and on ports in general, refer to the &os; + Porter's Handbook. + + The port does not include the actual source code, also + known as a distfile. The extract portion + of building a port will automatically save the downloaded + source to /usr/ports/distfiles. + + + Installing Ports + + + ports + installing + + + This section provides basic instructions on using the + Ports Collection to install or remove software. The detailed + description of available make targets and + environment variables is available in &man.ports.7;. + + + Before compiling any port, be sure to update the Ports + Collection as described in the previous section. Since + the installation of any third-party software can introduce + security vulnerabilities, it is recommended to first check + + for known security issues related to the port. Alternately, + run pkg audit -F before installing a new + port. This command can be configured to automatically + perform a security audit and an update of the vulnerability + database during the daily security system check. For more + information, refer to &man.pkg-audit.8; and + &man.periodic.8;. + + + Using the Ports Collection assumes a working Internet + connection. It also requires superuser privilege. + + To compile and install the port, change to the directory + of the port to be installed, then type make + install at the prompt. Messages will indicate + the progress: + + &prompt.root; cd /usr/ports/sysutils/lsof +&prompt.root; make install +>> lsof_4.88D.freebsd.tar.gz doesn't seem to exist in /usr/ports/distfiles/. +>> Attempting to fetch from ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/. +===> Extracting for lsof-4.88 +... +[extraction output snipped] +... +>> Checksum OK for lsof_4.88D.freebsd.tar.gz. +===> Patching for lsof-4.88.d,8 +===> Applying FreeBSD patches for lsof-4.88.d,8 +===> Configuring for lsof-4.88.d,8 +... +[configure output snipped] +... +===> Building for lsof-4.88.d,8 +... +[compilation output snipped] +... + +===> Installing for lsof-4.88.d,8 +... +[installation output snipped] +... +===> Generating temporary packing list +===> Compressing manual pages for lsof-4.88.d,8 +===> Registering installation for lsof-4.88.d,8 +===> SECURITY NOTE: + This port has installed the following binaries which execute with + increased privileges. +/usr/local/sbin/lsof +&prompt.root; + + Since lsof is a program that runs + with increased privileges, a security warning is displayed + as it is installed. Once the installation is complete, the + prompt will be returned. + + Some shells keep a cache of the commands that are + available in the directories listed in the + PATH environment variable, to speed up lookup + operations for the executable file of these commands. Users + of the tcsh shell should type + rehash so that a newly installed command + can be used without specifying its full path. Use + hash -r instead for the + sh shell. Refer to the documentation + for the shell for more information. + + During installation, a working subdirectory is created + which contains all the temporary files used during + compilation. Removing this directory saves disk space and + minimizes the chance of problems later when upgrading to the + newer version of the port: + + &prompt.root; make clean +===> Cleaning for lsof-88.d,8 +&prompt.root; + + + To save this extra step, instead use make + install clean when compiling the port. + + + + Customizing Ports Installation + + Some ports provide build options which can be used to + enable or disable application components, provide security + options, or allow for other customizations. Examples + include www/firefox, + security/gpgme, and + mail/sylpheed-claws. If the port depends + upon other ports which have configurable options, it may + pause several times for user interaction as the default + behavior is to prompt the user to select options from a + menu. To avoid this and do all of the configuration in one + batch, run make config-recursive within + the port skeleton. Then, run make install + [clean] to compile and install the port. + + + When using + config-recursive, the list of + ports to configure are gathered by the + all-depends-list target. It is + recommended to run make + config-recursive until all dependent ports + options have been defined, and ports options screens no + longer appear, to be certain that all dependency options + have been configured. + + + There are several ways to revisit a port's build options + menu in order to add, remove, or change these options after + a port has been built. One method is to + cd into the directory containing the + port and type make config. Another + option is to use make showconfig. + Another option is to execute make + rmconfig which will remove all selected options + and allow you to start over. All of these options, and + others, are explained in great detail in + &man.ports.7;. + + The ports system uses &man.fetch.1; to download the + source files, which supports various environment variables. + The FTP_PASSIVE_MODE, + FTP_PROXY, and FTP_PASSWORD + variables may need to be set if the &os; system is behind + a firewall or FTP/HTTP proxy. See &man.fetch.3; for the + complete list of supported variables. + + For users who cannot be connected to the Internet all + the time, make fetch can be run within + /usr/ports, to fetch all distfiles, or + within a category, such as + /usr/ports/net, or within the specific + port skeleton. Note that if a port has any dependencies, + running this command in a category or ports skeleton will + not fetch the distfiles of ports from + another category. Instead, use make + fetch-recursive to also fetch the distfiles for + all the dependencies of a port. + + In rare cases, such as when an organization has a local + distfiles repository, the MASTER_SITES + variable can be used to override the download locations + specified in the Makefile. When using, + specify the alternate location: + + &prompt.root; cd /usr/ports/directory +&prompt.root; make MASTER_SITE_OVERRIDE= \ +ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/ fetch + + The WRKDIRPREFIX and + PREFIX variables can override the default + working and target directories. For example: + + &prompt.root; make WRKDIRPREFIX=/usr/home/example/ports install + + will compile the port in + /usr/home/example/ports and install + everything under /usr/local. + + &prompt.root; make PREFIX=/usr/home/example/local install + + will compile the port in /usr/ports + and install it in + /usr/home/example/local. And: + + &prompt.root; make WRKDIRPREFIX=../ports PREFIX=../local install + + will combine the two. + + These can also be set as environmental variables. Refer + to the manual page for your shell for instructions on how to + set an environmental variable. + + + + + Removing Installed Ports + + + ports + removing + + + Installed ports can be uninstalled using pkg + delete. Examples for using this command can be + found in the &man.pkg-delete.8; manual page. + + Alternately, make deinstall can be + run in the port's directory: + + &prompt.root; cd /usr/ports/sysutils/lsof +&prompt.root; make deinstall +===> Deinstalling for sysutils/lsof +===> Deinstalling +Deinstallation has been requested for the following 1 packages: + + lsof-4.88.d,8 + +The deinstallation will free 229 kB +[1/1] Deleting lsof-4.88.d,8... done + + It is recommended to read the messages as the port is + uninstalled. If the port has any applications that depend + upon it, this information will be displayed but the + uninstallation will proceed. In such cases, it may be better + to reinstall the application in order to prevent broken + dependencies. + + + + Upgrading Ports + + + ports + upgrading + + + Over time, newer versions of software become available + in the Ports Collection. This section describes how to + determine which software can be upgraded and how to perform + the upgrade. + + To determine if newer versions of installed ports are + available, ensure that the latest version of the ports tree is + installed, using the updating command described in either + or + . On &os; 10 + and later, or if the system has been converted to + pkg, the following command will + list the installed ports which are out of date: + + &prompt.root; pkg version -l "<" + + For &os; 9.X and lower, the + following command will list the installed ports that are out + of date: + + &prompt.root; pkg_version -l "<" + + + Before + attempting an upgrade, read + /usr/ports/UPDATING from the top of + the file to the date closest to the last time ports were + upgraded or the system was installed. This file describes + various issues and additional steps users may encounter and + need to perform when updating a port, including such things + as file format changes, changes in locations of + configuration files, or any incompatibilities with previous + versions. Make note of any instructions which match any of + the ports that need upgrading and follow these instructions + when performing the upgrade. + + + + Tools to Upgrade and Manage Ports + + + ports + upgrading-tools + + + The Ports Collection contains several utilities to + perform the actual upgrade. Each has its strengths and + weaknesses. + + Historically, most installations used either + Portmaster or + Portupgrade. + Synth is a newer + alternative. + + + The choice of which tool is best for a particular + system is up to the system administrator. It is + recommended practice to back up your data before using any + of these tools. + + + + + + Upgrading Ports Using + <application>Portmaster</application> + + + portmaster + + + ports-mgmt/portmaster is a very + small utility for upgrading installed ports. + It is designed to use the tools installed with the &os; + base system + without depending on other ports or databases. + To install this utility + as a port: + + &prompt.root; cd /usr/ports/ports-mgmt/portmaster +&prompt.root; make install clean + + Portmaster defines four + categories of ports: + + + + Root port: has no dependencies and is not a + dependency of any other ports. + + + + Trunk port: has no dependencies, but other ports + depend upon it. + + + + Branch port: has dependencies and other ports + depend upon it. + + + + Leaf port: has dependencies but no other ports + depend upon it. + + + + To list these categories and search for updates: + + &prompt.root; portmaster -L +===>>> Root ports (No dependencies, not depended on) +===>>> ispell-3.2.06_18 +===>>> screen-4.0.3 + ===>>> New version available: screen-4.0.3_1 +===>>> tcpflow-0.21_1 +===>>> 7 root ports +... +===>>> Branch ports (Have dependencies, are depended on) +===>>> apache22-2.2.3 + ===>>> New version available: apache22-2.2.8 +... +===>>> Leaf ports (Have dependencies, not depended on) +===>>> automake-1.9.6_2 +===>>> bash-3.1.17 + ===>>> New version available: bash-3.2.33 +... +===>>> 32 leaf ports + +===>>> 137 total installed ports + ===>>> 83 have new versions available + + This command is used to upgrade all outdated + ports: + + &prompt.root; portmaster -a + + + By default, Portmaster + makes a backup package before deleting the existing port. + If the installation of the new version is successful, + Portmaster deletes the + backup. Using instructs + Portmaster not to automatically + delete the backup. Adding starts + Portmaster in interactive mode, + prompting for confirmation before upgrading each port. + Many other options are available. Read through the + manual page for &man.portmaster.8; for details regarding + their usage. + + + If errors are encountered during the upgrade process, + add to upgrade and rebuild all + ports: + + &prompt.root; portmaster -af + + Portmaster can also be used + to install new ports on the system, upgrading all + dependencies before building and installing the new + port. To use this function, specify the location of the + port in the Ports Collection: + + &prompt.root; portmaster shells/bash + + More information about + ports-mgmt/portmaster may be found in its + pkg-descr. + + + + Upgrading Ports Using Portupgrade + + + portupgrade + + + ports-mgmt/portupgrade is another + utility that can be used to upgrade ports. It installs a + suite of applications which can be used to manage ports. + However, it is dependent upon Ruby. To install the + port: + + &prompt.root; cd /usr/ports/ports-mgmt/portupgrade +&prompt.root; make install clean + + Before performing an upgrade using this utility, it is + recommended to scan the list of installed ports using + pkgdb -F and to fix all the + inconsistencies it reports. + + To upgrade all the outdated ports installed on the + system, use portupgrade -a. Alternately, + include to be asked for confirmation + of every individual upgrade: + + &prompt.root; portupgrade -ai + + To upgrade only a specified application instead of all + available ports, use portupgrade + pkgname. It is very + important to include to first upgrade + all the ports required by the given application: + + &prompt.root; portupgrade -R firefox + + If + is included, + Portupgrade searches for + available packages in the local directories listed in + PKG_PATH. If none are available locally, it + then fetches packages from a remote site. If packages can + not be found locally or fetched remotely, + Portupgrade will use ports. To + avoid using ports entirely, specify . + This last set of options tells + Portupgrade to abort if no + packages are available: + + &prompt.root; portupgrade -PP gnome3 + + To just fetch the port distfiles, or packages, if + is specified, without building or + installing anything, use . For further + information on all of the available switches, refer to the + manual page for portupgrade. + + More information about + ports-mgmt/portupgrade may be found in + its pkg-descr. + + + + + + Ports and Disk Space + + + ports + disk-space + + + Using the Ports Collection will use up disk space over + time. After building and installing a port, running + make clean within the ports skeleton will + clean up the temporary work directory. + If Portmaster is used to install a + port, it will automatically remove this directory unless + is specified. If + Portupgrade is installed, this + command will remove all work directories + found within the local copy of the Ports Collection: + + &prompt.root; portsclean -C + + In addition, outdated source distribution files + accumulate in /usr/ports/distfiles over + time. To use Portupgrade to + delete all the distfiles that are no longer + referenced by any ports: + + &prompt.root; portsclean -D + + Portupgrade can remove + all distfiles not referenced by any port currently installed + on the system: + + &prompt.root; portsclean -DD + + If Portmaster is installed, + use: + + &prompt.root; portmaster --clean-distfiles + + By default, this command is interactive and prompts + the user to confirm if a distfile should be deleted. + + In addition to these commands, + ports-mgmt/pkg_cutleaves + automates the task of removing installed ports that are no + longer needed. + + + + + Building Packages with + <application>Poudriere</application> + + Poudriere is a + BSD-licensed utility for creating and testing + &os; packages. It uses &os; jails to set up isolated + compilation environments. These jails can be used to build + packages for versions of &os; that are different from the system + on which it is installed, and also to build packages for i386 if + the host is an &arch.amd64; system. Once the packages are + built, they are in a layout identical to the official mirrors. + These packages are usable by &man.pkg.8; and other package + management tools. + + Poudriere is installed using + the ports-mgmt/poudriere package + or port. The installation includes a sample configuration + file /usr/local/etc/poudriere.conf.sample. + Copy this file to + /usr/local/etc/poudriere.conf. Edit the + copied file to suit the local configuration. + + While ZFS is not required on the system + running poudriere, it is beneficial. + When ZFS is used, + ZPOOL must be specified in + /usr/local/etc/poudriere.conf and + FREEBSD_HOST should be set to a nearby + mirror. Defining CCACHE_DIR enables the use + of devel/ccache to cache + compilation and reduce build times for frequently-compiled code. + It may be convenient to put + poudriere datasets in an isolated + tree mounted at /poudriere. Defaults for the + other configuration values are adequate. + + The number of processor cores detected is used to define how + many builds will run in parallel. Supply enough virtual memory, + either with RAM or swap space. If virtual + memory runs out, the compilation jails will stop and be torn + down, resulting in weird error messages. + + + Initialize Jails and Port Trees + + After configuration, initialize + poudriere so that it installs a + jail with the required &os; tree and a ports tree. Specify a + name for the jail using and the &os; + version with . On systems running + &os;/&arch.amd64;, the architecture can be set with + to either i386 or + amd64. The default is the + architecture shown by uname. + + &prompt.root; poudriere jail -c -j 11amd64 -v 11.4-RELEASE +[00:00:00] Creating 11amd64 fs at /poudriere/jails/11amd64... done +[00:00:00] Using pre-distributed MANIFEST for FreeBSD 11.4-RELEASE amd64 +[00:00:00] Fetching base for FreeBSD 11.4-RELEASE amd64 +/poudriere/jails/11amd64/fromftp/base.txz 125 MB 4110 kBps 31s +[00:00:33] Extracting base... done +[00:00:54] Fetching src for FreeBSD 11.4-RELEASE amd64 +/poudriere/jails/11amd64/fromftp/src.txz 154 MB 4178 kBps 38s +[00:01:33] Extracting src... done +[00:02:31] Fetching lib32 for FreeBSD 11.4-RELEASE amd64 +/poudriere/jails/11amd64/fromftp/lib32.txz 24 MB 3969 kBps 06s +[00:02:38] Extracting lib32... done +[00:02:42] Cleaning up... done +[00:02:42] Recording filesystem state for clean... done +[00:02:42] Upgrading using ftp +/etc/resolv.conf -> /poudriere/jails/11amd64/etc/resolv.conf +Looking up update.FreeBSD.org mirrors... 3 mirrors found. +Fetching public key from update4.freebsd.org... done. +Fetching metadata signature for 11.4-RELEASE from update4.freebsd.org... done. +Fetching metadata index... done. +Fetching 2 metadata files... done. +Inspecting system... done. +Preparing to download files... done. +Fetching 124 patches.....10....20....30....40....50....60....70....80....90....100....110....120.. done. +Applying patches... done. +Fetching 6 files... done. +The following files will be added as part of updating to +11.4-RELEASE-p1: +/usr/src/contrib/unbound/.github +/usr/src/contrib/unbound/.github/FUNDING.yml +/usr/src/contrib/unbound/contrib/drop2rpz +/usr/src/contrib/unbound/contrib/unbound_portable.service.in +/usr/src/contrib/unbound/services/rpz.c +/usr/src/contrib/unbound/services/rpz.h +/usr/src/lib/libc/tests/gen/spawnp_enoexec.sh +The following files will be updated as part of updating to +11.4-RELEASE-p1: +[…] +Installing updates...Scanning //usr/share/certs/blacklisted for certificates... +Scanning //usr/share/certs/trusted for certificates... + done. +11.4-RELEASE-p1 +[00:04:06] Recording filesystem state for clean... done +[00:04:07] Jail 11amd64 11.4-RELEASE-p1 amd64 is ready to be used + + &prompt.root; poudriere ports -c -p local -m svn+https +[00:00:00] Creating local fs at /poudriere/ports/local... done +[00:00:00] Checking out the ports tree... done + + On a single computer, poudriere + can build ports with multiple configurations, in multiple + jails, and from different port trees. Custom configurations + for these combinations are called sets. + See the CUSTOMIZATION section of &man.poudriere.8; for details + after ports-mgmt/poudriere or + ports-mgmt/poudriere-devel is + installed. + + The basic configuration shown here puts a single jail-, + port-, and set-specific make.conf in + /usr/local/etc/poudriere.d. + The filename in this example is created by combining the jail + name, port name, and set name: + 11amd64-local-workstation-make.conf. + The system make.conf and this new file + are combined at build time to create the + make.conf used by the build jail. + + Packages to be built are entered in + 11amd64-local-workstation-pkglist: + + editors/emacs +devel/git +ports-mgmt/pkg +... + + Options and dependencies for the specified ports are + configured: + + &prompt.root; poudriere options -j 11amd64 -p local -z workstation -f 11amd64-local-workstation-pkglist + + Finally, packages are built and a package + repository is created: + + &prompt.root; poudriere bulk -j 11amd64 -p local -z workstation -f 11amd64-local-workstation-pkglist + + While running, pressing Ctrlt + displays the current state of the build. + Poudriere also builds files in + /poudriere/logs/bulk/jailname + that can be used with a web server to display build + information. + + After completion, the new packages are now available for + installation from the poudriere + repository. + + For more information on using + poudriere, see &man.poudriere.8; + and the main web site, . + + + Configuring pkg Clients to Use a Poudriere + Repository + + While it is possible to use both a custom repository along + side of the official repository, sometimes it is useful to + disable the official repository. This is done by creating a + configuration file that overrides and disables the official + configuration file. Create + /usr/local/etc/pkg/repos/FreeBSD.conf + that contains the following: + + FreeBSD: { + enabled: no +} + + Usually it is easiest to serve a poudriere repository to + the client machines via HTTP. Set up a webserver to serve up + the package directory, for instance: + /usr/local/poudriere/data/packages/11amd64, + where 11amd64 + is the name of the build. + + If the URL to the package repository is: + http://pkg.example.com/11amd64, then the + repository configuration file in + /usr/local/etc/pkg/repos/custom.conf + would look like: + + custom: { + url: "http://pkg.example.com/11amd64", + enabled: yes, +} + + + + + Post-Installation Considerations + + Regardless of whether the software was installed from a + binary package or port, most third-party applications require + some level of configuration after installation. The following + commands and locations can be used to help determine what was + installed with the application. + + + + Most applications install at least one default + configuration file in /usr/local/etc. + In cases where an application has a large number of + configuration files, a subdirectory will be created to hold + them. Often, sample configuration files are installed which + end with a suffix such as .sample. The + configuration files should be reviewed and possibly + edited to meet the system's needs. To edit a sample file, + first copy it without the .sample + extension. + + + + Applications which provide documentation will install + it into /usr/local/share/doc and many + applications also install manual pages. This documentation + should be consulted before continuing. + + + + Some applications run services which must be added + to /etc/rc.conf before starting the + application. These applications usually install a startup + script in /usr/local/etc/rc.d. See + Starting + Services for more information. + + + By design, applications do not run their startup + script upon installation, nor do they run their stop + script upon deinstallation or upgrade. This decision + is left to the individual system administrator. + + + + + + Users of &man.csh.1; should run + rehash to rebuild the known binary list + in the shells PATH. + + + + Use pkg info to determine which + files, man pages, and binaries were installed with the + application. + + + + + + Dealing with Broken Ports + + When a port does not build or + install, try the following: + + + + Search to see if there is a fix pending for the port in + the Problem + Report database. If so, implementing the proposed + fix may fix the issue. + + + + Ask the maintainer of the port for help. Type + make maintainer + in the ports skeleton or read the port's + Makefile to find the maintainer's + email address. Remember to include the + $FreeBSD: line from the port's + Makefile and the output leading up to + the error in the email to the maintainer. + + + Some ports are not maintained by an individual but + instead by a group maintainer represented by a mailing + list. Many, but not all, of these addresses look + like freebsd-listname@FreeBSD.org. + Please take this into account when sending an + email. + + In particular, ports maintained by + ports@FreeBSD.org are not + maintained by a specific individual. Instead, any fixes + and support come from the general community who subscribe + to that mailing list. More volunteers are always + needed! + + + If there is no response to the email, use + Bugzilla to submit a bug report using the + instructions in Writing + &os; Problem Reports. + + + + Fix it! The Porter's + Handbook includes detailed information on the + ports infrastructure so that you can fix the occasional + broken port or even submit your own! + + + + Install the package instead of the port using the + instructions in . + + + + diff --git a/website/data/ja/news/news.toml b/website/data/ja/news/news.toml index 4bee754592..b049002302 100644 --- a/website/data/ja/news/news.toml +++ b/website/data/ja/news/news.toml @@ -1,2380 +1,2388 @@ # Sort news by year, month and day # $FreeBSD$ +[[news]] +date = "2021-04-21" +description = "新コミッタ就任: Oskar Holmlund (src)" + [[news]] date = "2021-04-13" title = "FreeBSD 13.0-RELEASE 公開" description = "

FreeBSD 13.0-RELEASE が公開されたした。むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、13.0 に関する最新情報や問題点などを確認しおください。FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2021-04-03" title = "FreeBSD 13.0-RC5 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 5 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-03-29" title = "FreeBSD 13.0-RC4 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 4 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-03-20" title = "FreeBSD 13.0-RC3 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-03-15" description = "新コミッタ就任: Ka Ho Ng (src)" [[news]] date = "2021-03-12" title = "FreeBSD 13.0-RC2 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-03-06" title = "FreeBSD 13.0-RC1 公開" description = "

FreeBSD 13.0 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-02-27" title = "FreeBSD 13.0-BETA4 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 4 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-02-20" title = "FreeBSD 13.0-BETA3 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-02-12" title = "FreeBSD 13.0-BETA2 公開" description = "

FreeBSD 13.0 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, armv6, armv7, i386, powerpc, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-02-06" title = "FreeBSD 13.0-BETA1 公開" description = "

FreeBSD 13.0 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, arm64, powerpc64, powerpcspe, powerpc64le および riscv64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2021-02-07" description = "新コミッタ就任: Fernando Apesteguia Santiago (doc)" [[news]] date = "2021-01-27" description = "新コミッタ就任: Rajesh Kumar M A (src)" [[news]] date = "2021-01-27" description = "新コミッタ就任: Nuno Teixeira (ports)" [[news]] date = "2021-01-25" description = "りェブサむトおよびドキュメンテヌションが、Hugo および AsciiDoctor に移行したした。" [[news]] date = "2020-01-10" description = "新コミッタ就任: Mikaël Urankar (ports)" [[news]] date = "2020-01-02" description = "新コミッタ就任: Loïc Bartoletti (ports)" [[news]] date = "2019-11-25" title = "開発進捗レポヌト (2019 幎 7 月 - 9 月) 公開" description = "

2019 幎 7 月 - 9 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2019-11-04" title = "FreeBSD 12.1-RELEASE 公開" description = "

FreeBSD 12.1-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、12.1 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2019-10-18" title = "FreeBSD 12.1-RC2 公開" description = "

FreeBSD 12.1 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-10-11" title = "FreeBSD 12.1-RC1 公開" description = "

FreeBSD 12.1 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-10-11" description = "新コミッタ就任: Alex Samorukov (ports)" [[news]] date = "2019-10-04" title = "FreeBSD 12.1-BETA3 公開" description = "

FreeBSD 12.1 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" +[[news]] +date = "2019-09-29" +description = "新コミッタ就任: Mateusz Piotrowski (doc)" + [[news]] date = "2019-09-28" title = "FreeBSD 12.1-BETA2 公開" description = "

FreeBSD 12.1 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-09-26" description = "新コミッタ就任: Pawel Biernacki (src)" [[news]] date = "2019-09-20" title = "FreeBSD 12.1-BETA1 公開" description = "

FreeBSD 12.1 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-09-15" description = "新コミッタ就任: Dmitri Goutnik (ports)" [[news]] date = "2019-09-10" description = "新コミッタ就任: Stephen Gregoratto (src)。 Google's Season of Docs に参加し、 FreeBSD プロゞェクトのナヌザマニュアルを改善しおいたす。" [[news]] date = "2019-08-28" description = "新コミッタ就任: Santhosh Raju (ports)" [[news]] date = "2019-08-25" title = "開発進捗レポヌト (2019 幎 4 月 - 6 月) 公開" description = "

2019 幎 4 月 - 6 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2019-07-16" title = "FreeBSD.org 送信メヌルシステムの倉曎" description = "

我々の管理倖の環境が原因で、 FreeBSD.org メヌル甚の SMTP サヌバアドレスの倉曎が必芁ずなりたした。 SMTP 送信元のレピュテヌションにより、 問題が起こるこずがあるでしょう。

远加の情報に぀いおは、 アナりンス を参照しおください。

" [[news]] date = "2019-07-09" title = "FreeBSD 11.3-RELEASE 公開" description = "

FreeBSD 11.3-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、11.3 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2019-06-28" title = "FreeBSD 11.3-RC3 公開" description = "

FreeBSD 11.3 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-06-21" title = "FreeBSD 11.3-RC2 公開" description = "

FreeBSD 11.3 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-06-14" title = "FreeBSD 11.3-RC1 公開" description = "

FreeBSD 11.3 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-06-07" title = "FreeBSD 11.3-BETA3 公開" description = "

FreeBSD 11.3 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-06-04" title = "開発進捗レポヌト (2019 幎 1 月 - 3 月) 公開" description = "

2019 幎 1 月 - 3 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2019-05-31" title = "FreeBSD 11.3-BETA2 公開" description = "

FreeBSD 11.3 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-05-31" description = "新コミッタ就任: Brandon Bergren (src)" [[news]] date = "2019-05-29" description = "新コミッタ就任: Chuck Silvers (src)" [[news]] date = "2019-05-28" description = "新コミッタ就任: D Scott Phillips (src)" [[news]] date = "2019-05-24" title = "FreeBSD 11.3-BETA1 公開" description = "

FreeBSD 11.3 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2019-05-16" description = "新コミッタ就任: Sergio Carlavilla Delgado (docs, スペむン語翻蚳)" [[news]] date = "2019-04-30" description = "新コミッタ就任: Doug Moore (src)" [[news]] date = "2019-04-28" title = "CFT FreeBSD pkg base が公開されたした。" description = "

FreeBSD は、新しい取り組みである pkgbase ぞの詊隓を行っおいたす。 詳现に぀いおは、 CFT FreeBSD pkg base メッセヌゞをご芧ください。

" [[news]] date = "2019-04-27" title = "FreeBSD 2019 Community Survey" description = "

FreeBSD 2019 Community Survey が公開されたした (2019-5-13 に終了したした)。 本調査の URL を、ぜひずもあなたの雇甚䞻、職堎の仲間、 お友達、たたは FreeBSD に興味をお持ちのコミュニティメンバヌずシェアしおください。 本調査は 5 月 30 日の協定䞖界時 (UTC) の深倜 (倪平掋倏時刻 (PDT) では月曜の午埌5 時) に終了したす。

" [[news]] date = "2019-04-19" title = "CFT FreeBSD + New Upstream ZFS (ZoL)" description = "

FreeBSD は、新しい ZFS の実装である ZFS on Linux の詊隓を行っおいたす。 珟圚 FreeBSD + ZoL (ZFS on Linux) 詊隓甚の FreeBSD 12-STABLE および 13-CURRENT のむメヌゞが甚意されおいたす。 詊隓の詳现に぀いおは、 CFT FreeBSD + ZoL をご芧ください。

" [[news]] date = "2019-04-14" description = "新コミッタ就任: Piotr Kubaj (ports)" [[news]] date = "2019-04-14" description = "コミット暩限の拡倧: Pedro Giffuni (ports, src)" [[news]] date = "2019-03-20" description = "新コミッタ就任: Mitchell Horne (src)" [[news]] date = "2019-02-01" description = "新コミッタ就任: Kai Knoblich (ports)" [[news]] date = "2019-01-19" description = "新コミッタ就任: Johannes Lundberg (src)" [[news]] date = "2018-12-24" title = "開発進捗レポヌト (2018 幎 1 月 - 9 月) 公開" description = "

2018 幎 1 月 - 9 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2018-12-11" title = "FreeBSD 12.0-RELEASE 公開" description = "

FreeBSD 12.0-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、12.0 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2018-12-11" title = "Cirrus CI の FreeBSD ぞの察応" description = "

Cirrus CI システムが FreeBSD に察応したした。 Cirrus CI は、最新のクラりド技術を甚いるこずで、 開発サむクルを迅速に、効率的そしお安党に行えるようにしたす。 Cirrus CI は、あなたのチヌムず連携し、 ゜フトりェアのリリヌスを迅速か぀安䟡にしたす。 詳现に぀いおは、 FreeBSD Virtual Machines ガむドをご芧ください。

" [[news]] date = "2018-12-01" title = "FreeBSD 12.0-RC3 公開" description = "

FreeBSD 12.0 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-11-25" title = "FreeBSD 12.0-RC2 公開" description = "

FreeBSD 12.0 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-11-17" title = "FreeBSD 12.0-RC1 公開" description = "

FreeBSD 12.0 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-11-10" title = "FreeBSD 12.0-BETA4 公開" description = "

FreeBSD 12.0 リリヌスサむクルから 4 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-11-03" title = "FreeBSD 12.0-BETA3 公開" description = "

FreeBSD 12.0 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-10-27" title = "FreeBSD 12.0-BETA2 公開" description = "

FreeBSD 12.0 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64, powerpcspe および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-10-20" title = "FreeBSD 12.0-BETA1 公開" description = "

FreeBSD 12.0 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, armv7, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-10-16" description = "新コミッタ就任: Thomas Munro (src)" [[news]] date = "2018-10-09" description = "新コミッタ就任: Yuri Pankov (src)" [[news]] date = "2018-10-08" description = "新コミッタ就任: Vinícius Zavam (ports)" [[news]] date = "2018-10-01" description = "新コミッタ就任: Alexandre C. Guimaraes (ports)" [[news]] date = "2018-09-21" description = "新コミッタ就任: Sergey Kozlov (ports)" [[news]] date = "2018-09-06" description = "新コミッタ就任: Emmanuel Vadot (ports)" [[news]] date = "2018-09-02" description = "新コミッタ就任: Kevin Bowling (ports)" [[news]] date = "2018-08-09" description = "コミット暩限の拡倧: Li-Wen Hsu (ports, src)" [[news]] date = "2018-07-16" description = "新コミッタ就任: John Hixson (ports)" [[news]] date = "2018-07-04" title = "新しい FreeBSD コアチヌムが遞出されたした" description = "

10 回目の FreeBSD コアチヌムの遞挙がアクティブなコミッタにより行われたした。 詳现に぀いおは、 公匏アナりンス をご芧ください。

" [[news]] date = "2018-06-30" description = "新コミッタ就任: Jesper Schmitz Mouridsen (ports)" [[news]] date = "2018-06-27" title = "FreeBSD 11.2-RELEASE 公開" description = "

FreeBSD 11.2-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、11.2 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2018-06-27" description = "新コミッタ就任: Ben Widawsky (src)" [[news]] date = "2018-06-19" title = "ナショナル FreeBSD デヌ: 本日 FreeBSD は 25 歳を迎えたした!" description = "

1993 幎 6 月 19 日は、FreeBSD ずいう名前が公匏的に぀けられた日です。 この倧切な日を 䞀緒にお祝い したしょう。

" [[news]] date = "2018-06-16" title = "FreeBSD 11.2-RC3 公開" description = "

FreeBSD 11.2 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-06-16" description = "新コミッタ就任: Mateusz Piotrowski (ports)" [[news]] date = "2018-06-09" title = "FreeBSD 11.2-RC2 公開" description = "

FreeBSD 11.2 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-06-08" title = "サヌビス停止のお知らせ" description = "

6 月 9 日 (土) に、FreeBSD クラスタの䞀郚が、 電気工事の保守時間延長のためオフラむンになりたす。 特にメヌリングリストのトラフィックおよびりェブサヌビスの䞀郚が圱響を受けたす。

保守時間は、6 月 9 日 11:00 UTC (04:00 US-Pacific) から 20:00 UTC (13:00 US-Pacific) たでずなりたす。

" [[news]] date = "2018-06-02" title = "FreeBSD 11.2-RC1 公開" description = "

FreeBSD 11.2 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-05-26" title = "FreeBSD 11.2-BETA3 公開" description = "

FreeBSD 11.2 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-05-22" description = "新コミッタ就任: Breno Leitao (src)" [[news]] date = "2018-05-21" description = "新コミッタ就任: Leandro Lupori (src)" [[news]] date = "2018-05-19" title = "FreeBSD 11.2-BETA2 公開" description = "

FreeBSD 11.2 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-05-15" description = "新コミッタ就任: Gleb Popov (ports)" [[news]] date = "2018-05-12" title = "FreeBSD 11.2-BETA1 公開" description = "

FreeBSD 11.2 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, arm64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2018-04-17" description = "新コミッタ就任: Sean Eric Fagan (src)" [[news]] date = "2018-04-07" description = "新コミッタ就任: Tom Jones (src)" [[news]] date = "2018-04-04" description = "新コミッタ就任: Ram Kishore Vegesna (src)" [[news]] date = "2018-03-23" description = "新コミッタ就任: Matthias Fechner (ports)" [[news]] date = "2018-03-17" description = "新コミッタ就任: Eric Turgeon (ports)" [[news]] date = "2018-03-16" description = "新コミッタ就任: Vincenzo Maffione (src)" [[news]] date = "2018-03-14" description = "新コミッタ就任: Koichiro Iwao (ports)" [[news]] date = "2018-03-03" description = "新コミッタ就任: Fernando Apesteguia (ports)" [[news]] date = "2018-03-01" description = "新コミッタ就任: Devin Teske (ports)" [[news]] date = "2018-02-14" title = "FreeBSD プロゞェクトは、Google Summer of Code 2018 に参加したす" description = "

FreeBSD プロゞェクトは Google's 2018 Summer of Code プログラムに参加したす。 これは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎するプログラムです。 FreeBSD プロゞェクトの参加は今幎で 14 幎目になりたす。 2005 幎から 2017 幎の間に、 長い倏の期間のコヌディングプロゞェクトを通しお 210 人を越える孊生の指導に成功しおきたした。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムぞの察応など、 その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になったり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントに参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください! 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2018-02-08" description = "新コミッタ就任: Slava Shwartsman (src)" [[news]] date = "2018-01-25" description = "新コミッタ就任: Jeb Cramer (src)" [[news]] date = "2018-01-04" title = "Meltdown および Spectre 攻撃に぀いお" description = "

Meltdown および Spectre 攻撃に぀いお:FreeBSD においおも 2017 幎 12 月䞋旬にはこれらの問題が明らかになっおいたした。 珟圚 CPU ベンダず協力し、 たた公衚された論文を基にこれらの攻撃の脅嚁を FreeBSD 䞊で軜枛する察策を進めおいたす。 しかしながら、この攻撃が基本的な郚分に関わっおいるため、 珟時点ではパッチの公開予定日は未定です。

" [[news]] date = "2017-12-25" title = "開発進捗レポヌト (2017 幎 7 月 - 9 月) 公開" description = "

2017 幎 7 月 - 9 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2017-11-11" description = "新コミッタ就任: Jason W. Bacon (ports)" [[news]] date = "2017-10-30" description = "新コミッタ就任: Alex Richardson (src)" [[news]] date = "2017-10-29" description = "新コミッタ就任: Yuri Victorovich (ports)" [[news]] date = "2017-10-04" title = "FreeBSD 10.4-RELEASE 公開" description = "

FreeBSD 10.4-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、10.4 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2017-09-27" title = "開発進捗レポヌト (2017 幎 4 月 - 6 月) 公開" description = "

2017 幎 4 月 - 6 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2017-09-23" title = "FreeBSD 10.4-RC2 公開" description = "

FreeBSD 10.4 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-09-19" description = "新コミッタ就任: Eugene Grosbein (src)" [[news]] date = "2017-09-18" description = "新コミッタ就任: Guangyuan Yang (doc)" [[news]] date = "2017-09-17" title = "FreeBSD 10.4-RC1 公開" description = "

FreeBSD 10.4 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-09-11" description = "新コミッタ就任: Craig Leres (ports)" [[news]] date = "2017-09-09" description = "新コミッタ就任: Dave Cottlehuber (ports)" [[news]] date = "2017-09-09" title = "FreeBSD 10.4-BETA4 公開" description = "

FreeBSD 10.4 リリヌスサむクルから 4 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-09-08" description = "新コミッタ就任: Adriaan de Groot (ports)" [[news]] date = "2017-09-06" description = "新コミッタ就任: Chuck Tuffli (src)" [[news]] date = "2017-09-02" description = "新コミッタ就任: Stephen Hurd (src)" [[news]] date = "2017-09-02" title = "FreeBSD 10.4-BETA3 公開" description = "

FreeBSD 10.4 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-09-02" description = "新コミッタ就任: Ilya Bakulin (src)" [[news]] date = "2017-08-28" description = "新コミッタ就任: Fedor Uporov (src)" [[news]] date = "2017-08-26" title = "FreeBSD 10.4-BETA2 公開" description = "

FreeBSD 10.4 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-08-25" description = "新コミッタ就任: Luca Pizzamiglio (ports)" [[news]] date = "2017-08-19" title = "FreeBSD 10.4-BETA1 公開" description = "

FreeBSD 10.4 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-07-26" title = "FreeBSD 11.1-RELEASE 公開" description = "

FreeBSD 11.1-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、11.1 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2017-07-18" description = "新コミッタ就任: Marcin Wojtas (src)" [[news]] date = "2017-07-15" title = "FreeBSD 11.1-RC3 公開" description = "

FreeBSD 11.1 リリヌスサむクルから、 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-07-12" description = "新コミッタ就任: Matt Joras (src)" [[news]] date = "2017-07-08" title = "FreeBSD 11.1-RC2 公開" description = "

FreeBSD 11.1 リリヌスサむクルから、 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-07-01" title = "FreeBSD 11.1-RC1 公開" description = "

FreeBSD 11.1 リリヌスサむクルから、 最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-06-24" title = "FreeBSD 11.1-BETA3 公開" description = "

FreeBSD 11.1 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-06-20" description = "新コミッタ就任: Kyle Evans (src)" [[news]] date = "2017-06-17" title = "FreeBSD 11.1-BETA2 公開" description = "

FreeBSD 11.1 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-06-10" title = "FreeBSD 11.1-BETA1 公開" description = "

FreeBSD 11.1 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2017-06-07" description = "新コミッタ就任: Ryan Libby (src)" [[news]] date = "2017-05-31" description = "新コミッタ就任: Richard Gallamore (ports)" [[news]] date = "2017-05-16" description = "新コミッタ就任: Jochen Neumeister (ports)" [[news]] date = "2017-05-15" title = "開発進捗レポヌト (2017 幎 1 月 - 3 月) 公開" description = "

2017 幎 1 月 - 3 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2017-05-03" description = "新コミッタ就任: Danilo G. Baio (ports)" [[news]] date = "2017-04-27" description = "新コミッタ就任: Vladimir Kondratyev (src)" [[news]] date = "2017-04-18" description = "新コミッタ就任: Bradley T. Hughes (ports)" [[news]] date = "2017-03-04" description = "新コミッタ就任: Eugene Grosbein (ports)" [[news]] date = "2017-03-03" description = "コミッタぞの埩垰: Rodney W. Grimes (src)" [[news]] date = "2017-02-27" title = "FreeBSD プロゞェクトは、Google Summer of Code 2017 に参加したす" description = "

FreeBSD プロゞェクトは Google's 2017 Summer of Code プログラムに参加したす。 これは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎するプログラムです。 FreeBSD プロゞェクトの参加は今幎で 13 幎目になりたす。 2005 幎から 2016 幎の間に、 長い倏の期間のコヌディングプロゞェクトを通しお 200 人を越える孊生の指導に成功しおきたした。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムぞの察応など、 その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になったり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントに参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください! 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2017-02-13" title = "開発進捗レポヌト (2016 幎 10 月 - 12 月) 公開" description = "

2016 幎 10 月 - 12 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2017-02-10" description = "新コミッタ就任: Mahdi Mokhtari (ports)" [[news]] date = "2017-02-08" description = "新コミッタ就任: Tobias Kortkamp (ports)" [[news]] date = "2017-01-10" description = "コミット暩限の拡倧: Jean-Sébastien Pédron (ports)" [[news]] date = "2017-01-09" description = "新コミッタ就任: Matthew Rezny (ports)" [[news]] date = "2017-01-09" description = "新コミッタ就任: Larry Rosenman (ports)" [[news]] date = "2017-01-09" description = "新コミッタ就任: Johannes Dieterich (ports)" [[news]] date = "2016-12-11" description = "新コミッタ就任: Piotr Paweł Stefaniak (src)" [[news]] date = "2016-12-11" description = "新コミッタ就任: Nikolai Lifanov (ports)" [[news]] date = "2016-11-15" description = "新コミッタ就任: Mikhail Pchelin (ports)" [[news]] date = "2016-11-13" title = "開発進捗レポヌト (2016 幎 7 月 - 9 月) 公開" description = "

2016 幎 7 月 - 9 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2016-11-02" description = "新コミッタ就任: Konrad Witaszczyk (src)" [[news]] date = "2016-11-02" description = "新コミッタ就任: Michael Dexter (doc)" [[news]] date = "2016-10-22" description = "新コミッタ就任: David Bright (src)" [[news]] date = "2016-10-10" title = "FreeBSD 11.0-RELEASE 公開" description = "

FreeBSD 11.0-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、11.0 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2016-09-16" description = "新コミッタ就任: Sevan Janiyan (doc)" [[news]] date = "2016-09-28" title = "FreeBSD 11.0-RELEASE 最新状況" description = "

11.0-RELEASE の最終版は、 リリヌスタグが打たれた埌に発芋されたリリヌス盎前のいく぀かの問題に察応するために、 再構築を予定しおいたす。 詳现に぀いおは、リリヌス゚ンゞニアリングチヌムからの 公匏アナりンス をご芧ください。

" [[news]] date = "2016-09-17" description = "新コミッタ就任: Joseph Mingrone (ports)" [[news]] date = "2016-09-17" description = "新コミッタ就任: Ruey-Cherng Yu (doc)" [[news]] date = "2016-09-17" title = "FreeBSD 11.0-RC3 公開" description = "

FreeBSD 11.0 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-08-25" title = "FreeBSD 11.0-RC2 公開" description = "

FreeBSD 11.0 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-08-13" title = "FreeBSD 11.0-RC1 公開" description = "

FreeBSD 11.0 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-08-10" description = "新コミッタ就任: Toomas Soome (src)" [[news]] date = "2016-08-10" description = "FreeBSD Core チヌムは、最近の freebsd-update および関連する脆匱性に぀いおの 声明 を発衚したした。" [[news]] date = "2016-08-06" title = "FreeBSD 11.0-BETA4 公開" description = "

FreeBSD 11.0 リリヌスサむクルから 4 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-07-30" title = "FreeBSD 11.0-BETA3 公開" description = "

FreeBSD 11.0 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-07-27" title = "開発進捗レポヌト (2016 幎 4 月 - 6 月) 公開" description = "

2016 幎 4 月 - 6 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2016-07-24" title = "FreeBSD 11.0-BETA2 公開" description = "

FreeBSD 11.0 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-07-19" description = "新コミッタ就任: Michael Zhilin (src)" [[news]] date = "2016-07-19" description = "新コミッタ就任: Imre Vadasz (src)" [[news]] date = "2016-07-18" description = "新コミッタ就任: Stephen J. Kiernan (src)" [[news]] date = "2016-07-11" description = "新コミッタ就任: Carlos J. Puga Medina (ports)" [[news]] date = "2016-07-10" title = "FreeBSD 11.0-BETA1 公開" description = "

FreeBSD 11.0 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, aarch64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-07-06" title = "新しい FreeBSD コアチヌムが遞出されたした" description = "

FreeBSD プロゞェクトは、 2016 コアチヌム遞挙の終了をお知らせしたす。 FreeBSD コアチヌムは、\"取締圹\" にあたるもので、 新しい src コミッタの承認、開発者間に察立があった堎合の調停、 特定の範囲のサブコミッタ (セキュリティオフィサ、 リリヌス゚ンゞニア、port マネヌゞャ、りェブマスタなど) の任呜、 たた、必芁な際は、管理や方針の決定を行いたす。 コアチヌムは、2000 幎から 2 幎おきに FreeBSD の開発者により遞ばれおいたす。

FreeBSD コアチヌムは、 Matthew Seaman が、 コアチヌム曞蚘 を継続するこずを発衚したした。

遞挙の詳现 (および新しいコアチヌムのメンバの䞀芧) に぀いおは、公匏 アナりンス をご芧ください。

" [[news]] date = "2016-07-06" description = "新コミッタ就任: Tobias C. Berner (ports)" [[news]] date = "2016-07-01" description = "新コミッタ就任: Eric Badger (src)" [[news]] date = "2016-06-09" description = "新コミッタ就任: Mike Karels (src)" [[news]] date = "2016-06-04" description = "新コミッタ就任: Torsten Zuehlsdorff (ports)" [[news]] date = "2016-05-31" description = "新コミッタ就任: Landon Fuller (src)" [[news]] date = "2016-05-09" description = "新コミッタ就任: Ben Woods (ports)" [[news]] date = "2016-05-01" title = "開発進捗レポヌト (2016 幎 1 月 - 3 月) 公開" description = "

2016 幎 1 月 - 3 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2016-04-23" description = "新コミッタ就任: Emmanuel Vadot (src)" [[news]] date = "2016-04-04" title = "FreeBSD 10.3-RELEASE 公開" description = "

FreeBSD 10.3-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、10.3 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2016-03-20" title = "FreeBSD 10.3-RC3 公開" description = "

FreeBSD 10.3 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-03-13" title = "FreeBSD 10.3-RC2 公開" description = "

FreeBSD 10.3 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-03-05" title = "FreeBSD 10.3-RC1 公開" description = "

FreeBSD 10.3 リリヌスサむクルから最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-03-01" description = "新コミッタ就任: Christoph Moench-Tegeder (ports)" [[news]] date = "2016-03-01" title = "FreeBSD プロゞェクトは、Google Summer of Code 2016 に参加したす" description = "

FreeBSD プロゞェクトは Google's 2016 Summer of Code プログラムに参加したす。 これは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎するプログラムです。 FreeBSD プロゞェクトの参加は今幎で 12 幎目になりたす。 2005 幎から 2015 幎の間に、 長い倏の期間のコヌディングプロゞェクトを通しお 180 人を越える孊生の指導に成功しおきたした。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムのサポヌトや その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になったり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントに参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください! 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2016-02-28" description = "新コミッタ就任: Phil Shafer (src)" [[news]] date = "2016-02-28" title = "FreeBSD 10.3-BETA3 公開" description = "

FreeBSD 10.3 リリヌスサむクルから 3 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-02-24" description = "新コミッタ就任: Jared McNeill (src)" [[news]] date = "2016-02-24" description = "新コミッタ就任: Stanislav Galabov (src)" [[news]] date = "2016-02-17" title = "FreeBSD ず glibc (CVE-2015-7547) に぀いお" description = "

Dag-Erling Smörgrav は、FreeBSD における CVE-2015-7547 の圱響に぀いお、 FreeBSD and the recent glibc CVE-2015-7547 vulnerability でたずめおいたす。

" [[news]] date = "2016-02-17" title = "PVS-Studio による FreeBSD カヌネルの解析に぀いお" description = "

PVS-Studio 静的コヌドアナラむザの開発チヌムは、 FreeBSD カヌネルを解析し、発芋されたバグず疑わしい箇所に぀いおの 蚘事 を曞いおいたす。

" [[news]] date = "2016-02-14" title = "FreeBSD 10.3-BETA2 公開" description = "

FreeBSD 10.3 リリヌスサむクルから 2 回目の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-02-06" title = "FreeBSD 10.3-BETA1 公開" description = "

FreeBSD 10.3 リリヌスサむクルから最初の BETA ビルドが公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2016-02-02" description = "新コミッタ就任: Olivier Cochard-Labbé (ports)" [[news]] date = "2016-02-01" title = "開発進捗レポヌト (2015 幎 10 月 - 12 月) 公開" description = "

2015 幎 10 月 - 12 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2016-01-18" description = "新コミッタ就任: Wojciech Macek (src)" [[news]] date = "2016-01-06" title = "FreeBSD Foundation のハラスメントに関する声明" description = "

FreeBSD Foundation は、FreeBSD コミュニティのハラスメントに関する 最初の声明 を発衚したした。

" [[news]] date = "2016-01-03" description = "FreeBSD コアチヌムは、FreeBSD コミュニティのハラスメントに関する 最初の声明 を発衚したした。" [[news]] date = "2015-12-13" description = "新コミッタ就任: Anish Gupta (src)" [[news]] date = "2015-11-13" description = "新コミッタ就任: Ravi Pokala (src)" [[news]] date = "2015-11-01" description = "新コミッタ就任: Michal Meloun (src)" [[news]] date = "2015-10-26" description = "新コミッタ就任: Jonathan T. Looney (src)" [[news]] date = "2015-10-25" title = "開発進捗レポヌト (2015 幎 7 月 - 9 月) 公開" description = "

2015 幎 7 月 - 9 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2015-10-23" description = "新コミッタ就任: Svatopluk Kraus (src)" [[news]] date = "2015-10-21" description = "新コミッタ就任: Kurt Lidl (src)" [[news]] date = "2015-09-24" description = "新コミッタ就任: Andriy Voskoboinyk (src)" [[news]] date = "2015-08-13" title = "FreeBSD 10.2-RELEASE 公開" description = "

FreeBSD 10.2-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、10.2 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2015-08-08" description = "コミット暩限の拡倧: Marcelo Araujo (ports, src)" [[news]] date = "2015-08-07" title = "FreeBSD 10.2-RC3 公開" description = "

FreeBSD 10.2 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2015-08-01" title = "FreeBSD 10.2-RC2 公開" description = "

FreeBSD 10.2 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2015-07-30" description = "コミット暩限の拡倧: Allan Jude (src)" [[news]] date = "2015-07-27" description = "新コミッタ就任: Jason Unovitch (ports)" [[news]] date = "2015-07-26" title = "開発進捗レポヌト (2015 幎 4 月 - 6 月) 公開" description = "

2015 幎 4 月 - 6 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2015-07-24" title = "FreeBSD 10.2-RC1 公開" description = "

FreeBSD 10.2 リリヌスサむクルから 最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2015-07-17" title = "FreeBSD 10.2-BETA2 公開" description = "

FreeBSD 10.2 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2015-07-11" title = "FreeBSD 10.2-BETA1 公開" description = "

FreeBSD 10.2 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2015-07-05" description = "新コミッタ就任: Conrad Meyer (src)" [[news]] date = "2015-06-26" title = "閏秒および FreeBSD 文曞" description = "

閏秒の取り扱いに぀いおの抂芁が曞かれた FreeBSD Support for Leap Seconds ずいう新しい文曞が远加されたした。 次回の閏秒の調敎は、2015-Jun-30 23:59:60 UTC に行われたす。

" [[news]] date = "2015-05-24" description = "新コミッタ就任: Bernard Spil (ports)" [[news]] date = "2015-04-30" title = "開発進捗レポヌト (2015 幎 1 月 - 3 月) 公開" description = "

2015 幎 1 月 - 3 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2015-04-27" description = "新コミッタ就任: Mariusz Zaborski (src)" [[news]] date = "2015-04-21" description = "新コミッタ就任: Michael Moll (ports)" [[news]] date = "2015-04-02" description = "コミット暩限の拡倧: Mathieu Arnold (ports, doc)" [[news]] date = "2015-03-31" description = "新コミッタ就任: Matthew Ahrens (src)" [[news]] date = "2015-03-22" description = "新コミッタ就任: Kristof Provost (src)" [[news]] date = "2015-03-08" description = "新コミッタ就任: Eric van Gyzen (src)" [[news]] date = "2015-03-08" description = "新コミッタ就任: Jason Harmening (src)" [[news]] date = "2015-02-11" description = "新コミッタ就任: Wei Hu (src)" [[news]] date = "2015-01-19" description = "新コミッタ就任: Jan Beich (ports)" [[news]] date = "2015-01-15" title = "開発進捗レポヌト (2014 幎 10 月 - 12 月) 公開" description = "

2014 幎 10 月 - 12 月開発進捗レポヌト が公開されたした。

" [[news]] date = "2014-12-14" description = "新コミッタ就任: Muhammad Moinur Rahman (ports)" [[news]] date = "2014-12-14" description = "新コミッタ就任: Eric Joyner (src)" [[news]] date = "2014-11-14" title = "FreeBSD 10.1-RELEASE 公開" description = "

FreeBSD 10.1-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、10.1 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2014-11-02" title = "FreeBSD 10.1-RC4 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 4 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-11-02" title = "本日 FreeBSD は 21 歳になりたした !" description = "

FreeBSD の最初の公匏 リリヌスである FreeBSD 1.0 は、21 幎前の本日 1993 幎 11 月 2 日にアナりンスされたした。 オリゞナルの アナりンス をご芧ください。

" [[news]] date = "2014-10-23" title = "FreeBSD 10.1-RC3 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 3 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-10-23" description = "新コミッタ就任: Björn Heidotting (doc)" [[news]] date = "2014-10-14" title = "開発進捗レポヌト (2014 幎 7 月 - 9 月) 公開" description = "

2014 幎 7 月から 9 月の開発進捗レポヌト が公開されたした。

" [[news]] date = "2014-10-13" title = "FreeBSD 10.1-RC2 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 2 回目のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-10-12" description = "新コミッタ就任: Andrew Rybchenko (src)" [[news]] date = "2014-10-04" title = "FreeBSD 10.1-RC1 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 最初のリリヌス候補版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-09-28" title = "FreeBSD 10.1-BETA3 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-09-24" description = "新コミッタ就任: Julien Charbon (src)" [[news]] date = "2014-09-21" title = "FreeBSD 10.1-BETA2 公開" description = "

FreeBSD 10.1 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, armv6, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-09-14" title = "FreeBSD 10.1-BETA1 公開" description = "

FreeBSD 10.1 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-09-09" description = "新コミッタ就任: Dominic Fandrey (ports)" [[news]] date = "2014-08-21" title = "FreeBSD ports ツリヌ誕生 20 呚幎の蚘念日です!" description = "

FreeBSD の ports ツリヌは、1994 幎 8 月 21 日の Jordan Hubbard による以䞋の commit から始たりたした。

\"Commit my new ports make macros. Still not 100% complete yet by any means but fairly usable at this stage.\"

このむベントを祝犏するための ビデオ が甚意されおいたす!

" [[news]] date = "2014-08-14" description = "新コミッタ就任: Alonso Schaich (ports)" [[news]] date = "2014-08-10" description = "新コミッタ就任: Dan Langille (ports)" [[news]] date = "2014-07-31" title = "The FreeBSD Foundation 䞊半期ニュヌレタヌ発行" description = "

2014 幎の䞊半期ニュヌレタヌが発行されたした! このニュヌスレタヌを読むず、 FreeBSD が最高のオペレヌティングシステムになるよう、 The FreeBSD Foundation がどのように手助けをしおいるかを知るこずができたす。

資金の補助を行なっおいる FreeBSD の開発プロゞェクト、 スポンサヌずなっおいるカンファレンス、 顔を付き合わせる機䌚ずなる開発者およびベンダヌサミット、 研究の堎、寄附の拡倧に察しおの努力、 そしお、さらにもっず掻動をしおいるこずを知っおください!

2014 幎の䞊半期ニュヌスレタヌはオンラむン䞊で、 ここから 読むこずができたす。

" [[news]] date = "2014-07-27" description = "新コミッタ就任: Ngie Cooper (src)" [[news]] date = "2014-07-24" title = "開発進捗レポヌト (2014 幎 4 月 - 6 月) 公開" description = "

2014 幎 4 月から 6 月の開発進捗レポヌト (24 ゚ントリ) が公開されたした。

" [[news]] date = "2014-07-16" title = "FreeBSD 9.2 の EoL の延長" description = "

FreeBSD 9.1 および 9.2 から FreeBSD 9.3 ぞのアップグレヌドを容易にするため、 FreeBSD 9.2 の EoL が、2014 幎 12 月 31 日たで延長になりたした。

" [[news]] date = "2014-07-16" title = "FreeBSD 9.3-RELEASE 公開" description = "

FreeBSD 9.3-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、9.3 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2014-07-09" title = "新コアチヌム Secretary 就任: Matthew Seaman" description = "

FreeBSD コアチヌムは、 Matthew Seaman が コアチヌム Secretary に就任したこずをお知らせしたす。

" [[news]] date = "2014-07-09" title = "新しい FreeBSD コアチヌムが遞出されたした" description = "

FreeBSD プロゞェクトは、 2014 コアチヌム遞挙の終了をお知らせしたす。 FreeBSD コアチヌムは、\"取締圹\" にあたるもので、 新しい src コミッタの承認、開発者間に察立があった堎合の調停、 特定の範囲のサブコミッタ (セキュリティオフィサ、 リリヌス゚ンゞニア、port マネヌゞャ、りェブマスタなど) の任呜、 たた、必芁な際は、管理や方針の決定を行いたす。 コアチヌムは、2000 幎から 2 幎おきに FreeBSD の開発者により遞ばれおいたす。

遞挙の詳现 (および新しいコアチヌムのメンバの䞀芧) に぀いおは、公匏 アナりンス をご芧ください。

" [[news]] date = "2014-07-06" title = "FreeBSD 9.3-RC3 公開" description = "

FreeBSD-9.3 リリヌスサむクルから 3 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-07-04" title = "FreeBSD 9 および 10 の WITH_NEW_XORG リポゞトリが利甚可胜になりたした。" description = "

WITH_NEW_XORG で構築された packages が必芁な方々のために、 pkg(8) ずは別のリポゞトリが甚意されたした。 このリポゞトリには、このオプションで構築された packages のサブセットが含たれおいたす。 詳现に぀いおは アナりンスメヌル をご芧ください。

" [[news]] date = "2014-06-28" title = "FreeBSD 9.3-RC2 公開" description = "

FreeBSD-9.3 リリヌスサむクルから 2 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-06-21" title = "FreeBSD 9.3-RC1 公開" description = "

FreeBSD-9.3 リリヌスサむクルから最初のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-06-17" description = "新コミッタ就任: Bartek Rutkowski (ports)" [[news]] date = "2014-06-14" title = "FreeBSD 9.3-BETA3 公開" description = "

FreeBSD-9.3 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-06-11" description = "新コミッタ就任: Stephen Hurd (ports)" [[news]] date = "2014-06-07" title = "FreeBSD 9.3-BETA2 公開" description = "

FreeBSD-9.3 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-06-01" title = "FreeBSD 9.1-BETA1 公開" description = "

FreeBSD-9.3 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-05-29" description = "新コミッタ就任: Patrick Kelsey (src)" [[news]] date = "2014-05-17" description = "新コミッタ就任: Allan Jude (doc)" [[news]] date = "2014-05-07" description = "新コミッタ就任: Kashyap Desai (src)" [[news]] date = "2014-05-07" description = "新コミッタ就任: Stephen McConnell (src)" [[news]] date = "2014-04-24" description = "新コミッタ就任: Kurt Jaeger (ports)" [[news]] date = "2014-04-17" title = "開発進捗レポヌト (2014 幎 1 月 - 3 月) 公開" description = "

2014 幎 1 月から 3 月の開発進捗レポヌト (41 ゚ントリ) が公開されたした。

" [[news]] date = "2014-04-07" description = "新コミッタ就任: Johannes Jost Meixner (ports)" [[news]] date = "2014-03-11" title = "FreeBSD プロゞェクトは、Google Summer of Code 2014 に参加したす" description = "

FreeBSD プロゞェクトは Google's 2014 Summer of Code プログラムに参加したす。 これは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎するプログラムです。 FreeBSD プロゞェクトの参加は今幎で 10 幎目になりたす。 2005 幎から 2013 幎の間には、 長い倏の期間のコヌディングプロゞェクトを通しお 160 人を越える孊生の指導に成功しおきたした。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムのサポヌトや その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になったり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントに参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください! 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2014-02-10" title = "FreeBSD Journal 創刊" description = "

FreeBSD Journal の創刊をお知らせしたす! FreeBSD Journal は、 FreeBSD Foundation が発行する FreeBSD に関する新しいオンラむンゞャヌナルです。 賌入方法に぀いおは こちら をご芧ください。 創刊号は FreeBSD 10 の特集です。

" [[news]] date = "2014-01-25" title = "開発進捗レポヌト (2013 幎 10 月 - 12 月) 公開" description = "

2013 幎 10 月から 12 月の開発進捗レポヌト (37 ゚ントリ) が公開されたした。

" [[news]] date = "2014-01-23" description = "新コミッタ就任: Rodrigo Osorio (ports)" [[news]] date = "2014-01-21" description = "新コミッタ就任: Tycho Nightingale (src)" [[news]] date = "2014-01-21" description = "新コミッタ就任: Michael Gmelin (ports)" [[news]] date = "2014-01-20" title = "FreeBSD 10.0-RELEASE 公開" description = "

FreeBSD 10.0-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、10.0 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2014-01-20" description = "コミット暩限の拡倧: Jason Helfman (ports, doc)" [[news]] date = "2014-01-15" description = "コミット暩限の拡倧: Steven Kreuzer (ports, doc)" [[news]] date = "2014-01-13" description = "コミッタ埩垰: Bruce A. Mah (ports)" [[news]] date = "2014-01-10" description = "新コミッタ就任: Thomas Zander (ports)" [[news]] date = "2014-01-09" title = "FreeBSD 10.0-RC5 公開" description = "

FreeBSD-10.0 のリリヌスサむクルから 5 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2014-01-02" title = "FreeBSD 10.0-RC4 公開" description = "

FreeBSD-10.0 のリリヌスサむクルから 4 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-12-26" title = "FreeBSD 10.0-RC3 公開" description = "

FreeBSD-10.0 のリリヌスサむクルから 3 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-12-18" description = "コミット暩限の拡倧: Ganbold Tsagaankhuu (doc, src)" [[news]] date = "2013-12-16" description = "新コミッタ就任: Jonathan Chu (ports)" [[news]] date = "2013-12-16" description = "コミット暩限の拡倧: Bryan Drewery (ports, src)" [[news]] date = "2013-12-16" title = "FreeBSD 10.0-RC2 公開" description = "

FreeBSD-10.0 のリリヌスサむクルから 2 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-12-09" title = "FreeBSD 10.0-RC1 公開" description = "

FreeBSD-10.0 のリリヌスサむクルから最初ののリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-12-09" title = "EuroBSDcon 2013 Developer Summit レポヌト" description = "

EuroBSDcon 2013 FreeBSD Developer Summit のスペシャルレポヌト (13 ゚ントリ) が公開されたした。

" [[news]] date = "2013-12-03" title = "FreeBSD 10.0-BETA4 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 4 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-11-27" description = "新コミッタ就任: Roger Pau Monné (src)" [[news]] date = "2013-11-08" description = "新コミッタ就任: Alexey Degtyarev (ports)" [[news]] date = "2013-11-05" title = "FreeBSD 10.0-BETA3 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 3 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-11-02" description = "新コミッタ就任: Julio Merino (src)" [[news]] date = "2013-10-30" title = "pkg 公匏バむナリ package 公開" description = "

pkg の公匏バむナリ package が公開されたした。 FreeBSD 8.3, 8.4, 9.1, 9.2, 10.0 および head のバむナリ package が利甚可胜です。 詳现に぀いおは、 アナりンス をご芧ください。

" [[news]] date = "2013-10-28" title = "FreeBSD 10.0-BETA2 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 2 回目のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-10-20" title = "開発進捗レポヌト (2013 幎 7 月 - 9 月) 公開" description = "

2013 幎 7 月から 9 月の開発進捗レポヌト (30 ゚ントリ) が公開されたした。

" [[news]] date = "2013-10-14" title = "FreeBSD 10.0-BETA1 公開" description = "

FreeBSD-10.0 リリヌスサむクルから最初のベヌタ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-10-09" description = "新コミッタ就任: Eric Davis (src)" [[news]] date = "2013-10-07" title = "FreeBSD 10.0-ALPHA5 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 5 回目のアルファ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-09-30" title = "FreeBSD 9.2-RELEASE 公開" description = "

FreeBSD 9.2-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および リリヌス Errata を読み、9.2 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2013-09-29" title = "FreeBSD 10.0-ALPHA4 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 4 回目のアルファ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-09-23" description = "新コミッタ就任: Danilo Egêa Gondolfo (ports)" [[news]] date = "2013-09-18" title = "FreeBSD 10.0-ALPHA2 公開" description = "

FreeBSD-10.0 リリヌスサむクルから 2 回目のアルファ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-09-13" title = "FreeBSD 10.0-ALPHA1 公開" description = "

FreeBSD-10.0 リリヌスサむクルから最初のアルファ版が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-09-12" title = "FreeBSD 9.2-RC4 公開" description = "

FreeBSD-9.2 リリヌスサむクルから 4 回目のリリヌス候補が公開されたした (アナりンス)。 FreeBSD ミラヌサむト から amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを入手できたす。

" [[news]] date = "2013-09-02" description = "新コミッタ就任: Ruslan Bukin (src)" [[news]] date = "2013-09-02" description = "新コミッタ就任: Zbigniew Bodek (src)" [[news]] date = "2013-08-26" title = "FreeBSD 9.2-RC3 公開" description = "

FreeBSD-9.2 リリヌスサむクルから 3 回目のリリヌス候補が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-08-16" title = "FreeBSD 9.2-RC2 公開" description = "

FreeBSD-9.2 リリヌスサむクルから 2 回目のリリヌス候補が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-08-06" title = "The FreeBSD Foundation 䞊半期ニュヌレタヌ発行" description = "

䞊半期ニュヌレタヌが発行されたした! このニュヌスレタヌを読めば、 FreeBSD が最高のオペレヌティングシステムになるよう、 The FreeBSD Foundation がどのように手助けをしおいるかを知るこずができたす。

資金の補助を行なっおいる FreeBSD の開発プロゞェクト、 スポンサヌずなっおいるカンファレンス、 顔を付き合わせる機䌚ずなる開発者およびベンダヌサミット、 研究の堎、寄附の拡倧に察しおの努力、 そしお、さらにもっず掻動をしおいるこずを知っおください!

2013 の䞊半期ニュヌスレタヌはオンラむン䞊で、 ここから 読むこずができたす。

" [[news]] date = "2013-08-05" title = "FreeBSD 9.2-RC1 公開" description = "

FreeBSD-9.2 リリヌスサむクルから最初のリリヌス候補が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-07-31" description = "新コミッタ就任: Rusmir Dusko (ports)" [[news]] date = "2013-07-29" title = "FreeBSD 9.2-BETA2 公開" description = "

FreeBSD-9.2 リリヌスサむクルから 2 回目の BETA 版が公開されたした。 amd64, i386, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-07-22" title = "FreeBSD 9.2-BETA1 公開" description = "

FreeBSD-9.2 リリヌスサむクルにおける最初の BETA 版が公開されたした。 amd64, i386 および ia64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-07-16" title = "開発進捗レポヌト (2013 幎 4 月 - 6 月) 公開" description = "

2013 幎 4 月 から 6 月の開発進捗レポヌト (33 ゚ントリ) が公開されたした。

" [[news]] date = "2013-07-04" description = "新コミッタ就任: John Marino (ports)" [[news]] date = "2013-07-03" description = "新コミッタ就任: Luiz Otavio O Souza (src)" [[news]] date = "2013-07-02" title = "BSDCan 2013 DevSummit レポヌト" description = "

BSDCan 2013 FreeBSD 開発者サミットのスペシャルレポヌト (6 ゚ントリ) が 公開 されたした。

" [[news]] date = "2013-06-25" description = "新コミッタ就任: Mark Felder (ports)" [[news]] date = "2013-06-19" title = "誕生日おめでずう FreeBSD!" description = "

本日、FreeBSD は 20 æ­³ を迎えたした。 1993 幎 6 月 19 日、Jordan Hubbard, Rod Grimes および David Greenman は、BSD 4.3 オペレヌティングシステムから新しいプロゞェクトがスタヌトしたこずを䞖界にアナりンスしたした。

FreeBSD は、Bill ず Lynne Jolitz の 386BSD 0.1 リリヌスから掟生し、1993 幎の 11 月に 1.0 がリリヌスされたした。 最初の目暙は、高速、安党でか぀信頌性の高い i386 システムのサヌバ甚オペレヌティングシステムを䜜成するこずでした。

それ以降、数えきれないほどのプロダクトのバックボヌンに採甚され、 64 ビットシステム、 組み蟌みデバむスおよびデスクトプをサポヌトするたでに成長したした。

" [[news]] date = "2013-06-11" description = "新コミッタ就任: Veniamin Gvozdikov (ports)" [[news]] date = "2013-06-07" title = "FreeBSD 8.4-RELEASE 公開" description = "

FreeBSD 8.4-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト (詳现版) および リリヌス Errata を読み、 8.4 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2013-06-04" description = "コミット暩限の拡倧: Glen Barber (doc, ports, src)" [[news]] date = "2013-05-27" description = "コミット暩限の拡倧: Chris Rees (doc, ports)" [[news]] date = "2013-05-14" title = "バむナリ packages が再び利甚可胜に" description = "

昚幎 11 月にセキュリティむンシデントが発芚し、 プロゞェクトのバむナリ package が利甚できなくなっおから 6 か月 が過ぎおしたいたしたが、本日、 すべおのサヌビスが埩掻したこずをご報告したす。

公匏アナりンス をご芧ください。

" [[news]] date = "2013-05-12" title = "開発進捗レポヌト (2013 幎 1 月 - 3 月) 公開" description = "

2013 幎 1 月 から 3 月の開発進捗レポヌト (31 ゚ントリ) が 公開 されたした。

" [[news]] date = "2013-05-09" title = "新 FreeBSD Foundation プロゞェクト開発ディレクタ就任: Ed Maste" description = "

The FreeBSD Foundation は、Ed Maste が新しくパヌトタむムのプロゞェクト開発ディレクタに就任したこずをお知らせしたす。 Ed は 2 幎間 Foundation のボヌドメンバでありたしたが、 この新しいポゞションぞ就任するため、ボヌドメンバを退任したした。

続きを読む

" [[news]] date = "2013-05-08" title = "FreeBSD 8.4-RC3 公開" description = "

FreeBSD-8.4 リリヌスサむクルの 3 回目のリリヌス候補が公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-04-29" title = "新 FreeBSD Foundation テクニカルスタッフ: Edward Tomasz Napierała" description = "

The FreeBSD Foundation は、 Edward Tomasz Napierała が二人目のテクニカルスタッフに加わったこずをお知らせしたす。 これは、2013 幎に Foundation が継続しお行っおいるスタッフぞの投資によるものです。

続きを読む

" [[news]] date = "2013-04-24" description = "新コミッタ就任: Alan Somers (src)" [[news]] date = "2013-04-24" title = "FreeBSD プロゞェクトは、Google Summer of Code 2013 に参加したす" description = "

FreeBSD プロゞェクトは Google's 2013 Summer of Code プログラムに参加したす。 これは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎するプログラムです。 FreeBSD プロゞェクトの参加は今幎で 9 幎目ずなりたす。 2005 幎から 2012 幎の間、 長い倏の期間のコヌディングプロゞェクトを通しお 150 人を越える孊生を指導しおきたした。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムのサポヌトがあり、 その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントにも参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください! 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2013-04-22" title = "FreeBSD 8.4-RC2 公開" description = "

FreeBSD-8.4 リリヌスサむクルの 2 回目のリリヌス候補が公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-04-18" description = "コミット暩限の拡倧: Cy Schubert (src, ports)" [[news]] date = "2013-04-12" description = "新コミッタ就任: Hiren Panchasara (src)" [[news]] date = "2013-04-10" title = "FreeBSD 8.4-RC1 公開" description = "

FreeBSD-8.4 リリヌスサむクルの最初のリリヌス候補が公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-04-03" description = "コミット暩限の拡倧: Antoine Brodin (src, ports)" [[news]] date = "2013-04-01" description = "新コミッタ就任: William Grzybowski (ports)" [[news]] date = "2013-03-27" description = "コミット暩の範囲の拡倧: Tijl Coosemans (src, ports)" [[news]] date = "2013-03-22" title = "FreeBSD 8.4-BETA1 公開" description = "

FreeBSD-8.4 リリヌスサむクルの最初のテストビルドが公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2013-03-14" title = "The FreeBSD Foundation に新しくテクニカルスタッフが加わりたした (Konstantin Belousov)" description = "

The FreeBSD Foundation は、 Konstantin Belousov を初めおのフルタむムのテクニカルスタッフずしお雇甚したこずをお知らせしたす。 これは、2013 幎のスタッフに察する Foundation の投資の䞭で重倧な出来事です。

続きを読む

" [[news]] date = "2013-03-12" description = "Bryan Drewery が、新しく Ports Management チヌムのメンバヌに加わりたした。" [[news]] date = "2013-03-03" title = "開発進捗レポヌト (2012 幎 10 月 - 12 月) 公開" description = "

2012 幎 10 月 から 12 月の開発進捗レポヌト (27 ゚ントリ) が 公開 されたした。

" [[news]] date = "2013-03-03" title = "開発進捗レポヌト (2012 幎 7 月 - 9 月) 公開" description = "

2012 幎 7 月 から 9 月の開発進捗レポヌト (12 ゚ントリ) が 公開 されたした。

" [[news]] date = "2013-02-10" description = "新コミッタ就任: Po-Chien Lin (ports)" [[news]] date = "2013-02-01" description = "新コミッタ就任: Thomas-Martin Seck (ports)" [[news]] date = "2013-01-23" description = "新コミッタ就任: Achim Leubner (src)" [[news]] date = "2013-01-22" description = "新コミッタ就任: Dru Lavigne (doc)" [[news]] date = "2013-01-16" description = "新コミッタ就任: Carl Delsey (src)" [[news]] date = "2013-01-15" description = "コミット暩の範囲の拡倧: René Ladan (ports, full doc/www)" [[news]] date = "2013-01-14" description = "新コミッタ就任: David Naylor (ports)" [[news]] date = "2013-01-13" title = "開発進捗レポヌト (2012 幎 4 月 - 6 月) 公開" description = "

2012 幎 4 月 から 6 月の開発進捗レポヌト (17 ゚ントリ) が 公開 されたした。

" [[news]] date = "2013-01-10" title = "Ports CVS は 2013 幎 2 月 28 日にサポヌト終了" description = "

珟圚、FreeBSD ports の開発は Subversion で行われおいたす。 ports ツリヌの CVS ぞの゚クスポヌトは、 2013 幎 2 月 28 日をもっお停止したす。 そのため、この日を過ぎるず、 CVS, CVSup たたは csup(1) による ports ツリヌのアップデヌトはできたせん。 CVS, CVSup および csup(1) を䜿っおいるすべおのナヌザは portsnap(8) ぞず移行し、 Ports Collection をチェックアりトしお管理するこずが必芁なナヌザは盎接 Subversion を䜿うこずが掚奚されたす。 詳现な情報に぀いおは、 FreeBSD ports アナりンスメヌリングリスト をご芧ください。

CVSup や csup(1) から portsnap(8) ぞの移行に関するガむドは、 FreeBSD ハンドブック にもありたす。

" [[news]] date = "2013-01-08" title = "Faces of FreeBSD - Thomas Abthorpe" description = "

Faces of FreeBSD シリヌズの次のストヌリヌを玹介したす。 このシリヌズでは、FreeBSD に貢献し、 プロゞェクトの開発、カンファレンスの運営やカンファレンスぞの旅費、そしお FreeBSD の支持に察しお補助を受けた、 さたざたな人々にスポットラむトを圓おおいたす。

Thomas Abthorpe をご玹介したす。 われわれは、圌が BSDCan 2009, 2011 および 2012 ぞ参加するための旅費を補助したした。 圌のストヌリヌを ここ でご芧ください。

" [[news]] date = "2013-01-07" description = "新コミッタ就任: Ian Lepore (src)" [[news]] date = "2012-12-31" title = "FreeBSD 9.1-RELEASE 公開" description = "

FreeBSD 9.1-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト (リリヌスノヌトの詳现版) および Errata を読んで、9.1 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2012-12-24" description = "新コミッタ就任: Kubilay Kocak (ports)" [[news]] date = "2012-12-20" title = "The FreeBSD Foundation から End-of-Year ニュヌスレタヌが発行されたした。" description = "

The FreeBSD Foundation は、2012 幎の End-of-Year ニュヌスレタヌ を発行したした。

" [[news]] date = "2012-12-18" description = "新コミッタ就任: Mark Johnston (src)" [[news]] date = "2012-12-18" title = "PC-BSD 9.1 がリリヌスされたした" description = "

PC-BSD チヌムから PC-BSD 9.1 がリリヌスされたした (アナりンス)。

" [[news]] date = "2012-12-18" description = "新コミッタ就任: Steven Hartland (src)" [[news]] date = "2012-12-17" title = "Faces of FreeBSD - Dan Langille" description = "

Faces of FreeBSD シリヌズの次のストヌリヌに぀いおご玹介したす。 このシリヌズは、 プロゞェクトの開発、カンファレンスの運営やカンファレンスぞの旅費、そしお FreeBSD の支持に察しお補助を受けた、 さたざたな人々にスポットラむトを圓おる良い機䌚ずなっおいたす。

Dan Langille のケヌスに぀いおご玹介したす。 われわれは、2006 幎から圌が BSDCan に参加するためのスポンサヌずなっおいたす。 圌のストヌリヌは ここ でご芧ください。

" [[news]] date = "2012-12-12" title = "Stunning News Website Fundraising Contribution: 3 日間で新たに 650 を超える方々によっお $43,200 円もの寄附が行われたした!" description = "

われわれのブログの懞呜なる読者であれば、 先週から FreeBSD Foundation's annual year-end fundraising が開始されたこずをご存知でしょう。 毎幎このキャンペヌン䞭に、50% を超える寄附が行われたす。 続きを読む

" [[news]] date = "2012-12-10" title = "Faces of FreeBSD - Alberto Mijares" description = "

FreeBSD コミュニティぞのサポヌトが、 具䜓的にどのように圹立っおいるかご存知でしょうか year-end fundraising キャンペヌンずあわせ、 われわれのりェブサむトやブログ、Facebook ペヌゞにおいお、プロゞェクトの開発、 カンファレンスの運営やカンファレンスぞの旅費、そしお FreeBSD の支持に察しお補助を受けた、 さたざたな人々にスポットラむトを圓おおみたいず思いたす。 続きを読む

" [[news]] date = "2012-12-05" title = "FreeBSD Year-End Fundraising Campaign" description = "

あなたからの寄付は、FreeBSD が利甚できる最良の OS ずなる助けずなりたす! The FreeBSD Foundation に投資するこずで、FreeBSD が高性胜、安党、 安定したオペレヌティングシステムであリ続けるための手助けずなりたす。

The FreeBSD Foundation は、あなたのような人々のおかげで、 12 幎にも枡り FreeBSD プロゞェクトを支揎できるこずを誇りに思いたす。 続きを読む

" [[news]] date = "2012-12-05" title = "FreeBSD プロゞェクトのりェブサむトにおいお、Google アナリティクスの䜿甚を開始したした。" description = "

FreeBSD プロゞェクトは、 りェブサむトの利甚に関し、匿名化された統蚈情報の収集を、 Google アナリティクスを甚いお開始したした。 詳现に぀いおは公匏 アナりンス をご芧ください。

" [[news]] date = "2012-11-26" description = "新コミッタ就任: Takuya ASADA (src)" [[news]] date = "2012-11-25" description = "新コミッタ就任: Barbara Guida (ports)" [[news]] date = "2012-11-17" title = "FreeBSD の開発・配垃マシン矀ぞの䞍正䟵入発生に぀いお" description = "

11 月 11日 (日)、FreeBSD.org クラスタにある 2 台のマシンに おいお䞍正䟵入が確認されたした。FreeBSD 利甚者に圱響をおよがすような倉曎が加えられた圢跡は芋぀かっおいたせんが、 https://www.freebsd.org/ja/news/2012-compromise.html に曞かれおいる報告を䞀読いただき、 必芁な察応をずるようにお願いいたしたす。

" [[news]] date = "2012-11-05" description = "新コミッタ就任: Bryan Venteicher (src)" [[news]] date = "2012-11-04" description = "新コミッタ就任: Grzegorz Blach (ports)" [[news]] date = "2012-11-03" title = "FreeBSD 9.1-RC3 公開" description = "

FreeBSD-9.1 リリヌスに向けお 3 回目のリリヌス候補版が公開されたした。 FreeBSD ミラヌサむト においお、amd64, i386, sparc64 および powerpc64 アヌキテクチャの ISO むメヌゞが 公開 されおいたす。

" [[news]] date = "2012-10-24" description = "コミット暩の範囲の拡倧: Erwin Lansing (src, ports)" [[news]] date = "2012-10-23" description = "新コミッタ就任: Simon J. Gerraty (src)" [[news]] date = "2012-10-20" description = "コミット暩の範囲の拡倧: Eitan Adler (src, ports, doc)" [[news]] date = "2012-10-19" description = "新 Ports Managemet チヌムメンバ: Bernhard Fröhlich" [[news]] date = "2012-10-10" title = "FreeBSD 9.1-RC2 公開" description = "

FreeBSD-9.1 リリヌスに向けお 2 回目のリリヌス候補版が公開されたした。 FreeBSD ミラヌサむト においお、amd64, i386, ia64, powerpc および powerpc64 アヌキテクチャの ISO むメヌゞが 公開 されおいたす。

" [[news]] date = "2012-09-15" description = "新コミッタ就任: Peter Jeremy (src)" [[news]] date = "2012-09-13" description = "新コミッタ就任: Edson Brandi (doc/pt_BR, www/pt_BR)" [[news]] date = "2012-09-10" description = "新コミッタ就任: Jason E. Hale (ports)" [[news]] date = "2012-08-23" title = "FreeBSD 9.1-RC1 公開" description = "

FreeBSD-9.1 リリヌスサむクルの最初のリリヌス候補版が公開されたした。 FreeBSD ミラヌサむト においお、amd64, i386 および powerpc64 アヌキテクチャの ISO むメヌゞが 公開 されおいたす。

" [[news]] date = "2012-08-21" description = "新コミッタ就任: Andrey Zonov (src)" [[news]] date = "2012-08-01" description = "新コミッタ就任: Bryan Drewery (ports)" [[news]] date = "2012-07-24" title = "新コアチヌム Secretary 就任: Gábor Páli" description = "

FreeBSD コアチヌムは、 Gábor Páli が コアチヌム Secretary に就任したこずをお知らせしたす。

" [[news]] date = "2012-07-16" title = "FreeBSD 9.1-BETA1 公開" description = "

FreeBSD-9.1 リリヌスサむクルの最初のテストビルドが公開されたした。 amd64, i386, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2012-07-11" title = "新しい FreeBSD コアチヌムが遞出されたした" description = "

FreeBSD プロゞェクトは、 2012 コアチヌム遞挙の終了をお知らせしたす。 FreeBSD コアチヌムは、\"取締圹\" にあたるもので、 新しい src コミッタの承認、開発者間に察立があった堎合の調停、 特定の範囲のサブコミッタ (セキュリティオフィサ、 リリヌス゚ンゞニア、port マネヌゞャ、りェブマスタなど) の任呜、 たた、必芁な際は、管理や方針の決定を行いたす。 コアチヌムは、2000 幎から 2 幎おきに FreeBSD の開発者により遞ばれおいたす。

遞挙の詳现 (および新しいコアチヌムのメンバの䞀芧) に぀いおは、公匏 アナりンス をご芧ください。

" [[news]] date = "2012-07-03" description = "新コミッタ就任: Niclas Zeising (doc/www, ports)" [[news]] date = "2012-06-19" description = "コミット暩の範囲の拡倧: Glen Barber (doc, ports)" [[news]] date = "2012-06-04" description = "新コミッタ就任: Mateusz Guzik (src)" [[news]] date = "2012-05-30" description = "新コミッタ就任: Jase Thew (ports)" [[news]] date = "2012-05-29" description = "新コミッタ就任: Olivier Duchateau (ports)" [[news]] date = "2012-05-28" description = "新コミッタ就任: Tom Judge (ports)" [[news]] date = "2012-05-12" title = "開発進捗レポヌト (2012 幎 1 月 - 3 月) 公開" description = "

2012 幎 1 月 から 3 月の開発進捗レポヌト (27 ゚ントリ) が 公開 されたした。

" [[news]] date = "2012-04-26" description = "新コミッタ就任: Isabell Long (doc/www)" [[news]] date = "2012-04-22" description = "新コミッタ就任: Jeremie Le Hen (src)" [[news]] date = "2012-04-18" title = "FreeBSD 8.3-RELEASE 公開" description = "

FreeBSD 8.3-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト や Errata を読んで、8.3 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2012-04-18" description = "新コミッタ就任: Devin Teske (src)" [[news]] date = "2012-04-15" description = "新コミッタ就任: Armin Pirkovitsch (ports)" [[news]] date = "2012-04-13" description = "新コミッタ就任: Monthadar Al Jaberi (src)" [[news]] date = "2012-04-12" description = "新コミッタ就任: Guido Falsi (ports)" [[news]] date = "2012-04-02" title = "FreeBSD 8.3-RC2 公開" description = "

FreeBSD-8.3 リリヌスサむクルにおける 2 回目のリリヌス候補版が公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2012-03-23" description = "新コミッタ就任: Cherry G. Mathew (src)" [[news]] date = "2012-03-12" description = "新コミッタ就任: Benjamin Kaduk (doc/www)" [[news]] date = "2012-03-06" title = "FreeBSD 8.3-RC1 公開" description = "

FreeBSD-8.3 リリヌスサむクルにおける最初のリリヌス候補版のビルドが公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2012-03-01" description = "新コミッタ就任: Alex Kozlov (ports)" [[news]] date = "2012-02-20" title = "FreeBSD 8.3-BETA1 公開" description = "

FreeBSD-8.3 リリヌスサむクルの最初のテストビルドが公開されたした。 amd64, i386 および pc98 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。

" [[news]] date = "2012-02-16" description = "新コミッタ就任: Damjan Marion (src)" [[news]] date = "2012-02-16" description = "新コミッタ就任: Ben Gray (src)" [[news]] date = "2012-02-14" description = "コミット暩の範囲の拡倧: Sergey Kandaurov (src, doc)" [[news]] date = "2012-02-07" description = "新コミッタ就任: Matthew Seaman (ports)" [[news]] date = "2012-01-27" description = "新コミッタ就任: Davide Italiano (src)" [[news]] date = "2012-01-27" title = "開発進捗レポヌト (2011 幎 10 月 - 12 月) 公開" description = "

2011 幎 10 月 から 12 月の開発進捗レポヌト (32 ゚ントリ) が 公開 されたした。

" [[news]] date = "2012-01-12" title = "FreeBSD 9.0-RELEASE 公開" description = "

FreeBSD 9.0-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト や Errata を読んで、9.0 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2011-12-16" description = "新コミッタ就任: Jason Helfman (ports)" [[news]] date = "2011-12-09" title = "FreeBSD 9.0-RC3 公開" description = "

FreeBSD-9.0 リリヌスサむクルの 3 回目 (そしお、おそらく最埌) のリリヌス候補版が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト で 公開 されおいたす。 9.0 で远加されるたくさんの新しい機胜の䞭で、 新しいむンストヌラの詊隓が特に必芁です。 ぜひ、テスト環境で新しいむンストヌラを詊しおください。 あるいは freebsd-update(8) ナヌティリティを利甚しお、 珟圚のシステムをアップグレヌドしおください。

" [[news]] date = "2011-12-08" description = "新コミッタ就任: Pedro Giffuni (src)" [[news]] date = "2011-12-02" description = "新 Ports Manager 就任: Beat GÀtzi" [[news]] date = "2011-11-30" description = "新コミッタ就任: Justin Hibbits (src)" [[news]] date = "2011-11-17" title = "FreeBSD 9.0-RC2 公開" description = "

FreeBSD-9.0 リリヌスサむクルの 2 回目のリリヌス候補版が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞが、 FreeBSD ミラヌサむト から 入手 できたす。 9.0 で远加されるたくさんの新しい機胜のひず぀である新むンストヌラの詊隓が必芁です。 ぜひ、テスト環境で新しいむンストヌラを詊しおください。 あるいは freebsd-update(8) ナヌティリティを利甚しお、 珟圚のシステムからアップグレヌドしおください。

" [[news]] date = "2011-11-12" description = "新コミッタ就任: Michael Scheidell (ports)" [[news]] date = "2011-11-11" description = "新コミッタ就任: David Chisnall (src)" [[news]] date = "2011-11-09" description = "新コミッタ就任: Ruslan Makhmatkhanov (ports)" [[news]] date = "2011-11-08" title = "開発進捗レポヌト (2011 幎 7 月 - 9 月) 公開" description = "

2011 幎 7 月 から 9 月の開発進捗レポヌト (28 ゚ントリ) が 公開 されたした。

" [[news]] date = "2011-10-23" title = "FreeBSD 9.0-RC1 公開" description = "

FreeBSD-9.0 リリヌスサむクルの最初のリリヌス候補版が公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞは、ほずんどの FreeBSD ミラヌサむト から 入手 できたす。 9.0 で远加されるたくさんの新しい機胜のうち、 新しく導入されるむンストヌラのテストが特に必芁です。 ぜひ、テスト環境で新しいむンストヌラを詊しおください。 あるいは freebsd-update(8) ナヌティリティを利甚しお、 珟圚のシステムからアップグレヌドしおください。

" [[news]] date = "2011-10-06" description = "新コミッタ就任: Alexander V. Chernikov (src)" [[news]] date = "2011-09-28" title = "FreeBSD 9.0-BETA3 公開" description = "

FreeBSD-9.0 リリヌスサむクルの 3 回目のテストビルドが公開されたした。 amd64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを FreeBSD ミラヌサむト から 入手 できたす。 9.0 で远加されるたくさんの新しい機胜のうち、 新しく導入されるむンストヌラのテストが特に必芁ず考えおいたす。 ぜひ、テスト環境で新しいむンストヌラを詊しおください。

" [[news]] date = "2011-09-27" description = "新コミッタ就任: Jakub Klama (src)" [[news]] date = "2011-09-19" description = "新コミッタ就任: Gleb Kurtsou (src)" [[news]] date = "2011-09-18" description = "新コミッタ就任: Robert Millan (src)" [[news]] date = "2011-09-14" description = "新コミッタ就任: Warren Block (doc/www)" [[news]] date = "2011-09-14" title = "開発進捗レポヌト (2011 幎 4 月 - 6 月) 公開" description = "

2011 幎 4 月 から 6 月の開発進捗レポヌト (36 ゚ントリ) が 公開 されたした。

" [[news]] date = "2011-09-13" description = "新コミッタ就任: Carlo Strub (ports)" [[news]] date = "2011-09-07" title = "FreeBSD 9.0-BETA2 公開" description = "

FreeBSD-9.0 リリヌスサむクルの 2 回目のテストビルドが公開されたした。 amd64, i386, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを FreeBSD ミラヌサむト から 入手 できたす。 9.0 ではたくさんの新しい機胜が远加される予定ですが、 特に新しく導入されるむンストヌラのテストが必芁ず考えおいたす。 テスト環境においお、新しいむンストヌラをお詊しください。

" [[news]] date = "2011-08-22" description = "新コミッタ就任: Raphael Kubo da Costa (ports)" [[news]] date = "2011-08-17" description = "新コミッタ就任: Eitan Adler (ports)" [[news]] date = "2011-08-09" title = "FreeBSD Foundation ニュヌスレタヌ (2011 幎 8 月) 発行" description = "

FreeBSD Foundation は、今幎最初の 2011 幎䞭期ニュヌスレタヌ を発行したした。 このニュヌスレタヌでは、FreeBSD プロゞェクトに察する FreeBSD Foundation の支揎がたずめられおいたす。

" [[news]] date = "2011-08-01" title = "FreeBSD 9.0-BETA1 公開" description = "

FreeBSD-9.0 リリヌスサむクルの最初のテストビルドが公開されたした。 amd64, i386, ia64, powerpc, powerpc64 および sparc64 アヌキテクチャの ISO むメヌゞを FreeBSD ミラヌサむト から 入手 できたす。 9.0 では新しい機胜がたくさん远加されたした。 これらの新しい機胜の䞭で、 特にテストしお頂きたいず考えおいるのが新しいむンストヌラです。 ぜひずも、テスト環境で 1 からむンストヌルを行い、 新しいむンストヌラを詊しおください。

" [[news]] date = "2011-07-17" description = "コミット暩の範囲の拡倧: Gavin Atkinson (src, doc)" [[news]] date = "2011-07-15" description = "新コミッタ就任: Ryan Steinmetz (ports)" [[news]] date = "2011-06-14" description = "新コミッタ就任: Grzegorz Bernacki (src)" [[news]] date = "2011-06-13" description = "新コミッタ就任: Stephen Montgomery-Smith (ports)" [[news]] date = "2011-06-11" description = "新コミッタ就任: Chris Rees (ports)" [[news]] date = "2011-06-06" title = "IPv6-only FreeBSD テストむメヌゞ" description = "

FreeBSD Foundation ず iXsystems は、 FreeBSD および PC-BSD の IPv6-only テストむメヌゞを アナりンス したした。

" [[news]] date = "2011-06-06" description = "新コミッタ就任: Julien Laffaye (ports)" [[news]] date = "2011-05-25" description = "新コミッタ就任: Aleksandr Rybalko (src)" [[news]] date = "2011-05-18" description = "新コミッタ就任: Ben Laurie (src)" [[news]] date = "2011-05-12" title = "新 Port Manager 就任" description = "

Baptiste Daroussin が、新しく Ports Management チヌムのメンバヌに加わりたした。

" [[news]] date = "2011-04-27" title = "開発進捗レポヌト (2011 幎 1 月 - 3 月) が公開されたした" description = "

2011 幎 1 月 から 3 月における開発進捗レポヌト (34 ゚ントリ) が 公開 されたした。

" [[news]] date = "2011-03-29" description = "新コミッタ就任: Artem Belevich (src)" [[news]] date = "2011-03-27" title = "FreeBSD プロゞェクトは、Google Summer of Code 2011 に参加したす" description = "

FreeBSD プロゞェクトは、Google's 2011 Summer of Code プログラムに参加したす。 このプログラムは倏の間に奚孊金を提䟛し、 オヌプン゜ヌスプロゞェクトに参加する孊生を支揎したす。 FreeBSD プロゞェクトにずっお今幎が 7 幎目の参加ずなり、 2005 幎から 2010 幎の間、 倏の長い期間のコヌディングプロゞェクトを通しお 100 人を越える孊生の指導に成功しおいたす。

これたでに成功したプロゞェクトには、 Linux ABI 互換機胜の改善、NFSv4 ACLs, TCP レグレッションテスト、 FUSE ファむルシステムのサポヌトがあり、 その他にも数え切れないプロゞェクトがありたす。 倚くの孊生は FreeBSD の開発者になり、 FreeBSD Foundation の継続的な支揎を通じお、䞖界䞭で開催されおいる FreeBSD の開発者のむベントにも参加しおいたす。

我こそは、ず思う方はぜひずも応募しおください。 申し蟌みや締め切りなど、詳现に぀いおは FreeBSD Summer Projects ペヌゞ をご芧ください。

" [[news]] date = "2011-03-18" description = "新コミッタ就任: Sofian Brabez (ports)" [[news]] date = "2011-03-13" description = "新コミッタ就任: Pawel Pekala (ports)" [[news]] date = "2011-03-10" description = "FreeBSD Ports Management Team は、 Thomas Abthorpe がすべおの投祚暩をも぀メンバヌに就任したこずをお知らせしたす。" [[news]] date = "2011-03-05" description = "新コミッタ就任: Steven G. Kargl (src)" [[news]] date = "2011-02-24" title = "FreeBSD 8.2-RELEASE が公開されたした" description = "

FreeBSD 8.2-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および Errata を読んで、8.2 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2011-02-24" title = "FreeBSD 7.4-RELEASE が公開されたした" description = "

FreeBSD 7.4-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および Errata を読んで、7.4 に関する最新情報や問題点などを確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2011-02-18" description = "コミット暩限の拡倧: Martin Wilke (src, ports, doc)" [[news]] date = "2011-02-03" title = "FreeBSD 7.4/8.2-RC3 が公開されたした" description = "

FreeBSD-7.4/8.2 リリヌスサむクルにおける 3 回目の (おそらく最埌の) リリヌス候補版のビルドが公開されたした。 8.2-RC3 は amd64, i386, ia64, pc98, powerpc そしお sparc64 のアヌキテクチャで利甚できたす。 7.4-RC3 は amd64, i386, pc98 そしお sparc64 アヌキテクチャで利甚できたす。 これらのアヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト からダりンロヌドできたす。 これらのリリヌスに関するより詳しい情報に぀いおは、公匏の アナりンス をご芧ください。

" [[news]] date = "2011-01-25" title = "開発進捗レポヌト (2010 幎 10 月 - 12 月) が公開されたした" description = "

2010 幎 10 月 から 12 月における開発進捗レポヌト (37 ゚ントリ) が 公開 されたした。

" [[news]] date = "2011-01-23" title = "FreeBSD 7.4-RC2 が公開されたした" description = "

FreeBSD-7.4 リリヌスサむクルにおける 2 回目のリリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト からダりンロヌドできたす。 これらのリリヌスに関するより詳しい情報に぀いおは、公匏の アナりンス をご芧ください。

" [[news]] date = "2011-01-16" title = "FreeBSD 8.2-RC2 が公開されたした" description = "

FreeBSD-8.2 リリヌスサむクルにおける 2 回目のリリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト からダりンロヌドできたす。 これらのリリヌスに関するより詳しい情報に぀いおは、公匏の アナりンス をご芧ください。

" [[news]] date = "2010-12-27" title = "FreeBSD 7.4/8.2-RC1 が公開されたした" description = "

FreeBSD-7.4/8.2 リリヌスサむクルにおける最初のリリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト からダりンロヌドできたす。 これらのリリヌスに関するより詳しい情報に぀いおは、 公匏の アナりンス をご芧ください。

" [[news]] date = "2010-12-16" title = "FreeBSD Foundation ニュヌスレタヌ (2010 幎 12 月) が発行されたした" description = "

FreeBSD Foundation は End-of-Year ニュヌスレタヌ を発行したした。 このニュヌスレタヌでは、プロゞェクトおよびコミュニティに察する 2010 幎の支揎に぀いおたずめられおいたす。

" [[news]] date = "2010-12-11" title = "FreeBSD 7.4/8.2-BETA1 が公開されたした" description = "

FreeBSD-7.4/8.2 リリヌスサむクルの最初の BETA ビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-12-07" description = "新コミッタ就任: Florian Smeets (ports)" [[news]] date = "2010-11-15" description = "新コミッタ就任: Eygene Ryabinkin (ports)" [[news]] date = "2010-11-05" description = "新コミッタ就任: Zack Kirsch (src)" [[news]] date = "2010-10-27" title = "開発進捗レポヌト (2010 幎 7 月 - 9 月) が公開されたした" description = "

2010 幎 7 月 から 9 月における開発進捗レポヌト (55 ゚ントリ) が 公開 されたした。

" [[news]] date = "2010-10-16" description = "新コミッタ就任: Frederic Culot (ports)" [[news]] date = "2010-10-07" description = "新コミッタ就任: Jonathan Anderson (src)" [[news]] date = "2010-10-05" description = "新コミッタ就任: Sergey Kandaurov (src)" [[news]] date = "2010-09-25" description = "新コミッタ就任: Ganael Laplanche (ports)" [[news]] date = "2010-09-21" description = "新コミッタ就任: Po-Chuan Hsieh (ports)" [[news]] date = "2010-09-05" description = "新コミッタ就任: Andreas Tobler (src)" [[news]] date = "2010-09-03" description = "新コミッタ就任: Steve Wills (ports)" [[news]] date = "2010-08-31" description = "新コミッタ就任: Glen Barber (full doc/www)" [[news]] date = "2010-08-30" description = "新コミッタ就任: Dimitry Andric (src)" [[news]] date = "2010-08-01" description = "新コミッタ就任: Oliver Hauer (ports)" [[news]] date = "2010-07-27" title = "FreeBSD Foundation ニュヌスレタヌ (2010 幎 7 月) が発行されたした" description = "

FreeBSD Foundation は 2010 幎䞭期ニュヌスレタヌ を発行したした。 このニュヌスレタヌでは、FreeBSD Foundation が FreeBSD プロゞェクトに察しお行っおきた支揎に぀いおたずめられおいたす。

" [[news]] date = "2010-07-27" description = "新コミッタ就任: Baptiste Daroussin (ports)" [[news]] date = "2010-07-23" title = "FreeBSD 8.1-RELEASE が公開されたした" description = "

FreeBSD 8.1-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および Errata を読んで、8.1 に぀いおの最新情報を確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2010-07-22" title = "開発進捗レポヌト (2010 幎 4 月 - 6 月) が公開されたした" description = "

2010 幎 4 月 から 6 月における開発進捗レポヌト (47 ゚ントリ) が 公開 されたした。

" [[news]] date = "2010-07-21" description = "新コミッタ就任: Andrew Turner (src)" [[news]] date = "2010-07-20" title = "PC-BSD 8.1 がリリヌスされたした" description = "

PC-BSD 8.1 がリリヌスされたした。 PC-BSD は、FreeBSD ベヌスのデスクトップオペレヌションシステムで、 カゞュアルなコンピュヌタナヌザがデスクトップシステムを簡単に䜿えるこずを目指しおいたす。 以前のバヌゞョンからの新しい機胜や曎新の䞀芧は ここ にありたす。

新しいリリヌスを ダりンロヌド したり DVD を 賌入 できたす。

" [[news]] date = "2010-07-17" description = "新コミッタ就任: Tijl Coosemans (src)" [[news]] date = "2010-07-15" description = "新コミッタ就任: Joseph S. Atkinson (ports)" [[news]] date = "2010-07-14" title = "新しい FreeBSD コアチヌムが遞出されたした" description = "

FreeBSD プロゞェクトは、 2010 コアチヌム遞挙の終了をお知らせしたす。 FreeBSD コアチヌムは、\"取締圹\" にあたるものです。 新しい src コミッタの承認、開発者間の察立があった堎合の調停、 特定の範囲のサブコミッタ (セキュリティオフィサ、リリヌス゚ンゞニアリング、 port マネヌゞャ、りェブマスタなど) の任呜、 たた、必芁な際は、管理および方針の決定を行いたす。 コアチヌムは、2000 幎から 2 幎おきに FreeBSD の開発者により遞ばれおいたす。

遞挙の詳现 (および新しいコアチヌムのメンバの䞀芧) に぀いおは、 公匏 アナりンス をご芧ください。

" [[news]] date = "2010-07-02" title = "FreeBSD 8.1-RC2 が公開されたした" description = "

FreeBSD-8.1 リリヌスサむクルにおける 2 回目の (そしおおそらく最埌の) リリヌス候補版のビルドが公開されたした。 amd64, i386, ia64, powerpc および sparc64 アヌキテクチャの CD ISO むメヌゞは、ほずんどの FreeBSD ミラヌサむト からダりンロヌドできたす。 本リリヌスの詳现に぀いおは、公匏 アナりンス をご芧ください。

" [[news]] date = "2010-06-18" title = "FreeBSD 8.1-RC1 が公開されたした" description = "

FreeBSD-8.1 リリヌスサむクルにおける最初のリリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-06-10" description = "新コミッタ就任: Ashish SHUKLA (ports)" [[news]] date = "2010-06-09" description = "新コミッタ就任: Brendan Fabeny (ports)" [[news]] date = "2010-06-04" description = "新コミッタ就任: Matthew Fleming (src)" [[news]] date = "2010-06-03" description = "新コミッタ就任: Andrey V. Elsukov (src)" [[news]] date = "2010-06-03" description = "新コミッタ就任: Taras Korenko (doc/ru, www/ru)" [[news]] date = "2010-05-29" title = "FreeBSD 8.1-BETA1 が公開されたした" description = "

FreeBSD-8.1 リリヌスサむクルの最初の BETA ビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-05-24" title = "Google Summer of Code プロゞェクトが始たりたした" description = "

FreeBSD プロゞェクトは、今幎も Google's Summer of Code プログラムに参加する孊生たちからの質の高い応募を受けたした。 今幎は、このプログラムの䞀環ずしお FreeBSD プロゞェクトず䞀緒に開発を行う 18 人の孊生の提案が採甚されたした。 今幎採甚されなかったプロゞェクトに察しおも、 FreeBSD プロゞェクトは、 い぀でも通垞のコミュニティのメヌリングリストや開発フォヌラムを通しお、 孊生たちがオペレヌティングシステムの開発をより倚く孊べるように手助けをしたいず考えおいたす。

より詳しい情報に぀いおは、公匏 アナりンス をご芧ください。 遞ばれた孊生のプロゞェクト䞀芧は、FreeBSD Summer of Code wiki にありたす。 コヌディングは 5 月 24 日から開始したす。 18 人の孊生たちが新しく我々のコミュニティぞ参加するこずを䞀緒に歓迎しおください。

" [[news]] date = "2010-05-19" description = "新コミッタ就任: Jayachandran C. (src)" [[news]] date = "2010-04-29" description = "コミット暩の範囲の拡倧: Martin MatuÅ ka (src, ports)" [[news]] date = "2010-04-22" title = "開発進捗レポヌト (2010 幎 1 月 - 3 月)" description = "

2010 幎 1 月 から 3 月における開発進捗レポヌト (46 ゚ントリ) が 公開 されたした。

" [[news]] date = "2010-04-20" description = "新コミッタ就任: Randi Harper (src)" [[news]] date = "2010-04-19" description = "新コミッタ就任: Ryan Stone (src)" [[news]] date = "2010-04-14" description = "新コミッタ就任: Ana Kukec (src)" [[news]] date = "2010-04-11" description = "コミット暩の範囲の拡倧: René Ladan (doc-nl, ports)" [[news]] date = "2010-04-11" description = "新コミッタ就任: Sahil Tandon (ports)" [[news]] date = "2010-04-05" description = "新コミッタ就任: Giuseppe Pilichi (ports)" [[news]] date = "2010-04-04" title = "FreeBSD プロゞェクトは Google Summer of Code 2010 に参加したす" description = "

FreeBSD プロゞェクトは、6 幎連続で Google Summer of Code プログラムに参加したす。 倧孊生や倧孊院生のみなさんはこの奚孊金に応募しお、 この倏は FreeBSD オペレヌティングシステムの改良に明け暮れおください! 詳しい情報に぀いおは、 FreeBSD Summer of code ペヌゞ をご芧ください。 このペヌゞにはポスタヌもあるので、近くの倧孊に匵っおくださいね!

" [[news]] date = "2010-03-31" description = "新コミッタ就任: Bernhard Fröhlich (ports)" [[news]] date = "2010-03-23" title = "FreeBSD 7.3-RELEASE が公開されたした" description = "

FreeBSD 7.3-RELEASE が公開されたした。 むンストヌル前に リリヌスノヌト および Errata を読んで、7.3 に぀いおの最新情報を確認しおください。 FreeBSD のリリヌスに関するより詳しい情報に぀いおは リリヌス情報 をご芧ください。

" [[news]] date = "2010-03-18" title = "新 Ports Management Team Secretary 就任: Thomas Abthorpe" description = "

FreeBSD Ports Management Team は、 Thomas Abthorpe の Ports Management Team Secretary 就任をお知らせしたす。

" [[news]] date = "2010-03-07" description = "コミッタ埩垰: Niels Heinen (ports)" [[news]] date = "2010-03-04" title = "FreeBSD 7.3-RC2 が公開されたした" description = "

FreeBSD-7.3 リリヌスサむクルにおける 2 回目の リリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-03-03" description = "新コミッタ就任: Neel Natu (src)" [[news]] date = "2010-02-22" title = "PC-BSD 8.0 がリリヌスされたした" description = "

PC-BSD 8.0 がリリヌスされたした。 PC-BSD は、FreeBSD ベヌスのデスクトップオペレヌションシステムで、 カゞュアルなコンピュヌタナヌザがデスクトップシステムを簡単に䜿えるこずを目指しおいたす。 以前のバヌゞョンからの新しい機胜や曎新の䞀芧は ここ にありたす。

新しいリリヌスを ダりンロヌド したり DVD を 賌入 できたす。

" [[news]] date = "2010-02-15" title = "FreeBSD 7.3-RC1 が公開されたした" description = "

FreeBSD-7.3 リリヌスサむクルにおける最初のリリヌス候補版のビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-02-12" description = "コミット暩の範囲の拡倧: Benedict Reuschling (full doc/www)" [[news]] date = "2010-02-06" description = "新コミッタ就任: Bernhard Schmidt (src)" [[news]] date = "2010-02-02" title = "コミット暩の範囲の拡倧: Gábor Kövesdán (src, ports, doc)" description = "

Gábor Kövesdán は、2008/2009 幎の Google Summer of Code に参加し、この掻動により、゜ヌスコヌドに察するコミット暩を䞎えられたした。 最初の䜜業は、GSoC の結果をツリヌに反映させる予定です。

" [[news]] date = "2010-01-30" title = "FreeBSD 7.3-BETA1 が公開されたした" description = "

FreeBSD-7.3 リリヌスサむクルの最初の BETA ビルドが公開されたした。 Tier-1 アヌキテクチャの ISO むメヌゞは、 ほずんどの FreeBSD ミラヌサむト から 入手 できたす。

" [[news]] date = "2010-01-29" description = "新コミッタ就任: Bruce Cran (src)" [[news]] date = "2010-01-28" description = "新コミッタ就任: Ulrich Spörlein (src)" [[news]] date = "2010-01-26" description = "新コミッタ就任: Romain TartiÚre (ports)" [[news]] date = "2010-01-26" description = "新コミッタ就任: Alberto Villa (ports)" [[news]] date = "2010-01-17" title = "開発進捗レポヌト (2009 幎 10 月 - 12 月)" description = "

2009 幎 10 月 から 12 月における開発進捗レポヌト (38 ゚ントリ) が 公開 されたした。

" [[news]] date = "2002-01-12" title = "来る 4.5 リリヌス甚テストガむド" description = "

FreeBSD 4.5 リリヌス゚ンゞニアリングチヌムは 来る FreeBSD 4.5 リリヌス甚の テストガむド を公開したした。 4.5 が今たでにない安定性を持ち、高性胜を瀺すように 我々を支揎しおください。

" [[news]] date = "2002-01-10" title = "新チュヌトリアル: \"FreeBSD でナヌロ蚘号\"" description = "

Aaron Kaplan は FreeBSD で新しい ナヌロ蚘号を䜿う 甚にシステムを蚭定する方法を 蚘述した蚘事を寄皿しおくれたした。

"