From 27b7e4318000ecd34dee21dd381b1ccaef5d14c1 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 18 May 2018 11:42:40 +0200 Subject: [PATCH] lucihttp: update to latest HEAD 6ddea4c utils: fix crash with zero length input string in lh_header_attribute() cb119de lib: add support for setting the maximum allowed data size Fixes #1784. Signed-off-by: Jo-Philipp Wich --- contrib/package/lucihttp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/package/lucihttp/Makefile b/contrib/package/lucihttp/Makefile index f1926a8e3..408994435 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:=2018-04-22 -PKG_SOURCE_VERSION:=ccc685e5c366490fc9f50a2e211ec79b7cf5962e -PKG_MIRROR_HASH:=48608971cdfe20a6ad476fbf461527e4bf4786afeb8316fd6c38412bfeed4a3c +PKG_SOURCE_DATE:=2018-05-18 +PKG_SOURCE_VERSION:=cb119deddee5f0f8f1da883b20c60aea7611b175 +PKG_MIRROR_HASH:=573a20817c73344b17c8fa1b8112f14af9dccc25fef017ae072ecd09140cf9e1 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC -- 2.11.0