diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-12-09 16:34:09 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2019-12-09 16:34:09 +0000 |
commit | ddea6658f364c7a93f5c096aa9a1c061efa5c527 (patch) | |
tree | 0b444fd656b5c17d24cfeca891f8cbec33c0abd9 /security/sqlmap | |
parent | science/simbody: Update 3.6.1 -> 3.7 (diff) |
security/sqlmap: Update to 1.3.12
- update to latest version
- relax python check. it now works with py3
PR: 238329
Submitted by: wen
Notes
Notes:
svn path=/head/; revision=519623
Diffstat (limited to 'security/sqlmap')
-rw-r--r-- | security/sqlmap/Makefile | 5 | ||||
-rw-r--r-- | security/sqlmap/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile index 3f06302bb3f2..f88e7697e4a4 100644 --- a/security/sqlmap/Makefile +++ b/security/sqlmap/Makefile @@ -2,9 +2,10 @@ # $FreeBSD$ PORTNAME= sqlmap -PORTVERSION= 1.2.12 +PORTVERSION= 1.3.12 CATEGORIES= security python MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org COMMENT= Automatic SQL injection tool @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/sqlmap/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= python:-2.7 shebangfix +USES= python shebangfix USE_PYTHON= autoplist distutils SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py diff --git a/security/sqlmap/distinfo b/security/sqlmap/distinfo index ee5c4cd5b583..758fda3b17e3 100644 --- a/security/sqlmap/distinfo +++ b/security/sqlmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1546461629 -SHA256 (sqlmap-1.2.12.tar.gz) = 7a099f42358731589851c38e5a90d997490dd6275b39e09f21bdd4df91a24413 -SIZE (sqlmap-1.2.12.tar.gz) = 7424608 +TIMESTAMP = 1575908570 +SHA256 (sqlmap-1.3.12.tar.gz) = 3bad3275e2f29ffa54d4013a2ac2c77e87d01a1d745065d54ed5e60bc68dfbf0 +SIZE (sqlmap-1.3.12.tar.gz) = 6693553 |