From owner-freebsd-apache@FreeBSD.ORG Sat Aug 5 20:00:37 2006 Return-Path: X-Original-To: apache@freebsd.org Delivered-To: freebsd-apache@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C006A16A4DE for ; Sat, 5 Aug 2006 20:00:37 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABABA43D58 for ; Sat, 5 Aug 2006 20:00:36 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so315251pyc for ; Sat, 05 Aug 2006 13:00:36 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dtzftTyDtXqmPclz5flumGQQwE/EuvC3QMkFIDzYzO9bw8TcPhYfxrtY0zJGjxAxBJ8PtKEwVgijxFkE2PcRQ7amND3+ky5efHIIuEu2opKEtCSSrn1zBxgPLMSRoEf8ZyOH/IyQS8MfPsRSuUHo0eyX274ogq+hhdbmpDAlDyM= Received: by 10.35.61.14 with SMTP id o14mr8066048pyk; Sat, 05 Aug 2006 13:00:35 -0700 (PDT) Received: by 10.35.105.10 with HTTP; Sat, 5 Aug 2006 13:00:35 -0700 (PDT) Message-ID: Date: Sun, 6 Aug 2006 00:00:35 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Clement Laforet" In-Reply-To: <20060805195351.GD95237@goofy.cultdeadsheep.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060805195351.GD95237@goofy.cultdeadsheep.org> X-Google-Sender-Auth: 2eb6eb9f68cf30c9 Cc: apache@freebsd.org, Sergey Skvortsov Subject: Re: www/mod_perl - Apache::SizeLimit update X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 20:00:37 -0000 On 8/5/06, Clement Laforet wrote: > Hi Andrew, > > On Sat, Aug 05, 2006 at 09:39:03PM +0400, Andrew Pantyukhin wrote: > > Could you please look at the following patch: > > http://people.freebsd.org/~sat/diffs/mod_perl.asl.diff > > > > It updates Apache::SizeLimit to 0.9. I'm working my way > > through to actually testing it, but it's been in production > > for some time at socialtext. It passes its built-in tests. > > Could you please make the update conditionnal (with WITH_ASL_UPDATE)? > > thanks for you patch, > clem The problem is that I'm trying to port SocialText and it needs the latest SizeLimit. If it's not installed by default with mod_perl, it will be very difficult to automate the dependency.