-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 22 Aug 2026 22:38:30 +0300 Source: erlang Binary: erlang-asn1 erlang-asn1-dbgsym erlang-base erlang-base-dbgsym erlang-common-test erlang-common-test-dbgsym erlang-crypto erlang-crypto-dbgsym erlang-debugger erlang-dev erlang-dialyzer erlang-dialyzer-dbgsym erlang-diameter erlang-edoc erlang-eldap erlang-et erlang-eunit erlang-ftp erlang-inets erlang-megaco erlang-megaco-dbgsym erlang-mnesia erlang-observer erlang-odbc erlang-odbc-dbgsym erlang-os-mon erlang-os-mon-dbgsym erlang-parsetools erlang-public-key erlang-reltool erlang-runtime-tools erlang-runtime-tools-dbgsym erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tftp erlang-tools erlang-wx erlang-wx-dbgsym erlang-xmerl Architecture: s390x Version: 1:27.3.4.1+dfsg-1+deb13u3 Distribution: trixie-security Urgency: medium Maintainer: s390x Build Daemon (ziehrer) Changed-By: Sergei Golovan Description: erlang-asn1 - Erlang/OTP modules for ASN.1 support erlang-base - Erlang/OTP virtual machine and base applications erlang-common-test - Erlang/OTP application for automated testing erlang-crypto - Erlang/OTP cryptographic modules erlang-debugger - Erlang/OTP application for debugging and testing erlang-dev - Erlang/OTP development libraries and headers erlang-dialyzer - Erlang/OTP discrepancy analyzer application erlang-diameter - Erlang/OTP implementation of RFC 6733 protocol erlang-edoc - Erlang/OTP module for generating documentation erlang-eldap - Erlang/OTP LDAP library erlang-et - Erlang/OTP event tracer application erlang-eunit - Erlang/OTP module for unit testing erlang-ftp - Erlang/OTP FTP client erlang-inets - Erlang/OTP Internet clients and servers erlang-megaco - Erlang/OTP implementation of Megaco/H.248 protocol erlang-mnesia - Erlang/OTP distributed relational/object hybrid database erlang-observer - Erlang/OTP application for investigating distributed systems erlang-odbc - Erlang/OTP interface to SQL databases erlang-os-mon - Erlang/OTP operating system monitor erlang-parsetools - Erlang/OTP parsing tools erlang-public-key - Erlang/OTP public key infrastructure erlang-reltool - Erlang/OTP release management tool erlang-runtime-tools - Erlang/OTP runtime tracing/debugging tools erlang-snmp - Erlang/OTP SNMP applications erlang-ssh - Erlang/OTP implementation of SSH protocol erlang-ssl - Erlang/OTP implementation of SSL erlang-syntax-tools - Erlang/OTP modules for handling abstract Erlang syntax trees erlang-tftp - Erlang/OTP TFTP client and server erlang-tools - Erlang/OTP various tools erlang-wx - Erlang/OTP bindings to wxWidgets erlang-xmerl - Erlang/OTP XML tools Closes: 1139727 1139823 1141414 1142985 Changes: erlang (1:27.3.4.1+dfsg-1+deb13u3) trixie-security; urgency=medium . [ Aron Xu ] * Add a series of patches by upstream, which fix a set of vulnerabilities: - Fix CVE-2026-48855: Exposure of Sensitive Information to an Unauthorized Actor vulnerability in Erlang OTP ssh application (ssh_sftpd module). - Fix CVE-2026-48856: Sensitive Data Exposure vulnerability in Erlang OTP inets application (httpc_response module). - Fix CVE-2026-48858: Server-Side Request Forgery (SSRF) vulnerability in Erlang/OTP ftp application (ftp_internal module). - Fix CVE-2026-48859: Observable Timing Discrepancy vulnerability in Erlang/OTP ssh application (ssh_auth, ssh_options modules). - Fix CVE-2026-48860: Reliance on IP Address for Authentication vulnerability in Erlang/OTP ssl application (inet_tls_dist module). - Fix CVE-2026-49759: Stack-based Buffer Overflow vulnerability in Erlang OTP erts (inet_drv). - Fix CVE-2026-49760: Stack-based Buffer Overflow vulnerability in Erlang OTP (erl_interface). Closes: #1139727, #1139823. - Fix CVE-2026-53422: Observable Response Discrepancy vulnerability in Erlang OTP ssh application (ssh_sftpd module). - Fix CVE-2026-54886: Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in Erlang OTP ssh application (ssh_sftpd module). - Fix CVE-2026-54887: Use of Default Cryptographic Key vulnerability in Erlang/OTP ssl application (DTLS server) - Fix CVE-2026-54891: Improper Enforcement of Message Integrity During Transmission in a Communication Channel vulnerability in Erlang/OTP ssl application (tls_gen_connection module). - Fix CVE-2026-55950: Time-of-check Time-of-use (TOCTOU) race condition vulnerability in Erlang/OTP ssl application (dtls_packet_demux module). - Fix CVE-2026-55952: The Erlang/OTP ssl application does not validate that the PSK identity list and binder list carried in a TLS 1.3 ClientHello pre-shared key extension have equal length before passing them to the session ticket handler. Closes: #1141414. - Fix CVE-2026-42792: Improper Handling of Exceptional Conditions vulnerability in Erlang/OTP epmd daemon. - Fix CVE-2026-47078: Relative Path Traversal vulnerability in Erlang/OTP stdlib (zip module). - Fix CVE-2026-54890: Integer Underflow (Wrap or Wraparound) vulnerability in Erlang/OTP erts. - Fix CVE-2026-55737: Signed to Unsigned Conversion Error and Out-of-bounds Write vulnerability in Erlang/OTP erts. - Fix CVE-2026-55953: The Erlang/OTP ssl TLS and DTLS client does not verify that the cipher suite selected by the server in ServerHello was among the suites offered by the client in ClientHello. - Fix CVE-2026-58227: The Erlang/OTP ssl application does not detect cycles when reconstructing an incomplete peer certificate chain during a TLS or DTLS handshake. - Fix CVE-2026-59250: Buffer overflow in the Erlang/OTP megaco flex scanner C driver allows a remote unauthenticated attacker to corrupt the driver's memory. - Fix CVE-2026-59251: Allocation of resources without limits in Erlang/OTP public_key certificate path validation allows a remote unauthenticated attacker to cause denial of service. Closes: #1142985. - Fix CVE-2026-28808: Incorrect Authorization vulnerability in Erlang/OTP (inets modules) allows unauthenticated access to CGI scripts. - Fix CVE-2026-28810: Generation of Predictable Numbers or Identifiers vulnerability in Erlang/OTP kernel (inet_res, inet_db modules) allows DNS Cache Poisoning. - Fix CVE-2026-32144: Improper Certificate Validation vulnerability in Erlang/OTP public_key (pubkey_ocsp module) allows OCSP designated-responder authorization bypass via missing signature verification. - Fix CVE-2026-32147: Vulnerability in the SFTP server where file attributes could be modified outside the configured root directory. - Fix CVE-2026-42789: Improper Following of a Certificate's Chain of Trust vulnerability in Erlang/OTP public_key application allows a non-CA certificate to be accepted as an intermediate issuer. - Fix CVE-2026-42790: Improper Certificate Validation vulnerability in Erlang/OTP public_key application allows a DNS nameConstraints bypass via subject CommonName fallback in TLS hostname verification. - Fix CVE-2026-42791: Improper Certificate Validation vulnerability in Erlang/OTP public_key application allows forged OCSP responses signed with an expired responder certificate to be accepted as valid. Checksums-Sha1: 9fa1b49b1f2458dfcefab92cd8b3f71354413433 23260 erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 76bc5673583c3ae2592386963791e15685c0bd2e 895480 erlang-asn1_27.3.4.1+dfsg-1+deb13u3_s390x.deb e0f85c6fd21ffeb298ed1c762640585f163dec70 7518304 erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 60fc4f4a001b9a73f8173a7fc3dff71bc2d88f64 11076900 erlang-base_27.3.4.1+dfsg-1+deb13u3_s390x.deb 15e44c1f0af499bd5723077f30b44695ced99806 38016 erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 537b44e6f4bd985af02b3bd1e5b1b91a08ef919c 1315956 erlang-common-test_27.3.4.1+dfsg-1+deb13u3_s390x.deb 5ea379774c0a686cce4850fb4b9916cf16f33a3d 125316 erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8b5214c92723a2e30ed9ba30e3a5513f9c9ece44 181108 erlang-crypto_27.3.4.1+dfsg-1+deb13u3_s390x.deb 6e622d43d9bb995013167708c7c045306494cc95 481728 erlang-debugger_27.3.4.1+dfsg-1+deb13u3_s390x.deb d2dfc203b7da00691b781f92f186dffc4cd4154d 301292 erlang-dev_27.3.4.1+dfsg-1+deb13u3_s390x.deb d9838f356487fd9f156b34ca56447956ca04a0f2 72392 erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb cc956a6f29dd86861b70bcf797912d1edd3a93e2 1078348 erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_s390x.deb b9240b02e0e93f19db964c52bcb751ab0b59705a 814972 erlang-diameter_27.3.4.1+dfsg-1+deb13u3_s390x.deb 422ca66afb98d055ce08712849c8f8bbc7c50d26 462164 erlang-edoc_27.3.4.1+dfsg-1+deb13u3_s390x.deb ad0bf6045a8d13727457c871a9f9b34f4c9b22bc 140464 erlang-eldap_27.3.4.1+dfsg-1+deb13u3_s390x.deb 98edab0afe7ae164bce2622eed2b1ba024aa8761 187632 erlang-et_27.3.4.1+dfsg-1+deb13u3_s390x.deb d77bcc4a4cc5e8638b29a512564b5ad38a26bf37 174196 erlang-eunit_27.3.4.1+dfsg-1+deb13u3_s390x.deb 450ffd94b21a57aa4645fdb1bb5b51cfabba47a3 108708 erlang-ftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb 24e68843885c0410804ee092e56e6216f8a4ac75 675732 erlang-inets_27.3.4.1+dfsg-1+deb13u3_s390x.deb acd3f7878f5494a6240a88848cd99c63397d9e96 65592 erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8ac1cf2508dd85d7da1a231b3789d4678c5d5e38 3689460 erlang-megaco_27.3.4.1+dfsg-1+deb13u3_s390x.deb 5d7368d7c6249e7c1bf4ebc1f6c7c89502bd2d1c 901024 erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_s390x.deb e46cc0711bcf4f9de08b99cb9820f10225bd3e5e 1031148 erlang-observer_27.3.4.1+dfsg-1+deb13u3_s390x.deb ed79164ee4cb7e5591f56dd1825b744edeab5ad2 61708 erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 20cb9505dfa3b7cdf0e9f391bf58e8cd47637f12 71072 erlang-odbc_27.3.4.1+dfsg-1+deb13u3_s390x.deb 3329d952a0bea3f4199a3810c90b3f2db4f03455 18056 erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 77cc13d667b0f77309c40acfad0b8f4691233514 114856 erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_s390x.deb acd39cf33beed9599426e1a0d04086afa5aaa603 213368 erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 3ecac3ad32d5afbd7378bff5b8e6d08bed174cfa 788668 erlang-public-key_27.3.4.1+dfsg-1+deb13u3_s390x.deb 2984b375872d0ace977202ea6e2cc2dbe7d2cbd0 386952 erlang-reltool_27.3.4.1+dfsg-1+deb13u3_s390x.deb 30de801a817b2188f3e6154a7a6e0b6f89c6cbf2 24916 erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 51aa5e7823d668cf9b89ac9b3cdc3d41347a4232 247096 erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb eb2be4d0706c262e07a34664c72ae39f92db1afe 1954184 erlang-snmp_27.3.4.1+dfsg-1+deb13u3_s390x.deb ea52cde6e202f8313e7e12bbbeff67c75567e6b1 1028864 erlang-ssh_27.3.4.1+dfsg-1+deb13u3_s390x.deb 2124e74f00dc5435d5da98ad7fc59bab9cd52319 1836980 erlang-ssl_27.3.4.1+dfsg-1+deb13u3_s390x.deb e3568742ffcb398c080d5fa92c85dc4ff3e77dde 341216 erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb c24395e2b8907d5a428f0b78c9db4f1ce46d726b 116744 erlang-tftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb b4141c8276c91596faabdd467c16bc4469141fc7 624916 erlang-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 08992e2d30755172ac32ea5bd010a58d63b9ca8c 5595172 erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 7568d46664e571d582329973a22ea54eddafdfe1 4479100 erlang-wx_27.3.4.1+dfsg-1+deb13u3_s390x.deb 485c38ce18f4ca9aea1e5b4d747ca2a62698c86c 1339204 erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_s390x.deb 5d823efb5ee90a1462a2f7bf79fea7371c1213f1 28202 erlang_27.3.4.1+dfsg-1+deb13u3_s390x-buildd.buildinfo Checksums-Sha256: ddf0818ac2361f82dcc198566d541d89ddefce3a73d02a94d04d52eb02a15c43 23260 erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 7024651abbc4ad27d18900094d3a50a10cc3f9e0b67597df72d1e047ec76b9fa 895480 erlang-asn1_27.3.4.1+dfsg-1+deb13u3_s390x.deb f3dfda31abcdc9e2b9e50dac16347f6a5b2a8bec210b067b4dcd1de686cabfc3 7518304 erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb e020f0ce802329c632dada5e52e1417d580a0654673f9ae2c8593b6542496de8 11076900 erlang-base_27.3.4.1+dfsg-1+deb13u3_s390x.deb 99b98abbfecd653d829f2695a0d853add0c4c3a843807053559d7175b425519e 38016 erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8b688e9f57030ef92604a91ebd57f7279096bf31f940bb72d7cfa1e517d58eac 1315956 erlang-common-test_27.3.4.1+dfsg-1+deb13u3_s390x.deb f178684c3a247a84bf6f71eeb2ccf71f75524c47c1ea9f4e5e7734372a06f2cc 125316 erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 0687d74716f843f0d08bea9c745f094a902310c4e1d68cdf1f908aea48d3b204 181108 erlang-crypto_27.3.4.1+dfsg-1+deb13u3_s390x.deb 069e8504e8d8fd2afee170db7aa3725f74b85369425bfe1c3803d1059f1e7134 481728 erlang-debugger_27.3.4.1+dfsg-1+deb13u3_s390x.deb b2f8a1abd018a54767fd7b07871030eacd18940b2917dcafce617205619db20e 301292 erlang-dev_27.3.4.1+dfsg-1+deb13u3_s390x.deb 90540e74f1bdf2c0903e4802587e74df54c44ec12306fdf09e9c2f1e00ce5f23 72392 erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb a702f5652f346d2b492ddd271b594c10da7f0e032b084d4f8a9db6758edc3d26 1078348 erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_s390x.deb c4c8e489b55164e8e6e468167f120474521625fcd1b445b926db9a2ff7afe5f2 814972 erlang-diameter_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8324f4e73faae7333fae9f410ce2faf01c59dbb3a260f37e34b6c7888dcfd6f6 462164 erlang-edoc_27.3.4.1+dfsg-1+deb13u3_s390x.deb 3cd0fcb9f0b05aeb18c6d4002c7037eedd7cb3308271f0b041c9ad37d747a1cf 140464 erlang-eldap_27.3.4.1+dfsg-1+deb13u3_s390x.deb dd19315a61173b774c3384094d9f6cb3e5a26ed304db490c460a831d3989c16e 187632 erlang-et_27.3.4.1+dfsg-1+deb13u3_s390x.deb fd93c5394a5ee1895c83337505e2501d3dab576a870dfc5e83bec95fd60e2325 174196 erlang-eunit_27.3.4.1+dfsg-1+deb13u3_s390x.deb 61472d1d8098d502e23431d14b23399ad1c704c4e649733ad9d07bc34cca1dca 108708 erlang-ftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb 0807e1179643f47e60758c0bb4bdbf4f818726e66b3501ce15dca540cb29b749 675732 erlang-inets_27.3.4.1+dfsg-1+deb13u3_s390x.deb c8056473bb69cb10d17a81a7f8f0ad7190e6707ef2ffa7a90a80de60628255da 65592 erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 82ae204c5bfb9dedfb8c8ce34dc62b4273b855c344f2b6808e34abf8b047af01 3689460 erlang-megaco_27.3.4.1+dfsg-1+deb13u3_s390x.deb 4d24809523174baffdf22ae637cdd2ba4ab32948e9260272f486b85625b9bc8e 901024 erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_s390x.deb 254cd99c185e41f134249cb62db6dfd375a2f1974bae785b1b257f035735a9ed 1031148 erlang-observer_27.3.4.1+dfsg-1+deb13u3_s390x.deb 45293a994bdad5191f2fd54d88e711f9c3b1da8324c63d56eecca2493abed842 61708 erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb dc5fdfcd6e415c6da5bc1bc5b01ad8b5c937eca8a4213ab0bc94fff9a23e9729 71072 erlang-odbc_27.3.4.1+dfsg-1+deb13u3_s390x.deb c021eba4ccd0aabfd7d250a1e47557a19d06ab07b2145486f1a6e8827238efcd 18056 erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 05f1bf0af74e216b865eef2d0476cba1242c54153129fd83c8d96018d836ec3c 114856 erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_s390x.deb be31758dc36d342907017c32d224ebc98d853d549cb507a526c01e98d841be8a 213368 erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 201b3de9aad8d4ed73d717c432c31b1c84077f52307d65cb23784db1cb76595a 788668 erlang-public-key_27.3.4.1+dfsg-1+deb13u3_s390x.deb 220657c25db6b5f9829af4971e374117a2f0068c2f3ddd65407d3351aa8cd15a 386952 erlang-reltool_27.3.4.1+dfsg-1+deb13u3_s390x.deb 97b3e6ff5bb7b565dd4c2a1ba7c68b54d31f19338635e775041ed512ae2b4dd9 24916 erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 4e3203d63c7dfd16e5edfac61b21eb41272e3cd113868d2194e7b5394010f1ab 247096 erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb f1df549bd5401949a0a5dd1d1d136855ad620a13d63c9132643bcf379031fff7 1954184 erlang-snmp_27.3.4.1+dfsg-1+deb13u3_s390x.deb b58664a982131824f3f5c65183db5086dee7fb956800423646fe2da41367f339 1028864 erlang-ssh_27.3.4.1+dfsg-1+deb13u3_s390x.deb bae7cd922aa566cdd304ec9b0edb90cd59d993dfdb25542027a8b6d33b51667d 1836980 erlang-ssl_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8df007758d5eb981c5828b7b4ca00907421f7519f2fa8fa28eec427051353df5 341216 erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 72baad0c508930e689228ad155f7f2ef50fa6a1a450d21e1a3e1470e71289476 116744 erlang-tftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8795c3bdf293d24c2c1fb4e621632b72139e41f7def212d97684e2342db3ae0a 624916 erlang-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 422c0d83dace99387a74cdb26633917cf313cdd2e650fc10abf92a3537804118 5595172 erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 03749f6f2077f706cb04eaecc1847bf17eeb519c0394f2c3fb12a8b0a146671d 4479100 erlang-wx_27.3.4.1+dfsg-1+deb13u3_s390x.deb 128bd5b570582670f0eb4198c5c6c09c541b004ada475a513316cbdcc7f55cd4 1339204 erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_s390x.deb f1f30dba186989a58cfeadd9f73e3d7d18ad3b713e1635b8729eb58e633944e8 28202 erlang_27.3.4.1+dfsg-1+deb13u3_s390x-buildd.buildinfo Files: 134ac2a3eea78bbc28a18ab40e072053 23260 debug optional erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 9819bd1b1ce8133b62435e0d09147c16 895480 interpreters optional erlang-asn1_27.3.4.1+dfsg-1+deb13u3_s390x.deb cab541c23a65374867a8f5136e5fb081 7518304 debug optional erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 11a977ca8f7d18793ee44a25496519c5 11076900 interpreters optional erlang-base_27.3.4.1+dfsg-1+deb13u3_s390x.deb 6b9beead387eb1da200fdaf7f4a38802 38016 debug optional erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 63784f4087094369fb5924e1ce395898 1315956 interpreters optional erlang-common-test_27.3.4.1+dfsg-1+deb13u3_s390x.deb cda3d6210e86f5b11a6518703a109c89 125316 debug optional erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb d4b43ee3f73d852df309d9bbdcedd21e 181108 interpreters optional erlang-crypto_27.3.4.1+dfsg-1+deb13u3_s390x.deb cfca7be839921d1563756abbdceb0886 481728 interpreters optional erlang-debugger_27.3.4.1+dfsg-1+deb13u3_s390x.deb 01ef58980fd2ab3ce0e7abba8ec9d804 301292 interpreters optional erlang-dev_27.3.4.1+dfsg-1+deb13u3_s390x.deb 6d0fd860f543e71bed6e7efd4b216a99 72392 debug optional erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb f5bd5c5022ebdce371c5b2db1ea6e792 1078348 interpreters optional erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_s390x.deb 0602f8ea24cafba0199f498bb62f273e 814972 interpreters optional erlang-diameter_27.3.4.1+dfsg-1+deb13u3_s390x.deb e6009fc882c90b477db96e9793dfd198 462164 interpreters optional erlang-edoc_27.3.4.1+dfsg-1+deb13u3_s390x.deb 69d027d48ca81ac030bd5fa82232a60e 140464 interpreters optional erlang-eldap_27.3.4.1+dfsg-1+deb13u3_s390x.deb c8eab38b526a07a72839105366e4765d 187632 interpreters optional erlang-et_27.3.4.1+dfsg-1+deb13u3_s390x.deb 1339a7ef1a784d8450dd4fee4074b521 174196 interpreters optional erlang-eunit_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8620355d2592730dd4aa649363870e5b 108708 interpreters optional erlang-ftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb 5470503a9e236897f4a2d8dfaa4220a9 675732 interpreters optional erlang-inets_27.3.4.1+dfsg-1+deb13u3_s390x.deb e1341f5d480c06e4ebd128ac27c9749f 65592 debug optional erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb b995e66a207d32d5bce167430f6196cb 3689460 interpreters optional erlang-megaco_27.3.4.1+dfsg-1+deb13u3_s390x.deb d7c84ac28b47078a2e045eb49ecff93e 901024 interpreters optional erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_s390x.deb 29470d8212ca04899f3445fa74bbc9ee 1031148 interpreters optional erlang-observer_27.3.4.1+dfsg-1+deb13u3_s390x.deb 01568e0f32385c0c00c1ad06b3cba89f 61708 debug optional erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb f215b814e94fc394d2533a27af5a3527 71072 interpreters optional erlang-odbc_27.3.4.1+dfsg-1+deb13u3_s390x.deb 600145453bd062158b5d1f9fe7a49b17 18056 debug optional erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb dc35aa826179f2835bb313bd434c2109 114856 interpreters optional erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_s390x.deb d3e843b4b61a3c41b477bb1affb9c04b 213368 interpreters optional erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 56b1af0f25189d40db84440e862e4f78 788668 interpreters optional erlang-public-key_27.3.4.1+dfsg-1+deb13u3_s390x.deb 8886f942a6f743cb780c8e85b217238c 386952 interpreters optional erlang-reltool_27.3.4.1+dfsg-1+deb13u3_s390x.deb 3d560fc540c3f5e1d23b8de2eaa4f8c5 24916 debug optional erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb d9c3cec0a6dbb678510c536ca11e0f4f 247096 interpreters optional erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 1d2acfed48ee7c011ecf50776ce5c96c 1954184 interpreters optional erlang-snmp_27.3.4.1+dfsg-1+deb13u3_s390x.deb dcbd10c79e4858a1489830e9b57d54a6 1028864 interpreters optional erlang-ssh_27.3.4.1+dfsg-1+deb13u3_s390x.deb dba3f5df2cd55f5eb0ac05dd511b913c 1836980 interpreters optional erlang-ssl_27.3.4.1+dfsg-1+deb13u3_s390x.deb 0502aa24b9fd66c53475454901051a23 341216 interpreters optional erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb 322bff980c21167ed6fa28500b69fbe9 116744 interpreters optional erlang-tftp_27.3.4.1+dfsg-1+deb13u3_s390x.deb 22e0f5d00822370513cbf59c6e961d50 624916 interpreters optional erlang-tools_27.3.4.1+dfsg-1+deb13u3_s390x.deb a5844a16fc08f0547db8119dc4b1f67c 5595172 debug optional erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_s390x.deb 13e97e6ad03749ac0c01879d70614031 4479100 interpreters optional erlang-wx_27.3.4.1+dfsg-1+deb13u3_s390x.deb 872db7a45a77cf0d4ee2b52b1a229bd6 1339204 interpreters optional erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_s390x.deb 71a5ae454e4b40c18f4d1098b1c4e14f 28202 interpreters optional erlang_27.3.4.1+dfsg-1+deb13u3_s390x-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEl0BM/nR+Oj597wRWMWUFebkHnoQFAmqLPokACgkQMWUFebkH noSWHg/5AYLTOKp5dMDoi6ekbyGPuMo+KvDgX2+nprEifP/+53t++2aUotDm5m6L y79cdvM3sGpjhavwgbxiqMSkZAfE3Yy7RNQUuUmdxGuKAQtYx9COYn2Iws2VmOgn caFhXZeW99+lQA7eRxQFvEMXe4v37szYyQcKAAXY8n60eQthQIlyOBs70qZyuvXB tMeid8hDNub62950Npf1xVdpykS2srN+XihEwwvxMIuPhLCI/LkyblatbgcI4ts9 TpoDP7v8rsi3YdYoMKxL7qeW5/h+6uVWK2+R0AnbQC0paFjHKp92TWLhx1+0Qpj2 +FpNGOY0CeCqAAjMMD/XDBVOIdg4bzx9wX1Hripq+FLWehw4/DBXDfBqgTMuga+i Lv4nbkr6f0PISDSUBOJ+1GEZYI1fHB9UrTqpbRRE9DJGxNnERLwFr6PY8hfsvvdr iGtziEF4VNESp6K6uix03C4Rf776feerpV3QTygXZ2ZFTW7WucSMPe7oqvqa2jy2 VDgWDEHtOGZ/6gVoMdKdY7TRgsnuDj6DW5gV89/l0qbBRaRY2dXHlq0bQPuMJvYf SNhiRG91xdOiBwyQWq3T9R4um5yATLMeicek9FwesIsdbbs8LbhI6lTfRf3knhyJ 66JTAG4P/age1Kk+QX/yT1FujOz9OWLwKNpd4gMVPzMWxJswta0= =TAKW -----END PGP SIGNATURE-----