Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 2236F63ECDD for ; Sat, 27 Apr 2013 17:51:29 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F3B2914A18F; Sat, 27 Apr 2013 17:51:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E0D5D14A120 for ; Sat, 27 Apr 2013 17:51:26 +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 eYHwr1K97t4D for ; Sat, 27 Apr 2013 17:51:25 +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 4A32314A18E for ; Sat, 27 Apr 2013 17:51:24 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D9EBF175DD; Sat, 27 Apr 2013 17:51:24 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Apr 2013 17:51:24 +0000 From: "Matthias Scheler" Subject: CVS commit: pkgsrc/www/squid3 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20130427175124.D9EBF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sat Apr 27 17:51:24 UTC 2013 Modified Files: pkgsrc/www/squid3: Makefile distinfo pkgsrc/www/squid3/patches: patch-src_ip_Intercept.cc Log Message: Update "squid3" package to version 3.3.4. Changes since 3.3.3: - Bug 3831: basic_ncsa_auth Blowfish and SHA support - Bug 3816: SSL_get_certificate call inside Ssl::verifySslCertificate crashes - Bug 3794: MacOS: workaround compiler errors and case-insensitivity - Bug 3781: Proxy Authentication not sent to cache_peer - Bug 3720 pt1: SourceLayout: shuffle fd_table definition into fde.h - Bug 3720 pt2: Add missing include in /dev/poll I/O module - Bug 3674: Improve compiler detection, better support warnings-as-errors on clang - Add support for TPROXY on BSD - Fix SSL Bump bypass for intercepted traffic - Fix memory leaks in ConnStateData pinning - Fix external_acl.cc "inBackground" assertion on queue overloads - CacheMgr: fix missing column separator in helper stats - OpenBSD: libpthreads requires OpenBSD 5.2 or later - ... and lots of documentation updates - ... and all changes from squid 3.2.10 This update might fix PR pkg/42568. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/squid3/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/squid3/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/squid3/patches/patch-src_ip_Intercept.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.