From owner-cvs-all@FreeBSD.ORG Thu Oct 5 21:37:26 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CB5E16A403 for ; Thu, 5 Oct 2006 21:37:26 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3629A43D5D for ; Thu, 5 Oct 2006 21:37:24 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id o67so842414pye for ; Thu, 05 Oct 2006 14:37:23 -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=dtMCf3NPlwQRyyaqxRUHs5f4uT3QrTihoApeLG0nXi93heFUiXJkyTytRnX5AAHFA9NGVUDJxJ1UI35zSghmDGaYM3i7jxVYVlzwkMObK/tZt4Kl92P6rt0UuULLj/C8wAo/YjWQmxEJ/jX1JszmpAaLQRzc3MvXqxvvdR/FWoA= Received: by 10.35.61.17 with SMTP id o17mr4345619pyk; Thu, 05 Oct 2006 14:37:23 -0700 (PDT) Received: by 10.35.119.12 with HTTP; Thu, 5 Oct 2006 14:37:23 -0700 (PDT) Message-ID: Date: Fri, 6 Oct 2006 01:37:23 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Alex Dupre" , "Simon L. Nielsen" In-Reply-To: <200610052059.k95KxI3q000450@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610052059.k95KxI3q000450@repoman.freebsd.org> X-Google-Sender-Auth: 624e5fe69721f07b Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang/php5 Makefile ports/lang/php5/files patch-Zend_zend_alloc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2006 21:37:26 -0000 On 10/6/06, Alex Dupre wrote: > ale 2006-10-05 20:59:17 UTC > > FreeBSD ports repository > > Modified files: > lang/php5 Makefile > Added files: > lang/php5/files patch-Zend_zend_alloc.c > Log: > Added safety checks against integer overflow. > Bump PORTREVISION. > While I'm here, I suggest all php users to use the suhosin patch > and suhosin extension to harden the php installation. > > Submitted by: simon > Obtained from: PHP CVS repo. > > Revision Changes Path > 1.102 +1 -1 ports/lang/php5/Makefile > 1.1 +21 -0 ports/lang/php5/files/patch-Zend_zend_alloc.c (new) > There's a very similar snippet in php4, could you look at it? Same file, around line 403. Thanks!