Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

APT hashing algorithm strength

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
mateusnanet
Posts: 2
Joined: 2023-09-05 13:19
Has thanked: 1 time

APT hashing algorithm strength

#1 Post by mateusnanet »

Some malicious packages were injected into my debian installation (bookworm) in the last month.
I propose creating an user configurable option for APT that verify all available algorithms.
Here is an untested patch:
https://gist.github.com/ativarsoft/29af ... 45051abf3b

Some cryptocurrency miners might to be able to create fake malicious debian packages.
Not sure how those binaries got into my install but seem to be through DNS poisoning
and Wi-Fi cracking. Apparently, they make my system vulnerable to return-to-libc.

CwF
Global Moderator
Global Moderator
Posts: 2719
Joined: 2018-06-20 15:16
Location: Colorado
Has thanked: 41 times
Been thanked: 201 times

Re: APT hashing algorithm strength

#2 Post by CwF »

mateusnanet wrote: 2023-09-05 13:45 Some malicious packages were injected into my debian installation (bookworm) in the last month.
From where?

I won't be looking at your link.
mateusnanet wrote: 2023-09-05 13:45 Not sure how those binaries got into my install
You at least should have a clue.

I've said many times. Risk of a TARGET are not equatable to risk in the general.

lindi
Debian Developer
Debian Developer
Posts: 452
Joined: 2022-07-12 14:10
Has thanked: 1 time
Been thanked: 88 times

Re: APT hashing algorithm strength

#3 Post by lindi »

If you believe you have two files with the same SHA-256 hash, that would be big news. Can you post those two files?

mateusnanet
Posts: 2
Joined: 2023-09-05 13:19
Has thanked: 1 time

Re: APT hashing algorithm strength

#4 Post by mateusnanet »

lindi wrote: 2023-09-05 15:07 If you believe you have two files with the same SHA-256 hash, that would be big news. Can you post those two files?
Here they are. The malicious libc library and the original library compared. The original library was extracted from the deb package from the repository. My amd64 computer was also compromised.

I don't have the malicious deb packages anymore as clearing the apt cache was the first thing I tried to do, but I know the files came from a domain called "inferno" something...

Code: Select all

pi@ativarsoft:~/Downloads/glibc $ sha512sum /lib/arm-linux-gnueabihf/libc.so.6
f52704f5922c64d8f336fadea7dfda8ceffd06e9d3fb9c04b67c7f4406e2a2eb695520920ca49506b18db18a8e9cf654fb83dc40f59ef34ca33d411243df1096  /lib/arm-linux-gnueabihf/libc.so.6
pi@ativarsoft:~/Downloads/glibc $ sha512sum lib/arm-linux-gnueabihf/libc.so.6 
305d509471ea9733827afe173f2096693b3bb13a565ec0e63ce1dd520304f02a49d6798b966a0a981386cccf95722cd170f4289b8b71fddfd782bdfd6901662b  lib/arm-linux-gnueabihf/libc.so.6
pi@ativarsoft:~/Downloads/glibc $ sha256sum /lib/arm-linux-gnueabihf/libc.so.6
5a6448df651be6848b1e7d1a595c99f0c8c51d5d653c4c18b235381116bae9d9  /lib/arm-linux-gnueabihf/libc.so.6
pi@ativarsoft:~/Downloads/glibc $ sha256sum lib/arm-linux-gnueabihf/libc.so.6 
721ed9e91acfdf80c3b699cc5b5ee805913136a2ea2ec98abb7a80578df44866  lib/arm-linux-gnueabihf/libc.so.6

lindi
Debian Developer
Debian Developer
Posts: 452
Joined: 2022-07-12 14:10
Has thanked: 1 time
Been thanked: 88 times

Re: APT hashing algorithm strength

#5 Post by lindi »

But these all have different hashes? Also, what is the version number of the libc6 package? I used

Code: Select all

debsnap -d . -v -f -a armhf libc6
for i in *.deb; do dpkg-deb -x $i $i.unpack; done
sha256sum libc6_*unpack/lib/arm-linux-gnueabihf/libc.so.6
to get hashes of all libc6.so.6 files in Debian (for armhf), none of them seem to match your system:

Code: Select all

99219e12d71830eec8246aea58cb18f0ebc789126be80b498afdbe927186c9de  libc6_2.27-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
55c10dd76172d2c9d139c923ff253f73ca8d9623d617f4b710f7fce803280fc7  libc6_2.27-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a8ebd3119a23534aa934b786d41951c313c8d7cd85c39fc809a3d782c09e4814  libc6_2.27-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
53659261eb3c01db2b56ecd708fc526e4fdba44c1e1e5797a42ed48d00ced10b  libc6_2.27-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
9bb137ac9f86826338bc1919aeb9ae7e3e7417e5164823a6d358107240b7cb23  libc6_2.27-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
f3a75564f3309a34183c532ddcf495d5d4b328b4d2e2656a430d9871170a3bb2  libc6_2.27-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8077fbf94206a7b29a85764eb00d389b44537a9605f62e7269694451a7b89857  libc6_2.28-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
93633ec7e587b93887b3c3302ce16c8862de2fadd84303248b9af4420fbdc694  libc6_2.28-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
949f6168198f6e0329853a2e98d0d98eacc99dbf97ae90505221b904c0b922d2  libc6_2.28-10_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
16cbf65f14030dfaa01117431e430024e5f1153970f7d43228bbffd06d42aca2  libc6_2.28-10+deb10u1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ccab7143ebc9efedca5ba0fc922ff391dffb4a9706d7be59606e896d8c29298e  libc6_2.28-10+deb10u2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
6ddc541bf4c45303b236d9142f39590b74ad4ed5e84f77869823d606134197da  libc6_2.28-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c85a6ee8f87ec32685922e011a2967995c5ec2aaa823739add62420341e0739e  libc6_2.28-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
dbdee59dc3c71dc180a4f36eb1a5a98c2e040cd3dee9706a00385ffca40f06ff  libc6_2.28-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
95e1c3fab2dd5b23244647107c8e652ab6c2e306aa0ad6c3e09b70c57952a12c  libc6_2.28-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
335b7163d544bd91222b842dfdac387c9a7c90b60106cd5ddeecff5c6443bb7d  libc6_2.28-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
7fd350e3e6cf68285ffed7ea77e05705d58e74d2a6c106f5aa0bcff78868f1b9  libc6_2.28-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
350bf41595b555f27f6a95ab2f3703f7f73457f5c70e6f497a63d7f4b84851be  libc6_2.28-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
dda076854f420dd46285c6d26efeb33ae7f7c4c59a53160318ccab20587fa8c5  libc6_2.28-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
5db2ec1a612d8e0781cd51e19e6628e5d7e949ed832e46e76505308281dd7fec  libc6_2.28-9_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d84c27f0f33dc7326d6090726cb3d2d6767b7c70318c08ff0ecbbfeb212d5674  libc6_2.29-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d95a73d26867dfa59d241fcb26a34483a76015d488d597186cc34b8bf0248342  libc6_2.29-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ef19759c389b7fc8ed34c564f420184f36f4eb544c80fd35afe5586d1aaae138  libc6_2.29-10_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
0582a7d9b6fb7686dc40a47e0aba1bea00232664604dd78bd39e8e7f232b881d  libc6_2.29-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8d353965b1562c975c03171d89a84720dfed84f72de8d1421079495a33591946  libc6_2.29-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d4ca034f2037a5177ecc5f84ca9397ae4bcd6a7d209b97f4f577d17efb9a76d0  libc6_2.29-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
25508caefcad364c9d684d47f5bd7cb6c913f1444c99ddc1173fbb4bc0a9b422  libc6_2.29-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e422d54382909091d561a20b017baa2b41b98960cfd44703b351a2d31c1dd634  libc6_2.29-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8415fcf58d93f44c451064120aa7f7e7c4e098052bfe7180fbd8828ccc980993  libc6_2.29-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
9d797d6a412f0e9b0e196c6eb326590c30d60a91bc0f8762c5802f6e5c5accd2  libc6_2.29-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
f9b037b569ce5e9606c3c344d5cbba52c226940e8873460786c85d2838e2e60e  libc6_2.29-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
75a53271866b175a2eb93d6c333fb0eee1015469211e881cb01c1c7847f143cd  libc6_2.29-9_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
3da02559b93d3ed8e9e301c2e4a3a2b204c8cf4bb79abe992528cc2339b8a3b4  libc6_2.30-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
9d48b990ddd60e9c4db892096a01df7aea6e4bcef6848eac1578eb8fb9344a97  libc6_2.30-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
38e0c4f003fe9c506a5de036e12789bdb5a40b4762cfcde2583e3eaee86a0874  libc6_2.30-0experimental2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e72a2d4b638c2dbcb272efe6b28f6ac0403b5d8f940c8a90285c902731ba95da  libc6_2.30-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
41691f1b788d49dae0acde2bafa95ae3388889f4f6778de326287111deb0f14e  libc6_2.30-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c3aee49ec3f7d378f2d0556f04e0e2c05be109ea67273c0802dde3a85e4f5530  libc6_2.30-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e8746143f8e522ab0c711ee9eb7725fa8354fd0c3b7c862a80de4b59d1100478  libc6_2.30-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
74786f4e87201dde9517504f9dccff6c58f93ae2c62e997e6a0f1ea0c5507af0  libc6_2.30-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c4ee080965dee7c8819902c1d72da1fda2f6774e52aec6f25437174d363776ec  libc6_2.30-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
15be7f3c9d13f87ee9093a76d60064a524e5b0487c55473c9e195d2954fc2d75  libc6_2.30-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e58f6521d9d9958c3e83d75611d8ca433cdd97edb8cabc02350de41da1417115  libc6_2.31-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
b3e1a538bd8c621fc5459799a27e478cf77f31f9b88122690b52149fec8621c9  libc6_2.31-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a1a01cbcc06cfd15276be92bb2fa799769e294889f20b6b3694217ce314fb48a  libc6_2.31-0experimental2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
624ba7e9a51494f49db9ae3840e09d054179ecfe217834941a56d16745c5afef  libc6_2.31-10_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
f53fc8ca2730ff6954e651a64eeb3f310411bb023c368c51fd110d3c41f55c5a  libc6_2.31-11_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
3459a85d7c356954f0e6b0d3165980ea996b8835fca8d94686358fac2f7e9e1f  libc6_2.31-12_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
7baa9cae23e68d0ef4f39958f7763e702730a45beb7c9f2783d7324c78652255  libc6_2.31-13_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
1eddc7c41985f3adf747cdf12e5d33d6199a91c5d975ff6ee71095e696bfac74  libc6_2.31-13+deb11u1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
b6012d6e8c21b47e1aaae9a8c081688584b854502fc897b3b8d2293a32e79ede  libc6_2.31-13+deb11u2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
4399c765f13b4e78d21b3a4c33b2bd177e952da141b55d3e6814c66f6e3be4a5  libc6_2.31-13+deb11u3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
05bf48e2b975578c8715565f27e114835623a8d30f50f2d01a0e2938de97f11e  libc6_2.31-13+deb11u4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
4b3503ef4f696a7568f885eed52c945fed05b87766ffb98d391bc19ad6db9063  libc6_2.31-13+deb11u5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
bcf94f3923f57fb14f24261d9c88c168466b7e476aa956ae6dcb618f699bf4e3  libc6_2.31-13+deb11u6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
75056dbdf064386e8237d6e12b68f59d048435307b044cdce778840a50a03348  libc6_2.31-14_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
739cc005bb49118a74f10f3028331d55170c2ad5d3e835cf3ce555200dd7914a  libc6_2.31-15_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
45a60bf1d097eba548ad43a3bd0c69836aa747a1f0925f6e795672fc7123fa28  libc6_2.31-16_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d5157d89e10f326cc59020ae468a6160910ec98d2bc53da6e4e58a0ac671e7e2  libc6_2.31-17_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a88b2f4d1335a14ca2e662d23e51824f68fd1f05cd2c9fb03c687550e038c956  libc6_2.31-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
36efe46d4868f947082d035ed7c1095e5e641988068f9358bb3c6e72593df35d  libc6_2.31-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a267a95e89c728f753a63e3aa1812c4b01390f387645405dca3dac3711e01570  libc6_2.31-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
b29195e437729e0afccc87adebc9e1edac0918c5b1162cb54a0ee8b6ff7e013a  libc6_2.31-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
603627a6a8cf32bffd395755dd12efb5df16f6b93a3deeecfee464dc5a3418bb  libc6_2.31-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
262014e9c54446ce289b16cf66b51522a78305ffe50ac31d69d7add2299ad4ee  libc6_2.31-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
cada1736875ec454b1778e9f5469b3e2f91888cb5378e8728abbad293a2f32b3  libc6_2.31-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
9da7c4eebd78c2a9693952aca9d92be61bdc41a786ffdd7c8f9e4e585cffbbe3  libc6_2.31-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8a9489b2402440f7b1ac5a75392530937b45a95c70e41fa7feb8c1ef70cb0afd  libc6_2.31-9_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8e7e06619185eafcc0a140e576eb39af1e272bb3320a5d356a744f24e5b1420e  libc6_2.32-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8ced084db56202dfd3828759cade6340e1a42f16fc1e506106ea24712f5e7184  libc6_2.32-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
7ebbb0d3f8f45c82e3988063a4e7bb22167015f3cab810217568e4f2b1afddfd  libc6_2.32-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c22e51efdc5b597647b43cff67a8d9e16d4642d49646d673c20524b09296e55a  libc6_2.32-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
2d3d3362f488c5d0d6be0462c5703c624e916e7bcfdf83820563ffd2ff3ae01c  libc6_2.32-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
efa0c18e47994ac24c2f4f19ad2bc33818082c75437f4d3ae7fa28d63d89f421  libc6_2.32-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
10b9a468818e62fdd122ce5f1fa125c760d35dcd8b7d57b452e8e0fd2ac2e4ff  libc6_2.32-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ee962f57ee8bd87242622eb45ea6d2afe52ba64305a3a731577d0e2d151db94a  libc6_2.33-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
459d76331c72fd516f94a75606f744b3b2ab647613cdbeeec3bc13a1f1e9ad3f  libc6_2.33-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
6e76c57d131685249ed7b2a99888b11bee7949dc1e7683f7039ed036842d21ac  libc6_2.33-0experimental2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
b28818136f31d190cef3da4588c8620168f47db5ef5c99e33743e0518dd0e036  libc6_2.33-0experimental3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
09529b9831f0f1cf95326d1795c9c309416f9f8ab33707e0c310d465d057ce79  libc6_2.33-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
59f44b79c4357d212ff6c75ee2d875a4aa90ffb5189827da7b11f08d0faacec3  libc6_2.33-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
39619f46884f4639a8d81c857d349d77951927d7bdbc2c6fe81b230a5fb869de  libc6_2.33-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
068605040154ab224497b52639aafe096f3ed9b258cc0289fb9c8ff90cde7d67  libc6_2.33-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
7374e10da9b629c1b5c98e543e0050347d3bc973c36aa8e85532c6dc1599fc2e  libc6_2.33-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a29981ab038744918a51e74de54eceb50accf9707175bcaa8141404c022bb1a1  libc6_2.33-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
16df03f4227cfa7373c2b342e5512ebc68365966ae6e4a48c5a5bece5c47f755  libc6_2.33-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c67ec63ad06ad2e4f20d617c258674fdb7a103e77b461215a62841638d175920  libc6_2.33-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
75b0007366e11d43c3527a0ecad1906a6cfcf1bc84044c154e5dac1d1f4bd65e  libc6_2.34-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
3c44d16f4ad9081b23d26d80b3b3d501bf132a3cc706fc366eb568ae7eec8929  libc6_2.34-0experimental2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
78609bd100f0c6644ef8cd4d8951df10612fce42432f92729435c99fcef741fb  libc6_2.34-0experimental3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
bdd5377327c91eeae41c2781c09580476cf5eea01c2174f002d36559596ca05c  libc6_2.34-0experimental4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ee247f3035db3523b407bb598f0e7aefb4b28457ccad70e7c61078557a6b2f30  libc6_2.34-0experimental5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
0a9f4dadc0445ce520617b4ebd28b153902dfb058417c1a1a7e7292b4ca9caec  libc6_2.34-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
fe269417c1e8dc02637a5467e102a7649e62491786620bdd835e0a2844b58aff  libc6_2.34-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
316a940fa8634b2f3a99b6fa84b13ba26e69acfcc2011d02957f74ad29b0d796  libc6_2.34-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
07a786615827283052ad560363782649fbe313f4ff413b17eb023c93a2b91469  libc6_2.34-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8f6720afc67c8dab674c0b8b66624c57a50d3b2f395531ded8342e2e719654fe  libc6_2.34-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
11fce61022843bb8d915c70c789ded3fee57641f156928a0e57ddf597b5f8145  libc6_2.34-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
a82a0843f002614dbd5b63d08a55d7274d83e8f9a3f0c87226393d9f2e2b6814  libc6_2.34-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
8ea891d2491fddd8f4ca8932ab932e72e07e69e4042da24a97b6b7cda9f3b272  libc6_2.34-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
7926c8c19affb14b6907026fc09976ee245b6cd04fe8efbf39900c3d6ef05106  libc6_2.35-0experimental0_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d108c1f172b400d94e1fbf77e37c4d2c91d45af18ae4987b5a597ab4ded9fefc  libc6_2.35-0experimental1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ec00b9bdd61b6551d400bf1097718af87395458094a7c088370f7476e79cf065  libc6_2.35-0experimental2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
fa2ab85572c3d47c0a3ecb72c1fb07129af52b6a429653b09eedc89808de3c72  libc6_2.35-0experimental3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
84dd1bee7ba7d976b544c59c2685ce12853d9d591cae91062d0c6202250393d0  libc6_2.35-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
1ff64411906f035e302b6dc602b00f1c438fe95ae87535fa33ee692db6445031  libc6_2.35-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
948b04eeb4759f37d642312e26615c7952da11099cbfbf62ed33b68e273bb2c3  libc6_2.35-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e693915f066f91c9bfff282bfbf9ae1e08fde3ca32344f223f4d9ad7b01af5da  libc6_2.35-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
4468f32a0e0303f93f227c70c8a6a2ee875015e5f8ea46d4035da8d52e5d8355  libc6_2.36-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
089c6c74372814719aa2fca7021b275caee5c67c35dc7d6e6d41e58b356b1745  libc6_2.36-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
fbc01527194a3c135a8f714695b8d1f07d5a5202cd80b45420f660a677552742  libc6_2.36-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e4821d7081292f9d614219f851ab67028c55a853bc966cec7d9ae64852724537  libc6_2.36-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
44d42f7c9be3e164bec7a525c0dacbf8d98824933f9ba3aa81c0ef9d57a87583  libc6_2.36-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
fd820f654dcca0552da6c594258ea6b3456b52ef71099bcb0f78559aa79046ab  libc6_2.36-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
29d5c18cc74ce02466469641942a72e474d60e20e7a793fdbf4d8a386969f7a1  libc6_2.36-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
698befc0391135541ed160c6ce71ef9d8467959b0fda173108d9fce89850c545  libc6_2.36-8_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
b7b01aaa6373a31ae219ce7359ef92ec6c7cb8d3e7e9dffebd34824772b23efe  libc6_2.36-9_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
f1e5ad2390a91fe64abd6e07fe5f5abb68c95124f423443518e9615dfc9a08db  libc6_2.36-9+deb12u1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
0723c25cf7a97d25b7422e9b701ce3fb3e29f09fd0ee716430b91709d8f0cf03  libc6_2.37-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
1d5adbd4a133873ce212d56e5b1f9101be0db1a543b3de69b06c703fa2c509d5  libc6_2.37-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
16dd418c533161d51248d55a825b901028dd0b372fbd52f6994d9e77c892a2c4  libc6_2.37-3_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
9ee2d6a8056db57ec11cc4fbbe658bffdf2a0b69fcb097aa9ceba1b8c0ecb219  libc6_2.37-4_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
d928147d548708242ad514e0175ee8271cdaa46e4eca85223a1a786ba780acbb  libc6_2.37-5_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e65f27eddab6c56794febbd851db1a4db7ae77b1efe7e27ecb0a211ade937e27  libc6_2.37-6_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
c45f5a54d8fb346c62e425b222d53f5ab70535d6934fbe6f1e9c17ff8ca98606  libc6_2.37-7_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
e543177bd40e6d15f78d93148e8f20c35f28951d96a13fe62c8f5261325de27a  libc6_2.38-1_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6
ab0ea7141515b1b3e6d75318b41905d12ceab7e3339db348ee06559592b19c71  libc6_2.38-2_armhf.deb.unpack/lib/arm-linux-gnueabihf/libc.so.6

Post Reply