Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2019-07-05 09:26:26 +0300
committerJo-Philipp Wich <jo@mein.io>2019-07-05 09:27:47 +0300
commit66c8ebfeffcffdcfcdf64888b7685dca26f82ff5 (patch)
tree651a8c5b6530600432c7d677d098172a1dacc763 /contrib
parent12be2d86c182f3f8001b76ba133d1a072e4748e0 (diff)
lucihttp: update to latest Git HEAD
a34a17d src: allow overriding buffer size from cli in multipart tester 730a46f lib: fix potentially lost bytes in boundary parsing across buffer limits 8734af2 lib: add buffer tracing to multipart parser 913051b src: add file dump option to multipart test utility c419539 src: allow specifying custom buffer sizes in multipart testcases f6e0564 lib: fix handling of empty multipart fields Fixes: #2816 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/lucihttp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/package/lucihttp/Makefile b/contrib/package/lucihttp/Makefile
index 619c04c2cd..a1b740deed 100644
--- a/contrib/package/lucihttp/Makefile
+++ b/contrib/package/lucihttp/Makefile
@@ -5,9 +5,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/lucihttp.git
-PKG_SOURCE_DATE:=2019-06-05
-PKG_SOURCE_VERSION:=91c01c3c9f48dc148defbee2f694b0599d5eb3c4
-PKG_MIRROR_HASH:=07af44f6c26e706bcb8d4d652a2060455ede8fa55925f377d7c7f429ca9d7aa3
+PKG_SOURCE_DATE:=2019-07-05
+PKG_SOURCE_VERSION:=a34a17d501c0e23f0a91dd9d3e87697347c861ba
+PKG_MIRROR_HASH:=f08b526515b4a654e5529457da9d0676696170846288c55863dba087417a0483
CMAKE_INSTALL:=1
PKG_LICENSE:=ISC