![]() |
2010-07-23
, 19:36
|
|
Posts: 349 |
Thanked: 309 times |
Joined on Feb 2010
@ PS/IL
|
#3
|
![]() |
2010-07-23
, 19:40
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-07-23
, 19:46
|
|
Posts: 349 |
Thanked: 309 times |
Joined on Feb 2010
@ PS/IL
|
#5
|
The build script uses a binary, often md5sum, to calculate the MD5 hash of the different files that are in the package.
MD5 hashes is a cryptographical way of ensuring that the file has not changed when you install it. If you Google for "MD5 RFC" you'll find the algorithm that is used.
f8fb0a67cf671dc00bfff47160e6991b usr/share/locale/pl_PL/LC_MESSAGES/callforwarding.mo
5a0179031e2681c3e64fb411ba80924a usr/share/locale/fi_FI/LC_MESSAGES/callforwarding.mo
597cac6d8767652a31ae21e67deaccce usr/share/locale/ar_SA/LC_MESSAGES/callforwarding.mo
8fbde587a6965bbaf5e8e301a4d80589 usr/share/locale/en_GB/LC_MESSAGES/callforwarding.mo
![]() |
2010-07-23
, 20:02
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#6
|
![]() |
2010-07-23
, 20:18
|
|
Posts: 349 |
Thanked: 309 times |
Joined on Feb 2010
@ PS/IL
|
#7
|
inside the package there's the control folder, and inside it there is "md5sums" which contains paths for various stuff afaik. For example:
8fbde587a6965bbaf5e8e301a4d80589 usr/share/locale/en_GB/LC_MESSAGES/callforwarding.mo
Now my question is where did this "8fbde587a6965bbaf5e8e301a4d80589" come from?
Silly question yep, but i want to know