From owner-svn-ports-all@freebsd.org Fri Feb 26 10:06:45 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7B0455C782; Fri, 26 Feb 2021 10:06:45 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dn50j4wqHz3LSd; Fri, 26 Feb 2021 10:06:45 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (168-131-067-156.ip-addr.inexio.net [156.67.131.168]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 24D3A612A8; Fri, 26 Feb 2021 11:06:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fechner.net; s=default; t=1614334002; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G5/i1x/Jq/lnNYC6oW09kxtEGXufUPaSV9XMMMtueOw=; b=M0EMF0SyCSfQAKuU17SFxYEXNX2CPbiO881s7UPixnB4ZSKpYywuKP/WoU5VfwCz5tlVvQ Ue7NqC9EdnlZzgjXsn4I7cqnM74igCtuOT3XFtdcDzx4tG7KK50mWet1zY0wrw31Gqp3Lb VZrsXMcSEJLKy3kNXip28skwmlN0a+U= Received: from [192.168.0.151] (168-131-067-156.ip-addr.inexio.net [156.67.131.168]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 7E40E431F29; Fri, 26 Feb 2021 11:06:41 +0100 (CET) Subject: Re: svn commit: r566534 - in head/security: py-cryptography py-openssl To: Dima Panov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202102251332.11PDWPTr091156@repo.freebsd.org> From: Matthias Fechner Message-ID: Date: Fri, 26 Feb 2021 11:06:40 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <202102251332.11PDWPTr091156@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Server: anny.lostinspace.de X-Rspamd-Queue-Id: 4Dn50j4wqHz3LSd X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Feb 2021 10:06:46 -0000 Am 25.02.2021 um 14:32 schrieb Dima Panov: > Log: > security/py-openssl: unbreak run for consumers > > Partially revert r566075 to previous py-openssl release only for > ${OSVERSION} < 1200085 and base OpenSSL 1.0.2 with PORTEPOCH bump > > This step is needed because since 20.0 release py-openssl have dropped off support > for openssl < 1.1.0 which still in base fo FreeBSD 11.4+ branch > > Due to dependency on recent cryptography, bump py-cryptography to 3.3.2 release > under same conditions as py-openssl. 3.3.2 was last release which not requred Rust to build > > With hat: ports-secteam > Pointy hat to: sbz (for skip dependencies verification and no reaction to complains) > Reported by: many via ML thanks for this, I can confirm that it fixed the problem for a FreeBSD 12.2p4 installation. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook