summaryrefslogtreecommitdiffstats
path: root/package/libhttpparser
Commit message (Collapse)AuthorAgeFilesLines
* package/libhttpparser: bump version to v2.9.0Peter Korsgaard2019-01-042-2/+2
| | | | | | Needed by nodejs v8.15.0+ Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package: clean up remaining references to $(HOST_DIR)/usrFerdinand van Aartsen2018-09-251-1/+1
| | | | | | Signed-off-by: Ferdinand van Aartsen <ferdinand@ombud.nl> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libhttpparser: bump to version 1.8.1Fabrice Fontaine2018-05-012-2/+3
| | | | | | | Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libhttpparser: bump version to 2.8.0Martin Bark2018-03-093-15/+19
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libhttpparser: add host variantEric Le Bihan2018-02-051-0/+9
| | | | | | | Allow build of host variant of libhttpparser. Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libhttpparser: bump version to 2.7.1Bernd Kuhls2017-08-112-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
* libhttpparser: add a hash fileRenaud AUBIN2015-12-021-0/+2
| | | | | Signed-off-by: Renaud AUBIN <root@renaud.io> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libhttpparser: bump to 2.6.0Renaud AUBIN2015-12-013-11/+12
| | | | | | | | The http-parser repository has been transfered from joyent to nodejs. Bump version to 2.6.0. Signed-off-by: Renaud AUBIN <root@renaud.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libhttpparser: New packageRenaud AUBIN2015-08-283-0/+77
http-parser provides a simple C API to parse HTTP responses and requests. This packaging uses the official Joyent repository. [Thomas: - since we're always building the shared library, depend on !BR2_STATIC_LIBS in Config.in. We could build only the static library, but then we would have to do all the lib installation manually. - indent using tabs in Config.in - use 'make install' instead of handcoding the library installation. - use $(TARGET_CONFIGURE_OPTS) instead of just CC= and LD=. - use tabs for indentation in commands instead of spaces - add patch to fix reinstallation.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud