Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99363 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99581 invoked from network); 5 Jun 2017 15:12:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2017 15:12:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.128.181 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.128.181 mail-wr0-f181.google.com Received: from [209.85.128.181] ([209.85.128.181:32768] helo=mail-wr0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/01-27119-AE475395 for ; Mon, 05 Jun 2017 11:12:43 -0400 Received: by mail-wr0-f181.google.com with SMTP id v104so40009040wrb.0 for ; Mon, 05 Jun 2017 08:12:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golemon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=krSjHdJNfHq3FxUe300h3F0EDXehWBv6oBT07kF7VmY=; b=s2BaxhEQglnybIxJMJNvYMUbEpQ1zdUbX6LM7AQhLjkvPGGgfo04kRVI6aRfqS0EBt bB67icky6GE+ryjmXrujM8RBjqA9MPtCjtLDbmBFvvhIvYHwug8bkpTxzWN7v7Ry8rTo pDLZ9xUh6dBWOfLxI4m5abVY5aK7uz737vq2i0hiEnGCVZNcQLywOmk5G92J5Kgq1wjo BUyJt89K/NAYWwOZ+6tX8W3BVWiQ+mO9dvt7Y22C8OJ0lrzb963NZDPLcpivF4b67LZc ZHWfAvtzCnt3vwCp7gOBHYP6tp+sHf93lPKEgAzbuppZMsvHZWey89Xs/Lk11zuLadMN O9yg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=krSjHdJNfHq3FxUe300h3F0EDXehWBv6oBT07kF7VmY=; b=TwaTXBN4o4zj+btbP1teue17RQe6K2tXBhAuSUawJ6zt15xRYPlhYXdG1HyLAmW/55 c64z3uZHl3o++MKGfdfNvYu0ycqCnxyE77Fsn8NXrPN1fm+W88ZjLYi4SVg1KnWFNYcF 93vjAGIBy4pJyuXsMToEE1ExFiAP+fsgyX9f4tCm7AW8MXbFO6qkJDiJX854oeh+HPsS iJ4rls6pWcfcyN1iRe5jUMM7py6qhz0BTkhRm4bbPC+jockSADSgc5jwFk44ZgjYnkvh JxasWLHUb9KFm7wQJLOAteZdGA3G6nWjO59lBkV75DuTdpNijdN++bUuCBgaKFoQECw0 xMRQ== X-Gm-Message-State: AODbwcAKhdsCE8PCIpGCjGiEqOxjCybtlgX0opas2t+rLWcwD3/mjehK RIAkJKxd/fiS5YyaKQ4bbRg/fUZFhA8yLiU= X-Received: by 10.223.179.199 with SMTP id x7mr15903730wrd.72.1496675559837; Mon, 05 Jun 2017 08:12:39 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 10.223.169.209 with HTTP; Mon, 5 Jun 2017 08:12:39 -0700 (PDT) X-Originating-IP: [74.113.166.198] In-Reply-To: References: Date: Mon, 5 Jun 2017 11:12:39 -0400 X-Google-Sender-Auth: jLajtDO0nIJhPeuULa5cxNtOlWw Message-ID: To: Niklas Keller Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Re: [RFC][Release Process] Deprecate/Remove MD5 checksums From: pollita@php.net (Sara Golemon) On Mon, Jun 5, 2017 at 11:06 AM, Niklas Keller wrote: > 2017-06-05 16:42 GMT+02:00 Sara Golemon : >> >> On Tue, May 30, 2017 at 12:27 AM, Sara Golemon wrote: >> > https://wiki.php.net/rfc/release-md5-deprecation >> > >> > Primary discussion points: Deprecate or Remove? Deprecate for how long? >> > >> No response from my post last week, bumping at a different time of day >> to get response. > > I think I responded, but maybe only on Twitter. I'm definitely in favor of > removing them. > > I think it would be good to add at least SHA-256 checksums for the older > releases. > That's not a terrible idea. I'll script something up to download, verify gpg if it's available (verify existing m5 if it's not), and generate a sha256 from it resulting in a diff to web-php/include/releases.inc . Can do that irrespective of whether or not we stop adding md5s. -Sara