svn commit: r474390 - head/security/sqlmap

Ruslan Makhmatkhanov rm at FreeBSD.org
Tue Jul 10 17:03:40 UTC 2018


Author: rm
Date: Tue Jul 10 17:03:38 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 at sieborger.nom.za> [1]

Modified:
  head/security/sqlmap/Makefile
  head/security/sqlmap/distinfo

Modified: head/security/sqlmap/Makefile
==============================================================================
--- head/security/sqlmap/Makefile	Tue Jul 10 17:01:24 2018	(r474389)
+++ head/security/sqlmap/Makefile	Tue Jul 10 17:03:38 2018	(r474390)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sqlmap
-PORTVERSION=	1.2.4
+PORTVERSION=	1.2.7
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 
@@ -11,6 +11,8 @@ COMMENT=	Automatic SQL injection tool
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/sqlmap/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
 
 NO_ARCH=	yes
 USES=		python:-2.7 shebangfix

Modified: head/security/sqlmap/distinfo
==============================================================================
--- head/security/sqlmap/distinfo	Tue Jul 10 17:01:24 2018	(r474389)
+++ head/security/sqlmap/distinfo	Tue Jul 10 17:03:38 2018	(r474390)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525258025
-SHA256 (sqlmap-1.2.4.tar.gz) = cb70fdedd8dc0a30cf361d8e5401a5b07fc75c13847b13567b98966be4e3d063
-SIZE (sqlmap-1.2.4.tar.gz) = 7410705
+TIMESTAMP = 1531236200
+SHA256 (sqlmap-1.2.7.tar.gz) = 9e570fcac05b3231d5e01398e496b88a78601938bba228e381994a1b3fe3bd88
+SIZE (sqlmap-1.2.7.tar.gz) = 7411871


More information about the svn-ports-all mailing list