Bug 228456 - security/sqlmap: missing dependency on py-sqlite3
Summary: security/sqlmap: missing dependency on py-sqlite3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Ruslan Makhmatkhanov
URL:
Keywords: easy, needs-qa
Depends on:
Blocks:
 
Reported: 2018-05-24 12:25 UTC by David Siebörger
Modified: 2018-07-10 17:07 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rm)


Attachments
Patch to add dependency on py-sqlite3 (441 bytes, patch)
2018-05-24 12:25 UTC, David Siebörger
koobs: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Siebörger 2018-05-24 12:25:31 UTC
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 1 Kubilay Kocak freebsd_committer freebsd_triage 2018-05-25 08:19:03 UTC
Comment on attachment 193647 [details]
Patch to add dependency on py-sqlite3

Approved by: portmgr (blanket)
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-07-10 17:04:37 UTC
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
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2018-07-10 17:07:59 UTC
Committed, thank you, David! Sorry for long delay.