{"id":101657,"date":"2021-10-15T10:23:42","date_gmt":"2021-10-15T08:23:42","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-openbsd-7-0"},"modified":"2021-10-15T10:23:42","modified_gmt":"2021-10-15T08:23:42","slug":"vypusk-openbsd-7-0","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-0","title":{"rendered":"Release of OpenBSD 7.0","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the free cross-platform UNIX-like operating system OpenBSD 7.0 has been announced. It is noted that this is the 51st release of the project, which will turn 26 years old on October 18. The OpenBSD project was founded by Theo de Raadt in 1995 after a conflict with the developers of NetBSD, which resulted in Theo being denied access to the NetBSD CVS repository. Subsequently, Theo de Raadt, along with a group of like-minded individuals, created a new open operating system based on the source code tree of NetBSD, with primary goals of portability (supporting 13 hardware platforms), standardization, correctness, proactive security, and integrated cryptographic tools. The full installation ISO image size of the base system OpenBSD 7.0 is 554 MB.       <\/p>\n<p>In addition to the operating system itself, the OpenBSD project is known for its components, which have been adopted in other systems and established themselves as some of the safest and highest-quality solutions. Among them are: LibreSSL (a fork of OpenSSL), OpenSSH, the packet filter PF, the OpenBGPD and OpenOSPFD routing daemons, the OpenNTPD NTP server, mail server OpenSMTPD, terminal multiplexer (similar to GNU screen) tmux, the identd daemon implementing the IDENT protocol, BSDL alternative to the GNU groff package \u2014 mandoc, protocol for organizing fault-tolerant systems CARP (Common Address Redundancy Protocol), lightweight HTTP server, and file synchronization utility OpenRSYNC. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"server\" data-wpil-keyword-link=\"linked\">server<\/a> OpenSMTPD, terminal multiplexer (similar to GNU screen) tmux, identd daemon with an implementation of the IDENT protocol, BSDL alternative to the GNU groff package \u2014 mandoc, protocol for configuring fault-tolerant systems CARP (Common Address Redundancy Protocol), lightweight HTTP server, file synchronization utility OpenRSYNC.          <\/p>\n<p>Key Improvements:   <\/p>\n<ul>\n<li class=\"l\"> A port for 64-bit systems based on the RISC-V architecture has been added. Currently, support is provided for operation on HiFive Unmatched boards and partially on the PolarFire SoC Icicle Kit.\n<li class=\"l\"> In the port for ARM64 platforms, support for Apple devices with M1 processors has been improved, though still not fully finalized. As it stands, installation of OpenBSD on a disk with GPT is supported, and there are drivers for USB 3, NVME, GPIO, and SPMI. In addition to M1, support for Raspberry Pi 3 Model B+ and boards based on the Rockchip RK3399 SoC has also been expanded.\n<li class=\"l\"> For the AMD64 architecture, the GCC compiler is disabled by default (only Clang is left). Previously, GCC was disabled for the armv7 and i386 architectures.\n<li class=\"l\"> Maintenance of the SGI platform has been discontinued.\n<li class=\"l\"> For amd64, arm64, i386, sparc64, and powerpc64 platforms, the kernel build with dynamic tracing system dt support is enabled by default. A kprobes provider has been added for collecting information on events at the kernel level.\n<li class=\"l\"> btrace now supports operators &#171;&lt;&#187; and &#171;&gt;&#187; in filters and provides output of the time spent in user space when analyzing the kernel stack.\n<li class=\"l\"> A configuration file \/etc\/bsd.re-config has been added, which can be used to configure the kernel at boot time and to enable\/disable specific devices.\n<li class=\"l\"> Support has been provided for detecting the presence of TPM 2.0 devices and correctly executing commands for transitioning to sleep mode (resolving the issue with waking up ThinkPad X1 Carbon Gen 9 and ThinkPad X1 Nano laptops).\n<li class=\"l\"> The implementation of kqueue has been converted to use mutexes.\n<li class=\"l\"> The ability to configure the buffer size for PF_UNIX sockets via sysctl has been implemented. The default buffer size has been increased to 8 KB.\n<li class=\"l\"> Improved support for multiprocessor systems (SMP). The pmap_extract() call has been made mp-safe on hppa and amd64 systems. The code for counting references to anonymous objects, part of the exception handler, and the functions lseek, connect, and setrtable has been moved out of the kernel's global lock. Separate CPU message buffers have been implemented for each core during a crash (panic).\n<li class=\"l\">  The implementation of the drm (Direct Rendering Manager) framework has been synchronized with the Linux kernel 5.10.65. The inteldrm driver has improved support for Intel chips based on Tiger Lake microarchitecture. The amdgpu driver has added support for GPUs Navi 12, Navi 21 &#171;Sienna Cichlid&#187;, Arcturus, and APU Cezanne &#171;Green Sardine&#187; Ryzen 5000.\n<li class=\"l\"> Support for new hardware has been added, including Aquantia AQC111U\/AQC112U USB Ethernet, Aquantia 1\/2.5\/5\/10Gb\/s PCIe Ethernet, Cadence GEM, Broadcom BCM5725, RTL8168FP\/RTL8111FP\/RTL8117. Improved support for Intel platforms based on the Tiger Lake microarchitecture. A driver for keyboards with a USB HID Consumer Control interface has been added, which uses application call buttons, audio playback control, and volume adjustment.\n<li class=\"l\"> Improvements have been made to the VMM hypervisor. A limit of 512 VCPUs per virtual machine has been added. Issues with VCPU locks have been resolved. The vmd backend for managing virtual machines now includes support for protection against guest systems with malicious virtio drivers.\n<li class=\"l\"> The timeout utility has been ported from NetBSD, allowing command execution time to be limited.\n<li class=\"l\"> The file synchronization utility openrsync has implemented &#171;include&#187; and &#171;exclude&#187; options.\n<li class=\"l\"> The ps utility now displays information about associated groups.\n<li class=\"l\"> The text editor mg has added the &#171;dired-jump&#187; command.\n<li class=\"l\"> The fdisk and newfs utilities have improved support for 4K sector size disks. In fdisk, the MBR\/GPT initialization code has been revamped, and recognition of GPT partitions &#171;BIOS Boot&#187;, &#171;APFS&#187;, &#171;APFS ISC&#187;, &#171;APFS Recovery&#187; (sic), &#171;HiFive FSBL&#187;, and &#171;HiFive BBL&#187; has been added. An &#171;-A&#187; option has been introduced for initializing GPT without deleting boot partitions.\n<li class=\"l\"> In the traceroute utility, processing verification packets and DNS requests asynchronously has been implemented to speed up operations.\n<li class=\"l\"> The doas utility now provides three attempts for password entry.\n<li class=\"l\"> In xterm, filesystem access isolation has been ensured using the unveil() system call. ftpd processes are protected using pledge.\n<li class=\"l\"> Logging of incorrect use of the formatting parameter &#171;%n&#187; in the printf function has been implemented.\n<li class=\"l\"> The implementation of IPsec in iked has added support for DNS configuration on the client side.\n<li class=\"l\"> Support for SNMPv1 and SNMPv2c protocols is disabled by default in snmpd in favor of using SNMPv3.\n<li class=\"l\"> By default, the dhcpleased and resolvd processes are enabled, allowing for IPv4 address configuration through DHCP. The dhclient utility remains in the system as an option. The route utility has added the &#171;nameserver&#187; command to relay DNS server information to resolvd.\n<li class=\"l\"> LibreSSL has added support for TLSv3 API from OpenSSL 1.1.1 and activated a new X.509 validator that supports correct verification of cross-signed certificates.\n<li class=\"l\"> OpenSMTPD has added support for TLS options &#171;cafile=(path)&#187;, &#171;nosni&#187;, &#171;noverify&#187;, and &#171;servername=(name)&#187;. In smtp, selecting cipher and TLS protocol options is now permitted.\n<li class=\"l\"> The OpenSSH package has been updated. A detailed overview of improvements can be found here: OpenSSH 8.7, OpenSSH 8.8. Support for digital signatures rsa-sha has been disabled.\n<li class=\"l\"> The number of ports for the AMD64 architecture reached 11325, for aarch64 \u2014 11034, and for i386 \u2014 10248. Among the application versions in the ports: FFmpeg 4.4, GCC 8.4.0 and 11.2.0, GNOME 40.4, Go 1.17, JDK 8u302, 11.0.12 and 16.0.2, KDE Applications 21.08.1, KDE Frameworks 5.85.0, LLVM\/Clang 11.1.0, LibreOffice 7.2.1.2, Lua 5.1.5, 5.2.4 and 5.3.6, MariaDB 10.6.4, Node.js 12.22.6, PHP 7.3.30, 7.4.23 and 8.0.10, Postfix 3.5.12, PostgreSQL 13.4, Python 2.7.18, 3.8.12 and 3.9.7, Qt 5.15.2 and 6.0.4, Ruby 2.6.8, 2.7.4 and 3.0.2, Rust 1.55.0, SQLite 3.35.5, Xfce 4.16.\n<li class=\"l\"> Updated third-party components included in OpenBSD 7.0:\n<ul>\n<li class=\"l\"> The Xenocara graphics stack based on X.Org 7.7 with xserver 1.20.13 + patches, freetype 2.10.4, fontconfig 2.12.4, Mesa 21.1.8, xterm 367, xkeyboard-config 2.20, fonttosfnt 1.2.2.  <\/li>\n<li class=\"l\">    LLVM\/Clang 11.1.0 (+ patches)  <\/li>\n<li class=\"l\">    GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)  <\/li>\n<li class=\"l\">    Perl 5.32.1 (+ patches)  <\/li>\n<li class=\"l\">    NSD 4.3.7  <\/li>\n<li class=\"l\">    Unbound 1.13.3  <\/li>\n<li class=\"l\">    Ncurses 5.7  <\/li>\n<li class=\"l\">    Binutils 2.17 (+ patches)  <\/li>\n<li class=\"l\">  Gdb 6.3 (+ patch)  <\/li>\n<li class=\"l\">  Awk 18.12.2020  <\/li>\n<li class=\"l\">  Expat 2.4.1    <\/ul>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55971\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenBSD 7.0. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 51 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 18 \u043e\u043a\u0442\u044f\u0431\u0440\u044f \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442. \u041f\u0440\u043e\u0435\u043a\u0442 OpenBSD \u0431\u044b\u043b \u043e\u0441\u043d\u043e\u0432\u0430\u043d \u0422\u044d\u043e \u0434\u0435 \u0420\u0430\u0430\u0434\u0442\u043e\u043c (Theo de Raadt) \u0432 1995 \u0433\u043e\u0434\u0443 \u043f\u043e\u0441\u043b\u0435 \u043a\u043e\u043d\u0444\u043b\u0438\u043a\u0442\u0430 \u0441 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a\u0430\u043c\u0438 NetBSD, \u0432 \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0433\u043e \u0434\u043b\u044f \u0422\u044d\u043e \u0431\u044b\u043b \u0437\u0430\u043a\u0440\u044b\u0442 \u0434\u043e\u0441\u0442\u0443\u043f \u043a CVS \u0440\u0435\u043f\u043e\u0437\u0438\u0442\u043e\u0440\u0438\u044e NetBSD. \u041f\u043e\u0441\u043b\u0435 \u044d\u0442\u043e\u0433\u043e \u0422\u044d\u043e \u0434\u0435 [&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-101657","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\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenBSD 7.0. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 51 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 18 \u043e\u043a\u0442\u044f\u0431\u0440\u044f \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.\" \/>\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\/vypusk-openbsd-7-0\" \/>\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\u0412\u044b\u043f\u0443\u0441\u043a OpenBSD 7.0 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenBSD 7.0. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 51 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 18 \u043e\u043a\u0442\u044f\u0431\u0440\u044f \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-0\" \/>\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=\"2021-10-15T08:23:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-10-15T08:23:42+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\udd47OpenBSD 7.0 Release | ProHoster","description":"The release of the free cross-platform UNIX-like operating system OpenBSD 7.0 has been presented. It is noted that this is the 51st release of the project, which will turn 26 years old on October 18.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-0","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\u0412\u044b\u043f\u0443\u0441\u043a OpenBSD 7.0 | ProHoster","og:description":"\u041f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0439 \u043a\u0440\u043e\u0441\u0441-\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0439 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b OpenBSD 7.0. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u044d\u0442\u043e 51 \u0432\u044b\u043f\u0443\u0441\u043a \u043f\u0440\u043e\u0435\u043a\u0442\u0430, \u043a\u043e\u0442\u043e\u0440\u043e\u043c\u0443 18 \u043e\u043a\u0442\u044f\u0431\u0440\u044f \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u0442\u0441\u044f 26 \u043b\u0435\u0442.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-0","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":"2021-10-15T08:23:42+00:00","article:modified_time":"2021-10-15T08:23:42+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"101657","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":null,"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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-10-15 08:28:55","updated":"2022-09-30 03:56:01","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\/101657","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=101657"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/101657\/revisions"}],"predecessor-version":[{"id":172950,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/101657\/revisions\/172950"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=101657"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=101657"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=101657"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}