public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] privoxy 3.0.24: Bugfixes in config- and lfs-file, enabled compression feature
@ 2016-01-24 13:03 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2016-01-24 13:03 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1484 bytes --]

'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 <matthias.fischer(a)ipfire.org>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-24 13:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-24 13:03 [PATCH] privoxy 3.0.24: Bugfixes in config- and lfs-file, enabled compression feature Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox