Summary: | security/sqlmap: missing dependency on py-sqlite3 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | David Siebörger <drs-freebsd> | ||||
Component: | Individual Port(s) | Assignee: | Ruslan Makhmatkhanov <rm> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | python | ||||
Priority: | --- | Keywords: | easy, needs-qa | ||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(rm) |
||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
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. |
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.