pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sqlmap sqlmap: Update to 1.3.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9431f829a89
branches:  trunk
changeset: 332169:a9431f829a89
user:      leot <leot%pkgsrc.org@localhost>
date:      Fri Apr 05 10:55:14 2019 +0000

description:
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:

 security/sqlmap/Makefile |    7 +-
 security/sqlmap/PLIST    |  176 +++++++++++++++++++++++++++-------------------
 security/sqlmap/distinfo |   10 +-
 3 files changed, 113 insertions(+), 80 deletions(-)

diffs (truncated from 427 to 300 lines):

diff -r 7cb45e1c83e0 -r a9431f829a89 security/sqlmap/Makefile
--- a/security/sqlmap/Makefile  Fri Apr 05 09:59:37 2019 +0000
+++ b/security/sqlmap/Makefile  Fri Apr 05 10:55:14 2019 +0000
@@ -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 @@
 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 @@
 
 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"
diff -r 7cb45e1c83e0 -r a9431f829a89 security/sqlmap/PLIST
--- a/security/sqlmap/PLIST     Fri Apr 05 09:59:37 2019 +0000
+++ b/security/sqlmap/PLIST     Fri Apr 05 10:55:14 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/11/06 13:55:41 leot Exp $
+@comment $NetBSD: PLIST,v 1.8 2019/04/05 10:55:14 leot Exp $
 bin/sqlmap
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -6,6 +6,7 @@
 ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sqlmap/COMMITMENT
 ${PYSITELIB}/sqlmap/LICENSE
 ${PYSITELIB}/sqlmap/README.md
 ${PYSITELIB}/sqlmap/__init__.py
@@ -29,6 +30,7 @@
 ${PYSITELIB}/sqlmap/doc/translations/README-pt-BR.md
 ${PYSITELIB}/sqlmap/doc/translations/README-ru-RUS.md
 ${PYSITELIB}/sqlmap/doc/translations/README-tr-TR.md
+${PYSITELIB}/sqlmap/doc/translations/README-uk-UA.md
 ${PYSITELIB}/sqlmap/doc/translations/README-zh-CN.md
 ${PYSITELIB}/sqlmap/extra/__init__.py
 ${PYSITELIB}/sqlmap/extra/__init__.pyc
@@ -85,6 +87,7 @@
 ${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x64_
 ${PYSITELIB}/sqlmap/extra/shellcodeexec/windows/shellcodeexec.x32.exe_
 ${PYSITELIB}/sqlmap/extra/shutils/blanks.sh
+${PYSITELIB}/sqlmap/extra/shutils/drei.sh
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.py
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyc
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyo
@@ -100,22 +103,13 @@
 ${PYSITELIB}/sqlmap/extra/shutils/pylint.pyc
 ${PYSITELIB}/sqlmap/extra/shutils/pylint.pyo
 ${PYSITELIB}/sqlmap/extra/shutils/pypi.sh
-${PYSITELIB}/sqlmap/extra/shutils/regressiontest.py
-${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyc
-${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyo
 ${PYSITELIB}/sqlmap/extra/shutils/strip.sh
-${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.py
-${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyc
-${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyo
-${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.py
-${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.pyc
-${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.pyo
-${PYSITELIB}/sqlmap/extra/wafdetectify/__init__.py
-${PYSITELIB}/sqlmap/extra/wafdetectify/__init__.pyc
-${PYSITELIB}/sqlmap/extra/wafdetectify/__init__.pyo
-${PYSITELIB}/sqlmap/extra/wafdetectify/wafdetectify.py
-${PYSITELIB}/sqlmap/extra/wafdetectify/wafdetectify.pyc
-${PYSITELIB}/sqlmap/extra/wafdetectify/wafdetectify.pyo
+${PYSITELIB}/sqlmap/extra/vulnserver/__init__.py
+${PYSITELIB}/sqlmap/extra/vulnserver/__init__.pyc
+${PYSITELIB}/sqlmap/extra/vulnserver/__init__.pyo
+${PYSITELIB}/sqlmap/extra/vulnserver/vulnserver.py
+${PYSITELIB}/sqlmap/extra/vulnserver/vulnserver.pyc
+${PYSITELIB}/sqlmap/extra/vulnserver/vulnserver.pyo
 ${PYSITELIB}/sqlmap/lib/__init__.py
 ${PYSITELIB}/sqlmap/lib/__init__.pyc
 ${PYSITELIB}/sqlmap/lib/__init__.pyo
@@ -146,6 +140,9 @@
 ${PYSITELIB}/sqlmap/lib/core/common.py
 ${PYSITELIB}/sqlmap/lib/core/common.pyc
 ${PYSITELIB}/sqlmap/lib/core/common.pyo
+${PYSITELIB}/sqlmap/lib/core/compat.py
+${PYSITELIB}/sqlmap/lib/core/compat.pyc
+${PYSITELIB}/sqlmap/lib/core/compat.pyo
 ${PYSITELIB}/sqlmap/lib/core/convert.py
 ${PYSITELIB}/sqlmap/lib/core/convert.pyc
 ${PYSITELIB}/sqlmap/lib/core/convert.pyo
@@ -263,6 +260,9 @@
 ${PYSITELIB}/sqlmap/lib/request/basicauthhandler.py
 ${PYSITELIB}/sqlmap/lib/request/basicauthhandler.pyc
 ${PYSITELIB}/sqlmap/lib/request/basicauthhandler.pyo
+${PYSITELIB}/sqlmap/lib/request/chunkedhandler.py
+${PYSITELIB}/sqlmap/lib/request/chunkedhandler.pyc
+${PYSITELIB}/sqlmap/lib/request/chunkedhandler.pyo
 ${PYSITELIB}/sqlmap/lib/request/comparison.py
 ${PYSITELIB}/sqlmap/lib/request/comparison.pyc
 ${PYSITELIB}/sqlmap/lib/request/comparison.pyo
@@ -395,6 +395,9 @@
 ${PYSITELIB}/sqlmap/lib/utils/search.py
 ${PYSITELIB}/sqlmap/lib/utils/search.pyc
 ${PYSITELIB}/sqlmap/lib/utils/search.pyo
+${PYSITELIB}/sqlmap/lib/utils/sgmllib.py
+${PYSITELIB}/sqlmap/lib/utils/sgmllib.pyc
+${PYSITELIB}/sqlmap/lib/utils/sgmllib.pyo
 ${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.py
 ${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.pyc
 ${PYSITELIB}/sqlmap/lib/utils/sqlalchemy.pyo
@@ -754,6 +757,7 @@
 ${PYSITELIB}/sqlmap/sqlmapapi.py
 ${PYSITELIB}/sqlmap/sqlmapapi.pyc
 ${PYSITELIB}/sqlmap/sqlmapapi.pyo
+${PYSITELIB}/sqlmap/swagger.yaml
 ${PYSITELIB}/sqlmap/tamper/0x2char.py
 ${PYSITELIB}/sqlmap/tamper/0x2char.pyc
 ${PYSITELIB}/sqlmap/tamper/0x2char.pyo
@@ -901,6 +905,9 @@
 ${PYSITELIB}/sqlmap/tamper/space2randomblank.py
 ${PYSITELIB}/sqlmap/tamper/space2randomblank.pyc
 ${PYSITELIB}/sqlmap/tamper/space2randomblank.pyo
+${PYSITELIB}/sqlmap/tamper/substring2leftright.py
+${PYSITELIB}/sqlmap/tamper/substring2leftright.pyc
+${PYSITELIB}/sqlmap/tamper/substring2leftright.pyo
 ${PYSITELIB}/sqlmap/tamper/symboliclogical.py
 ${PYSITELIB}/sqlmap/tamper/symboliclogical.pyc
 ${PYSITELIB}/sqlmap/tamper/symboliclogical.pyo
@@ -1117,19 +1124,9 @@
 ${PYSITELIB}/sqlmap/thirdparty/odict/__init__.py
 ${PYSITELIB}/sqlmap/thirdparty/odict/__init__.pyc
 ${PYSITELIB}/sqlmap/thirdparty/odict/__init__.pyo
-${PYSITELIB}/sqlmap/thirdparty/odict/odict.py
-${PYSITELIB}/sqlmap/thirdparty/odict/odict.pyc
-${PYSITELIB}/sqlmap/thirdparty/odict/odict.pyo
-${PYSITELIB}/sqlmap/thirdparty/oset/LICENSE.txt
-${PYSITELIB}/sqlmap/thirdparty/oset/__init__.py
-${PYSITELIB}/sqlmap/thirdparty/oset/__init__.pyc
-${PYSITELIB}/sqlmap/thirdparty/oset/__init__.pyo
-${PYSITELIB}/sqlmap/thirdparty/oset/_abc.py
-${PYSITELIB}/sqlmap/thirdparty/oset/_abc.pyc
-${PYSITELIB}/sqlmap/thirdparty/oset/_abc.pyo
-${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.py
-${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.pyc
-${PYSITELIB}/sqlmap/thirdparty/oset/pyoset.pyo
+${PYSITELIB}/sqlmap/thirdparty/odict/ordereddict.py
+${PYSITELIB}/sqlmap/thirdparty/odict/ordereddict.pyc
+${PYSITELIB}/sqlmap/thirdparty/odict/ordereddict.pyo
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.py
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyc
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyo
@@ -1142,6 +1139,9 @@
 ${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.py
 ${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.pyc
 ${PYSITELIB}/sqlmap/thirdparty/pydes/pyDes.pyo
+${PYSITELIB}/sqlmap/thirdparty/six/__init__.py
+${PYSITELIB}/sqlmap/thirdparty/six/__init__.pyc
+${PYSITELIB}/sqlmap/thirdparty/six/__init__.pyo
 ${PYSITELIB}/sqlmap/thirdparty/socks/LICENSE
 ${PYSITELIB}/sqlmap/thirdparty/socks/__init__.py
 ${PYSITELIB}/sqlmap/thirdparty/socks/__init__.pyc
@@ -1167,7 +1167,6 @@
 ${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.py
 ${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.pyc
 ${PYSITELIB}/sqlmap/thirdparty/xdot/xdot.pyo
-${PYSITELIB}/sqlmap/txt/checksum.md5
 ${PYSITELIB}/sqlmap/txt/common-columns.txt
 ${PYSITELIB}/sqlmap/txt/common-outputs.txt
 ${PYSITELIB}/sqlmap/txt/common-tables.txt
@@ -1215,6 +1214,9 @@
 ${PYSITELIB}/sqlmap/waf/anquanbao.py
 ${PYSITELIB}/sqlmap/waf/anquanbao.pyc
 ${PYSITELIB}/sqlmap/waf/anquanbao.pyo
+${PYSITELIB}/sqlmap/waf/approach.py
+${PYSITELIB}/sqlmap/waf/approach.pyc
+${PYSITELIB}/sqlmap/waf/approach.pyo
 ${PYSITELIB}/sqlmap/waf/armor.py
 ${PYSITELIB}/sqlmap/waf/armor.pyc
 ${PYSITELIB}/sqlmap/waf/armor.pyo
@@ -1224,21 +1226,21 @@
 ${PYSITELIB}/sqlmap/waf/aws.py
 ${PYSITELIB}/sqlmap/waf/aws.pyc
 ${PYSITELIB}/sqlmap/waf/aws.pyo
-${PYSITELIB}/sqlmap/waf/baidu.py
-${PYSITELIB}/sqlmap/waf/baidu.pyc
-${PYSITELIB}/sqlmap/waf/baidu.pyo
 ${PYSITELIB}/sqlmap/waf/barracuda.py
 ${PYSITELIB}/sqlmap/waf/barracuda.pyc
 ${PYSITELIB}/sqlmap/waf/barracuda.pyo
-${PYSITELIB}/sqlmap/waf/bigip.py
-${PYSITELIB}/sqlmap/waf/bigip.pyc
-${PYSITELIB}/sqlmap/waf/bigip.pyo
-${PYSITELIB}/sqlmap/waf/binarysec.py
-${PYSITELIB}/sqlmap/waf/binarysec.pyc
-${PYSITELIB}/sqlmap/waf/binarysec.pyo
-${PYSITELIB}/sqlmap/waf/blockdos.py
-${PYSITELIB}/sqlmap/waf/blockdos.pyc
-${PYSITELIB}/sqlmap/waf/blockdos.pyo
+${PYSITELIB}/sqlmap/waf/bekchy.py
+${PYSITELIB}/sqlmap/waf/bekchy.pyc
+${PYSITELIB}/sqlmap/waf/bekchy.pyo
+${PYSITELIB}/sqlmap/waf/bitninja.py
+${PYSITELIB}/sqlmap/waf/bitninja.pyc
+${PYSITELIB}/sqlmap/waf/bitninja.pyo
+${PYSITELIB}/sqlmap/waf/bluedon.py
+${PYSITELIB}/sqlmap/waf/bluedon.pyc
+${PYSITELIB}/sqlmap/waf/bluedon.pyo
+${PYSITELIB}/sqlmap/waf/cerber.py
+${PYSITELIB}/sqlmap/waf/cerber.pyc
+${PYSITELIB}/sqlmap/waf/cerber.pyo
 ${PYSITELIB}/sqlmap/waf/chinacache.py
 ${PYSITELIB}/sqlmap/waf/chinacache.pyc
 ${PYSITELIB}/sqlmap/waf/chinacache.pyo
@@ -1260,18 +1262,9 @@
 ${PYSITELIB}/sqlmap/waf/crawlprotect.py
 ${PYSITELIB}/sqlmap/waf/crawlprotect.pyc
 ${PYSITELIB}/sqlmap/waf/crawlprotect.pyo
-${PYSITELIB}/sqlmap/waf/datapower.py
-${PYSITELIB}/sqlmap/waf/datapower.pyc
-${PYSITELIB}/sqlmap/waf/datapower.pyo
-${PYSITELIB}/sqlmap/waf/denyall.py
-${PYSITELIB}/sqlmap/waf/denyall.pyc
-${PYSITELIB}/sqlmap/waf/denyall.pyo
 ${PYSITELIB}/sqlmap/waf/distil.py
 ${PYSITELIB}/sqlmap/waf/distil.pyc
 ${PYSITELIB}/sqlmap/waf/distil.pyo
-${PYSITELIB}/sqlmap/waf/dosarrest.py
-${PYSITELIB}/sqlmap/waf/dosarrest.pyc
-${PYSITELIB}/sqlmap/waf/dosarrest.pyo
 ${PYSITELIB}/sqlmap/waf/dotdefender.py
 ${PYSITELIB}/sqlmap/waf/dotdefender.pyc
 ${PYSITELIB}/sqlmap/waf/dotdefender.pyo
@@ -1287,15 +1280,24 @@
 ${PYSITELIB}/sqlmap/waf/generic.py
 ${PYSITELIB}/sqlmap/waf/generic.pyc
 ${PYSITELIB}/sqlmap/waf/generic.pyo
-${PYSITELIB}/sqlmap/waf/hyperguard.py
-${PYSITELIB}/sqlmap/waf/hyperguard.pyc
-${PYSITELIB}/sqlmap/waf/hyperguard.pyo
+${PYSITELIB}/sqlmap/waf/godaddy.py
+${PYSITELIB}/sqlmap/waf/godaddy.pyc
+${PYSITELIB}/sqlmap/waf/godaddy.pyo
+${PYSITELIB}/sqlmap/waf/greywizard.py
+${PYSITELIB}/sqlmap/waf/greywizard.pyc
+${PYSITELIB}/sqlmap/waf/greywizard.pyo
+${PYSITELIB}/sqlmap/waf/imunify360.py
+${PYSITELIB}/sqlmap/waf/imunify360.pyc
+${PYSITELIB}/sqlmap/waf/imunify360.pyo
 ${PYSITELIB}/sqlmap/waf/incapsula.py
 ${PYSITELIB}/sqlmap/waf/incapsula.pyc
 ${PYSITELIB}/sqlmap/waf/incapsula.pyo
 ${PYSITELIB}/sqlmap/waf/isaserver.py
 ${PYSITELIB}/sqlmap/waf/isaserver.pyc
 ${PYSITELIB}/sqlmap/waf/isaserver.pyo
+${PYSITELIB}/sqlmap/waf/janusec.py
+${PYSITELIB}/sqlmap/waf/janusec.pyc
+${PYSITELIB}/sqlmap/waf/janusec.pyo
 ${PYSITELIB}/sqlmap/waf/jiasule.py
 ${PYSITELIB}/sqlmap/waf/jiasule.pyc
 ${PYSITELIB}/sqlmap/waf/jiasule.pyo
@@ -1305,27 +1307,33 @@
 ${PYSITELIB}/sqlmap/waf/kona.py
 ${PYSITELIB}/sqlmap/waf/kona.pyc
 ${PYSITELIB}/sqlmap/waf/kona.pyo
+${PYSITELIB}/sqlmap/waf/malcare.py
+${PYSITELIB}/sqlmap/waf/malcare.pyc
+${PYSITELIB}/sqlmap/waf/malcare.pyo
 ${PYSITELIB}/sqlmap/waf/modsecurity.py
 ${PYSITELIB}/sqlmap/waf/modsecurity.pyc
 ${PYSITELIB}/sqlmap/waf/modsecurity.pyo
 ${PYSITELIB}/sqlmap/waf/naxsi.py
 ${PYSITELIB}/sqlmap/waf/naxsi.pyc
 ${PYSITELIB}/sqlmap/waf/naxsi.pyo
-${PYSITELIB}/sqlmap/waf/netcontinuum.py
-${PYSITELIB}/sqlmap/waf/netcontinuum.pyc
-${PYSITELIB}/sqlmap/waf/netcontinuum.pyo
 ${PYSITELIB}/sqlmap/waf/netscaler.py
 ${PYSITELIB}/sqlmap/waf/netscaler.pyc
 ${PYSITELIB}/sqlmap/waf/netscaler.pyo
 ${PYSITELIB}/sqlmap/waf/newdefend.py
 ${PYSITELIB}/sqlmap/waf/newdefend.pyc
 ${PYSITELIB}/sqlmap/waf/newdefend.pyo
-${PYSITELIB}/sqlmap/waf/nsfocus.py
-${PYSITELIB}/sqlmap/waf/nsfocus.pyc
-${PYSITELIB}/sqlmap/waf/nsfocus.pyo
+${PYSITELIB}/sqlmap/waf/ninjafirewall.py
+${PYSITELIB}/sqlmap/waf/ninjafirewall.pyc
+${PYSITELIB}/sqlmap/waf/ninjafirewall.pyo
+${PYSITELIB}/sqlmap/waf/onmessageshield.py



Home | Main Index | Thread Index | Old Index