pkgsrc-WIP-changes archive

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

sqlmap: Update wip/sqlmap to 1.1.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Mar 9 12:25:00 2017 +0100
Changeset:	fb295eff7c693bcc87e0f8761f774dd5b80d7d64

Modified Files:
	sqlmap/Makefile
	sqlmap/PLIST
	sqlmap/distinfo

Log Message:
sqlmap: Update wip/sqlmap to 1.1.3

Changes:
1.1.3
-----
- Adds option command to api client
- Fix proxyFile regex to properly match an address with a -
- Adding plus2fnconcat tamper script (Issue #2396)
- Adding option --web-root (Issue #2419)
- Misc bug fixes and improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fb295eff7c693bcc87e0f8761f774dd5b80d7d64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sqlmap/Makefile | 4 ++--
 sqlmap/PLIST    | 9 +++------
 sqlmap/distinfo | 8 ++++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs:
diff --git a/sqlmap/Makefile b/sqlmap/Makefile
index 4a88da936d..eadcd54a65 100644
--- a/sqlmap/Makefile
+++ b/sqlmap/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	sqlmap-1.1.2
+DISTNAME=	sqlmap-1.1.3
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/sqlmap/}
 
@@ -23,7 +23,7 @@ REPLACE_PERL+=	sqlmap/extra/icmpsh/icmpsh-m.pl
 
 USE_LANGUAGES=	# none
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # not yet ported as of 1.1.2
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 # not yet ported as of 1.1.3
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
diff --git a/sqlmap/PLIST b/sqlmap/PLIST
index 97e7c6a9a0..11e18214ae 100644
--- a/sqlmap/PLIST
+++ b/sqlmap/PLIST
@@ -806,6 +806,9 @@ ${PYSITELIB}/sqlmap/tamper/percentage.pyo
 ${PYSITELIB}/sqlmap/tamper/plus2concat.py
 ${PYSITELIB}/sqlmap/tamper/plus2concat.pyc
 ${PYSITELIB}/sqlmap/tamper/plus2concat.pyo
+${PYSITELIB}/sqlmap/tamper/plus2fnconcat.py
+${PYSITELIB}/sqlmap/tamper/plus2fnconcat.pyc
+${PYSITELIB}/sqlmap/tamper/plus2fnconcat.pyo
 ${PYSITELIB}/sqlmap/tamper/randomcase.py
 ${PYSITELIB}/sqlmap/tamper/randomcase.pyc
 ${PYSITELIB}/sqlmap/tamper/randomcase.pyo
@@ -1080,12 +1083,6 @@ ${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/pagerank/__init__.py
-${PYSITELIB}/sqlmap/thirdparty/pagerank/__init__.pyc
-${PYSITELIB}/sqlmap/thirdparty/pagerank/__init__.pyo
-${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.py
-${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.pyc
-${PYSITELIB}/sqlmap/thirdparty/pagerank/pagerank.pyo
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.py
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyc
 ${PYSITELIB}/sqlmap/thirdparty/prettyprint/__init__.pyo
diff --git a/sqlmap/distinfo b/sqlmap/distinfo
index b7a2bb900d..b750eb8315 100644
--- a/sqlmap/distinfo
+++ b/sqlmap/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (sqlmap-1.1.2.tar.gz) = 1c99fa1b8275fa7263f0af8f5ce7d77a64ca9b26
-RMD160 (sqlmap-1.1.2.tar.gz) = 4b3835ca08e775dfa2a95420f7fbdf5aa99ccdb1
-SHA512 (sqlmap-1.1.2.tar.gz) = bef4e1391bf1cf068828a1224fabe4a82843b94230848a9d2444a43ca23a054d13f974a595c2542554ade1902c1fa441741dd12be4da5e73eb7c05261d5c1ed5
-Size (sqlmap-1.1.2.tar.gz) = 6733035 bytes
+SHA1 (sqlmap-1.1.3.tar.gz) = 8af37e928f38e9d9c3bcd684095b793c8edb3e8b
+RMD160 (sqlmap-1.1.3.tar.gz) = cefaa51da9cab14161da0225d39500f2a212544e
+SHA512 (sqlmap-1.1.3.tar.gz) = 0b728f0d185a9f3e7bf204ca9fb9b1eae7cac063b82fcf15abd50a52a38f5d786c5c54c4dbae13c16f7649e9980be1b97d4d95b414d4788f637bf05273812c40
+Size (sqlmap-1.1.3.tar.gz) = 6737041 bytes


Home | Main Index | Thread Index | Old Index