summaryrefslogtreecommitdiffstats
path: root/package/uhttpd
Commit message (Collapse)AuthorAgeFilesLines
* package/*/Config.in: fix help text check-package warningsThomas Petazzoni2017-12-181-3/+3
| | | | | | | | | | | | | This commit fixes the warnings reported by check-package on the help text of all package Config.in files, related to the formatting of the help text: should start with a tab, then 2 spaces, then at most 62 characters. The vast majority of warnings fixed were caused by too long lines. A few warnings were related to spaces being used instead of a tab to indent the help text. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uhttpd: fix TCP_FASTOPEN related compile errorPeter Seiderer2017-04-031-0/+30
| | | | | | | | | | | | Fixes [1]: .../uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/listen.c: In function 'uh_setup_listeners': .../uhttpd-a8bf9c00842224edb394e79909053f7628ee6a82/listen.c:120:30: error: 'TCP_FASTOPEN' undeclared (first use in this function) [1] http://autobuild.buildroot.net/results/56e/56e0727ccd1255b05e03d1b79dc238bd88701230 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uhttpd: bump versionRahul Jain2017-03-252-2/+2
| | | | | Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uhttpd: add hashArnout Vandecappelle2017-03-211-2/+2
| | | | | | | | | uhttpd had a hash file, but is says "none" because it is a git download. Since our git downloads are not reproducible, we can actually add a hash. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uhttpd: add patch to remove -WerrorThomas Petazzoni2016-12-071-0/+33
| | | | | | | | Fixes: http://autobuild.buildroot.net/results/febbd094090e14fe7a79e6f691c290075da4fd59/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* uhttpd: new packageRahul Jain2016-11-053-0/+55
Signed-off-by: Rahul Bedarkar <Rahul.Bedarkar@imgtec.com> Signed-off-by: Neha Bairathi <Neha.Bairathi@imgtec.com> Signed-off-by: Abhishek Singh <Abhishek.Singh@imgtec.com> Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> [Thomas: remove luajit support, as it doesn't build.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud