Created attachment 193647 [details] Patch to add dependency on py-sqlite3 sqlmap requires py-sqlite3. Without sqlite3, sqlmap gives this error: $ sqlmap -h missing one or more core extensions ('bz2', 'gzip', 'ssl', 'sqlite3', 'zlib') most likely because current version of Python has been built without appropriate dev packages (e.g. 'libsqlite3-dev') This patch adds a runtime dependency on py-sqlite3.
Comment on attachment 193647 [details] Patch to add dependency on py-sqlite3 Approved by: portmgr (blanket)
A commit references this bug: Author: rm Date: Tue Jul 10 17:03:39 UTC 2018 New revision: 474390 URL: https://svnweb.freebsd.org/changeset/ports/474390 Log: security/sqlmap: update to 1.2.7 - update to 1.2.7 - add missing dependency upon sqlite3 [1] PR: 228456 Submitted by: David Sieb?rger <drs-freebsd@sieborger.nom.za> [1] Changes: head/security/sqlmap/Makefile head/security/sqlmap/distinfo
Committed, thank you, David! Sorry for long delay.