Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 73AE063BCF4 for ; Fri, 10 Feb 2012 13:21:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CEE1814A583; Fri, 10 Feb 2012 13:21:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D249C14A3B3 for ; Fri, 10 Feb 2012 13:21:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id AHUJKTUPU1yA for ; Fri, 10 Feb 2012 13:21:09 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4F66114A335 for ; Fri, 10 Feb 2012 13:21:09 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 4EAD5175DD; Fri, 10 Feb 2012 13:21:08 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 10 Feb 2012 13:21:08 +0000 From: "Martin J. Laubach" Subject: CVS commit: pkgsrc/www/privoxy To: pkgsrc-changes@NetBSD.org Reply-To: mjl@netbsd.org X-Mailer: log_accum Message-Id: <20120210132108.4EAD5175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mjl Date: Fri Feb 10 13:21:08 UTC 2012 Modified Files: pkgsrc/www/privoxy: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/www/privoxy/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/privoxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.