Index | Thread | Search

From:
K R <daharmasterkor@gmail.com>
Subject:
Re: devel/py-twisted: missed test dependency
To:
ports@openbsd.org
Date:
Thu, 19 Sep 2024 09:21:23 -0300

Download raw body.

Thread
Hi ports@,

On Mon, Jun 10, 2024 at 12:07 PM Kirill A. Korinsky <kirill@korins.ky> wrote:
>
> ports@,
>
> I've noticed that devel/py-twisted had missed test dependencies.

Speaking of Twisted, the current version (24.7.0) fixes two CVEs:

CVE-2024-41810
CVE-2024-41671

The version available on 7.5 is py3-twisted-22.10.0.  Any chance to
have an updated version for the 7.6 release?

Thanks!

--Kor

>
> Here the diff:
>
> diff --git devel/py-twisted/Makefile devel/py-twisted/Makefile
> index 0b11f9a0317..65b6f46d878 100644
> --- devel/py-twisted/Makefile
> +++ devel/py-twisted/Makefile
> @@ -40,7 +40,8 @@ RUN_DEPENDS =         devel/py-asn1${MODPY_FLAVOR}            \
>  FLAVORS =              python3
>  FLAVOR =               python3
>
> -TEST_DEPENDS =         ${FULLPKGNAME}:${BUILD_PKGPATH}
> +TEST_DEPENDS =         ${FULLPKGNAME}:${BUILD_PKGPATH} \
> +                       devel/py-hypothesis${MODPY_FLAVOR}
>  TEST_ENV =             LC_ALL=en_US.UTF-8
>  TESTDIR =              ${WRKSRC}/regress
>
>
>
> --
> wbr, Kirill
>