From 247a8c740e9fe239d745b2da354c9fb25fd4b6eb Mon Sep 17 00:00:00 2001 From: Mathieu Coupe Date: Mon, 7 Jan 2019 21:02:49 +0100 Subject: [PATCH 1/2] tinyproxy: handling of option XTinyproxy 1.) Fix the handling of XTinyproxy option to avoid syntax error when starting tinyproxy: example: Syntax error on line 15 Unable to parse config file. Not starting. Signed-off-by: Mathieu Coupe --- net/tinyproxy/files/tinyproxy.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinyproxy/files/tinyproxy.init b/net/tinyproxy/files/tinyproxy.init index 73f38c63d..046783073 100644 --- a/net/tinyproxy/files/tinyproxy.init +++ b/net/tinyproxy/files/tinyproxy.init @@ -50,7 +50,7 @@ start_proxy() { proxy_atom "$1" LogLevel >> $CFGFILE - proxy_list "$1" XTinyproxy >> $CFGFILE + proxy_flag "$1" XTinyproxy >> $CFGFILE proxy_atom "$1" MaxClients >> $CFGFILE proxy_atom "$1" MinSpareServers >> $CFGFILE From 5342bf6146038ddbf89d3b106c4e85b91ee7a279 Mon Sep 17 00:00:00 2001 From: Mathieu Coupe Date: Tue, 16 Apr 2019 09:13:09 +0200 Subject: [PATCH 2/2] tinyproxy: update makefile to increment PKG_RELEASE Increment PKG_RELEASE from 2 to 3 Signed-off-by: Mathieu Coupe --- net/tinyproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/tinyproxy/Makefile b/net/tinyproxy/Makefile index 27467a40b..a7865c96e 100644 --- a/net/tinyproxy/Makefile +++ b/net/tinyproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinyproxy PKG_VERSION:=1.8.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.banu.com/pub/tinyproxy/1.8/