From owner-svn-ports-branches@freebsd.org Wed Oct 24 17:36:26 2018 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4762BFFE962; Wed, 24 Oct 2018 17:36:26 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EFE5070B35; Wed, 24 Oct 2018 17:36:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from tommy.madpilot.net (host109-128-dynamic.16-87-r.retail.telecomitalia.it [87.16.128.109]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: madpilot/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 5DE86CF98; Wed, 24 Oct 2018 17:36:25 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Subject: Re: svn commit: r482744 - in branches/2018Q4/security/pam_ssh_agent_auth: . files To: Alexey Dokuchaev Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org References: <201810221246.w9MCkPDY056948@repo.freebsd.org> <20181024161832.GA32360@FreeBSD.org> From: Guido Falsi Message-ID: Date: Wed, 24 Oct 2018 19:36:22 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181024161832.GA32360@FreeBSD.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 17:36:26 -0000 On 24/10/18 18:18, Alexey Dokuchaev wrote: > On Mon, Oct 22, 2018 at 12:46:25PM +0000, Guido Falsi wrote: >> New Revision: 482744 >> URL: https://svnweb.freebsd.org/changeset/ports/482744 >> >> Log: >> MFH: r482655 >> >> - Fix build with OpenSSL 1.1.1 >> ... >> ++#if OPENSSL_VERSION_NUMBER < 0x10100000L > > I was under impression that correct check is against 0x10100005L (since > opaque structs and other API changes were introduced with 1.1.0-pre5), > is it so? I had to check, actually yes. I'll followup with a commit to fix this later. -- Guido Falsi