[Lunar-commits] <moonbase> privoxy: update to version 3.0.12 & new CONFIGURE script
Duncan Gibson
engelsman at lunar-linux.org
Sat Jan 23 16:32:04 CET 2010
commit 289c474fa6276cf8c2741a54ac3e6d89e0410d98
Author: Guillaume <sirocco at gmx.fr>
Date: Sat Jan 23 16:32:04 2010 +0100
privoxy: update to version 3.0.12 & new CONFIGURE script
Hi,
1) This patch contains a version update.
2) By default lunar disable toogle functions and other stuff in the
BUILD script. Lunar should let the user do its own choice (I don't
want to disable toogle ... ;) Furthermore those toogle functions
have to be configured in the privoxy.conf file and are disable by default.
So, please let the user decide by himself by accepting CONFIGURE script ;)
Guillaume
---
net/privoxy/BUILD | 3 +--
net/privoxy/CONFIGURE | 3 +++
net/privoxy/DETAILS | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/net/privoxy/BUILD b/net/privoxy/BUILD
index babf67b..1dd5ee2 100644
--- a/net/privoxy/BUILD
+++ b/net/privoxy/BUILD
@@ -7,8 +7,7 @@
add_priv_user privoxy:privoxy &&
- OPTS="--with-user=privoxy --with-group=privoxy --sysconfdir=/etc/privoxy \
- --disable-toggle --disable-editor --disable-force"
+ OPTS="--with-user=privoxy --with-group=privoxy --sysconfdir=/etc/privoxy "
default_build
diff --git a/net/privoxy/CONFIGURE b/net/privoxy/CONFIGURE
new file mode 100644
index 0000000..5da88cd
--- /dev/null
+++ b/net/privoxy/CONFIGURE
@@ -0,0 +1,3 @@
+mquery TOOGLE "Support temporary disable?" n "" "--disable-toggle"
+mquery EDITOR "Support web-based actions file?" n "" "--disable-editor"
+mquery FORCE "Support single-page disable?" n "" "--disable-force"
diff --git a/net/privoxy/DETAILS b/net/privoxy/DETAILS
index 49dcde1..5e52d95 100644
--- a/net/privoxy/DETAILS
+++ b/net/privoxy/DETAILS
@@ -1,9 +1,9 @@
MODULE=privoxy
- VERSION=3.0.11
+ VERSION=3.0.12
SOURCE=$MODULE-$VERSION-stable-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-stable
SOURCE_URL=$SFORGE_URL/ijbswa/
- SOURCE_VFY=sha1:e9f41412b78ea5f3b1cd8ca6a651ee5801837a9f
+ SOURCE_VFY=sha1:1118d6a7b4980f26c9ad0902c0e6af5aaaf1a640
WEB_SITE=http://www.privoxy.org/
ENTERED=20030311
UPDATED=20090301
More information about the Lunar-commits
mailing list