diff options
| author | Wen Heping <wen@FreeBSD.org> | 2025-12-20 07:56:08 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2025-12-20 07:59:10 +0000 |
| commit | 101e1c8fa7965972a0021ae885f80c7e736faa15 (patch) | |
| tree | b751c298e4db030af65971848f43de6d64bddd2d /security/sqlmap/Makefile | |
| parent | d7716d46e103b96007dabbcd50b72ec61c01bd82 (diff) | |
Diffstat (limited to 'security/sqlmap/Makefile')
| -rw-r--r-- | security/sqlmap/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index b22c8675730e..5ce8ab82c277 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlmap -PORTVERSION= 1.8 +PORTVERSION= 1.9.12 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} USES= python shebangfix USE_PYTHON= autoplist pep517 -SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py +SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py \ + sqlmap/plugins/dbms/clickhouse/*.py \ + sqlmap/thirdparty/identywaf/identYwaf.py + NO_ARCH= yes OPTIONS_DEFINE= MSF |
