{"id":110888,"date":"2023-10-17T03:10:16","date_gmt":"2023-10-17T01:10:16","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-openbsd-7-4"},"modified":"2023-10-17T03:10:16","modified_gmt":"2023-10-17T01:10:16","slug":"vypusk-openbsd-7-4","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-4","title":{"rendered":"Release OpenBSD 7.4","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>The release of the free UNIX-like operating system OpenBSD 7.4 has been presented. The OpenBSD project was founded by Theo de Raadt in 1995 after a conflict with the NetBSD developers, which resulted in Theo being locked out of the NetBSD CVS repository. Following this, Theo de Raadt and a group of like-minded individuals created a new open operating system based on the NetBSD source tree, with the main development goals being portability (supporting 13 hardware platforms), standardization, correct operation, proactive security, and integrated cryptographic tools. The size of the full installation ISO image of the base system OpenBSD 7.4 is 630 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 Improvements:   <\/p>\n<ul>\n<li class=\"l\"> Components for updating the microcode for AMD processors have been added for amd64 and i386 architectures. New versions of the microcode are automatically installed at boot time. A port has been prepared for distributing the microcode binaries: 'ports\/sysutils\/firmware\/amd'. The installation of the new microcode is carried out using the standard utility fw_update. Similar support for microcode updates for Intel processors was implemented in 2018 and offered in the OpenBSD 6.3 release.\n<li class=\"l\"> For the kernel and user space, protections mechanisms IBT (Indirect Branch Tracking, amd64) and BTI (Branch Target Identification, arm64) have been included, designed to block disruptions to normal execution order (control flow) as a result of exploits that alter stored function pointers in memory (the implemented protection does not allow malicious code to jump to the middle of a function).\n<li class=\"l\"> On systems with arm64 architecture, pointer authentication has been enabled for user space protection. This technology allows the use of specialized ARM64 instructions to verify return addresses using digital signatures stored in the unused upper bits of the pointer itself.\n<li class=\"l\"> The settings for the system compiler clang, as well as clang and gcc from the ports, have been modified to apply the aforementioned protection mechanisms, significantly strengthening the protection of all core applications and most applications from ports against exploits that use return-oriented programming (ROP) methods. In ROP technique, the attacker does not attempt to place their code in memory but operates with existing snippets of machine instructions in the loaded libraries that end with a return instruction (usually the endings of library functions). The exploit operates by constructing a chain of calls to such blocks ('gadgets') to achieve the desired functionality.\n<li class=\"l\"> A new system call kqueue1 has been added, differing from kqueue by the way it handles flags. Currently, kqueue1 only supports the O_CLOEXEC (close-on-exec) flag for automatic closure of file descriptors in the child process after the exec() call.\n<li class=\"l\"> Support for the pseudo-device dt has been implemented for amd64 and i386 architectures to organize dynamic tracing of systems and applications. A system call utrace has been added to insert user records into the ktrace log.\n<li class=\"l\"> Fixes have been ported from FreeBSD to eliminate undefined behavior when using MS-DOS file systems.\n<li class=\"l\"> The softdep mounting option applied for delayed grouped metadata writes has been disabled.\n<li class=\"l\"> Programs secured by the unveil system call are allowed to save core dumps in the current working directory.\n<li class=\"l\"> For the ARM64 architecture, the ability to transition into deep idle states available in Apple M1\/M2 chips has been implemented for energy savings and sleep mode realization.\n<li class=\"l\"> A bypass protection against the Zenbleed vulnerability in AMD processors has been added.\n<li class=\"l\"> Support for multiprocessor systems (SMP) has been improved. The arprequest() function, code for processing incoming ARP packets, and implementation for neighbor discovery in the IPv6 stack have been freed from locks.\n<li class=\"l\"> The interface for synchronizing the packet filter tables pfsync has been rewritten to improve locking performance and compatibility with future efforts aimed at parallelizing the network stack.\n<li class=\"l\"> The implementation of the Direct Rendering Manager (drm) framework has been synchronized with the Linux kernel 6.1.55 (previous release was 6.1.15). Performance has been improved on systems with Intel processors based on Alder Lake and Raptor Lake microarchitectures.\n<li class=\"l\"> Enhancements have been made to the VMM hypervisor. Support for a multi-threaded model for block and network virtio devices has been implemented in vmd. The block virtio device now supports vector input\/output in zero-copy mode. Access to AMD processors' p-state modes has been restricted for guest systems. Owners are allowed to override the loaded kernel through vmctl. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vps\/\"   title=\"of virtual machines\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"2146\">of virtual machines<\/a> Owners are permitted to override the loaded kernel through vmctl.\n<li class=\"l\"> A new header file uchar.h has been added containing the types char32_t and char16_t, along with the functions c32rtomb(), mbrtoc32(), c16rtomb(), and mbrtoc16(), as specified in the C11 standard.\n<li class=\"l\"> An option 'D' has been added to the malloc function for detecting memory leaks using ktrace ('MALLOC_OPTIONS=D ktrace -tu program') and kdump ('kdump -u malloc ...').\n<li class=\"l\"> Support for the ${.VARIABLES} variable has been added to the make utility to output the names of all set global variables.\n<li class=\"l\"> An option '-u' has been added to the kdump utility for selecting utrace tracing points based on a specified label.\n<li class=\"l\"> Openrsync has been updated with the options '--size-only' and '--ignore-times'.\n<li class=\"l\"> Cron and crontab have added support for random offsets when specifying value ranges with a given step, which helps avoid simultaneous resource requests from different machines with identical rules in cron. For example, specifying '0~59\/30' or '~\/30' in the minute field will result in the command running twice an hour through sequentially randomly selected intervals.\n<li class=\"l\"> The wsconsctl utility has been enhanced with the ability to map buttons for two or three finger taps on the touchpad.\n<li class=\"l\"> Support for new hardware has been added, and new drivers have been included.\n<li class=\"l\"> Installation on systems with armv7 and arm64 processors has been improved.\n<li class=\"l\"> Support for loading files from the EFI System Partition has been added.\n<li class=\"l\"> The installer has improved support for software RAID (softraid). The ability to place the root partition in softraid on riscv64 and arm64 systems has been added. Softraid has been included in ramdisk for the powerpc64 architecture. For arm64, support for disk encryption (Guided Disk Encryption) has been implemented.\n<li class=\"l\"> The malloc function now checks all blocks in the delayed memory release list to detect instances of writing to freed memory regions.\n<li class=\"l\"> To execute the shutdown command, users must now be added to the group &#171;_shutdown&#187;, which allows for a separation of powers related to shutting down and direct reading from disk devices.\n<li class=\"l\"> Using the unveil system call, the patch utility is limited in access only to the current directory, the temporary file directory, and files listed in the command line.\n<li class=\"l\"> A new sysctl net.inet6.icmp6.nd6_queued has been added to display the number of packets awaiting ND6 responses (similar to ARP).\n<li class=\"l\"> When configuring an IPv6 address on a network interface, an announcement is sent to neighboring routers using the multicast address.\n<li class=\"l\"> Initial support for TSO (TCP Segmentation Offload) and LRO (TCP Large Receive Offload) has been added for processing segments and merging packets on the network card side.\n<li class=\"l\"> The loading process from the kernel of the packet filtering rules pf has been accelerated by the pfctl utility. The processing of &#171;keep state&#187; and &#171;nat-to&#187; actions for error messages returned via ICMP has been enabled.\n<li class=\"l\"> Checksum calculations for IP, TCP, and UDP have been disabled for loopback interfaces.\n<li class=\"l\"> Initial support added <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/vpn\/\"   title=\"VPN\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"243\">VPN<\/a> IPsec, dependent on routing (route-based).\n<li class=\"l\"> Support for Flowspec (RFC5575) has been added to bgpd (currently only supporting the announcement of flowspec rules). The implementation of ASPA (Autonomous System Provider Authorization) has been brought in line with the specifications draft-ietf-sidrops-aspa-verification-16 and draft-ietf-sidrops-aspa-profile-16, and has been transitioned to use AFI-independent lookup tables.\n<li class=\"l\"> Performance of the rpki-client has been increased by 30-50%. Support for gzip and deflate compression has been added.\n<li class=\"l\"> Packages LibreSSL and OpenSSH have been updated. A detailed overview of improvements can be found in the reviews for LibreSSL 3.8.0, OpenSSH 9.4, and OpenSSH 9.5.\n<li class=\"l\"> The number of ports for the AMD64 architecture is 11845 (up from 11764), for aarch64 \u2014 11508 (down from 11561), and for i386 \u2014 10603 (up from 10572). Among the application versions in the ports:\n<ul>\n<li>Asterisk 16.30.1, 18.19.0, 20.4.0      <\/li>\n<li>Audacity 3.3.3      <\/li>\n<li>CMake 3.27.5      <\/li>\n<li>Chromium 117.0.5938.149      <\/li>\n<li>Emacs 29.1      <\/li>\n<li>FFmpeg 4.4.4      <\/li>\n<li>GCC 8.4.0 and 11.2.0      <\/li>\n<li>GHC 9.2.7      <\/li>\n<li>GNOME 44      <\/li>\n<li>Go 1.21.1      <\/li>\n<li>JDK 8u382, 11.0.20, and 17.0.8      <\/li>\n<li>KDE Applications 23.08.0      <\/li>\n<li>KDE Frameworks 5.110.0      <\/li>\n<li>Krita 5.1.5      <\/li>\n<li>LLVM\/Clang 13.0.0 and 16.0.6      <\/li>\n<li>LibreOffice 7.6.2.1      <\/li>\n<li>Lua 5.1.5, 5.2.4, 5.3.6, and 5.4.6      <\/li>\n<li>MariaDB 10.9.6      <\/li>\n<li>Mono 6.12.0.199      <\/li>\n<li>Mozilla Firefox 118.0.1 and ESR 115.3.1      <\/li>\n<li>Mozilla Thunderbird 115.3.1      <\/li>\n<li>Mutt 2.2.12 and NeoMutt 20230517      <\/li>\n<li>Node.js 18.18.0      <\/li>\n<li>OpenLDAP 2.6.6      <\/li>\n<li>PHP 7.4.33, 8.0.30, 8.1.24, and 8.2.11      <\/li>\n<li>Postfix 3.7.3      <\/li>\n<li>PostgreSQL 15.4      <\/li>\n<li>Python 2.7.18, 3.9.18, 3.10.13, and 3.11.5      <\/li>\n<li>Qt 5.15.10 and 6.5.2      <\/li>\n<li>R 4.2.3      <\/li>\n<li>Ruby 3.0.6, 3.1.4, and 3.2.2      <\/li>\n<li>Rust 1.72.1      <\/li>\n<li>SQLite 3.42.0      <\/li>\n<li>Shotcut 23.07.29      <\/li>\n<li>Sudo 1.9.14.2      <\/li>\n<li>Suricata 6.0.12      <\/li>\n<li>Tcl\/Tk 8.5.19 and 8.6.13      <\/li>\n<li>TeX Live 2022      <\/li>\n<li>Vim 9.0.1897 and Neovim 0.9.1      <\/li>\n<li>Xfce 4.18    <\/li>\n<\/ul>\n<li class=\"l\"> Third-party components included in OpenBSD 7.3 have been updated:\n<ul>\n<li class=\"l\"> The Xenocara graphical stack based on X.Org 7.7 with xserver 21.1.8 + patches, freetype 2.13.0, fontconfig 2.14.2, Mesa 22.3.7, xterm 378, xkeyboard-config 2.20, fonttosfnt 1.2.2.  <\/li>\n<li class=\"l\">    LLVM\/Clang 13.0.0 (+ patches)  <\/li>\n<li class=\"l\">    GCC 4.2.1 (+ patches) and 3.3.6 (+ patches)  <\/li>\n<li class=\"l\">    Perl 5.36.1 (+ patches)  <\/li>\n<li class=\"l\">    NSD 4.7.0  <\/li>\n<li class=\"l\">    Unbound 1.18  <\/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 12.9.2023  <\/li>\n<li class=\"l\">  Expat 2.5.0.  <\/li>\n<\/ul>\n<\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=59942\">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.4. \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-110888","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 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.4.\" \/>\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-4\" \/>\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.4 | 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.4.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-4\" \/>\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=\"2023-10-17T01:10:16+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-10-17T01:10:16+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\udd47 OpenBSD 7.4 Release | ProHoster","description":"The release of the free UNIX-like operating system OpenBSD 7.4 has been announced.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-4","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.4 | 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.4.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-openbsd-7-4","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":"2023-10-17T01:10:16+00:00","article:modified_time":"2023-10-17T01:10:16+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"110888","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":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-02-04 14:42:29","updated":"2026-02-09 17:11:35","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\/110888","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=110888"}],"version-history":[{"count":2,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/110888\/revisions"}],"predecessor-version":[{"id":159390,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/110888\/revisions\/159390"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=110888"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=110888"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=110888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}