Fabrice Fontaine
6dfde38c71
package/darkhttpd: fix legal info
...
Commit 9ca64820db forgot to update hash of
darkhttpd.c
Fixes:
- http://autobuild.buildroot.org/results/a1503d8d6f67a3742350b0188b0b2621afe5c476
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-21 09:25:52 +02:00
Fabrice Fontaine
9ca64820db
package/darkhttpd: fix build with gcc 4.8
...
Fix the following build failure which is raised since bump to version
0.13 in commit 88705a8c24 :
darkhttpd.c:966:5: error: 'for' loop initial declarations are only allowed in C99 mode
for (int i = 0, j = 0; i < input_length;) {
^
Fixes:
- http://autobuild.buildroot.org/results/ffc/ffcb627c44d2b7202d641129b67af2dc7865c618/build-end.log
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-20 23:41:54 +02:00
Fabrice Fontaine
88705a8c24
package/darkhttpd: bump to version 0.13
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2021-07-18 23:34:31 +02:00
Fabrice Fontaine
1906912a04
package/darkhttpd: add license file
...
Add license file and, while at it, update indentation to two spaces
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com >
2020-11-07 14:18:26 +01:00
Jérémy Rosen
3e092163e5
package: rely on systemctl preset-all for buildroot-provided services
...
All the packages in this list have the following properties
* units are provided by buildroot in the package directory
* the SYSTEMD_INSTALL_INIT_HOOK is exactly equivalent to what the
[Install] section of the unit does
The fix removes the soflinking in the .mk file
Signed-off-by: Jérémy Rosen <jeremy.rosen@smile.fr >
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr >
2019-12-18 18:27:41 +01:00
Matt Weber
590e9e05b6
packages: update sysv S* scripts to 644
...
Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2019-02-08 11:35:22 +01:00
Eric Le Bihan
9c9de1e2b5
darkhttpd: new package
...
This new package provides darkhttpd, a simple, fast HTTP 1.1 web server
for static content.
Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2016-12-11 15:09:27 +01:00