pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/privoxy update to 3.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/501673533fef
branches: trunk
changeset: 539760:501673533fef
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Mar 12 21:35:03 2008 +0000
description:
update to 3.0.8
3.0.8 is a stable release which includes many significant enhancements and
new features, and the usual squashed bugs. The most prominent new
features are the ability to "tag" headers and apply actions based on those
tags, making Privoxy much more flexibile, and Privoxy can now act as an
"intercepting" proxy.
diffstat:
www/privoxy/Makefile | 4 ++--
www/privoxy/PLIST | 3 ++-
www/privoxy/distinfo | 11 +++++------
www/privoxy/patches/patch-aa | 22 +++++++++++-----------
www/privoxy/patches/patch-ab | 36 ------------------------------------
5 files changed, 20 insertions(+), 56 deletions(-)
diffs (125 lines):
diff -r befd9cbfaac4 -r 501673533fef www/privoxy/Makefile
--- a/www/privoxy/Makefile Wed Mar 12 21:33:25 2008 +0000
+++ b/www/privoxy/Makefile Wed Mar 12 21:35:03 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2007/09/08 21:58:02 jlam Exp $
+# $NetBSD: Makefile,v 1.34 2008/03/12 21:35:03 drochner Exp $
#
DISTNAME= ${PKGNAME_NOREV}-stable-src
-PKGNAME= privoxy-3.0.6
+PKGNAME= privoxy-3.0.8
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/}
diff -r befd9cbfaac4 -r 501673533fef www/privoxy/PLIST
--- a/www/privoxy/PLIST Wed Mar 12 21:33:25 2008 +0000
+++ b/www/privoxy/PLIST Wed Mar 12 21:35:03 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2006/11/24 18:26:06 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2008/03/12 21:35:03 drochner Exp $
man/man1/privoxy.1
sbin/privoxy
share/doc/privoxy/AUTHORS
@@ -72,6 +72,7 @@
share/examples/privoxy/templates/edit-actions-list-url
share/examples/privoxy/templates/edit-actions-remove-url-form
share/examples/privoxy/templates/edit-actions-url-form
+share/examples/privoxy/templates/forwarding-failed
share/examples/privoxy/templates/mod-local-help
share/examples/privoxy/templates/mod-support-and-service
share/examples/privoxy/templates/mod-title
diff -r befd9cbfaac4 -r 501673533fef www/privoxy/distinfo
--- a/www/privoxy/distinfo Wed Mar 12 21:33:25 2008 +0000
+++ b/www/privoxy/distinfo Wed Mar 12 21:35:03 2008 +0000
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.6 2006/11/24 18:26:06 drochner Exp $
+$NetBSD: distinfo,v 1.7 2008/03/12 21:35:03 drochner Exp $
-SHA1 (privoxy-3.0.6-stable-src.tar.gz) = 6369c02ef6e044d23fd1d90f6523b489abe58c0c
-RMD160 (privoxy-3.0.6-stable-src.tar.gz) = 96483460ce56e6abc062278882997c548bb2e119
-Size (privoxy-3.0.6-stable-src.tar.gz) = 1755661 bytes
-SHA1 (patch-aa) = 72b2d9195d1e5b16b7eb844f539310eeb99247b9
-SHA1 (patch-ab) = 44c42035867b82f0e04d185c700d2176b7892297
+SHA1 (privoxy-3.0.8-stable-src.tar.gz) = 7fe2b7afde4066ef1f170f5f11850cf9da428a42
+RMD160 (privoxy-3.0.8-stable-src.tar.gz) = 604dd61a22dc74d06d4adaa4b3c87e4d5da5149b
+Size (privoxy-3.0.8-stable-src.tar.gz) = 2007961 bytes
+SHA1 (patch-aa) = c263d2a4b9522a33613f82ab2bc18d5c2b554b21
SHA1 (patch-ac) = e39ffe694462b952c5ad66ac577a0acbee0a1d9f
diff -r befd9cbfaac4 -r 501673533fef www/privoxy/patches/patch-aa
--- a/www/privoxy/patches/patch-aa Wed Mar 12 21:33:25 2008 +0000
+++ b/www/privoxy/patches/patch-aa Wed Mar 12 21:35:03 2008 +0000
@@ -1,22 +1,22 @@
-$NetBSD: patch-aa,v 1.2 2006/11/24 18:26:06 drochner Exp $
+$NetBSD: patch-aa,v 1.3 2008/03/12 21:35:03 drochner Exp $
---- config.orig 2006-11-14 02:54:36.000000000 +0100
+--- config.orig 2008-01-17 19:17:15.000000000 +0100
+++ config
-@@ -266,7 +266,7 @@ trust-info-url http://www.example.com/w
- # flat, except for confdir/templates, where the HTML templates
- # for CGI output reside (e.g. Privoxy's 404 error page).
+@@ -260,7 +260,7 @@ trust-info-url http://www.example.com/w
+ #
+ # No trailing "/", please.
#
-confdir .
+confdir @PKG_SYSCONFDIR@
-
+ #
#
- # 2.2. logdir
-@@ -293,7 +293,7 @@ confdir .
+ # 2.2. templdir
+@@ -315,7 +315,7 @@ confdir .
#
- # No trailing "/", please
+ # No trailing "/", please.
#
-logdir .
+logdir /var/log/privoxy
-
+ #
#
- # 2.3. actionsfile
+ # 2.4. actionsfile
diff -r befd9cbfaac4 -r 501673533fef www/privoxy/patches/patch-ab
--- a/www/privoxy/patches/patch-ab Wed Mar 12 21:33:25 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2006/11/24 18:26:06 drochner Exp $
-
---- GNUmakefile.in.orig 2006-10-25 13:55:45.000000000 +0200
-+++ GNUmakefile.in
-@@ -246,7 +246,7 @@ OTHER_CFLAGS =
- CFLAGS = @CFLAGS@ @CPPFLAGS@ $(OTHER_CFLAGS) $(SPECIAL_CFLAGS) -Wall \
- @STATIC_PCRE_ONLY@ -Ipcre
-
--LDFLAGS = $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
-+LDFLAGS = @LDFLAGS@ $(DEBUG_CFLAGS) $(SPECIAL_CFLAGS)
-
-
- #############################################################################
-@@ -1126,22 +1126,6 @@ install: CONF_DEST LOG_DEST PID_DEST che
- @$(ECHO) Installing man page to $(MAN_DEST)/privoxy.1
- -$(INSTALL) $(INSTALL_T) privoxy.1 $(MAN_DEST)/privoxy.1
-
-- @# Change the config file default directories according to the configured ones
-- @$(ECHO) Rewriting config for this installation
-- @if [ -f config.base ] ; then \
-- $(CAT) config >config~ ;\
-- $(MV) config.base config ;\
-- fi
-- $(SED) 's+^confdir \.+confdir $(CONF_DEST)+' config | \
-- $(SED) 's+^logdir \.+logdir $(LOG_DEST)+' >config.tmp
-- -@if [ $(check_doc) = 0 ]; then \
-- $(SED) 's+^#\?user-manual .*+user-manual $(DOC_DEST)/user-manual/+' config.tmp >config.updated ;\
-- else \
-- $(SED) 's+^#\?user-manual .*+user-manual $(prefix)/doc/privoxy/user-manual/+' config.tmp >config.updated ;\
-- fi;\
-- $(MV) config config.base
-- $(MV) config.updated config
--
- @# Install the config support files. Test for root install, and abort
- @# if there is no privoxy user, and no other user was enabled during
- @# configure. Later, install init script if appropriate.
Home |
Main Index |
Thread Index |
Old Index