-----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: i386 Version: 1:27.3.4.1+dfsg-1+deb13u3 Distribution: trixie-security Urgency: medium Maintainer: amd64 / i386 Build Daemon (x86-ubc-02) 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: 5b904411148d1011d99a87494741412d2f14c69d 21132 erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 9d55c8457b8d48a27d44b50dc5e6d7ae9f1e753e 895048 erlang-asn1_27.3.4.1+dfsg-1+deb13u3_i386.deb 3802ef7b5030eab793f6c8fbb0e672dde63eaabb 7124556 erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 9ba2a36ad671e592980b804349b57e1eaab26e18 11210864 erlang-base_27.3.4.1+dfsg-1+deb13u3_i386.deb 75cd2831135a6679b937a40c68de1bf0d6425435 37016 erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 2c0ecd933fb3acc27d5f67a1e9b3705f777aeb3e 1317160 erlang-common-test_27.3.4.1+dfsg-1+deb13u3_i386.deb 12453fb0fcd601e632d53ccfa2c4acc5175e70ef 97868 erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb f7a70d1873e97be16c6c5048af81b7e5a8cf44ef 185008 erlang-crypto_27.3.4.1+dfsg-1+deb13u3_i386.deb 68bb3b57e82007d26de5f4c4249af59863b9951b 481724 erlang-debugger_27.3.4.1+dfsg-1+deb13u3_i386.deb d120c25462d1d73672265f5576dd2b695d7b9746 317400 erlang-dev_27.3.4.1+dfsg-1+deb13u3_i386.deb 15cc09d47137e5ed9f99f5b043d80ea8f14051c2 70600 erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb e6a4df3f4db5ee65301ab0a42307f8e7a5874ecf 1079404 erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_i386.deb ed88bf026d99dfbd3eee58909763ef18eaedd08f 814968 erlang-diameter_27.3.4.1+dfsg-1+deb13u3_i386.deb 23da0386d7002ab30fd6ef67df5f835e0ba5ed7b 462164 erlang-edoc_27.3.4.1+dfsg-1+deb13u3_i386.deb df78dfe1da21ae85c9abf35ea39cb33af2771db9 140464 erlang-eldap_27.3.4.1+dfsg-1+deb13u3_i386.deb bcf9a58a3902d4e9342082ce6d4c959b3184d8c7 187632 erlang-et_27.3.4.1+dfsg-1+deb13u3_i386.deb 1a8823b8f4545961613db16cd2fb88f1d8fa9751 174196 erlang-eunit_27.3.4.1+dfsg-1+deb13u3_i386.deb 54df37e18dd0dbba7380f8513e5fec928461d551 108704 erlang-ftp_27.3.4.1+dfsg-1+deb13u3_i386.deb a936cf2d437b464c2c792ad20b9104d5e24a5e1b 675732 erlang-inets_27.3.4.1+dfsg-1+deb13u3_i386.deb 89741a20fe9c643ff09b3eb16beff7470a6f9db0 59936 erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 2edfea0f1b2ea2cec4d65228aab879a0f37614de 3688812 erlang-megaco_27.3.4.1+dfsg-1+deb13u3_i386.deb 2728d29c657c1fcc2c16dfbdd659ca85fcaf0254 901020 erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_i386.deb 9a15e39ec0304372ac853a8a3ba998ac0cc83f7e 1031148 erlang-observer_27.3.4.1+dfsg-1+deb13u3_i386.deb 176bde4ae7791a4b93c1bcf809046d81c60f2776 53692 erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 8d486533f0e7aaca665132aec20cc279ddf8b5ed 73740 erlang-odbc_27.3.4.1+dfsg-1+deb13u3_i386.deb 212ad72f44272a8708a9aedcab1e7d0071d7bbad 17528 erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb cb1289c9ef550fa7439861ce3d1100b24023e9ea 115192 erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_i386.deb 727d9edb8b9f8824790893293bed8268f0598277 213364 erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_i386.deb 86838495e44e0be55c2fffe32e6b984237c0ab29 788668 erlang-public-key_27.3.4.1+dfsg-1+deb13u3_i386.deb 4150d92ba1b5bb0379e52e8bccbf4902266ac932 386948 erlang-reltool_27.3.4.1+dfsg-1+deb13u3_i386.deb b52315aede814e76b7f9b6c9ef8173da224f7030 23524 erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb ae5c38126d06df78b0b4305afffe145d48066b2f 247452 erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 6d9922f239d0c41ef4db9666521fc6c5a214d609 1954184 erlang-snmp_27.3.4.1+dfsg-1+deb13u3_i386.deb 1a344976510e3d7ae1afb8250ac2a2a71add0acb 1028864 erlang-ssh_27.3.4.1+dfsg-1+deb13u3_i386.deb 6c26633c7801d02996315d9618e62deb87246aee 1836980 erlang-ssl_27.3.4.1+dfsg-1+deb13u3_i386.deb e2675d4e5598be66d4fea7f5863e106db3fa77ef 341216 erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 45cf12e2769703cef6389b324bd1a2f061358f9d 116744 erlang-tftp_27.3.4.1+dfsg-1+deb13u3_i386.deb d021f81ae232a04376b5a9a66b93240dd05b065d 624916 erlang-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb b0f2b78309d9f3fdec02627958e63dd3c73b0d85 5299592 erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb b6aeefc52b1add5eaa54a8b710d3b05af545d8f9 4499260 erlang-wx_27.3.4.1+dfsg-1+deb13u3_i386.deb 554a730f35fbcb289005e5d0cdd4c27862a87ae1 1339208 erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_i386.deb b2f28ab765076d5da331ff20d05badb5f2a90bd8 28326 erlang_27.3.4.1+dfsg-1+deb13u3_i386-buildd.buildinfo Checksums-Sha256: 3b429a79687b50f2cf915b15986abbe7e4a227cd56d015f23c53868b384a8b50 21132 erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 2b9b6c6e741887f9e446d00316b8a70f5ccda1b066d29927285b5d5c9098ffbd 895048 erlang-asn1_27.3.4.1+dfsg-1+deb13u3_i386.deb eef0d7c7cfec7c15ad478c426d5787d4000e2b2951779cbcebf3c5a380224ac1 7124556 erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb ebb95038e6a947bdb5f60a6ab8bc8efc6acf1e3418bf0be15ef8942bf9961e04 11210864 erlang-base_27.3.4.1+dfsg-1+deb13u3_i386.deb bc04778589fb7854170ae82e1bed5b80485351fc4cea1ae1da92f73695e05d1e 37016 erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb ade2a702f3a39f1cd80c5b12e64eed00d2f67726bfb22a0a0ece2e63dea226d9 1317160 erlang-common-test_27.3.4.1+dfsg-1+deb13u3_i386.deb 36930f93eb5957334d13ba033a5e6de2a3ec50e52ca721affabf9624a9570922 97868 erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 50badb1ecffb6c71b8f184f1d5349bf301112a62eaf28e8afb1385894af252d3 185008 erlang-crypto_27.3.4.1+dfsg-1+deb13u3_i386.deb 9dc0a3254505f3e91c31bfd9d8814d4a1500f4a7d4b23c8056a1232cf2a67e2f 481724 erlang-debugger_27.3.4.1+dfsg-1+deb13u3_i386.deb 679f10a5ff98857a5fe68de4cb5bbe7bff18e8cfa12f5d05fec9877d0ca86307 317400 erlang-dev_27.3.4.1+dfsg-1+deb13u3_i386.deb b6c72721eb1e55e91b65b35c9955ddb6a9c08bc75cd49bcf3432e5c7d16cf016 70600 erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 0045d4462d7cd51a52fdef9ff03a02110f551c8ea041fda500a7aabc0d655273 1079404 erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_i386.deb 6220b3bbd0df07deb2e4800b34b476be6ed1ade1aa1478b9c4dd42376ebb8f9d 814968 erlang-diameter_27.3.4.1+dfsg-1+deb13u3_i386.deb 5e382eae1838df1bd869ed4248ed105441fd0a8f3dfca168abed9dc48c45fce8 462164 erlang-edoc_27.3.4.1+dfsg-1+deb13u3_i386.deb 994bc4eb7806a7fc45b31c10959e701806ad5b4887be816276c22198c747e4ef 140464 erlang-eldap_27.3.4.1+dfsg-1+deb13u3_i386.deb a44cbd2e076f4e1ab34fee430d0fc9fd54ed7cce2759365c016730999c0b12e5 187632 erlang-et_27.3.4.1+dfsg-1+deb13u3_i386.deb fa78e43d00e0beacc832e17dd33131522753e63bb9fbe4e2411b01ca36abe419 174196 erlang-eunit_27.3.4.1+dfsg-1+deb13u3_i386.deb 8fe66361a88de2405a23ea4710ec1d32161645c50bf47060758d6ea54a07f8b6 108704 erlang-ftp_27.3.4.1+dfsg-1+deb13u3_i386.deb ba3e8dbcbe231fa4f953198c6c1d58848c2265cc9e7f978f348bebc8c26ef51f 675732 erlang-inets_27.3.4.1+dfsg-1+deb13u3_i386.deb 62b469d9a117a374e7a4c555a3a01ae7c06e2065c66fa91222bd7613b2bcf011 59936 erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 3a49c9d698b7a4051a9e5d4d5c52ed253a8180a735ff3927789f0ba5b5ca1594 3688812 erlang-megaco_27.3.4.1+dfsg-1+deb13u3_i386.deb d46d73a7499e1ab848de49cd1d5b3fb064b5b4c65a8f3605b702b7cbf6cbc0ff 901020 erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_i386.deb 98e07c4d621cafa8143647c3e08a5ffbb0469ba55955cbe857a621ef6e8f646e 1031148 erlang-observer_27.3.4.1+dfsg-1+deb13u3_i386.deb 8e4e6b138ed0aff2da3b9cb0af3ca53700677a24f2a3797aae30ae88bb48b849 53692 erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb e9959fd115d4545ad27e0a2904a1515cdba97a0e426d24d67ca25f166d3226d4 73740 erlang-odbc_27.3.4.1+dfsg-1+deb13u3_i386.deb a638d907e9306d05f0c42f236df9ebda42ff17ef385a333a088bab9b0844d13a 17528 erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb e5e47ec0700e0084fa33d1944d55e96c99089206a7e8737414f88a13b7b243b3 115192 erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_i386.deb 81962fc084da812eb53a29dc5577d1a9ec8e986e6f10d2a1c9f0705fca9a9ea1 213364 erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_i386.deb 80dcc501de1f9da0f92731f8fff67872e8c13813f5de67524d7bfda46c6490a2 788668 erlang-public-key_27.3.4.1+dfsg-1+deb13u3_i386.deb ef412ac83cf29de1ad9db95f431749ce32057315f110cb02219043407369ee28 386948 erlang-reltool_27.3.4.1+dfsg-1+deb13u3_i386.deb ee092204ff854ce42e95a44f8531bc8f2cdcc1a2ef3ef4f9bc9efbe9d6f45e30 23524 erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 4df6c50c6fcf75aff820f492df0849a64955f3f41fc456ebc9bd309670d303af 247452 erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 63fc2e171d910b70969bc91ed39a717cb27a9dc4d1d4484791fa16516a380e43 1954184 erlang-snmp_27.3.4.1+dfsg-1+deb13u3_i386.deb 05afcb9d2fbee91a3b0683c2e8a12cf8c2149983c44f28da21d6e445bc44ec7b 1028864 erlang-ssh_27.3.4.1+dfsg-1+deb13u3_i386.deb 618c0f12c70b28b465cdc22530409c4157b2e7b7d03eea7dd79e3be5afdd8562 1836980 erlang-ssl_27.3.4.1+dfsg-1+deb13u3_i386.deb 1e834fdcf1455116017895b1076e740eb59d946a4fb123a4ce482c536aa28bd3 341216 erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 59743a19449aceed25560e03350ee373836b5b8908dd330582d53c15aa50bb81 116744 erlang-tftp_27.3.4.1+dfsg-1+deb13u3_i386.deb e30e778b726c26f31f0572d8995610ba858393f5e914bef3b9cbb7e5d6c8d510 624916 erlang-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 8ba07a68228784a60a4418ae21c4bd38b0b13c8bbdfc48f3565f7070418f0d51 5299592 erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb e0d7c33cffbb1cf8d83d2181f10d90d20bed479258d76300e01b977ea19f5958 4499260 erlang-wx_27.3.4.1+dfsg-1+deb13u3_i386.deb 6c11b47328233e4211e952ad9e654469ac0cc9b7c335f922a85f6126b06d6629 1339208 erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_i386.deb 27de814f374b7f157cfee7291295ea9cfa7c7d1c701ba675d38f7701e184dcda 28326 erlang_27.3.4.1+dfsg-1+deb13u3_i386-buildd.buildinfo Files: eeb4554a9dd2a8cb2c2dfb132edf71fc 21132 debug optional erlang-asn1-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 1018dd34c39e99a34f1880593ffc990f 895048 interpreters optional erlang-asn1_27.3.4.1+dfsg-1+deb13u3_i386.deb d9906e8755e7b49057e159b2719fde83 7124556 debug optional erlang-base-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 08119812f7ba7a9431b566110d3770a1 11210864 interpreters optional erlang-base_27.3.4.1+dfsg-1+deb13u3_i386.deb 142c8b2dab9ce977a2c7786b4d488251 37016 debug optional erlang-common-test-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 14768a8f429695d33d695dce246318ba 1317160 interpreters optional erlang-common-test_27.3.4.1+dfsg-1+deb13u3_i386.deb 2a3cbf42f23f9be3cf77501b51047334 97868 debug optional erlang-crypto-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb c44c1d54e49cbc6a0218284103b088c7 185008 interpreters optional erlang-crypto_27.3.4.1+dfsg-1+deb13u3_i386.deb 1dc7515c51265098aadc8542c7bb9670 481724 interpreters optional erlang-debugger_27.3.4.1+dfsg-1+deb13u3_i386.deb 8d76597799df8135e5ea3699a0f6e54f 317400 interpreters optional erlang-dev_27.3.4.1+dfsg-1+deb13u3_i386.deb 380a79b98874badb47d9b521c472df4b 70600 debug optional erlang-dialyzer-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 2feffacd526a812acff70364edd0b1ba 1079404 interpreters optional erlang-dialyzer_27.3.4.1+dfsg-1+deb13u3_i386.deb b975e7464319e6ec389dc362328c84ca 814968 interpreters optional erlang-diameter_27.3.4.1+dfsg-1+deb13u3_i386.deb 59b2ca67015d655fa7d07a600cc07193 462164 interpreters optional erlang-edoc_27.3.4.1+dfsg-1+deb13u3_i386.deb 0ca0860af50d7f0cc954a86aa06e623d 140464 interpreters optional erlang-eldap_27.3.4.1+dfsg-1+deb13u3_i386.deb 558bb608fb11251073cca35658949520 187632 interpreters optional erlang-et_27.3.4.1+dfsg-1+deb13u3_i386.deb 5fab1bc0bc00bd7be33b6c0991a2d50b 174196 interpreters optional erlang-eunit_27.3.4.1+dfsg-1+deb13u3_i386.deb 2cfac44774f3b84f010bb6ab77f07ba9 108704 interpreters optional erlang-ftp_27.3.4.1+dfsg-1+deb13u3_i386.deb 893040e22562672088be471f76b0ff13 675732 interpreters optional erlang-inets_27.3.4.1+dfsg-1+deb13u3_i386.deb b6a3d76fb2d6e760c591acbcc125a6c6 59936 debug optional erlang-megaco-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb db00da62ad0679db8337c6f37436e95b 3688812 interpreters optional erlang-megaco_27.3.4.1+dfsg-1+deb13u3_i386.deb e3ac517c0f9113bd99530f6d9dde4eae 901020 interpreters optional erlang-mnesia_27.3.4.1+dfsg-1+deb13u3_i386.deb 7f31ad216883526872e1b5ba0ff0f0db 1031148 interpreters optional erlang-observer_27.3.4.1+dfsg-1+deb13u3_i386.deb 7f2bf7faa00dadf078cd935e13927d0a 53692 debug optional erlang-odbc-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 55ecb1321fee549490536d7f82d1ef3c 73740 interpreters optional erlang-odbc_27.3.4.1+dfsg-1+deb13u3_i386.deb 2da4226a9ec7bcd33fa42eae1a08c66b 17528 debug optional erlang-os-mon-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 8853607d4261c69bc7b783b3d6e5e6be 115192 interpreters optional erlang-os-mon_27.3.4.1+dfsg-1+deb13u3_i386.deb 6568945b7209de5c03af577612a6fc35 213364 interpreters optional erlang-parsetools_27.3.4.1+dfsg-1+deb13u3_i386.deb 855aa8a021af78d97199b2948fa4a940 788668 interpreters optional erlang-public-key_27.3.4.1+dfsg-1+deb13u3_i386.deb 5591d1e5b401978b3ae74fed6efa7836 386948 interpreters optional erlang-reltool_27.3.4.1+dfsg-1+deb13u3_i386.deb add9b43159f6d18e891a10eb56804f9b 23524 debug optional erlang-runtime-tools-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 35147fda7bb4c869123baea40d16197a 247452 interpreters optional erlang-runtime-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb db9f9addbeb156aa4acf543e196af1bd 1954184 interpreters optional erlang-snmp_27.3.4.1+dfsg-1+deb13u3_i386.deb d0d3a5a40ae47ddb62f5cff70f376963 1028864 interpreters optional erlang-ssh_27.3.4.1+dfsg-1+deb13u3_i386.deb a5bd4b6b21fd2d2d126fd4331f1d8f7c 1836980 interpreters optional erlang-ssl_27.3.4.1+dfsg-1+deb13u3_i386.deb 089268b72e874460c4036ede0e9a1bed 341216 interpreters optional erlang-syntax-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 5848feb0856b39f3dc2093ddee6ad6be 116744 interpreters optional erlang-tftp_27.3.4.1+dfsg-1+deb13u3_i386.deb 8ea89e5da0435b20e44c7e8d4be6a15e 624916 interpreters optional erlang-tools_27.3.4.1+dfsg-1+deb13u3_i386.deb 34b8a506ff4a97b9274cd3a57032fef0 5299592 debug optional erlang-wx-dbgsym_27.3.4.1+dfsg-1+deb13u3_i386.deb 631e75b46cf19f6e7fe85017d9a337a4 4499260 interpreters optional erlang-wx_27.3.4.1+dfsg-1+deb13u3_i386.deb e13719a616f993341a2f4974714caa17 1339208 interpreters optional erlang-xmerl_27.3.4.1+dfsg-1+deb13u3_i386.deb 860d940b0ca9891b1507d9b91ed12a49 28326 interpreters optional erlang_27.3.4.1+dfsg-1+deb13u3_i386-buildd.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEb5EwsJvHBEjqIJYIbheoBegwXLIFAmqLP9YACgkQbheoBegw XLJR1g//Q3UmuVIYAfuJk9xuPcPOaiYI1dzPyy7ocOCPprEEVo6cRNN2rb6rUFCS +qzK7onBi3j0h3FGPJqkaovnZ+gLp5fsrTr601G8ORHs0QxQ4PJuNouOYpHaUmzm DCU3Ce4FJ6SLo7rrF0FZXfJBXGnjEMCCDYypHFzaR0/HB148Mqon8leJdKzJWDOL 2uRTofPlqr/s2msJnZFNSNnatr1/KZ2As7PnRh8HqHWL2f3MNhSs9JvE4Emq1UE0 djXfKTCZtXb5lbW5XuwFU92egdwS8CWdlj4D14HHY8AmHaNL0Wq5ka3sC0byD567 MVVNyG0olOpGwC6TKr6CbJk7/SMT4E654hjYuXZxs13S2XbcPqFQJSgT/PR80AN6 7lGe/vHaLaNN55qcG84XWrTdQs99TQWawOjy2jn5shBysaHs80Emu+foAYVrOAzO 1l9sswowBs0DShFxeWF+nfXhfvxqNsjseo6yO0iyC40t3xwo5Hu6ish0UlR+6MLl skAu0D6sEAfYavRBRrHLXnhBmcIyUr/czXRfe3d2Giz/LFd6mGHYHnTQS3pl5MUD 7r4g/i2IE7m/keOyGetLywsK7NZfAatZkA4LBAp1gWut4Alljy8w4R6q+lgqSkR2 nTXimFZSFN/BPJOkiO1gosHkfRtpLWcscbcr6xk320HtrtwTQ2M= =JbvZ -----END PGP SIGNATURE-----