Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 20:23:53 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: py27-certbot failing
Message-ID:  <20180122.202353.470365354668658346.yasu@utahime.org>
In-Reply-To: <BN6PR2001MB17309B1E63C58B3B7FE5BAA680EC0@BN6PR2001MB1730.namprd20.prod.outlook.com>
References:  <BN6PR2001MB17309B1E63C58B3B7FE5BAA680EC0@BN6PR2001MB1730.namprd20.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

From: Carmel NY <carmel_ny@outlook.com>
Subject: py27-certbot failing
Date: Mon, 22 Jan 2018 11:04:22 +0000

> I have been running py27-certbot from a cron job successfully for months.
> Suddenly, it has started to fail. This is the error message:

It is caused by update of security/py-openssl at r459548. Version
17.5.0 requires 2.1.4 or newer version of cryptograpy library. But
current version of security/py-cryptography is 2.0.3. Update is
submitted as following bug report.

Bug 225348 - security/py-cryptography: Update to 2.1.4
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225348

So try attached patch if you don't mind patching ports tree and
updating the package using it.

Please keep in mind original patch is broken. So use updated patch
submitted by me instead of original one.

---
Yasuhiro KIMURA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180122.202353.470365354668658346.yasu>