From owner-freebsd-ports@FreeBSD.ORG Tue Aug 9 20:45:12 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D8E11065730; Tue, 9 Aug 2011 20:45:12 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [IPv6:2a02:6b8:0:801::5]) by mx1.freebsd.org (Postfix) with ESMTP id B05898FC0A; Tue, 9 Aug 2011 20:45:11 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward15.mail.yandex.net (Yandex) with ESMTP id 063B09E1998; Wed, 10 Aug 2011 00:45:10 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1312922710; bh=P+auXSOBBtbLAdvPf1b9I81+9iypJ3c0ABTzdkXIRfg=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=h4hGZ6nAmpIIPp26OEGGzCNHgk64AX3tb4yLjCoUnVv7hEXFsCY7S3tYeoDc+5DD8 MjvD+0vXw4GZ1L4WXBMCscSlzbYvY5ov+8/yVONu4TLJBU01blmG7upKJPc8jspna7 NvlNAcCQEhOIpzZqmA2ZAbTA7SjxE9MR2+Fi+MMY= Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id C38EE1B603AA; Wed, 10 Aug 2011 00:45:09 +0400 (MSD) Received: from unknown (unknown [178.76.212.172]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id j9241lXj; Wed, 10 Aug 2011 00:45:09 +0400 X-Yandex-Spam: 1 Message-ID: <4E419C4D.3040701@yandex.ru> Date: Wed, 10 Aug 2011 00:45:01 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:5.0) Gecko/20110701 Thunderbird/5.0 MIME-Version: 1.0 To: "Michael D. Stackhouse" References: <407390A9C396D342802A99E1295F55609D2B8A@samsafs01.samsa.local> In-Reply-To: <407390A9C396D342802A99E1295F55609D2B8A@samsafs01.samsa.local> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Jason Cousineau , Mark Kunitzer , ale@FreeBSD.org, Jeff Alles Subject: Re: FreeBSD Port: php5-5.3.6_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Aug 2011 20:45:12 -0000 Michael D. Stackhouse wrote on 10.08.2011 00:15: > We're being informed by our PCI scanning company that we must update to > php5.3.7 to correct a vulnerability in 5.3.6: > > http://svn.php.net/viewvc?view=revision&revision=312103 > > > > We have 5.3.6 installed from Freebsd port. Can you please direct me to > documentation for applying that patch and recompiling so I can pass our > PCI audit? > > > > Any help you could provide would be much appreciated. In first, there is no 5.3.7. The last released php version is 5.3.6. Second, this patch is already in ports tree. See lang/php5/files/patch-main_rfc1867.c. So if you running last php version from ports, you do not need to do anything - you already have patched version. -- Regards, Ruslan