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.9 required=3.0 tests=AWL,BAYES_00, 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 245E61F97E for ; Tue, 9 Oct 2018 15:00:31 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 69D8E1214A4; Wed, 10 Oct 2018 00:00:23 +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 4A4E61214A2 for ; Wed, 10 Oct 2018 00:00:19 +0900 (JST) Received: by filter0140p3mdw1.sendgrid.net with SMTP id filter0140p3mdw1-16850-5BBCC274-D 2018-10-09 15:00:04.096909014 +0000 UTC m=+314797.118739328 Received: from herokuapp.com (ec2-54-147-34-59.compute-1.amazonaws.com [54.147.34.59]) by ismtpd0001p1las1.sendgrid.net (SG) with ESMTP id hi_jixmFQxuTPYc-HBHk3g Tue, 09 Oct 2018 15:00:04.067 +0000 (UTC) Date: Tue, 09 Oct 2018 15:00:13 +0000 (UTC) From: jaruga@redhat.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 64729 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 15171 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: jaruga 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS6ETbsfqbpW6gWV1ZtqlXyHay80Y37+AN0jcC tau3bb/MSoe2+tJujTamXviSc7wwGjYZzAo96CFMlCuKdXsZNLPyCqLhZCiVLXN3W4oml9kNAMr68l pulBzEHlfUYAfnRi+jUl4dmACImVhHUuwhKVh8dnsrLhbosKrXyjNvIdyQ== X-ML-Name: ruby-core X-Mail-Count: 89339 Subject: [ruby-core:89339] [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 jaruga (Jun Aruga). > The package release 1.1.1-4 should build fine on Appveyor MinGW. Thank you for the working. The OpenSSL 1.1.1 on Appveyor is a binary package built in advance right? Not building from source code on Appveyor? ---------------------------------------- Feature #15171: OpenSSL 1.1.1 soon available from MSYS2 https://bugs.ruby-lang.org/issues/15171#change-74367 * 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/