From owner-cvs-ports@FreeBSD.ORG Mon Apr 18 01:05:35 2005 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB1B916A4CE; Mon, 18 Apr 2005 01:05:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B09DF43D1D; Mon, 18 Apr 2005 01:05:35 +0000 (GMT) (envelope-from leeym@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3I15Zr9046682; Mon, 18 Apr 2005 01:05:35 GMT (envelope-from leeym@repoman.freebsd.org) Received: (from leeym@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3I15Zag046681; Mon, 18 Apr 2005 01:05:35 GMT (envelope-from leeym) Message-Id: <200504180105.j3I15Zag046681@repoman.freebsd.org> From: Yen-Ming Lee Date: Mon, 18 Apr 2005 01:05:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www/squid Makefile distinfo ports/www/squid/files patch-doc-squid.8 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 01:05:35 -0000 leeym 2005-04-18 01:05:35 UTC FreeBSD ports repository Modified files: www/squid Makefile distinfo Added files: www/squid/files patch-doc-squid.8 Log: Integrate the following vendor patches as published on : - Correct several minor aufs issues (squid bug #671) - Basic authentification fails when login+password totalled to more than 64 characters (squid bug #1171) - Fix an assertion that could occur when traffic other than HTTPS was tunneled through squid via the CONNECT method (squid bug #1269) - Make the --disable-hostname-check configuration option actually work (squid bug #1270) - Fix aufs warning about open filedescriptors when the cache was shut down (squid bug #671) - Allow squid to process requests for files larger than 2GB in size (squid bug #437) Introduce a new OPTION "WITH_SQUID_LARGEFILE", default to off to match squid's default behaviour. Rebuild squid with -DWITH_SQUID_LARGEFILE or run 'make config' and select this new option. - Add two new cachemgr actions: "pending_objects" and "client_objects" - Make external acls that require authentication request new credentials after access had been denied (squid bug #1278) - Make squid use "daemon" instead of "local4" as syslog facility (squid bug #1227) PR: 80028 Submitted by: Thomas-Martin Seck (maintainer) Revision Changes Path 1.163 +15 -2 ports/www/squid/Makefile 1.127 +18 -0 ports/www/squid/distinfo 1.1 +29 -0 ports/www/squid/files/patch-doc-squid.8 (new)