From nobody Wed Aug 30 01:43:32 2023 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Rb6X3133vz4rTpG for ; Wed, 30 Aug 2023 01:43:47 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from egress.chen.org.nz (egress.chen.org.nz [170.75.172.82]) by mx1.freebsd.org (Postfix) with ESMTP id 4Rb6Wx4CgYz3cfw; Wed, 30 Aug 2023 01:43:41 +0000 (UTC) (envelope-from jonc@chen.org.nz) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of jonc@chen.org.nz designates 170.75.172.82 as permitted sender) smtp.mailfrom=jonc@chen.org.nz; dmarc=none Received: from mail.chen.org.nz (unknown [210.54.37.164]) by egress.chen.org.nz (Postfix) with ESMTP id 79C12EAE6F; Wed, 30 Aug 2023 13:43:34 +1200 (NZST) Received: from mail.chen.org.nz (localhost [127.0.0.1]) by filter.inside.chen.org.nz (Postfix) with ESMTP id AB3068137C; Wed, 30 Aug 2023 13:43:32 +1200 (NZST) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on ametrine.inside.chen.org.nz Received: from rainloop.jail (rainloop.jail [192.168.1.4]) by mail.chen.org.nz (Postfix) with ESMTP id 96BB3812FC; Wed, 30 Aug 2023 13:43:32 +1200 (NZST) List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Date: Wed, 30 Aug 2023 01:43:32 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: RainLoop/1.17.0 From: jonc@chen.org.nz Message-ID: <0559d1486c7f4de75198a149df223e62@chen.org.nz> Subject: update to security/py-cryptography breaks security/py-openssl 21.0.0,1 To: freebsd-ports@freebsd.org, lwhsu@freebsd.org X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.14 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.94)[-0.939]; R_SPF_ALLOW(-0.20)[+a:egress.chen.org.nz]; MIME_GOOD(-0.10)[text/plain]; RCVD_NO_TLS_LAST(0.10)[]; DMARC_NA(0.00)[chen.org.nz]; ARC_NA(0.00)[]; BLOCKLISTDE_FAIL(0.00)[210.54.37.164:query timed out,170.75.172.82:query timed out]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:174, ipnet:170.75.160.0/20, country:US]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; FROM_NO_DN(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org] X-Rspamd-Queue-Id: 4Rb6Wx4CgYz3cfw Hi, The latest update of py-cryptography to 41.0.3 breaks py-openssl 21.0.0,1= . ie: 1:09pm> python3 Python 3.9.17 (main, Jun 16 2023, 03:51:47)=20 [Clang=2015.0.7 (https://github.com/llvm/llvm-project.git llvmorg-15.0.7-= 0-g8dfdc on freebsd13 Type "help", "copyright", "credits" or "license" for more information. >>> import OpenSSL Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python3.9/site-packages/OpenSSL/__init__.py", line= 8, in from OpenSSL import crypto, SSL File "/usr/local/lib/python3.9/site-packages/OpenSSL/crypto.py", line 3= 279, in _lib.OpenSSL_add_all_algorithms() AttributeError: module 'lib' has no attribute 'OpenSSL_add_all_algorithms= ' >>>=20 Googling=20on the 'Net seems to suggest that py-openssl needs to be updat= ed to version >=3D 22.1.0. Cheers -- Jonathan Chen