Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77699 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85762 invoked from network); 29 Sep 2014 13:35:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2014 13:35:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.220.47 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.47 mail-pa0-f47.google.com Received: from [209.85.220.47] ([209.85.220.47:44674] helo=mail-pa0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 22/10-18131-51069245 for ; Mon, 29 Sep 2014 09:35:20 -0400 Received: by mail-pa0-f47.google.com with SMTP id rd3so7098793pab.20 for ; Mon, 29 Sep 2014 06:35:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=slIEEKM1obUSe/kaeZ8PlqkqCa8ty30PQKdthOr6Nbk=; b=idPO/obXYPO++XiW1TEmtSrJGa+v1hLdD6Lq6qima+I/VVrfzm+zVHyyKvIGxN8s0m Zz5Rr3jdiYtUAncl8C7OBH8QDKckAH3to2V3RVEsi69UYsL0T0nvxM8A+Cu9mv0Ol244 HfcVJCKMed6l+otF4FzIRmLk/QwjtzcYB1W5RguTdGLVSriNPrHClhqwoLmzsBwAKPKh ZOG+qnz7DA0uSxqYo0BtDtGvaLyqh6is0NvhCN1ZOoPhN2K67KNou2wjqDWw7su896lC oG2mlLx+yUNFzyj5ZAMuhvfoqTWOHH5EBPNDbbp47Z3aXnkg8oBjenwXZnb2311FOi93 G1dw== X-Gm-Message-State: ALoCoQmfQJjwlJvMMy1PUG5k0pOj2Tpsa2upTc4nP++LYRpRHmTyv1JNf+5yy2zCA0wFM+AF7Jlq X-Received: by 10.70.98.201 with SMTP id ek9mr16907963pdb.150.1411997715134; Mon, 29 Sep 2014 06:35:15 -0700 (PDT) Received: from [192.168.200.50] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id qc3sm12469239pab.48.2014.09.29.06.35.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 29 Sep 2014 06:35:14 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) X-Mailer: iPad Mail (12A405) In-Reply-To: Date: Mon, 29 Sep 2014 06:35:13 -0700 Cc: "internals@lists.php.net" Content-Transfer-Encoding: quoted-printable Message-ID: <46ABAB22-F304-4BC3-A3AE-02DE462565D2@lerdorf.com> References: <0cb6f4a2d771155c6cad865f945e98e6@archlinux.de> To: Jan Ehrhardt Subject: Re: [PHP-DEV] Re: What happened to the 5.6.1 release? From: rasmus@lerdorf.com (Rasmus Lerdorf) On Sep 29, 2014, at 04:05, Jan Ehrhardt wrote: >=20 > Julien Pauli in php.internals (Mon, 29 Sep 2014 12:50:55 +0200): >>> On Sun, Sep 28, 2014 at 3:45 PM, Jan Ehrhardt wrote= : >>>=20 >>> The sources are available at http://windows.php.net/download/ >>> Strange that they did not show up at the non WIN32 download page. >>> Is there some security issue that we are not yet aware of? >>=20 >> Actually, some php.net machines have been compromised and prevent us >> from releasing 5.6.1. >>=20 >> One should not use the tag and wait for the official announcements. >=20 > What about the Windows binaries at http://windows.php.net/download/ > Are they safe? If not, should not they be withdrawn from that server? All the source and binary releases along with git is safe. And there was no new breach here. It was a box that wasn't properly cleaned u= p from the previous one and wasn't put behind the ssh bouncer like all the o= ther machines. -Rasmus=