Index | Thread | Search

From:
Klemens Nanni <kn@openbsd.org>
Subject:
Re: [update] security/wapiti: update to 3.2.0, new deps
To:
OpenBSD ports <ports@openbsd.org>, Remi Pointel <rpointel@openbsd.org>
Date:
Wed, 30 Oct 2024 18:00:20 +0000

Download raw body.

Thread
30.10.2024 19:50, Kirill A. Korinsky пишет:
> I just re-tested and I can rebuild it without this block.
> 
> As far as I recall this block / patch was required at begining, but I assume
> that I did something wrong and because it was a few months ago I can't
> recall it.
> 
> So, here the updated diff without patching pyproject.yaml which was tested
> with enable all modules as:
> 
>     $ wapiti --update -m all
>     $ wapiti -o /tmp -m all -u https://kirill.korins.ky/
> 
> The first command prints:
> 
>     Error: None is not a valid domain name
> 
> which seems to be an expected behaviour because in this PR nobody cares
> about that error: https://github.com/wapiti-scanner/wapiti/pull/562
> 
> The diff:

RUN_DEPENDS can be sorted (two in the middle are swapped).

OK kn

> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/security/wapiti/Makefile,v
> diff -u -p -r1.16 Makefile
> --- Makefile	6 Sep 2024 07:54:39 -0000	1.16
> +++ Makefile	30 Oct 2024 16:18:42 -0000
> @@ -1,31 +1,58 @@
>  COMMENT =	web-application vulnerability scanner
>  
> -MODPY_EGG_VERSION =	3.0.1
> +MODPY_EGG_VERSION =	3.2.0
>  DISTNAME =	wapiti3-${MODPY_EGG_VERSION}
>  PKGNAME =	wapiti-${MODPY_EGG_VERSION}
> -REVISION =	8
>  
>  CATEGORIES =	security www
>  
> -HOMEPAGE =	https://wapiti.sourceforge.net/
> +HOMEPAGE =	https://wapiti-scanner.github.io/
>  
>  MAINTAINER =	Remi Pointel <rpointel@openbsd.org>

I suggest at least removing Remi as non-responsive maintainer here.
You might as well add yourself, if you wish.