Bug 228456

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: LatestFlags: bugzilla: maintainer-feedback? (rm)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to add dependency on py-sqlite3 koobs: maintainer-approval+

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.