Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77604 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22371 invoked from network); 25 Sep 2014 05:28:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Sep 2014 05:28:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=rdlowrey@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rdlowrey@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.171 as permitted sender) X-PHP-List-Original-Sender: rdlowrey@gmail.com X-Host-Fingerprint: 209.85.223.171 mail-ie0-f171.google.com Received: from [209.85.223.171] ([209.85.223.171:63728] helo=mail-ie0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/A1-06184-7F7A3245 for ; Thu, 25 Sep 2014 01:28:24 -0400 Received: by mail-ie0-f171.google.com with SMTP id rd18so8217172iec.16 for ; Wed, 24 Sep 2014 22:28:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=1IiiCf+lo8sviRAfYcinWBB9i3ZhSD32BycC3PhePuw=; b=Zh2wHuIEkgzZy8W6eeWf7pfhHo7MpVLpA/fBHFw3vldqUj3HzbLx6uSIOZ77G8IRe7 vLDvh3uhZ+q3ooi+0rgWPTJ+Ff5S/I9vtjQK9oPFtkLZqYvBa+hbv4O5uCzZBhbMbkpu EEDiftqxOoiNjKySP4EX6FWhgE33JZ9+xd4QF59ZQsHaQlta1JR9tl4mcuALcx/nlsAv pRjuoOgb6eXbjpHlAvpZUDZ7iQDGrm17MQGTop01n6lZ2i1TUG2on46TT5yM042iLZB+ ier1LRh+CaDto1ghVi96pBq8zA552o/Up3FD/qs0o2rrwo2bFnL1cvv+M8NwIFhjONvD 5pLw== MIME-Version: 1.0 X-Received: by 10.42.90.80 with SMTP id j16mr13694806icm.27.1411622899901; Wed, 24 Sep 2014 22:28:19 -0700 (PDT) Sender: rdlowrey@gmail.com Received: by 10.50.197.164 with HTTP; Wed, 24 Sep 2014 22:28:19 -0700 (PDT) In-Reply-To: References: Date: Thu, 25 Sep 2014 01:28:19 -0400 X-Google-Sender-Auth: HdUNkywoQJ2MsGeC6LWiIzmau78 Message-ID: To: Ferenc Kovacs , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=90e6ba3fd0818169480503dd11a6 Subject: Re: [PHP-DEV] Re: Re: OpenSSL bug in 5.4.33 and 5.5.17 From: rdlowrey@php.net (Daniel Lowrey) --90e6ba3fd0818169480503dd11a6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > FYI: I've tagged 5.6.1 and I had to revert the following commits for this= : > 372844918a318ad712e16f9ec636682424a65403 > f86b2193a483f56b0bd056570a0cdb57ebe66e2f > 30a73658c63a91c413305a4c4d49882fda4dab3e > 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf > 98e67add15a6b889efe152c23ed15a61f022a63a > > 98e67add15a6b889efe152c23ed15a61f022a63a and 30a73658c63a91c413305a4c4d49882fda4dab3e were merge commits with conflict resolution > > Could you review that the current status of ext/openssl/xp_ssl.c is proper in the tag? > Thanks! > > -- > Ferenc Kov=C3=A1cs Please also revert the following commit or we will still have problems: 6569db88081562f68a4f79e52cba83482bdf05fc Other than this commit everything else looks good. I *have* verified a new patch with the horde folks as solving the problem. However, I'm travelling for the next week (starting in a couple of hours) and I don't want to rush a (potentially) half-baked fix into the next 5.4 and 5.5 releases without comprehensive testing. If tags must be created before the end of next week then the best course of action is to revert these same commits for 5.4/5.5. I will be able to respond to any correspondence if you have questions in the coming days. Otherwise, I'll resolve this once and for all when I'm back in the office. Regards, Dan --90e6ba3fd0818169480503dd11a6--