Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102420 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93565 invoked from network); 25 Jun 2018 14:34:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jun 2018 14:34:44 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.208.54 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.208.54 mail-ed1-f54.google.com Received: from [209.85.208.54] ([209.85.208.54:42410] helo=mail-ed1-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 82/26-50433-38DF03B5 for ; Mon, 25 Jun 2018 10:34:44 -0400 Received: by mail-ed1-f54.google.com with SMTP id g12-v6so949796edi.9 for ; Mon, 25 Jun 2018 07:34:43 -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=GzN0Ry7BIkyAGgRXoos99I0auzUsePaWJmaZDuPLMvo=; b=BXinV8H2f+rhy5raBOwxhKkcsL04ZOE7ODzth55svjDUr/kUlOqpVKkRvf7yNEr7uw Zm+HL7KAI9oaD3u3qUo5mWPDPLhhbJyy7o0RB6Wu6IexX+P1kk+tBZLWnVubef5DETHC ht1rIIiXESjpgHcCGJB/VcfIipyD5wUUf3Zbxk8mJ0K0CBTDTbbe60FUU6hGsTuzJVNJ vUa4Zbkqt6y/9zR9OClB5OYN3rbNtoRS20AROvtWWDRQS117NYGLqk7boXym1peUqZEA eoW5xOo1vznC6xewgIH/7RLWmtYL0vv5450+AJM/+5CCBbN3vFgGlkofg++tzbOqzD/R JDPw== 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=GzN0Ry7BIkyAGgRXoos99I0auzUsePaWJmaZDuPLMvo=; b=pE+SdVoY/tMuhaBf8aVL2MG1xQ0YtsjrryznsG7Xi/OW6/JWgKKIt70kbpxhC8rUtG DZiEFWyoLoEPnKa4UIHrLyAbdJx690MhWsmT4dOiPBRYfvjdX6XkJMgcm29ClUhv9jwr YhrK4Sx9ylqBjmvtCgbXBJWbpSGFJGS6TnoGEWMna7HkMuAFLdFfW1SxbQTuZi9r0sud W3hPdbTsfRjMNgV7WgZ27zpU1Xrqa04310l2SYmiFWdoXROQ34qunRCDTaL3gE/TZIeR 7wg2BFnOmT3l7vfqo+ICbQN7FU+peCn2ZEmk+SHUVSeI65cHZyQzCQYLG2vidgrMcdFF JyGQ== X-Gm-Message-State: APt69E0wtjOiUjtK72GGm+jevfwc72RtifTU27hqzCVkmA/SNQMS8TPr YyGebGj1cZjspiTl0pOI/nMX7KIfQlVzAq+xF6EteWS7 X-Google-Smtp-Source: ADUXVKLh9aQcvj4B24uzhbadONcTQx8e4KE7e1uojAlo4PCZTqYkSUJcMex5pDQ2CavWZnVlWJ76peTCftsrkto6gNc= X-Received: by 2002:a50:8b8c:: with SMTP id m12-v6mr3177069edm.165.1529937281121; Mon, 25 Jun 2018 07:34:41 -0700 (PDT) MIME-Version: 1.0 Sender: php@golemon.com Received: by 2002:a50:8625:0:0:0:0:0 with HTTP; Mon, 25 Jun 2018 07:34:40 -0700 (PDT) X-Originating-IP: [73.210.228.160] In-Reply-To: <9108af3c-853f-bdeb-6a40-6baeabc0c487@evermeet.cx> References: <9108af3c-853f-bdeb-6a40-6baeabc0c487@evermeet.cx> Date: Mon, 25 Jun 2018 09:34:40 -0500 X-Google-Sender-Auth: QXud-mp5Aynz3eHVPnrYVWt7P5Q Message-ID: To: "Helmut K. C. Tessarek" , Joe Watkins Cc: PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] PHP 7.1.19 - where are the gpg signatures? From: pollita@php.net (Sara Golemon) On Mon, Jun 25, 2018 at 6:53 AM, Helmut K. C. Tessarek wrote: > The gpg signatures for the PHP 7.1.19 source tarballs are missing. > Looks like Joe accidentally generated unarmored .sig files instead of the usual .asc file. Joe, could you re-issue the signatures as .asc files? I could probably convert these (it's mostly just base64 and a little CRC32 magic), but it'd be better done using the proper tooling. Thanks for checking the signatures, Helmut, and double-thanks for letting us know! -Sara