From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] privoxy 3.0.24: Bugfixes in config- and lfs-file, enabled compression feature Date: Sun, 24 Jan 2016 14:03:57 +0100 Message-ID: <1453640637-17802-1-git-send-email-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4685279118173849803==" List-Id: --===============4685279118173849803== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 'config'-header was updated to show the new version. Fixed absolutely silly typo in lfs-file. This didn't had any effect yet, nevertheless... Added '--enable_compression' - for testing purposes. This feature can be enabled and disabled now through config. For details see: http://www.privoxy.org/user-manual/config.html#ENABLE-COMPRESSION Signed-off-by: Matthias Fischer --- config/privoxy/privoxy.config | 4 ++-- lfs/privoxy | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/privoxy/privoxy.config b/config/privoxy/privoxy.config index 32fa1f7..04ddd4f 100644 --- a/config/privoxy/privoxy.config +++ b/config/privoxy/privoxy.config @@ -1,6 +1,6 @@ -# Sample Configuration File for Privoxy 3.0.23 +# Sample Configuration File for Privoxy 3.0.24 # -# $Id: config,v 1.107 2015/01/24 16:44:20 fabiankeil Exp $ +# $Id: config,v 1.108 2016/01/17 14:33:03 fabiankeil Exp $ # # Copyright (C) 2001-2014 Privoxy Developers http://www.privoxy.org/ # diff --git a/lfs/privoxy b/lfs/privoxy index 06516af..b1d58b4 100644 --- a/lfs/privoxy +++ b/lfs/privoxy @@ -87,9 +87,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --prefix=/usr \ --sysconfdir=/etc/privoxy \ --sbindir=/usr/sbin \ - --localstatedir=/var + --localstatedir=/var \ --with-user=privoxy \ --with-group=privoxy \ + --enable-compression \ --disable-dynamic-pcre \ $(CONFIGURE_FLAGS) -- 2.7.0 --===============4685279118173849803==--