summaryrefslogtreecommitdiffstats
path: root/package/flashrom/0002-sys-io.h.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/flashrom: security bump to version 0.9.9Bernd Kuhls2017-05-281-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 descriptionsPeter Korsgaard2015-10-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/flashrom: fix build failures with muslYann E. MORIN2015-10-281-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>
OpenPOWER on IntegriCloud