pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sqlmap
Module Name: pkgsrc
Committed By: leot
Date: Fri Apr 5 10:55:14 UTC 2019
Modified Files:
pkgsrc/security/sqlmap: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/sqlmap/PLIST \
pkgsrc/security/sqlmap/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sqlmap/Makefile
diff -u pkgsrc/security/sqlmap/Makefile:1.10 pkgsrc/security/sqlmap/Makefile:1.11
--- pkgsrc/security/sqlmap/Makefile:1.10 Tue Nov 6 13:55:41 2018
+++ pkgsrc/security/sqlmap/Makefile Fri Apr 5 10:55:14 2019
@@ -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/re
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"
Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.7 pkgsrc/security/sqlmap/PLIST:1.8
--- pkgsrc/security/sqlmap/PLIST:1.7 Tue Nov 6 13:55:41 2018
+++ pkgsrc/security/sqlmap/PLIST Fri Apr 5 10:55:14 2019
@@ -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}/dependency_l
${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/REA
${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/
${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
${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/bigarray.py
${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/basic.py
${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/purge.pyo
${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/sqlmap.pyo
${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/space2plus.py
${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/multipart
${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/__i
${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/__in
${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/airlock.pyo
${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/asm.pyo
${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/comodo.pyo
${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/fortiweb.pyo
${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/knownsec.pyo
${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
+${PYSITELIB}/sqlmap/waf/onmessageshield.pyc
+${PYSITELIB}/sqlmap/waf/onmessageshield.pyo
${PYSITELIB}/sqlmap/waf/paloalto.py
${PYSITELIB}/sqlmap/waf/paloalto.pyc
${PYSITELIB}/sqlmap/waf/paloalto.pyo
+${PYSITELIB}/sqlmap/waf/perimeterx.py
+${PYSITELIB}/sqlmap/waf/perimeterx.pyc
+${PYSITELIB}/sqlmap/waf/perimeterx.pyo
${PYSITELIB}/sqlmap/waf/profense.py
${PYSITELIB}/sqlmap/waf/profense.pyc
${PYSITELIB}/sqlmap/waf/profense.pyo
@@ -1341,18 +1349,36 @@ ${PYSITELIB}/sqlmap/waf/reblaze.pyo
${PYSITELIB}/sqlmap/waf/requestvalidationmode.py
${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyc
${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyo
+${PYSITELIB}/sqlmap/waf/rsfirewall.py
+${PYSITELIB}/sqlmap/waf/rsfirewall.pyc
+${PYSITELIB}/sqlmap/waf/rsfirewall.pyo
${PYSITELIB}/sqlmap/waf/safe3.py
${PYSITELIB}/sqlmap/waf/safe3.pyc
${PYSITELIB}/sqlmap/waf/safe3.pyo
${PYSITELIB}/sqlmap/waf/safedog.py
${PYSITELIB}/sqlmap/waf/safedog.pyc
${PYSITELIB}/sqlmap/waf/safedog.pyo
+${PYSITELIB}/sqlmap/waf/secureentry.py
+${PYSITELIB}/sqlmap/waf/secureentry.pyc
+${PYSITELIB}/sqlmap/waf/secureentry.pyo
${PYSITELIB}/sqlmap/waf/secureiis.py
${PYSITELIB}/sqlmap/waf/secureiis.pyc
${PYSITELIB}/sqlmap/waf/secureiis.pyo
+${PYSITELIB}/sqlmap/waf/securesphere.py
+${PYSITELIB}/sqlmap/waf/securesphere.pyc
+${PYSITELIB}/sqlmap/waf/securesphere.pyo
${PYSITELIB}/sqlmap/waf/senginx.py
${PYSITELIB}/sqlmap/waf/senginx.pyc
${PYSITELIB}/sqlmap/waf/senginx.pyo
+${PYSITELIB}/sqlmap/waf/shieldsecurity.py
+${PYSITELIB}/sqlmap/waf/shieldsecurity.pyc
+${PYSITELIB}/sqlmap/waf/shieldsecurity.pyo
+${PYSITELIB}/sqlmap/waf/siteground.py
+${PYSITELIB}/sqlmap/waf/siteground.pyc
+${PYSITELIB}/sqlmap/waf/siteground.pyo
+${PYSITELIB}/sqlmap/waf/siteguard.py
+${PYSITELIB}/sqlmap/waf/siteguard.pyc
+${PYSITELIB}/sqlmap/waf/siteguard.pyo
${PYSITELIB}/sqlmap/waf/sitelock.py
${PYSITELIB}/sqlmap/waf/sitelock.pyc
${PYSITELIB}/sqlmap/waf/sitelock.pyo
@@ -1362,45 +1388,51 @@ ${PYSITELIB}/sqlmap/waf/sonicwall.pyo
${PYSITELIB}/sqlmap/waf/sophos.py
${PYSITELIB}/sqlmap/waf/sophos.pyc
${PYSITELIB}/sqlmap/waf/sophos.pyo
-${PYSITELIB}/sqlmap/waf/stingray.py
-${PYSITELIB}/sqlmap/waf/stingray.pyc
-${PYSITELIB}/sqlmap/waf/stingray.pyo
+${PYSITELIB}/sqlmap/waf/squarespace.py
+${PYSITELIB}/sqlmap/waf/squarespace.pyc
+${PYSITELIB}/sqlmap/waf/squarespace.pyo
+${PYSITELIB}/sqlmap/waf/stackpath.py
+${PYSITELIB}/sqlmap/waf/stackpath.pyc
+${PYSITELIB}/sqlmap/waf/stackpath.pyo
${PYSITELIB}/sqlmap/waf/sucuri.py
${PYSITELIB}/sqlmap/waf/sucuri.pyc
${PYSITELIB}/sqlmap/waf/sucuri.pyo
${PYSITELIB}/sqlmap/waf/tencent.py
${PYSITELIB}/sqlmap/waf/tencent.pyc
${PYSITELIB}/sqlmap/waf/tencent.pyo
-${PYSITELIB}/sqlmap/waf/teros.py
-${PYSITELIB}/sqlmap/waf/teros.pyc
-${PYSITELIB}/sqlmap/waf/teros.pyo
${PYSITELIB}/sqlmap/waf/trafficshield.py
${PYSITELIB}/sqlmap/waf/trafficshield.pyc
${PYSITELIB}/sqlmap/waf/trafficshield.pyo
+${PYSITELIB}/sqlmap/waf/urlmaster.py
+${PYSITELIB}/sqlmap/waf/urlmaster.pyc
+${PYSITELIB}/sqlmap/waf/urlmaster.pyo
${PYSITELIB}/sqlmap/waf/urlscan.py
${PYSITELIB}/sqlmap/waf/urlscan.pyc
${PYSITELIB}/sqlmap/waf/urlscan.pyo
-${PYSITELIB}/sqlmap/waf/uspses.py
-${PYSITELIB}/sqlmap/waf/uspses.pyc
-${PYSITELIB}/sqlmap/waf/uspses.pyo
${PYSITELIB}/sqlmap/waf/varnish.py
${PYSITELIB}/sqlmap/waf/varnish.pyc
${PYSITELIB}/sqlmap/waf/varnish.pyo
+${PYSITELIB}/sqlmap/waf/virusdie.py
+${PYSITELIB}/sqlmap/waf/virusdie.pyc
+${PYSITELIB}/sqlmap/waf/virusdie.pyo
${PYSITELIB}/sqlmap/waf/wallarm.py
${PYSITELIB}/sqlmap/waf/wallarm.pyc
${PYSITELIB}/sqlmap/waf/wallarm.pyo
${PYSITELIB}/sqlmap/waf/watchguard.py
${PYSITELIB}/sqlmap/waf/watchguard.pyc
${PYSITELIB}/sqlmap/waf/watchguard.pyo
-${PYSITELIB}/sqlmap/waf/webappsecure.py
-${PYSITELIB}/sqlmap/waf/webappsecure.pyc
-${PYSITELIB}/sqlmap/waf/webappsecure.pyo
${PYSITELIB}/sqlmap/waf/webknight.py
${PYSITELIB}/sqlmap/waf/webknight.pyc
${PYSITELIB}/sqlmap/waf/webknight.pyo
+${PYSITELIB}/sqlmap/waf/webseal.py
+${PYSITELIB}/sqlmap/waf/webseal.pyc
+${PYSITELIB}/sqlmap/waf/webseal.pyo
${PYSITELIB}/sqlmap/waf/wordfence.py
${PYSITELIB}/sqlmap/waf/wordfence.pyc
${PYSITELIB}/sqlmap/waf/wordfence.pyo
+${PYSITELIB}/sqlmap/waf/wts.py
+${PYSITELIB}/sqlmap/waf/wts.pyc
+${PYSITELIB}/sqlmap/waf/wts.pyo
${PYSITELIB}/sqlmap/waf/yundun.py
${PYSITELIB}/sqlmap/waf/yundun.pyc
${PYSITELIB}/sqlmap/waf/yundun.pyo
Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.7 pkgsrc/security/sqlmap/distinfo:1.8
--- pkgsrc/security/sqlmap/distinfo:1.7 Tue Nov 6 13:55:41 2018
+++ pkgsrc/security/sqlmap/distinfo Fri Apr 5 10:55:14 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/11/06 13:55:41 leot Exp $
+$NetBSD: distinfo,v 1.8 2019/04/05 10:55:14 leot Exp $
-SHA1 (sqlmap-1.2.11.tar.gz) = 9ecaa0754ac7492b3078e429461ec9c03dd72f3a
-RMD160 (sqlmap-1.2.11.tar.gz) = e3fcb65a0437e7eb2296d22776e7ae742c9d2f8e
-SHA512 (sqlmap-1.2.11.tar.gz) = e17c7769726ba0abc918dcce30a9e654b28cfde57a2a250b201dc58a7413d51975b49e8b2a325a2afd8edac0f3534bda17ac1ad13bef726ea6b671b914cc558d
-Size (sqlmap-1.2.11.tar.gz) = 7421113 bytes
+SHA1 (sqlmap-1.3.4.tar.gz) = a97f7339b771645e8b5425d9835553350c989853
+RMD160 (sqlmap-1.3.4.tar.gz) = 0019a7891ac54abe90a8145b904992a8dbd0e267
+SHA512 (sqlmap-1.3.4.tar.gz) = 61c32b6f297124dfa70b48df0eb026c43c10c5d69cafe4b1c2cd2f6e0054811f265de07cd320e303ff51b6315b5f162108e26209f53ab9602421b8da557d98e3
+Size (sqlmap-1.3.4.tar.gz) = 7422293 bytes
Home |
Main Index |
Thread Index |
Old Index