Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | package/flashrom: security bump to version 0.9.9 | Bernd Kuhls | 2017-05-28 | 1 | -27/+0 |
| | | | | | | | | | | | | | Fixes buffer overflow: https://mail.coreboot.org/pipermail/flashrom/2016-March/014523.html Removed patch 0002-sys-io.h.patch, not needed anymore, hwaccess.h now contains a similar fix: elif defined(__linux__) || defined(__GLIBC__) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | flashrom: fix typos in patch descriptions | Peter Korsgaard | 2015-10-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | package/flashrom: fix build failures with musl | Yann E. MORIN | 2015-10-28 | 1 | -0/+27 |
flashroms makes a few assumptions on the headers to be included. It forgets that not everything is using glibc, so it is missing crucial includes. Fixes: http://autobuild.buildroot.org/results/2a3/2a3744007c630c267575a638ebcd83a4b97644f5/ http://autobuild.buildroot.org/results/3de/3de936d9be79e151e66af15193084d82a0f2c04a/ Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |