Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46732 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98220 invoked from network); 14 Jan 2010 12:52:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2010 12:52:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=ilia@ilia.ws; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ilia@ilia.ws; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ilia.ws designates 209.85.221.195 as permitted sender) X-PHP-List-Original-Sender: ilia@ilia.ws X-Host-Fingerprint: 209.85.221.195 mail-qy0-f195.google.com Received: from [209.85.221.195] ([209.85.221.195:55920] helo=mail-qy0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0D/9F-00773-2931F4B4 for ; Thu, 14 Jan 2010 07:52:35 -0500 Received: by qyk33 with SMTP id 33so8747670qyk.26 for ; Thu, 14 Jan 2010 04:52:31 -0800 (PST) Received: by 10.229.33.15 with SMTP id f15mr435555qcd.59.1263473551669; Thu, 14 Jan 2010 04:52:31 -0800 (PST) Received: from ilappy.local (dev.centah.com [67.215.199.37]) by mx.google.com with ESMTPS id 22sm576847qyk.14.2010.01.14.04.52.29 (version=SSLv3 cipher=RC4-MD5); Thu, 14 Jan 2010 04:52:30 -0800 (PST) Message-ID: <4B4F138B.5000909@prohost.org> Date: Thu, 14 Jan 2010 07:52:27 -0500 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.5) Gecko/20091223 Lightning/1.0b2pre Thunderbird/3.0 MIME-Version: 1.0 To: internals@lists.php.net CC: geissert@debian.org References: <20100113154657.GA7177@panix.com> In-Reply-To: X-Enigmail-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5.3 release schedule and other bits From: ilia@ilia.ws (Ilia Alshanetsky) Each distribution can definitely apply different patches, but in the case of at least one, improper application or "adjustement" of the patch can lead to security holes by itself. On 10-01-13 12:00 PM, Raphael Geissert wrote: > Daniel Convissor wrote: > > >> Hi Raphael: >> >> On Tue, Jan 12, 2010 at 02:48:38PM -0600, Raphael Geissert wrote: >> >>> As a first step I'll be trying to forward most of our >>> patches so that there's a minor divergence. >>> >> Is there a document somewhere that explains the changes the Debian team >> has made? (Other than reading a 600 kb diff file from the package web >> page.) >> >> > What patch do you want to know more about? > > Patches have not been properly documented, but they are usually referenced > by an entry on the changelog giving a bit more information. > > You can browse the patches applied to every release (and download or view > them individually) at: > http://patch-tracker.debian.org/package/php5 > > Cheers, >