summaryrefslogtreecommitdiff
path: root/security/sqlmap/Makefile
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2019-04-05 10:55:14 +0000
committerleot <leot@pkgsrc.org>2019-04-05 10:55:14 +0000
commite05abfd9342d62618ba89313fd17d68cb8975654 (patch)
tree17daa3c656308aea843a19283b81e79c56f31852 /security/sqlmap/Makefile
parente9b95438d19121bcb7773bc5d3eb4b4c4a388003 (diff)
downloadpkgsrc-e05abfd9342d62618ba89313fd17d68cb8975654.tar.gz
sqlmap: Update to 1.3.4
Changes: (No changelog is provided upstream, this is based on commit messages.) 1.3.4 ----- - Add support for preprocess response data (`--preprocess' option) - Misc bug fixes and improvements 1.3.3 ----- - Misc bug fixes and improvements 1.3.2 ----- - Add and update WAF scripts - Misc bug fixes and improvements 1.3.1 ----- (Not released) 1.3 --- - Add Approach and Bluedon WAF scripts - Misc bug fixes and improvements 1.2.12 ------ - Misc bug fixes and improvements
Diffstat (limited to 'security/sqlmap/Makefile')
-rw-r--r--security/sqlmap/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/sqlmap/Makefile b/security/sqlmap/Makefile
index 9e5dfe35c36..9163e0b640b 100644
--- a/security/sqlmap/Makefile
+++ b/security/sqlmap/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/11/06 13:55:41 leot Exp $
+# $NetBSD: Makefile,v 1.11 2019/04/05 10:55:14 leot Exp $
-DISTNAME= sqlmap-1.2.11
+DISTNAME= sqlmap-1.3.4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
@@ -14,6 +14,7 @@ USE_TOOLS+= bash:run perl:run
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh
+REPLACE_BASH+= sqlmap/extra/shutils/drei.sh
REPLACE_BASH+= sqlmap/extra/shutils/postcommit-hook.sh
REPLACE_BASH+= sqlmap/extra/shutils/precommit-hook.sh
REPLACE_BASH+= sqlmap/extra/shutils/pycodestyle.sh
@@ -30,7 +31,7 @@ REPLACE_PYTHON+= sqlmap/extra/shutils/regressiontest.py
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.2.11
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.3.4
.include "../../lang/python/application.mk"
.include "../../lang/python/egg.mk"