Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: your mail
To:
ports@openbsd.org
Cc:
"Kirill A. Korinsky" <kirill@korins.ky>
Date:
Tue, 15 Apr 2025 20:35:46 +0100

Download raw body.

Thread
  • Kirill A. Korinsky:

    (no subject)

    • Stuart Henderson:

      your mail

On 2025/04/14 23:26, Kirill A. Korinsky wrote:
> ports@,
> 
> I'd like to update security/wapiti to 3.2.4, but it requires a new port
> devel/py-wapiti_swagger.
> 
> Changelog for wapiti:
>  - https://github.com/wapiti-scanner/wapiti/releases/tag/3.2.3
>  - https://github.com/wapiti-scanner/wapiti/releases/tag/3.2.4
> 
> Tested on -current/amd64.
> 
> Ok?

I would go with a

# not included in pypi sdist
NO_TEST=	Yes

for wapiti_swagger (tests are in github), otherwise ok

> Index: security/wapiti/Makefile
> ===================================================================
> RCS file: /home/cvs/ports/security/wapiti/Makefile,v
> diff -u -p -r1.21 Makefile
> --- security/wapiti/Makefile	22 Dec 2024 14:59:16 -0000	1.21
> +++ security/wapiti/Makefile	14 Apr 2025 21:23:49 -0000
> @@ -1,9 +1,8 @@
>  COMMENT =	web-application vulnerability scanner
>  
> -MODPY_DISTV =	3.2.2
> +MODPY_DISTV =	3.2.4
>  DISTNAME =	wapiti3-${MODPY_DISTV}
>  PKGNAME =	wapiti-${MODPY_DISTV}
> -REVISION =	1
>  
>  CATEGORIES =	security www
>  
> @@ -26,7 +25,7 @@ RUN_DEPENDS =		archivers/py-brotli \
>  			devel/py-aiocache \
>  			devel/py-asn1 \
>  			devel/py-loguru \
> -			devel/py-prance \
> +			devel/py-wapiti_swagger \
>  			devel/py-typing-extensions \
>  			net/py-dnspython \
>  			net/py-tld \
> Index: security/wapiti/distinfo
> ===================================================================
> RCS file: /home/cvs/ports/security/wapiti/distinfo,v
> diff -u -p -r1.5 distinfo
> --- security/wapiti/distinfo	16 Dec 2024 11:20:33 -0000	1.5
> +++ security/wapiti/distinfo	14 Apr 2025 21:00:41 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (wapiti3-3.2.2.tar.gz) = IWpvvnBQWIGS4BRx29Xqv5quVkXbqVZ6zFJTdEYkkxI=
> -SIZE (wapiti3-3.2.2.tar.gz) = 693929
> +SHA256 (wapiti3-3.2.4.tar.gz) = Vf/zIGianJABgv+z+aTVjRVoND/dRKPph1cG/umxEZc=
> +SIZE (wapiti3-3.2.4.tar.gz) = 693273
> 
> 
> -- 
> wbr, Kirill