How secure is installing packages with pkg_add -r? Are packages validated with checksum/digital signature?
What I mean is that when I install from port I see that every downloadaed file is checked with SHA256 checksum, so I can be sure that downloaded file wasn't modified. I don't see such verification with pkg_add -r, so if the remote server was compromised, then such package could have backdoor or other bad code.
Thank you very much
Marek
What I mean is that when I install from port I see that every downloadaed file is checked with SHA256 checksum, so I can be sure that downloaded file wasn't modified. I don't see such verification with pkg_add -r, so if the remote server was compromised, then such package could have backdoor or other bad code.
Thank you very much
Marek