From owner-svn-ports-all@freebsd.org Sat Feb 20 12:14: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 A640954447A; Sat, 20 Feb 2021 12:14:45 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DjS794MGnz3MYf; Sat, 20 Feb 2021 12:14:45 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Received: from [192.168.1.6] (host.212-19-20-216.broadband.redcom.ru [212.19.20.216]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: fluffy) by smtp.freebsd.org (Postfix) with ESMTPSA id 29F3C2C783; Sat, 20 Feb 2021 12:14:43 +0000 (UTC) (envelope-from fluffy@FreeBSD.org) Date: Sat, 20 Feb 2021 22:14:40 +1000 From: Dima Panov To: Matthias Fechner , svn-ports-all@freebsd.org, Sofian Brabez , svn-ports-head@freebsd.org, ports-committers@freebsd.org Message-ID: In-Reply-To: References: <202102191522.11JFMDHm092434@repo.freebsd.org> Subject: Re: svn commit: r566075 - head/security/py-openssl MIME-Version: 1.0 Content-Type: multipart/signed; boundary="6030fd30_66334873_1071d"; protocol="application/pgp-signature" X-Content-Filtered-By: Mailman/MimeDel 2.1.34 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: Sat, 20 Feb 2021 12:14:45 -0000 --6030fd30_66334873_1071d Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Moin=21 Indeed, this version of py-openssl require to upgrade some dependencies b= efore. At least, py-cryptography to 3.2+ Sofian, please revert this update or update all requirements to resolve i= suue. -- Dima. (desktop, kde, x11, office, ports-secteam)=40=46reeBSD team (fluffy=40=46reeBSD.org, https://t.me/dima=5Fpanov) > On Saturday, =46eb 20, 2021 at 5:28 PM, Matthias =46echner wrote: > Am 19.02.2021 um 16:22 schrieb Sofian Brabez: > > Log: > > - Update to 20.0.1 > > > > Modified: > > head/security/py-openssl/Makefile > > head/security/py-openssl/distinfo > > has this upgrade maybe broken certbot=3F > > certbot --help > Traceback (most recent call last): > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 583, in =5Fbuild=5Fmaster > ws.require(=5F=5Frequires=5F=5F) > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 900, in require > needed =3D self.resolve(parse=5Frequirements(requirements)) > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 791, in resolve > raise VersionConflict(dist, req).with=5Fcontext(dependent=5Freq) > pkg=5Fresources.ContextualVersionConflict: (cryptography 2.9.2 > (/usr/local/lib/python3.7/site-packages), > Requirement.parse('cryptography>=3D3.2'), =7B'PyOpenSSL'=7D) > > During handling of the above exception, another exception occurred: > > Traceback (most recent call last): > =46ile =22/usr/local/bin/certbot=22, line 6, in > from pkg=5Fresources import load=5Fentry=5Fpoint > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 3251, in > =40=5Fcall=5Faside > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 3235, in =5Fcall=5Faside > f(*args, **kwargs) > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 3264, in =5Finitialize=5Fmaster=5Fworking=5Fset > working=5Fset =3D WorkingSet.=5Fbuild=5Fmaster() > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 585, in =5Fbuild=5Fmaster > return cls.=5Fbuild=5Ffrom=5Frequirements(=5F=5Frequires=5F=5F) > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 598, in =5Fbuild=5Ffrom=5Frequirements > dists =3D ws.resolve(reqs, Environment()) > =46ile > =22/usr/local/lib/python3.7/site-packages/pkg=5Fresources/=5F=5Finit=5F= =5F.py=22, line > 791, in resolve > raise VersionConflict(dist, req).with=5Fcontext(dependent=5Freq) > pkg=5Fresources.ContextualVersionConflict: (cryptography 2.9.2 > (/usr/local/lib/python3.7/site-packages), > Requirement.parse('cryptography>=3D3.2'), =7B'PyOpenSSL'=7D) > > Gru=C3=9F > Matthias > > -- > > =22Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying t= o > produce bigger and better idiots. So far, the universe is winning.=22 -= - > Rich Cook > --6030fd30_66334873_1071d Content-Type: application/pgp-signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: Canary PGP V3 iQJVBAABCgA/OBxEaW1hIFBhbm92IChGcmVlQlNELk9SRyBDb21taXR0ZXIpIDxm bHVmZnlARnJlZUJTRC5PUkc+BQJgMP0wAAoJEPuLoJ3VOY8p1JoQANA1vItHD53P lL7wbv4jT1GvdD4EkYUpKeLc3fRm9v0YrLeEFCoiX6lkX9jiimCIpUJHdDwPRAS9 hATE5akCT1Bnk8dDNYp4QjQwaBD4e0Nxfs5oXOv6PNVXh6hiT5J9xhsT1Bu49U9Y uaxL+0iYkk7T5rvOBwfADsHR8AHYnW7v2OKntpHaMr5qZau2U2N9uFLIP/hq/Owz NpMdUGII6lkCJ4b10M+E0olyfW6sm/Jd9HU0cRJXSdefQzu0ca+wC/hYdTrfyvuc N4CZ/ljRMMJzwf8Ovin5FalVaN8Slw9jjtZ9S8LrIR3vuVCTaWSc39wPJYmrzpi1 8cn+Vck2i7DZFy4HJqDN7Pgh3+2WnI2w0b2PNspNu2M6BqBHernIFPI1EE7gGWV9 CgItANtzuwZJ+DwiPDkgQx7Z5OSS2HXPXJN6GEc4HixmerF0QqyR08csD6s6BpLU jrdoeDkxwLd9bBACgZPdpBmFHAr3rucYbKD9G6w+ZLu+0PnWC5wmaoQs9Z+bRFOu nBVk6VbWuVfaFl507vCF368xdNhFAVCGsq8/7z4OKvphQtAAB8nLEcmLkvbLFckl s3tBULiUAkth3AEE67G9mfpNDoCSiIJWmdix/WRYZKt2w6tMq9kTYiarBmygk59j 5wSzNgAIlTuzwqC0kDYeInziLUBHMqp8 =Ni7B -----END PGP SIGNATURE----- --6030fd30_66334873_1071d--