aboutsummaryrefslogtreecommitdiffstats
path: root/main/ca-certificates/update-ca.c
Commit message (Collapse)AuthorAgeFilesLines
* main/ca-certificates: improve run-parts executionNatanael Copa2016-01-141-3/+5
| | | | | | | Do not depend on PATH for run-parts, instead we try /usr/bin/run-parts and /bin/run-parts directly. Exit with error if it fails. (cherry picked from commit c2b94cc3813c31bbba0f1da42b402cbe024c5fae)
* main/ca-certificates: run c_rehash as a hook from update.dNatanael Copa2016-01-141-7/+4
| | | | | | | | | | instead of running c_rehash directly we run it as a hook from update.d. We also: - update the man-page to be more correct. - remove obsolete lua script (cherry picked from commit febc87f0569a6cc0e688991108c60a1c7d88f81e)
* main/ca-certificates: fix and optimize update-ca-certificatesTimo Teräs2015-11-111-153/+146
| | | | fixes #4772
* main/ca-certificates: fix update-ca.cTimo Teräs2015-10-161-2/+2
| | | | | - fix permissions for the .crt bundle - fix exec of c_rehash
* main/ca-certificates: replace update-ca-certificates implementationNatanael Copa2015-10-151-0/+335
Use C implementation to avoid Lua dependency. https://github.com/xynopsis/update_ca_cert