commit:     a085891203a3e14f18486199bbe983b00a1c511b
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  7 18:41:18 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Jul  8 22:59:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0858912

net-analyzer/wapiti: update HOMEPAGE, SRC_URI for github

sourceforge's project page is a meta-refresh for github pages, and the
README lists the latter. Both sites are used for release tarballs, so
list them both for redundancy.

Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 net-analyzer/wapiti/metadata.xml        | 1 +
 net-analyzer/wapiti/wapiti-3.1.7.ebuild | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/wapiti/metadata.xml b/net-analyzer/wapiti/metadata.xml
index 4de9c0e68a4e..667bbc594167 100644
--- a/net-analyzer/wapiti/metadata.xml
+++ b/net-analyzer/wapiti/metadata.xml
@@ -11,6 +11,7 @@ It performs black-box scans, i.e. it does not study the 
source code of the appli
 
 Once it gets this list, Wapiti acts like a fuzzer, injecting payloads to see 
if a script is vulnerable.</longdescription>
        <upstream>
+               <remote-id type="github">wapiti-scanner/wapiti</remote-id>
                <remote-id type="sourceforge">wapiti</remote-id>
        </upstream>
        <use>

diff --git a/net-analyzer/wapiti/wapiti-3.1.7.ebuild 
b/net-analyzer/wapiti/wapiti-3.1.7.ebuild
index bc4e1553cee3..b4c683382183 100644
--- a/net-analyzer/wapiti/wapiti-3.1.7.ebuild
+++ b/net-analyzer/wapiti/wapiti-3.1.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,8 +12,11 @@ inherit distutils-r1
 
 MY_P=${PN}3-${PV}
 DESCRIPTION="Web-application vulnerability scanner"
-HOMEPAGE="https://wapiti.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz";
+HOMEPAGE="https://wapiti-scanner.github.io/";
+SRC_URI="
+       https://downloads.sourceforge.net/${PN}/${MY_P}.tar.gz
+       
https://github.com/wapiti-scanner/wapiti/releases/download/${PV}/${MY_P}.tar.gz
+"
 S=${WORKDIR}/${MY_P}
 
 LICENSE="GPL-2"

Reply via email to