summaryrefslogtreecommitdiffstats
path: root/package/cpio
Commit message (Collapse)AuthorAgeFilesLines
* cpio: add security patch to fix CVE-2016-2037Gustavo Zacarias2016-03-031-0/+51
| | | | | | | | | | Fixes: CVE-2016-2037 - The cpio_safer_name_suffix function in util.c in cpio 2.11 allows remote attackers to cause a denial of service (out-of-bounds write) via a crafted cpio file. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cpio: install to /bin and after busyboxGustavo Zacarias2015-10-021-0/+2
| | | | | | | | | As the usual rule consider full-blown packages superior to busybox, hence build after it. Also install cpio to /bin to override the busybox-provided one. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* cpio: bump to version 2.12Gustavo Zacarias2015-10-022-15/+2
| | | | | | | All patches upstream so drop them. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/cpio: remove useless commentRomain Naour2015-08-081-2/+1
| | | | | | | | This comment is about host-cpio which hasn't been added in Buildroot. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/cpio: add argp-standalone dependency with muslRomain Naour2015-08-082-3/+3
| | | | | | | | | Since argp-standalone is only available for uClibc-ng and musl toolchains, add the dependendy only if it's selected. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cpio: needs wchar supportThomas Petazzoni2015-07-181-0/+4
| | | | | | | Spotted during package review/testing, but forgot to squash it in the original patch. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cpio: new packageClayton Shotwell2015-07-183-0/+42
Adding the cpio archive utility for the target and host. Patches have been pulled from ArchLinux and Gentoo to fix CVE issues and compile issues. [Thomas: remove host variant of the package, as discussed during the review of earlier version.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud