From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.1 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 4E86D1F97E for ; Tue, 9 Oct 2018 15:35:13 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 9FB481214FD; Wed, 10 Oct 2018 00:35:11 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id D9B0A1214F9 for ; Wed, 10 Oct 2018 00:35:08 +0900 (JST) Received: by filter0156p3mdw1.sendgrid.net with SMTP id filter0156p3mdw1-9541-5BBCCAA9-39 2018-10-09 15:35:05.51199226 +0000 UTC m=+59112.532834606 Received: from herokuapp.com (ec2-54-161-238-74.compute-1.amazonaws.com [54.161.238.74]) by ismtpd0001p1las1.sendgrid.net (SG) with ESMTP id 0q_-Mxe7TBaURRMwd4mosA Tue, 09 Oct 2018 15:35:05.255 +0000 (UTC) Date: Tue, 09 Oct 2018 15:35:06 +0000 (UTC) From: Greg.mpls@gmail.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 64731 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15171 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: MSP-Greg X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6ZiQ9ufOEENYp1naJ9n9N0Mv7tryOpmcJdit H3rMP6rYmOxWeU4Cpq3pnP8U1uUTML9AZ+JRGq+Fb2a9smArXRoo/qQyJB1zLf6d+MDsw2Iwuo6ZF5 hWCTTZpRnlbtyZodYyUscMa2NLU06BLI7FnyOg77R2pW0l7rYrR2cI1X6A== X-ML-Name: ruby-core X-Mail-Count: 89341 Subject: [ruby-core:89341] [Ruby trunk Feature#15171] OpenSSL 1.1.1 soon available from MSYS2 X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #15171 has been updated by MSP-Greg (Greg L). @jaruga I'm not sure what you mean. Whenever I refer to a package, I'm referring to a pre-compiled package. MSYS2/MinGW has added CI on Azure pipelines, so I'm not sure if they build there or on Appveyor. Appveyor's packages are not always current, and as of this morning 2018-10-09, OpenSSL 1.0.2.p is installed. The MYS2/MinGW 'system' currently has 1.1.1 available. So, one can update the package in script using pacman, just like one would for updating any other package. ---------------------------------------- Feature #15171: OpenSSL 1.1.1 soon available from MSYS2 https://bugs.ruby-lang.org/issues/15171#change-74369 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- @nobu Thanks for your work with the Appveyor testing. It took three revisions, but MSYS2 has jumped from OpenSSL 1.0.2 to 1.1.1. The package release 1.1.1-4 should build fine on Appveyor MinGW. I don't think it has hit the MSYS2 repository yet, but certainly in the next 24 hours. If you've got MSYS2 installed, `pacman -Ss mingw-w64-x86_64-openssl` should show availability. But you knew that. Hence, line 122 of the current Appveyor.yml file would need mingw-w64-x86_64-openssl added to it. At present, Appveyor has got 1.0.2p. Lastly, given any thought to moving the VC builds to Azure? I may see if I can make both VC12 and VC14 OpenSSL packages. Seems inappropriate to load different runtimes with (I think) VC12. Greg -- https://bugs.ruby-lang.org/