Commit Graph

13 Commits

Author SHA1 Message Date
Ilya Lipnitskiy 5d8d4fbbcb
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
2021-02-20 16:02:15 -08:00
Hirokazu MORIKAWA 00bc495c73 libhttp-parser: update to v2.9.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-04-02 11:59:55 +09:00
Hirokazu MORIKAWA f4b95fc4ab libhttp-parser: update to v2.9.3
Support multi-coding Transfer-Encoding
CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-02-07 10:43:20 +09:00
Hirokazu MORIKAWA 5b76339f09 libhttp-parser: fix build error on macos
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>
2019-07-29 17:45:22 +09:00
Hirokazu MORIKAWA e8440bddba libhttp-parser: update to 2.9.2
update to 2.9.2:
 revert `memchr()` optimization
 Fix -Wsign-compare warning
 Fix bad pointer arithmetic

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-17 09:06:07 +09:00
Hirokazu MORIKAWA 431bf39592 libhttp-parser: update to 2.9.0
update to 2.9.0
Add maintainer

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-04-10 10:47:29 +09:00
Rosen Penev 34e67aa83c libhttp-parser: Update to 2.8.1
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>
2018-07-14 16:38:55 -07:00
Yousong Zhou d03e32c513 treewide: fix missing/wrong MIRROR_HASH for sources from github
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>
2018-07-02 10:40:47 +08:00
Tibor Dudlák 3c4e99ced4
libhttp-parser: Bump package version and update link to GitHub
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>
2018-02-12 22:54:50 +01:00
Marko Ratkaj d7d66e99f9 libhttp-parser: bump to 2.7.1
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-11-29 16:05:34 +01:00
Etienne Champetier 4006865ae8 treewide: run "make check FIXUP=1"
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>
2017-08-29 21:41:14 -07:00
Ted Hess 8b5421f699 misc: Correct tag spelling PKG_LICENSE_FILES
Signed-off-by: Ted Hess <thess@kitschensync.net>
2014-12-09 11:38:38 -05:00
ageekymonk c77a0ead59 Adding support for libhttp-parser
Signed-off-by: Ramanathan Sivagurunathan <ramzthecoder@gmail.com>
2014-11-27 10:27:45 +00:00