Tue May 9 11:39:07 2017 UTC ()
Changes 1.1.5:
Bug fixes.


(adam)
diff -r1.2 -r1.3 pkgsrc/security/sqlmap/Makefile
diff -r1.1 -r1.2 pkgsrc/security/sqlmap/PLIST
diff -r1.1 -r1.2 pkgsrc/security/sqlmap/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/sqlmap/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sqlmap/Makefile 2017/03/23 19:33:20 1.2
+++ pkgsrc/security/sqlmap/Makefile 2017/05/09 11:39:07 1.3
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.2 2017/03/23 19:33:20 leot Exp $ 1# $NetBSD: Makefile,v 1.3 2017/05/09 11:39:07 adam Exp $
2 2
3DISTNAME= sqlmap-1.1.3 3DISTNAME= sqlmap-1.1.5
4PKGREVISION= 1 
5CATEGORIES= security 4CATEGORIES= security
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/} 5MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://sqlmap.org/ 8HOMEPAGE= http://sqlmap.org/
10COMMENT= Automatic SQL injection and database takeover tool 9COMMENT= Automatic SQL injection and database takeover tool
11LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
12 11
13USE_TOOLS+= bash:run perl:run 12USE_TOOLS+= bash:run perl:run
14 13
15DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 14DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
16 15
17REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh 16REPLACE_BASH+= sqlmap/extra/shutils/blanks.sh

cvs diff -r1.1 -r1.2 pkgsrc/security/sqlmap/PLIST (expand / switch to unified diff)

--- pkgsrc/security/sqlmap/PLIST 2017/03/13 11:25:53 1.1
+++ pkgsrc/security/sqlmap/PLIST 2017/05/09 11:39:07 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2017/03/13 11:25:53 leot Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/05/09 11:39:07 adam Exp $
2bin/sqlmap 2bin/sqlmap
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
8${PYSITELIB}/${EGG_INFODIR}/top_level.txt 8${PYSITELIB}/${EGG_INFODIR}/top_level.txt
9${PYSITELIB}/sqlmap/ISSUE_TEMPLATE.md 9${PYSITELIB}/sqlmap/ISSUE_TEMPLATE.md
10${PYSITELIB}/sqlmap/README.md 10${PYSITELIB}/sqlmap/README.md
11${PYSITELIB}/sqlmap/__init__.py 11${PYSITELIB}/sqlmap/__init__.py
12${PYSITELIB}/sqlmap/__init__.pyc 12${PYSITELIB}/sqlmap/__init__.pyc
13${PYSITELIB}/sqlmap/__init__.pyo 13${PYSITELIB}/sqlmap/__init__.pyo
14${PYSITELIB}/sqlmap/doc/AUTHORS 14${PYSITELIB}/sqlmap/doc/AUTHORS
@@ -58,50 +58,52 @@ ${PYSITELIB}/sqlmap/extra/icmpsh/__init_ @@ -58,50 +58,52 @@ ${PYSITELIB}/sqlmap/extra/icmpsh/__init_
58${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyc 58${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyc
59${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyo 59${PYSITELIB}/sqlmap/extra/icmpsh/__init__.pyo
60${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.c 60${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.c
61${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.pl 61${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-m.pl
62${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-s.c 62${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh-s.c
63${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh.exe_ 63${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh.exe_
64${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.py 64${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.py
65${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyc 65${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyc
66${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyo 66${PYSITELIB}/sqlmap/extra/icmpsh/icmpsh_m.pyo
67${PYSITELIB}/sqlmap/extra/mssqlsig/update.py 67${PYSITELIB}/sqlmap/extra/mssqlsig/update.py
68${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyc 68${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyc
69${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyo 69${PYSITELIB}/sqlmap/extra/mssqlsig/update.pyo
70${PYSITELIB}/sqlmap/extra/runcmd/README.txt 70${PYSITELIB}/sqlmap/extra/runcmd/README.txt
71${PYSITELIB}/sqlmap/extra/runcmd/windows/README.txt 71${PYSITELIB}/sqlmap/extra/runcmd/runcmd.exe_
72${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd.sln 72${PYSITELIB}/sqlmap/extra/runcmd/src/README.txt
73${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/runcmd.cpp 73${PYSITELIB}/sqlmap/extra/runcmd/src/runcmd.sln
74${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/runcmd.vcproj 74${PYSITELIB}/sqlmap/extra/runcmd/src/runcmd/runcmd.cpp
75${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/stdafx.cpp 75${PYSITELIB}/sqlmap/extra/runcmd/src/runcmd/runcmd.vcproj
76${PYSITELIB}/sqlmap/extra/runcmd/windows/runcmd/stdafx.h 76${PYSITELIB}/sqlmap/extra/runcmd/src/runcmd/stdafx.cpp
 77${PYSITELIB}/sqlmap/extra/runcmd/src/runcmd/stdafx.h
77${PYSITELIB}/sqlmap/extra/safe2bin/README.txt 78${PYSITELIB}/sqlmap/extra/safe2bin/README.txt
78${PYSITELIB}/sqlmap/extra/safe2bin/__init__.py 79${PYSITELIB}/sqlmap/extra/safe2bin/__init__.py
79${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyc 80${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyc
80${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyo 81${PYSITELIB}/sqlmap/extra/safe2bin/__init__.pyo
81${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.py 82${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.py
82${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyc 83${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyc
83${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyo 84${PYSITELIB}/sqlmap/extra/safe2bin/safe2bin.pyo
84${PYSITELIB}/sqlmap/extra/shellcodeexec/README.txt 85${PYSITELIB}/sqlmap/extra/shellcodeexec/README.txt
85${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x32_ 86${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x32_
86${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x64_ 87${PYSITELIB}/sqlmap/extra/shellcodeexec/linux/shellcodeexec.x64_
87${PYSITELIB}/sqlmap/extra/shellcodeexec/windows/shellcodeexec.x32.exe_ 88${PYSITELIB}/sqlmap/extra/shellcodeexec/windows/shellcodeexec.x32.exe_
88${PYSITELIB}/sqlmap/extra/shutils/blanks.sh 89${PYSITELIB}/sqlmap/extra/shutils/blanks.sh
89${PYSITELIB}/sqlmap/extra/shutils/duplicates.py 90${PYSITELIB}/sqlmap/extra/shutils/duplicates.py
90${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyc 91${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyc
91${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyo 92${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyo
92${PYSITELIB}/sqlmap/extra/shutils/pep8.sh 93${PYSITELIB}/sqlmap/extra/shutils/pep8.sh
93${PYSITELIB}/sqlmap/extra/shutils/postcommit-hook.sh 94${PYSITELIB}/sqlmap/extra/shutils/postcommit-hook.sh
94${PYSITELIB}/sqlmap/extra/shutils/precommit-hook.sh 95${PYSITELIB}/sqlmap/extra/shutils/precommit-hook.sh
 96${PYSITELIB}/sqlmap/extra/shutils/pydiatra.sh
95${PYSITELIB}/sqlmap/extra/shutils/pyflakes.sh 97${PYSITELIB}/sqlmap/extra/shutils/pyflakes.sh
96${PYSITELIB}/sqlmap/extra/shutils/pylint.py 98${PYSITELIB}/sqlmap/extra/shutils/pylint.py
97${PYSITELIB}/sqlmap/extra/shutils/pylint.pyc 99${PYSITELIB}/sqlmap/extra/shutils/pylint.pyc
98${PYSITELIB}/sqlmap/extra/shutils/pylint.pyo 100${PYSITELIB}/sqlmap/extra/shutils/pylint.pyo
99${PYSITELIB}/sqlmap/extra/shutils/pypi.sh 101${PYSITELIB}/sqlmap/extra/shutils/pypi.sh
100${PYSITELIB}/sqlmap/extra/shutils/regressiontest.py 102${PYSITELIB}/sqlmap/extra/shutils/regressiontest.py
101${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyc 103${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyc
102${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyo 104${PYSITELIB}/sqlmap/extra/shutils/regressiontest.pyo
103${PYSITELIB}/sqlmap/extra/shutils/strip.sh 105${PYSITELIB}/sqlmap/extra/shutils/strip.sh
104${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.py 106${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.py
105${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyc 107${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyc
106${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyo 108${PYSITELIB}/sqlmap/extra/sqlharvest/__init__.pyo
107${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.py 109${PYSITELIB}/sqlmap/extra/sqlharvest/sqlharvest.py
@@ -307,32 +309,26 @@ ${PYSITELIB}/sqlmap/lib/takeover/web.pyc @@ -307,32 +309,26 @@ ${PYSITELIB}/sqlmap/lib/takeover/web.pyc
307${PYSITELIB}/sqlmap/lib/takeover/web.pyo 309${PYSITELIB}/sqlmap/lib/takeover/web.pyo
308${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.py 310${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.py
309${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyc 311${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyc
310${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyo 312${PYSITELIB}/sqlmap/lib/takeover/xp_cmdshell.pyo
311${PYSITELIB}/sqlmap/lib/techniques/__init__.py 313${PYSITELIB}/sqlmap/lib/techniques/__init__.py
312${PYSITELIB}/sqlmap/lib/techniques/__init__.pyc 314${PYSITELIB}/sqlmap/lib/techniques/__init__.pyc
313${PYSITELIB}/sqlmap/lib/techniques/__init__.pyo 315${PYSITELIB}/sqlmap/lib/techniques/__init__.pyo
314${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.py 316${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.py
315${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyc 317${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyc
316${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyo 318${PYSITELIB}/sqlmap/lib/techniques/blind/__init__.pyo
317${PYSITELIB}/sqlmap/lib/techniques/blind/inference.py 319${PYSITELIB}/sqlmap/lib/techniques/blind/inference.py
318${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyc 320${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyc
319${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyo 321${PYSITELIB}/sqlmap/lib/techniques/blind/inference.pyo
320${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.py 
321${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.pyc 
322${PYSITELIB}/sqlmap/lib/techniques/brute/__init__.pyo 
323${PYSITELIB}/sqlmap/lib/techniques/brute/use.py 
324${PYSITELIB}/sqlmap/lib/techniques/brute/use.pyc 
325${PYSITELIB}/sqlmap/lib/techniques/brute/use.pyo 
326${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.py 322${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.py
327${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyc 323${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyc
328${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyo 324${PYSITELIB}/sqlmap/lib/techniques/dns/__init__.pyo
329${PYSITELIB}/sqlmap/lib/techniques/dns/test.py 325${PYSITELIB}/sqlmap/lib/techniques/dns/test.py
330${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyc 326${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyc
331${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyo 327${PYSITELIB}/sqlmap/lib/techniques/dns/test.pyo
332${PYSITELIB}/sqlmap/lib/techniques/dns/use.py 328${PYSITELIB}/sqlmap/lib/techniques/dns/use.py
333${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyc 329${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyc
334${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyo 330${PYSITELIB}/sqlmap/lib/techniques/dns/use.pyo
335${PYSITELIB}/sqlmap/lib/techniques/error/__init__.py 331${PYSITELIB}/sqlmap/lib/techniques/error/__init__.py
336${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyc 332${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyc
337${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyo 333${PYSITELIB}/sqlmap/lib/techniques/error/__init__.pyo
338${PYSITELIB}/sqlmap/lib/techniques/error/use.py 334${PYSITELIB}/sqlmap/lib/techniques/error/use.py
@@ -343,26 +339,29 @@ ${PYSITELIB}/sqlmap/lib/techniques/union @@ -343,26 +339,29 @@ ${PYSITELIB}/sqlmap/lib/techniques/union
343${PYSITELIB}/sqlmap/lib/techniques/union/__init__.pyo 339${PYSITELIB}/sqlmap/lib/techniques/union/__init__.pyo
344${PYSITELIB}/sqlmap/lib/techniques/union/test.py 340${PYSITELIB}/sqlmap/lib/techniques/union/test.py
345${PYSITELIB}/sqlmap/lib/techniques/union/test.pyc 341${PYSITELIB}/sqlmap/lib/techniques/union/test.pyc
346${PYSITELIB}/sqlmap/lib/techniques/union/test.pyo 342${PYSITELIB}/sqlmap/lib/techniques/union/test.pyo
347${PYSITELIB}/sqlmap/lib/techniques/union/use.py 343${PYSITELIB}/sqlmap/lib/techniques/union/use.py
348${PYSITELIB}/sqlmap/lib/techniques/union/use.pyc 344${PYSITELIB}/sqlmap/lib/techniques/union/use.pyc
349${PYSITELIB}/sqlmap/lib/techniques/union/use.pyo 345${PYSITELIB}/sqlmap/lib/techniques/union/use.pyo
350${PYSITELIB}/sqlmap/lib/utils/__init__.py 346${PYSITELIB}/sqlmap/lib/utils/__init__.py
351${PYSITELIB}/sqlmap/lib/utils/__init__.pyc 347${PYSITELIB}/sqlmap/lib/utils/__init__.pyc
352${PYSITELIB}/sqlmap/lib/utils/__init__.pyo 348${PYSITELIB}/sqlmap/lib/utils/__init__.pyo
353${PYSITELIB}/sqlmap/lib/utils/api.py 349${PYSITELIB}/sqlmap/lib/utils/api.py
354${PYSITELIB}/sqlmap/lib/utils/api.pyc 350${PYSITELIB}/sqlmap/lib/utils/api.pyc
355${PYSITELIB}/sqlmap/lib/utils/api.pyo 351${PYSITELIB}/sqlmap/lib/utils/api.pyo
 352${PYSITELIB}/sqlmap/lib/utils/brute.py
 353${PYSITELIB}/sqlmap/lib/utils/brute.pyc
 354${PYSITELIB}/sqlmap/lib/utils/brute.pyo
356${PYSITELIB}/sqlmap/lib/utils/crawler.py 355${PYSITELIB}/sqlmap/lib/utils/crawler.py
357${PYSITELIB}/sqlmap/lib/utils/crawler.pyc 356${PYSITELIB}/sqlmap/lib/utils/crawler.pyc
358${PYSITELIB}/sqlmap/lib/utils/crawler.pyo 357${PYSITELIB}/sqlmap/lib/utils/crawler.pyo
359${PYSITELIB}/sqlmap/lib/utils/deps.py 358${PYSITELIB}/sqlmap/lib/utils/deps.py
360${PYSITELIB}/sqlmap/lib/utils/deps.pyc 359${PYSITELIB}/sqlmap/lib/utils/deps.pyc
361${PYSITELIB}/sqlmap/lib/utils/deps.pyo 360${PYSITELIB}/sqlmap/lib/utils/deps.pyo
362${PYSITELIB}/sqlmap/lib/utils/getch.py 361${PYSITELIB}/sqlmap/lib/utils/getch.py
363${PYSITELIB}/sqlmap/lib/utils/getch.pyc 362${PYSITELIB}/sqlmap/lib/utils/getch.pyc
364${PYSITELIB}/sqlmap/lib/utils/getch.pyo 363${PYSITELIB}/sqlmap/lib/utils/getch.pyo
365${PYSITELIB}/sqlmap/lib/utils/hash.py 364${PYSITELIB}/sqlmap/lib/utils/hash.py
366${PYSITELIB}/sqlmap/lib/utils/hash.pyc 365${PYSITELIB}/sqlmap/lib/utils/hash.pyc
367${PYSITELIB}/sqlmap/lib/utils/hash.pyo 366${PYSITELIB}/sqlmap/lib/utils/hash.pyo
368${PYSITELIB}/sqlmap/lib/utils/hashdb.py 367${PYSITELIB}/sqlmap/lib/utils/hashdb.py
@@ -700,27 +699,26 @@ ${PYSITELIB}/sqlmap/procs/mssqlserver/cr @@ -700,27 +699,26 @@ ${PYSITELIB}/sqlmap/procs/mssqlserver/cr
700${PYSITELIB}/sqlmap/procs/mssqlserver/disable_xp_cmdshell_2000.sql 699${PYSITELIB}/sqlmap/procs/mssqlserver/disable_xp_cmdshell_2000.sql
701${PYSITELIB}/sqlmap/procs/mssqlserver/dns_request.sql 700${PYSITELIB}/sqlmap/procs/mssqlserver/dns_request.sql
702${PYSITELIB}/sqlmap/procs/mssqlserver/enable_xp_cmdshell_2000.sql 701${PYSITELIB}/sqlmap/procs/mssqlserver/enable_xp_cmdshell_2000.sql
703${PYSITELIB}/sqlmap/procs/mssqlserver/run_statement_as_user.sql 702${PYSITELIB}/sqlmap/procs/mssqlserver/run_statement_as_user.sql
704${PYSITELIB}/sqlmap/procs/mysql/dns_request.sql 703${PYSITELIB}/sqlmap/procs/mysql/dns_request.sql
705${PYSITELIB}/sqlmap/procs/mysql/write_file_limit.sql 704${PYSITELIB}/sqlmap/procs/mysql/write_file_limit.sql
706${PYSITELIB}/sqlmap/procs/oracle/dns_request.sql 705${PYSITELIB}/sqlmap/procs/oracle/dns_request.sql
707${PYSITELIB}/sqlmap/procs/postgresql/dns_request.sql 706${PYSITELIB}/sqlmap/procs/postgresql/dns_request.sql
708${PYSITELIB}/sqlmap/shell/README.txt 707${PYSITELIB}/sqlmap/shell/README.txt
709${PYSITELIB}/sqlmap/shell/backdoor.asp_ 708${PYSITELIB}/sqlmap/shell/backdoor.asp_
710${PYSITELIB}/sqlmap/shell/backdoor.aspx_ 709${PYSITELIB}/sqlmap/shell/backdoor.aspx_
711${PYSITELIB}/sqlmap/shell/backdoor.jsp_ 710${PYSITELIB}/sqlmap/shell/backdoor.jsp_
712${PYSITELIB}/sqlmap/shell/backdoor.php_ 711${PYSITELIB}/sqlmap/shell/backdoor.php_
713${PYSITELIB}/sqlmap/shell/runcmd.exe_ 
714${PYSITELIB}/sqlmap/shell/stager.asp_ 712${PYSITELIB}/sqlmap/shell/stager.asp_
715${PYSITELIB}/sqlmap/shell/stager.aspx_ 713${PYSITELIB}/sqlmap/shell/stager.aspx_
716${PYSITELIB}/sqlmap/shell/stager.jsp_ 714${PYSITELIB}/sqlmap/shell/stager.jsp_
717${PYSITELIB}/sqlmap/shell/stager.php_ 715${PYSITELIB}/sqlmap/shell/stager.php_
718${PYSITELIB}/sqlmap/sqlmap.conf 716${PYSITELIB}/sqlmap/sqlmap.conf
719${PYSITELIB}/sqlmap/sqlmap.py 717${PYSITELIB}/sqlmap/sqlmap.py
720${PYSITELIB}/sqlmap/sqlmap.pyc 718${PYSITELIB}/sqlmap/sqlmap.pyc
721${PYSITELIB}/sqlmap/sqlmap.pyo 719${PYSITELIB}/sqlmap/sqlmap.pyo
722${PYSITELIB}/sqlmap/sqlmapapi.py 720${PYSITELIB}/sqlmap/sqlmapapi.py
723${PYSITELIB}/sqlmap/sqlmapapi.pyc 721${PYSITELIB}/sqlmap/sqlmapapi.pyc
724${PYSITELIB}/sqlmap/sqlmapapi.pyo 722${PYSITELIB}/sqlmap/sqlmapapi.pyo
725${PYSITELIB}/sqlmap/tamper/__init__.py 723${PYSITELIB}/sqlmap/tamper/__init__.py
726${PYSITELIB}/sqlmap/tamper/__init__.pyc 724${PYSITELIB}/sqlmap/tamper/__init__.pyc
@@ -748,26 +746,29 @@ ${PYSITELIB}/sqlmap/tamper/chardoubleenc @@ -748,26 +746,29 @@ ${PYSITELIB}/sqlmap/tamper/chardoubleenc
748${PYSITELIB}/sqlmap/tamper/chardoubleencode.pyo 746${PYSITELIB}/sqlmap/tamper/chardoubleencode.pyo
749${PYSITELIB}/sqlmap/tamper/charencode.py 747${PYSITELIB}/sqlmap/tamper/charencode.py
750${PYSITELIB}/sqlmap/tamper/charencode.pyc 748${PYSITELIB}/sqlmap/tamper/charencode.pyc
751${PYSITELIB}/sqlmap/tamper/charencode.pyo 749${PYSITELIB}/sqlmap/tamper/charencode.pyo
752${PYSITELIB}/sqlmap/tamper/charunicodeencode.py 750${PYSITELIB}/sqlmap/tamper/charunicodeencode.py
753${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyc 751${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyc
754${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyo 752${PYSITELIB}/sqlmap/tamper/charunicodeencode.pyo
755${PYSITELIB}/sqlmap/tamper/commalesslimit.py 753${PYSITELIB}/sqlmap/tamper/commalesslimit.py
756${PYSITELIB}/sqlmap/tamper/commalesslimit.pyc 754${PYSITELIB}/sqlmap/tamper/commalesslimit.pyc
757${PYSITELIB}/sqlmap/tamper/commalesslimit.pyo 755${PYSITELIB}/sqlmap/tamper/commalesslimit.pyo
758${PYSITELIB}/sqlmap/tamper/commalessmid.py 756${PYSITELIB}/sqlmap/tamper/commalessmid.py
759${PYSITELIB}/sqlmap/tamper/commalessmid.pyc 757${PYSITELIB}/sqlmap/tamper/commalessmid.pyc
760${PYSITELIB}/sqlmap/tamper/commalessmid.pyo 758${PYSITELIB}/sqlmap/tamper/commalessmid.pyo
 759${PYSITELIB}/sqlmap/tamper/commentbeforeparentheses.py
 760${PYSITELIB}/sqlmap/tamper/commentbeforeparentheses.pyc
 761${PYSITELIB}/sqlmap/tamper/commentbeforeparentheses.pyo
761${PYSITELIB}/sqlmap/tamper/concat2concatws.py 762${PYSITELIB}/sqlmap/tamper/concat2concatws.py
762${PYSITELIB}/sqlmap/tamper/concat2concatws.pyc 763${PYSITELIB}/sqlmap/tamper/concat2concatws.pyc
763${PYSITELIB}/sqlmap/tamper/concat2concatws.pyo 764${PYSITELIB}/sqlmap/tamper/concat2concatws.pyo
764${PYSITELIB}/sqlmap/tamper/equaltolike.py 765${PYSITELIB}/sqlmap/tamper/equaltolike.py
765${PYSITELIB}/sqlmap/tamper/equaltolike.pyc 766${PYSITELIB}/sqlmap/tamper/equaltolike.pyc
766${PYSITELIB}/sqlmap/tamper/equaltolike.pyo 767${PYSITELIB}/sqlmap/tamper/equaltolike.pyo
767${PYSITELIB}/sqlmap/tamper/escapequotes.py 768${PYSITELIB}/sqlmap/tamper/escapequotes.py
768${PYSITELIB}/sqlmap/tamper/escapequotes.pyc 769${PYSITELIB}/sqlmap/tamper/escapequotes.pyc
769${PYSITELIB}/sqlmap/tamper/escapequotes.pyo 770${PYSITELIB}/sqlmap/tamper/escapequotes.pyo
770${PYSITELIB}/sqlmap/tamper/greatest.py 771${PYSITELIB}/sqlmap/tamper/greatest.py
771${PYSITELIB}/sqlmap/tamper/greatest.pyc 772${PYSITELIB}/sqlmap/tamper/greatest.pyc
772${PYSITELIB}/sqlmap/tamper/greatest.pyo 773${PYSITELIB}/sqlmap/tamper/greatest.pyo
773${PYSITELIB}/sqlmap/tamper/halfversionedmorekeywords.py 774${PYSITELIB}/sqlmap/tamper/halfversionedmorekeywords.py

cvs diff -r1.1 -r1.2 pkgsrc/security/sqlmap/distinfo (expand / switch to unified diff)

--- pkgsrc/security/sqlmap/distinfo 2017/03/13 11:25:53 1.1
+++ pkgsrc/security/sqlmap/distinfo 2017/05/09 11:39:07 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/03/13 11:25:53 leot Exp $ 1$NetBSD: distinfo,v 1.2 2017/05/09 11:39:07 adam Exp $
2 2
3SHA1 (sqlmap-1.1.3.tar.gz) = 8af37e928f38e9d9c3bcd684095b793c8edb3e8b 3SHA1 (sqlmap-1.1.5.tar.gz) = 123987c86ca82ddc60466f5a013ce9d41fc575bc
4RMD160 (sqlmap-1.1.3.tar.gz) = cefaa51da9cab14161da0225d39500f2a212544e 4RMD160 (sqlmap-1.1.5.tar.gz) = 4b7732adcfd02a6e2ca081712827804315bba852
5SHA512 (sqlmap-1.1.3.tar.gz) = 0b728f0d185a9f3e7bf204ca9fb9b1eae7cac063b82fcf15abd50a52a38f5d786c5c54c4dbae13c16f7649e9980be1b97d4d95b414d4788f637bf05273812c40 5SHA512 (sqlmap-1.1.5.tar.gz) = ef03989bca4079e66e934dc4ddfff1584f3ab937c9ed84da4b9fd27f0e4f43043ed8538a3fb990930abc353648332ea40cdcd97d9ce316b4080b8ab164893014
6Size (sqlmap-1.1.3.tar.gz) = 6737041 bytes 6Size (sqlmap-1.1.5.tar.gz) = 7390053 bytes