From 39087eba18011ca1e064c8e356ee33533be760db Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 10 Feb 2020 18:19:34 +0100 Subject: cgi-io: use dynamic memory for post decoding, support proc files Allocate dynamic buffer memory for decoding post data and allow post requsts up to 128KB compared to the previos 1KB limit. Also support downloading /proc and /sys files by falling back to chunked transfer encoding when the file size cannot be determined. Signed-off-by: Jo-Philipp Wich --- net/cgi-io/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/cgi-io/Makefile') diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index 27bdf737f..c8e4164ef 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_LICENSE:=GPL-2.0-or-later -- cgit v1.2.3