pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/privoxy Upgraded privoxy to 3.0.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/6937c6287e85
branches: trunk
changeset: 480957:6937c6287e85
user: kim <kim%pkgsrc.org@localhost>
date: Wed Sep 22 16:09:57 2004 +0000
description:
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
diffstat:
www/privoxy/Makefile | 8 +++++---
www/privoxy/distinfo | 6 +++---
2 files changed, 8 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r bf4dc66d6be3 -r 6937c6287e85 www/privoxy/Makefile
--- a/www/privoxy/Makefile Wed Sep 22 15:59:30 2004 +0000
+++ b/www/privoxy/Makefile Wed Sep 22 16:09:57 2004 +0000
@@ -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 @@
USE_PERL5= build
+PTHREAD_OPTS+= require
+
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=/var
CONFIGURE_ARGS+= --sysconfdir=${EGDIR}
@@ -71,5 +72,6 @@
${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 -r bf4dc66d6be3 -r 6937c6287e85 www/privoxy/distinfo
--- a/www/privoxy/distinfo Wed Sep 22 15:59:30 2004 +0000
+++ b/www/privoxy/distinfo Wed Sep 22 16:09:57 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index