From 2e78edafb68bb3a9607c7f3d71da9fd791708d8b Mon Sep 17 00:00:00 2001 From: kim Date: Wed, 22 Sep 2004 16:09:57 +0000 Subject: Upgraded privoxy to 3.0.3 -------------------------------------------------------------------------- ChangeLog for Version 3.0.3: -------------------------------------------------------------------------- - Fixed yet another two memory leaks. Process growth looks stopped now. - Further tightened security against malicious toggle-off links. - Excluded text/plain MIME types from filtering. This fixes a couple of client-crashing, download corruption and Privoxy performance issues, whose root cause lies in web servers labelling content of unknown type as text/plain. - Assorted fixes for POSIX compliance, signal handling, graceful termination, compiler warnings, OSX support, Win32 systray, error logging, hostname wildcards, correct detection of NetBSD. - Workarounds for client (iTunes etc) and server (PHP < 4.2.3) bugs including the notorious "blank page" problem. - Various filter improvements; most notably the unsolicited-popups filter became less destructive - Major revamp of the actions file --- www/privoxy/Makefile | 8 +++++--- www/privoxy/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'www/privoxy') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 1c67ccd5a28..3d9e8411e88 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/04/19 04:58:48 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/09/22 16:09:57 kim Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src -PKGNAME= privoxy-3.0.2 -PKGREVISION= 2 +PKGNAME= privoxy-3.0.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} @@ -37,6 +36,8 @@ MAKEFILE= GNUmakefile USE_PERL5= build +PTHREAD_OPTS+= require + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=/var CONFIGURE_ARGS+= --sysconfdir=${EGDIR} @@ -71,5 +72,6 @@ post-install: ${CHMOD} -R a+r ${EGDIR} .include "../../devel/pcre/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 6e3d0c81da4..87516871664 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/06/16 03:02:04 kim Exp $ +$NetBSD: distinfo,v 1.2 2004/09/22 16:09:57 kim Exp $ -SHA1 (privoxy-3.0.2-stable-src.tar.gz) = 8af78f6f8cd445d0de3cdbac4595524c206f7ae4 -Size (privoxy-3.0.2-stable-src.tar.gz) = 1925287 bytes +SHA1 (privoxy-3.0.3-stable-src.tar.gz) = 8aa5ad21a819c0cd5e5f3aadf24e9fb0d813bdaa +Size (privoxy-3.0.3-stable-src.tar.gz) = 1561072 bytes SHA1 (patch-aa) = 2bdc980df283f14ac8694f04b07e6d499d46c5c1 SHA1 (patch-ab) = 548d11ad83cef96c311cb0453cb149b71577631e -- cgit v1.2.3