{"id":104058,"date":"2022-05-17T15:36:38","date_gmt":"2022-05-17T13:36:38","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-freebsd-13-1"},"modified":"2022-05-17T15:36:38","modified_gmt":"2022-05-17T13:36:38","slug":"reliz-freebsd-13-1","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-freebsd-13-1","title":{"rendered":"Release of FreeBSD 13.1","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After a year of development, the release of FreeBSD 13.1 has been published. Installation images are available for the amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 architectures. Additionally, builds are prepared for virtualization systems (QCOW2, VHD, VMDK, raw) and cloud environments like Amazon EC2, Google Compute Engine, and Vagrant.    <\/p>\n<p>In the new version:  <\/p>\n<ul>\n<li class=\"l\"> An iwlwifi driver has been proposed for Intel wireless cards, supporting new chips and the 802.11ac standard. The driver is based on the Linux driver and code from the Linux net80211 subsystem, which operates in FreeBSD through the linuxkpi layer.\n<li class=\"l\"> The implementation of the ZFS file system has been updated to the release of OpenZFS 2.1, featuring support for dRAID (Distributed Spare RAID) technology and significant performance optimizations.\n<li class=\"l\"> A new rc script, zfskeys, has been added, enabling automatic decryption of encrypted ZFS partitions at boot time.\n<li class=\"l\"> The behavior for IPv4 addresses with a zero last number (x.x.x.0) has been changed in the networking stack; it can now be used as a host and is not by default treated as a broadcast address. The old behavior can be restored using sysctl net.inet.ip.broadcast_lowest.\n<li class=\"l\"> For 64-bit architectures, the base system build using PIE (Position Independent Executable) mode is enabled by default. A setting WITHOUT_PIE is available to disable this.\n<li class=\"l\"> The ability to call chroot from an unprivileged process, which has the NO_NEW_PRIVS flag set, has been added. This mode is enabled using sysctl security.bsd.unprivileged_chroot. An option '-n' has been added to the chroot utility, which sets the NO_NEW_PRIVS flag for the process before isolation.\n<li class=\"l\"> The bsdinstall installer has added a mode for automated disk partition editing, allowing different disk names to connect to partition scripts that operate without user intervention. This feature simplifies the creation of fully automated installation media for systems and <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vps\/\"   title=\"of virtual machines\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"2098\">of virtual machines<\/a> different disks.\n<li class=\"l\"> Improved support for booting on UEFI systems. The bootloader now includes automatic configuration of the copy_staging parameter based on the booted kernel's capabilities.\n<li class=\"l\"> Work has been done to enhance the performance of the bootloader, nvme, rtsold, initializing the pseudo-random number generator, and calibrating the timer, which has led to reduced boot times.\n<li class=\"l\"> Support for NFS operation over an encrypted TLS 1.3 channel has been added. The new implementation utilizes the TLS stack provided by the kernel, enabling hardware acceleration features. The rpc.tlsclntd and rpc.tlsservd processes are compiled with the implementation of NFS-over-TLS client and server, which is enabled by default for amd64 and arm64 architectures.\n<li class=\"l\"> For NFSv4.1 and 4.2, a mounting option called nconnect has been implemented, defining the number of established TCP connections. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/dts-prohoster\/\"   title=\"proxy server\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"3046\">proxy server<\/a> The first connection is used for small RPC messages, while the others are used for load balancing the traffic of transmitted data.\n<li class=\"l\"> A new sysctl vfs.nfsd.srvmaxio has been added to the NFS server, allowing modification of the maximum input\/output block size (default is 128Kb).\n<li class=\"l\"> Hardware support has been improved. The igc driver now supports the Intel I225 Ethernet controller. Enhanced support for Big-endian systems has been implemented. The mgb driver for the Microchip devices LAN7430 PCIe Gigabit Ethernet controller has been added.\n<li class=\"l\"> The ice driver, used for Intel E800 Ethernet controllers, has been updated to version 1.34.2-k, which includes support for reflecting firmware event logs and an initial implementation of DCB (Data Center Bridging) protocol extensions.\n<li class=\"l\"> In Amazon EC2 images, booting using UEFI instead of BIOS is enabled by default.\n<li class=\"l\"> In the bhyve hypervisor, NVMe storage emulation components have been updated to support the NVMe 1.4 specification. Issues related to NVMe iovec during intensive input\/output operations have been resolved.\n<li class=\"l\"> The CAM library has been modified to use the realpath call when processing device names, allowing for the use of symbolic links to devices in the camcontrol and smartctl utilities. Issues with firmware loading on devices in camcontrol have been resolved.\n<li class=\"l\"> The svnlite utility is no longer included in the base system.\n<li class=\"l\"> Linux versions of checksum utilities (md5sum, sha1sum, etc.) have been added, implemented by calling existing BSD utilities (md5, sha1, etc.) with the '-r' option.\n<li class=\"l\"> The mpsutil utility has added support for managing NCQ and provides information about the adapter.\n<li class=\"l\"> In \/etc\/defaults\/rc.conf, the use of the '-i' option is enabled by default when calling the rtsol and rtsold processes responsible for sending ICMPv6 RS (Router Solicitation) messages. This option disables random delay before sending the message.\n<li class=\"l\"> For the riscv64 and riscv64sf architectures, the libraries are built with ASAN (Address Sanitizer), UBSAN (Undefined Behavior Sanitizer), OpenMP, and OFED (Open Fabrics Enterprise Distribution).\n<li class=\"l\"> Resolved issues with detecting hardware acceleration features for cryptographic operations supported by ARMv7 and ARM64 processors, significantly speeding up the aes-256-gcm and sha256 algorithms on ARM systems.\n<li class=\"l\"> For the powerpc architecture, the LLDB debugger developed by the LLVM project is included in the main set.\n<li class=\"l\"> The OpenSSL library has been updated to version 1.1.1o and enhanced with assembly optimizations for powerpc, powerpc64, and powerpc64le architectures.\n<li class=\"l\"> The SSH server and client have been updated to OpenSSH 8.8p1, disabling support for digital signatures rsa-sha and enabling two-factor authentication using FIDO\/U2F protocol devices. New key types 'ecdsa-sk' and 'ed25519-sk' have been added for interaction with FIDO\/U2F devices, utilizing ECDSA and Ed25519 digital signature algorithms combined with SHA-256 hashing.\n<li class=\"l\"> Updated versions of third-party applications included in the base system: awk 20210215 (with patches that disable locale usage for ranges and improve compatibility with gawk and mawk), zlib 1.2.12, libarchive 3.6.0.      <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=57201\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 FreeBSD 13.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440 amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64 \u0438 riscv64. \u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0433\u043e\u0442\u043e\u0432\u043b\u0435\u043d\u044b \u0441\u0431\u043e\u0440\u043a\u0438 \u0434\u043b\u044f \u0441\u0438\u0441\u0442\u0435\u043c \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 (QCOW2, VHD, VMDK, raw) \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0439 Amazon EC2, Google Compute Engine \u0438 Vagrant. \u0412 \u043d\u043e\u0432\u043e\u0439 \u0432\u0435\u0440\u0441\u0438\u0438: \u041f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d \u0434\u0440\u0430\u0439\u0432\u0435\u0440 iwlwifi \u0434\u043b\u044f \u0431\u0435\u0441\u043f\u0440\u043e\u0432\u043e\u0434\u043d\u044b\u0445 \u043a\u0430\u0440\u0442 Intel c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u043e\u0439 [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-104058","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 FreeBSD 13.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440 amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64 \u0438 riscv64.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-freebsd-13-1\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 FreeBSD 13.1 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 FreeBSD 13.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440 amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64 \u0438 riscv64.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-freebsd-13-1\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-05-17T13:36:38+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-05-17T13:36:38+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47FreeBSD 13.1 Release | ProHoster","description":"After a year of development, FreeBSD 13.1 has been released. Installation images are available for amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64, and riscv64 architectures.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-freebsd-13-1","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0420\u0435\u043b\u0438\u0437 FreeBSD 13.1 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0433\u043e\u0434\u0430 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0440\u0435\u043b\u0438\u0437 FreeBSD 13.1. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0434\u043b\u044f \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440 amd64, i386, powerpc, powerpc64, powerpc64le, powerpcspe, armv6, armv7, aarch64 \u0438 riscv64.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-freebsd-13-1","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-05-17T13:36:38+00:00","article:modified_time":"2022-05-17T13:36:38+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"104058","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-02-09 22:25:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2022-05-17 13:37:46","updated":"2026-02-09 22:25:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104058","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=104058"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104058\/revisions"}],"predecessor-version":[{"id":160327,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/104058\/revisions\/160327"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=104058"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=104058"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=104058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}