Hi ports --
Attached is a privoxy update, to its latest version.
Running it here on amd64 in conjunction with tor and i2p, all is well.
Sending it to ports because the maintainer email bounced. Mike: if
you're on this list and want to stay maintainer let me know and I'll add
you back in.
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/privoxy/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile 24 Aug 2014 09:17:52 -0000 1.29
+++ Makefile 4 Jan 2015 03:59:34 -0000
@@ -2,15 +2,12 @@
COMMENT= web proxy with advanced filtering capabilities
-V= 3.0.21
+V= 3.0.22
DISTNAME= privoxy-${V}-stable
PKGNAME= privoxy-${V}
CATEGORIES= www
-REVISION= 0
HOMEPAGE= http://www.privoxy.org/
-
-MAINTAINER= Michael Erdely <[email protected]>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/privoxy/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo 13 Jun 2013 08:47:46 -0000 1.12
+++ distinfo 4 Jan 2015 03:59:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (privoxy-3.0.21-stable-src.tar.gz) = XsfmAZSNK9Dr8OvpDu19SedmPDlc4W0EA+keotRZ3bg=
-SIZE (privoxy-3.0.21-stable-src.tar.gz) = 1733120
+SHA256 (privoxy-3.0.22-stable-src.tar.gz) = GiFP7B82Fup/9C8ezbZ86CaQGZ7EA96dNLmdCJbvzEE=
+SIZE (privoxy-3.0.22-stable-src.tar.gz) = 1737251
Index: patches/patch-GNUmakefile_in
===================================================================
RCS file: /cvs/ports/www/privoxy/patches/patch-GNUmakefile_in,v
retrieving revision 1.7
diff -u -p -r1.7 patch-GNUmakefile_in
--- patches/patch-GNUmakefile_in 13 Jun 2013 08:47:46 -0000 1.7
+++ patches/patch-GNUmakefile_in 4 Jan 2015 03:59:34 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-GNUmakefile_in,v 1.7 2013/06/13 08:47:46 benoit Exp $
---- GNUmakefile.in.orig Tue Feb 5 15:04:11 2013
-+++ GNUmakefile.in Sun Jun 9 11:42:21 2013
-@@ -227,7 +227,7 @@ PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
+--- GNUmakefile.in.orig Tue Oct 21 11:31:16 2014
++++ GNUmakefile.in Sat Jan 3 00:24:39 2015
+@@ -224,7 +224,7 @@ PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
SRCS = $(C_SRC) $(W32_SRC) $(PCRS_SRC) $(PCRE_SRC) $(REGEX_SRC)
OBJS = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
HDRS = $(C_HDRS) $(W32_HDRS) $(PCRS_HDRS) $(PCRE_OBJS) $(REGEX_HDRS)
Index: patches/patch-config
===================================================================
RCS file: /cvs/ports/www/privoxy/patches/patch-config,v
retrieving revision 1.8
diff -u -p -r1.8 patch-config
--- patches/patch-config 13 Jun 2013 08:47:46 -0000 1.8
+++ patches/patch-config 4 Jan 2015 03:59:34 -0000
@@ -1,6 +1,6 @@
$OpenBSD: patch-config,v 1.8 2013/06/13 08:47:46 benoit Exp $
---- config.orig Thu Mar 7 15:11:51 2013
-+++ config Sun Jun 9 11:42:21 2013
+--- config.orig Fri Nov 14 06:31:53 2014
++++ config Sat Jan 3 00:27:23 2015
@@ -260,7 +260,7 @@
#
# No trailing "/", please.
@@ -10,12 +10,12 @@ $OpenBSD: patch-config,v 1.8 2013/06/13
#
# 2.2. templdir
# ==============
-@@ -315,7 +315,7 @@ confdir .
+@@ -345,7 +345,7 @@ confdir .
#
# No trailing "/", please.
#
-logdir .
+logdir /log
#
- # 2.4. actionsfile
+ # 2.5. actionsfile
# =================
Index: patches/patch-configure_in
===================================================================
RCS file: /cvs/ports/www/privoxy/patches/patch-configure_in,v
retrieving revision 1.6
diff -u -p -r1.6 patch-configure_in
--- patches/patch-configure_in 13 Jun 2013 08:47:46 -0000 1.6
+++ patches/patch-configure_in 4 Jan 2015 03:59:34 -0000
@@ -1,7 +1,7 @@
$OpenBSD: patch-configure_in,v 1.6 2013/06/13 08:47:46 benoit Exp $
---- configure.in.orig Fri Mar 1 18:40:18 2013
-+++ configure.in Sun Jun 9 11:42:21 2013
-@@ -331,24 +331,6 @@ fi
+--- configure.in.orig Fri Nov 14 06:30:59 2014
++++ configure.in Sat Jan 3 00:24:41 2015
+@@ -333,24 +333,6 @@ fi
AC_SUBST(W3M)
AC_SUBST(DB2HTML)
@@ -26,9 +26,9 @@ $OpenBSD: patch-configure_in,v 1.6 2013/
dnl Set doc status flag for conditional content inclusions
DOC_STATUS=p-not-stable
if test $CODE_STATUS = stable; then
-@@ -1034,7 +1016,7 @@ if test $have_pcre = "yes"; then
- echo "using libpcre"
+@@ -1042,7 +1024,7 @@ if test $have_pcre = "yes"; then
pcre_dyn=yes
+ AC_DEFINE(FEATURE_DYNAMIC_PCRE,1,[Define to dynamically link to pcre.])
STATIC_PCRE_ONLY=#
- LIBS="$LIBS -lpcre -lpcreposix"
+ LIBS="$LIBS -lpcreposix -lpcre"