From 156f997433a1883287de995e16babbf279bad743 Mon Sep 17 00:00:00 2001 From: mjl Date: Fri, 10 Feb 2012 13:21:08 +0000 Subject: Update privoxy to 3.0.19 - Bug fixes: - Prevent a segmentation fault when de-chunking buffered content. It could be triggered by malicious web servers if Privoxy was configured to filter the content and running on a platform where SIZE_T_MAX isn't larger than UINT_MAX, which probably includes most 32-bit systems. - Do not expect a response from the SOCKS4/4A server until it got something to respond to. This regression was introduced in 3.0.18 and prevented the SOCKS4/4A negotiation from working. - General improvements: - Fix an off-by-one in an error message about connect failures. - Use a GNUMakefile variable for the webserver root directory and update the path. Sourceforge changed it which broke various web-related targets. - Update the CODE_STATUS description. --- www/privoxy/Makefile | 4 ++-- www/privoxy/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'www') diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index b5be4b88388..b088a37b19f 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2011/12/07 16:13:51 drochner Exp $ +# $NetBSD: Makefile,v 1.46 2012/02/10 13:21:08 mjl Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src -PKGNAME= privoxy-3.0.18 +PKGNAME= privoxy-3.0.19 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index 1e288ad7188..a594686ee8a 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2011/12/07 16:13:51 drochner Exp $ +$NetBSD: distinfo,v 1.19 2012/02/10 13:21:08 mjl Exp $ -SHA1 (privoxy-3.0.18-stable-src.tar.gz) = ffc797c478f8acac4e4894f4a9cb8a400c87c67c -RMD160 (privoxy-3.0.18-stable-src.tar.gz) = 5c5e5ac43b5b4e746ee0df0c9794bbfaa426d5f8 -Size (privoxy-3.0.18-stable-src.tar.gz) = 1720020 bytes +SHA1 (privoxy-3.0.19-stable-src.tar.gz) = a82287cbf48375ef449d021473a366baeca49250 +RMD160 (privoxy-3.0.19-stable-src.tar.gz) = 6a4d6914d2cec8f90b82c9b2ab28dda55b271561 +Size (privoxy-3.0.19-stable-src.tar.gz) = 1722316 bytes SHA1 (patch-aa) = c263d2a4b9522a33613f82ab2bc18d5c2b554b21 SHA1 (patch-ab) = 6ab77caae5e6ac2b67c4c795af38db4da1310c61 SHA1 (patch-ac) = 6b0f5c2b32108cf4366a9f7feaad8a5be634e2e9 -- cgit v1.2.3