Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/ca-certificates: build fix for ppc64le | Natanael Copa | 2017-03-17 | 1 | -0/+1 |
| | |||||
* | main/ca-certificates: fix fallback for sendfile(2) | Natanael Copa | 2016-08-05 | 1 | -1/+1 |
| | | | | fix return value and errno check | ||||
* | main/ca-certificates: sendfile fix update-ca-certificates | Natanael Copa | 2016-04-08 | 1 | -1/+35 |
| | | | | | fallback to read(2)/write(2) in case sendfile is not supported by kernel or blockdevice/filesystem | ||||
* | main/ca-certificates: improve run-parts execution | Natanael Copa | 2016-01-14 | 1 | -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. | ||||
* | main/ca-certificates: run c_rehash as a hook from update.d | Natanael Copa | 2016-01-14 | 1 | -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 | ||||
* | main/ca-certificates: fix and optimize update-ca-certificates | Timo Teräs | 2015-11-11 | 1 | -153/+146 |
| | | | | fixes #4772 | ||||
* | main/ca-certificates: fix update-ca.c | Timo Teräs | 2015-10-16 | 1 | -2/+2 |
| | | | | | - fix permissions for the .crt bundle - fix exec of c_rehash | ||||
* | main/ca-certificates: replace update-ca-certificates implementation | Natanael Copa | 2015-10-15 | 1 | -0/+335 |
Use C implementation to avoid Lua dependency. https://github.com/xynopsis/update_ca_cert |