{"id":123698,"date":"2025-04-28T15:05:08","date_gmt":"2025-04-28T13:05:08","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-openbsd-7-7"},"modified":"2025-04-28T15:05:08","modified_gmt":"2025-04-28T13:05:08","slug":"reliz-openbsd-7-7","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-openbsd-7-7","title":{"rendered":"Release of OpenBSD 7.7","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the free UNIX-like operating system OpenBSD 7.7 has been announced. 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 the main goals of development being portability (supporting 13 hardware platforms), standardization, correctness, proactive security, and integrated cryptographic tools. The size of the full installation ISO image of the OpenBSD 7.7 base system is 746 MB.       <\/p>\n<p>In addition to the operating system itself, the OpenBSD project is known for its components, which have gained popularity in other systems and have 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 routing daemons OpenBGPD and OpenOSPFD, the NTP server OpenNTPD, the email server OpenSMTPD, the terminal multiplexer (similar to GNU screen) tmux, the identd daemon implementing the IDENT protocol, the BSDL alternative to the GNU groff package \u2014 mandoc, the protocol for organizing fault-tolerant systems CARP (Common Address Redundancy Protocol), and a lightweight HTTP server along with the OpenRSYNC file synchronization utility.    <\/p>\n<p>Key Changes:   <\/p>\n<ul>\n<li class=\"l\"> The implementation of the Direct Rendering Manager (DRM) framework is synchronized with the Linux kernel 6.12.21 (previously 6.6.52). The inteldrm driver has added support for the GPU used in Intel processors based on the Arrow Lake microarchitecture. The amdgpu driver now supports the Ryzen AI 300 GPUs (Strix Point, Strix Halo, Krackan Point) and the Radeon RX 9070 (Navi 48).\n<li class=\"l\"> Support for the Scalable Vector Extension (SVE) instruction set has been implemented in the port for the ARM64 architecture. Power consumption states can now be displayed on systems with Apple M1 ARM chips. The operations for flushing the associative translation lookaside buffer (TLB) have been optimized in the physical memory mapping mechanism (pmap), which has accelerated kernel build tests by approximately 5%. On hardware supporting the QARMA3 cipher for user space protection, Pointer Authentication Code (PAC) authentication has been enabled.\n<li class=\"l\"> Support for the AMD SEV (Secure Encrypted Virtualization) mechanism used in virtualization systems for protecting guest systems running on x86_64 architecture via QEMU has been implemented. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vps\/\"   title=\"of virtual machines\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"2202\">of virtual machines<\/a> This protects against interference from the hypervisor or host system administrator. The psp driver, used for configuring and launching guest systems with AMD SEV enabled, has added a command for loading firmware into the chip.\n<li class=\"l\"> On x86_64 systems, the ability to allocate DMA memory regions larger than 4 GB has been added.\n<li class=\"l\"> Support has been improved for RISC-V, Sparc64, HPPA, i386, and Powerpc64 architectures.\n<li class=\"l\"> Memory shortage situations (OOM) handling has been improved in the system.\n<li class=\"l\"> The ptrace trace mechanism has been enhanced with capabilities that allow setting breakpoints in multi-threaded processes in the gdb debugger. Commands have been added to read and write the area where the state of the processor is saved in the traced process using the XSAVE instruction.\n<li class=\"l\"> BT language scripts (BPFtrace or Bug Tracing), used in the btrace tracing system, now support multi-line constructs. The btrace utility has been enhanced with additional profiles and naming of time intervals (hz, us, ms, s).\n<li class=\"l\"> A new sysctl parameter kern.audio.kbdcontrol has been added, which, when set to 0, will allow multimedia volume control keys on the keyboard to be processed as regular keys.\n<li class=\"l\"> Error handling has been improved and checks have been expanded when transitioning to sleep and waiting modes.\n<li class=\"l\"> The code for stopping processes upon receiving a signal has been redesigned, resolving issues with stopping multi-threaded processes, which were evident in packages such as golang and mpv.\n<li class=\"l\"> Support for multi-processor systems (SMP) has been enhanced. TCP input and output timers are now running in parallel, and the send() and recv() system calls have been moved to use a shared lock. Multiple user threads can now operate in parallel with different sockets, and TCP output no longer blocks the processing of IP packets.\n<p>Global locks have been removed from the system calls open, openat, ptsignal, psignal, and prsignal, as well as the sysctl parameters kern.timeout_stats, kern.allowkmem, kern.video.record, net.inet.gre.allow, net.inet.gre.wccp, kern.global_ptrace, kern.wxabort, and kern.malloc.kmemstat. The psp, wsmouse, and wstpad drivers, along with the video_filtops structure, have been made mp-safe.      <\/p>\n<li class=\"l\"> The VMM hypervisor has implemented the capability to use acpipci for attaching PCI buses.\n<li class=\"l\"> The ability to define an alternative performance policy (perfpolicy) has been provided for when the system operates on battery.\n<li class=\"l\"> A '-f file' option has been added to the sysctl command for loading all settings at once from a file. In rc-scripts, this new option is applied to load sysctl.conf entirely, instead of line-by-line parsing.\n<li class=\"l\"> The pkg_add command has implemented a call to ldconfig if the list of shared libraries has changed as a result of installing new packages.\n<li class=\"l\"> Support for new hardware has been added. Enhanced support for MediaTek and Qualcomm Snapdragon SoCs (including X Elite). Improved support for Samsung Galaxy Book4 Edge, ThinkPad T14 Gen 5, Vivobook, ThinkPad X1 Nano Gen 2, ThinkPad X13, and various Chromebooks. Added the ice driver for Intel E810 Ethernet 1Gb\/10Gb\/25Gb\/50Gb\/100Gb and the ixv driver for Intel Ethernet 82598EB, 82559, and X540 virtual functions. Continued work on offloading network operations to network cards.\n<li class=\"l\"> In sysupgrade, a mode for offline system upgrades using packages saved in local FS has been implemented.\n<li class=\"l\"> The fw_update utility now allows the loading (but not installation) of firmware by regular users without root privileges. A '-l' flag has been added to output a list of drivers and files.\n<li class=\"l\"> For the sshd-auth process, protection against vulnerability exploitation has been enabled, based on random relinking of the executable on each system boot. Relinking makes function offsets less predictable, making it harder to create exploits that use return-oriented programming methods.\n<li class=\"l\"> Process isolation for mountd has been ensured using the unveil system call.\n<li class=\"l\"> Support for AF_FRAME sockets and the IFT_ETHER protocol family has been implemented in the network stack, allowing applications to send and receive Ethernet frames. A new hashing method has been introduced for outgoing UDP and TCP packets, optimizing traffic distribution across queues and significantly speeding up (~20%) UDP transmission for IPv4\/IPv6 and TCP for IPv6. For the tun device, ioctl TUNSCAP has been implemented, and communication between the kernel and user space has been optimized. A separate routing cache for each thread has been realized. The vio driver has been enabled with multiqueue mode.\n<li class=\"l\"> In the pfctl utility for network interfaces and queues, it is now allowed to define bandwidth exceeding 4Gbit.\n<li class=\"l\"> In iked, the IKEv2 implementation for IPsec, a 'natt' option has been added for forcing the use of nat-t.\n<li class=\"l\"> In relayd, the background process for redirecting and load balancing requests, support for client-side has been implemented. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/ssl-sertifikat\/\"   title=\"for TLS certificates\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"974\">for TLS certificates<\/a>.\n<li class=\"l\"> The network performance measurement tool tcpbench has added support for TLS.\n<li class=\"l\"> Support for RFC 8654 (BGP Extended Message) and RFC 8538 (BGP Notification Message) has been implemented in bgpd, with the 'reject as-set' option enabled by default, and Adj-RIB-Out caching has been ensured.\n<li class=\"l\"> LibreSSL 4.1.0 has added experimental support for the loongarch64 architecture, introduced new assembly implementations of the SHA-1, SHA-256, and SHA-512 algorithms for the amd64 architecture (utilizing the SHA-NI instruction), new assembly implementations of SHA-256 and SHA-512 for Aarch64 (using the CE extension), simplified the MD5 implementation for amd64, and provided caching of the revoked certificate list (CRLs). The ML-KEM 768 and 1024 implementation has been ported from BoringSSL.\n<li class=\"l\"> OpenSSH has been updated. The change log can be found in the OpenSSH 10 announcement (support for DSA digital signatures has been removed, authentication operations have been moved to a separate sshd-auth process, and a hybrid key exchange algorithm 'mlkem768x25519-sha256' is enabled by default).\n<li class=\"l\"> The number of ports for the AMD64 architecture reached 12,593 (up from 12,312), for aarch64 \u2014 12,446 (up from 12,148), and for i386 \u2014 10,429 (down from 10,534). Among the application versions in the ports:\n<ul>\n<li> Asterisk 16.30.1, 18.26.1, 20.13.0, and 22.3.0\n<li> Audacity 3.7.3\n<li> CMake 3.31.6\n<li> Chromium 135.0.7049.52\n<li> Emacs 30.1\n<li> FFmpeg 6.1.2\n<li> GCC 8.4.0 and 11.2.0\n<li> GNOME 47\n<li> Go 1.24.1\n<li> JDK 8u442, 11.0.26, 17.0.14, and 21.0.6\n<li> KDE Gears 24.12.3\n<li> KDE Frameworks 6.12.0\n<li> KDE Plasma 6.3.3\n<li> Krita 5.2.9\n<li> LLVM\/Clang 13.0.0, 16.0.6, 18.1.8, 19.1.7\n<li> LibreOffice 25.2.1.2\n<li> Lua 5.1.5, 5.2.4, 5.3.6, 5.4.7\n<li> MariaDB 11.4.5\n<li> Mono 6.12.0.199\n<li> Mozilla Firefox 137.0 and ESR 128.9.0\n<li> Mozilla Thunderbird 128.9.0\n<li> Mutt 2.2.14 and NeoMutt 20250113\n<li> Node.js 22.14.0\n<li> OpenLDAP 2.6.9\n<li> PHP 8.2.28, 8.3.19, and 8.4.5\n<li> Postfix 3.10.1\n<li> PostgreSQL 17.4\n<li> Python 2.7.18 and 3.12.9\n<li> Qt 5.15.16 (+ patches from the KDE project) and 6.8.2\n<li> Ruby 3.2.8, 3.3.7, 3.4.2\n<li> Rust 1.86.0\n<li> SQLite 3.49.1\n<li> Shotcut 25.01.25\n<li> Sudo 1.9.16p1\n<li> Suricata 7.0.7\n<li> Tcl\/Tk 8.5.19 and 8.6.16\n<li> Vim 9.1.1265 and Neovim 0.10.4\n<li> Xfce 4.20.0   <\/ul>\n<li class=\"l\"> Third-party components included in OpenBSD 7.7 have been updated:\n<ul>\n<li class=\"l\"> The Xenocara graphic stack based on X.Org 7.7 with xserver 21.1.16 + patches, freetype 2.13.3, fontconfig 2.15.0, Mesa 23.3.6, xterm 395, xkeyboard-config 2.20, fonttosfnt 1.2.4.\n<li> LLVM\/Clang 16.0.6 (+ patches)\n<li> GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)\n<li> Perl 5.40.1 (+ patches)\n<li> NSD 4.9.1\n<li> Unbound 1.22.0\n<li> Ncurses 6.4\n<li> Binutils 2.17 (+ patches)\n<li> Gdb 6.3 (+ patches)\n<li> Awk 20250116\n<li> Expat 2.7.1\n<li> zlib 1.3.1 (+ patches)   <\/ul>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63148\">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 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.7. \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 \u0420\u0430\u0430\u0434\u0442 \u0441 \u0433\u0440\u0443\u043f\u043f\u043e\u0439 \u0435\u0434\u0438\u043d\u043e\u043c\u044b\u0448\u043b\u0435\u043d\u043d\u0438\u043a\u043e\u0432 \u0441\u043e\u0437\u0434\u0430\u043b \u043d\u0430 \u0431\u0430\u0437\u0435 \u0434\u0435\u0440\u0435\u0432\u0430 \u0438\u0441\u0445\u043e\u0434\u043d\u044b\u0445 \u0442\u0435\u043a\u0441\u0442\u043e\u0432 NetBSD \u043d\u043e\u0432\u0443\u044e \u043e\u0442\u043a\u0440\u044b\u0442\u0443\u044e [&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-123698","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - 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 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.7.\" \/>\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-openbsd-7-7\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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 OpenBSD 7.7 | 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 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.7.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-openbsd-7-7\" \/>\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=\"2025-04-28T13:05:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-04-28T13:05:08+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.7 Release | ProHoster","description":"The release of the free UNIX-like operating system OpenBSD 7.7 has been announced.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-openbsd-7-7","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 OpenBSD 7.7 | 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 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.7.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-openbsd-7-7","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":"2025-04-28T13:05:08+00:00","article:modified_time":"2025-04-28T13:05:08+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"123698","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 17:45:58","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 12:31:19","updated":"2026-02-09 17:45:58","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\/123698","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=123698"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123698\/revisions"}],"predecessor-version":[{"id":159446,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/123698\/revisions\/159446"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=123698"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=123698"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=123698"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}