{"id":140334,"date":"2025-08-09T23:12:05","date_gmt":"2025-08-09T21:12:05","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/reliz-debian-13"},"modified":"2025-08-09T23:12:05","modified_gmt":"2025-08-09T21:12:05","slug":"reliz-debian-13","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-13","title":{"rendered":"Release of Debian 13","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After two years of development, Debian 13 \"Trixie\" has been released and is available for eight officially supported architectures: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC 64 (ppc64el), and IBM System z (s390x). Updates for Debian 13 will be released over a period of 5 years.    <\/p>\n<p>Installation images are available for download via HTTP, jigdo, or BitTorrent. For the amd64 architecture, LiveUSBs have been developed, available in GNOME, KDE, LXDE, Xfce, Cinnamon, and MATE variants, as well as a multi-architecture DVD combining packages for the amd64 platform with additional packages for the i386 architecture. Before the migration procedure from Debian 12, please refer to the following document.      <\/p>\n<p>The repository includes 69,830 binary packages, which is 5,411 packages more than what was offered in Debian 12. Compared to Debian 12, 14,116 new binary packages have been added, 8,844 (12%) outdated or abandoned packages have been removed, and 44,326 (63%) packages have been updated. The total combined size of all source texts offered in the distribution amounts to 1,463,291,186 lines of code. The total size of all packages is 403 GB.       <\/p>\n<p>Reproducible builds are supported for 96.9% of packages, allowing verification that the executable was built exactly from the declared source texts and contains no unauthorized changes, which could potentially be introduced through attacks on the build infrastructure or backdoors in the compiler.    <\/p>\n<p>Key changes in Debian 13.0:  <\/p>\n<ul>\n<li class=\"l\"> An official port of the distribution for 64-bit RISC-V architecture systems has been added.\n<li class=\"l\"> A \"loong64\" port has been added for systems based on the LoongArch instruction set architecture, used in Loongson 3 5000 processors, which implements an ISA similar to MIPS and RISC-V. The port is not included among the officially supported ones.\n<li class=\"l\"> The \"mipsel\" and \"mips64el\" ports for systems based on the MIPS architecture have been removed. The \"mipsel\" port was one of the oldest supported ports of Debian, surpassed only by the port for i386 processors. The reason for removal was technical issues, such as a user-space memory size limit of 2GB and assembly problems.\n<li class=\"l\"> The formation of official installation images and packages with a kernel for 32-bit x86 systems has been discontinued, but the presence of an officially supported package repository and a multi-arch repository has been maintained, along with the ability to deploy 32-bit environments in isolated containers and tools for building 32-bit applications. The i386 architecture in Debian is now limited to supporting the execution of 32-bit applications in a 64-bit x86_64 environment (SSE2 instructions, which are unavailable in most 32-bit processors supported in Debian 12, are used during building).\n<li class=\"l\"> The year 2038 problem has been fully resolved. All packages have been transitioned to use the 64-bit time_t type in the distribution ports for 32-bit architectures, where the 32-bit time_t type was still used (this cannot handle time beyond January 19, 2038, due to the overflow of the second counter since January 1, 1970).\n<li class=\"l\"> The installer has updated the EFI partition management logic and added a recovery mode for systems installed in a Btrfs subsection. Unneeded firmware that cannot operate without non-free packages or is useless under current kernel settings has been excluded. Support for grub-legacy and win32-loader has been discontinued. The use of non-ASCII characters in full usernames has been restored. Support has been added for the following boards and devices: Pine64 Pinebook, MNT Reform 2, AM64x HummingBoard-T, Pine64 Star64, Wandboard rev D1, as well as laptops and tablets based on the ARM SoC Snapdragon X Elite.\n<li class=\"l\"> A remote boot mode \"HTTP Boot\" has been added to the installer and Live builds, allowing boot images to be delivered via HTTP (the ISO image URL is entered in the UEFI firmware or U-Boot interface).\n<li class=\"l\"> For storing the directory with temporary files \/tmp, the tmpfs file system has been utilized, using a RAM disk that can be swapped to a swap partition in case of low free memory. The use of tmpfs helps reduce the number of write operations to the physical storage, decrease hard drive power consumption, extend the lifespan of SSDs, and increase performance when working with temporary files. To revert \/tmp storage back to a regular file system, the command \"systemctl mask tmp.mount\" can be used.\n<li class=\"l\"> The commands last, lastb, and lastlog have been excluded, which were tied to the files \/var\/log\/wtmp, \/var\/log\/btmp, \/var\/run\/utmp, and \/var\/log\/lastlog, using a 32-bit time_t type that cannot be replaced with a 64-bit without modifying the Glibc ABI and breaking application compatibility. Instead of these utilities, it is recommended to use the utilities wtmpdb, lastlog2, and lslogins.\n<li class=\"l\"> The systemd-cryptsetup package has been used for detecting and mounting encrypted filesystems.\n<li class=\"l\"> On systems with AMD64 and ARM64 architecture, Intel CET (Control-flow Enforcement Technology), ARM PAC (Pointer Authentication), and BTI (Branch Target Identification) extensions are employed to protect against exploits that utilize return-oriented programming (ROP). When using ROP techniques, the attacker does not attempt to place their own code in memory, but rather manipulates existing machine instruction sequences in loaded libraries that end with a return instruction (typically the endings of library functions). The exploit's operation involves constructing a chain of calls to similar blocks (referred to as 'gadgets') to achieve the desired functionality. The essence of the protection is that after control is transferred to a function, the return addresses are stored by the processor not only in the conventional stack but also in a separate shadow stack that cannot be modified directly.\n<li class=\"l\"> Support for the run0 utility, included in systemd for running processes under the identifiers of other users, has been added. This utility is implemented as an add-on to the systemd-run command and is presented as a more secure alternative to the sudo program.\n<li class=\"l\"> The APT 3.0 branch of the package manager has been activated, which features a revamped user interface, the Solver3 dependency resolution engine, added support for snapshots, discontinued the use of the apt-key utility, introduced a crypto backend for the OpenSSL library, and implemented the 'dist-clean' command.\n<li class=\"l\"> The debian-repro-status command has been added to check the state of reproducible builds for packages installed in the current system.\n<li class=\"l\"> The migration of the distribution from using a separate \/usr partition to a layout where the \/bin, \/sbin, and \/lib* directories are implemented as symbolic links to the corresponding directories within \/usr has been completed.\n<li class=\"l\"> The Linux kernel has been updated to version 6.12. New releases of systemd 257, bash 5.2.37, Glibc 2.41, and OpenSSL 3.5 have been utilized.\n<li class=\"l\"> The release includes desktop environments GNOME 48, KDE Plasma 6.3, LXDE 13, LXQt 2.1.0, and Xfce 4.20. The graphics stack has been updated.\n<li class=\"l\">  User applications have been updated, including LibreOffice 25.2, GIMP 3.0.2, Inkscape 1.4, and Vim 9.1.\n<li class=\"l\"> Server applications have been updated, including BIND 9.20, Postfix 3.10, Exim 4.98, PostgreSQL 17, MariaDB 11.8, nginx 1.26, OpenJDK 21, OpenSSH 10.0, Samba 4.22, QEMU 10.0, Docker 26.1.5, and Xen 4.20.\n<li class=\"l\"> Development tools have been updated, such as GCC 14.2, LLVM\/Clang 19, Perl 5.40, PHP 8.4, Python 3.13, Rust 1.85, and Go 1.24.\n<ul>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=63702\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian 13 &#171;Trixie&#187;, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0432\u043e\u0441\u044c\u043c\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC 64 (ppc64el) \u0438 IBM System z (s390x). \u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0434\u043b\u044f Debian 13 \u0431\u0443\u0434\u0443\u0442 \u0432\u044b\u043f\u0443\u0441\u043a\u0430\u0442\u044c\u0441\u044f \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 5 \u043b\u0435\u0442. \u0414\u043b\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0438 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043e\u0447\u043d\u044b\u0435 \u043e\u0431\u0440\u0430\u0437\u044b, \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u043c\u043e\u0436\u043d\u043e \u043f\u043e HTTP, jigdo [&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-140334","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\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian 13 &quot;Trixie&quot;, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0432\u043e\u0441\u044c\u043c\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC.\" \/>\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-debian-13\" \/>\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 Debian 13 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian 13 &quot;Trixie&quot;, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0432\u043e\u0441\u044c\u043c\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-13\" \/>\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-08-09T21:12:05+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-08-09T21:12:05+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\udd47Debian 13 Release | ProHoster","description":"After two years of development, Debian 13 'Trixie' has been released, available for eight officially supported architectures: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, and PowerPC.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-13","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 Debian 13 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043b\u0441\u044f \u0440\u0435\u043b\u0438\u0437 Debian 13 &quot;Trixie&quot;, \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b\u0439 \u0434\u043b\u044f \u0432\u043e\u0441\u044c\u043c\u0438 \u043e\u0444\u0438\u0446\u0438\u0430\u043b\u044c\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440: Intel IA-32\/x86 (i686), AMD64\/x86-64, ARM EABI (armel), ARM64, ARMv7 (armhf), RISC-V, PowerPC.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/reliz-debian-13","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-08-09T21:12:05+00:00","article:modified_time":"2025-08-09T21:12:05+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"140334","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-01-23 14:12:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2026-01-23 14:12:19","updated":"2026-01-23 14:12: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\/140334","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=140334"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/140334\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=140334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=140334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=140334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}