public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Matthias Fischer <matthias.fischer@ipfire.org>
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	[thread overview]
Message-ID: <1453640637-17802-1-git-send-email-matthias.fischer@ipfire.org> (raw)

[-- 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


                 reply	other threads:[~2016-01-24 13:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453640637-17802-1-git-send-email-matthias.fischer@ipfire.org \
    --to=matthias.fischer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox