aboutsummaryrefslogtreecommitdiff
path: root/libs/libhttp-parser/Makefile
Commit message (Collapse)AuthorAge
* libhttp-parser: update to v2.9.4Hirokazu MORIKAWA2020-04-02
| | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libhttp-parser: update to v2.9.3Hirokazu MORIKAWA2020-02-07
| | | | | | | Support multi-coding Transfer-Encoding CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libhttp-parser: fix build error on macosHirokazu MORIKAWA2019-07-29
| | | | | | | | | | | | | Maintainer: @ageekymonk, me Compile tested: head r10622-e09da01,ath79,arm_cortex-a9+vfpv3,mipsel Run tested: mipsel Description: fix build error on macos https://github.com/openwrt/packages/issues/9587 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libhttp-parser: update to 2.9.2Hirokazu MORIKAWA2019-04-17
| | | | | | | | | update to 2.9.2: revert `memchr()` optimization Fix -Wsign-compare warning Fix bad pointer arithmetic Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libhttp-parser: update to 2.9.0Hirokazu MORIKAWA2019-04-10
| | | | | | | update to 2.9.0 Add maintainer Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* libhttp-parser: Update to 2.8.1Rosen Penev2018-07-14
| | | | | | | | Switched to codeload instead of git for downloads. Should be faster and more reliable. Re-organized the Makefile slightly Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libhttp-parser: Bump package version and update link to GitHubTibor Dudlák2018-02-12
| | | | | | | | | | Bumped package version. There was an issue with .so file: dependent package wanted lib.so.2.8 but there was only lib.so.2.8.0 there so one more symlink added. http-parser sources are owned by nodejs now. Signed-off-by: Tibor Dudlák <tdudlak@redhat.com>
* libhttp-parser: bump to 2.7.1Marko Ratkaj2017-11-29
| | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* misc: Correct tag spelling PKG_LICENSE_FILESTed Hess2014-12-09
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Adding support for libhttp-parserageekymonk2014-11-27
Signed-off-by: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>