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:           Wed Sep  5 19:34:04 UTC 2018

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

Log Message:
sqlmap: Update security/sqlmap to 1.2.9

Changes:
Unfortunately no changelog is provided upstream. According skimming of commit
messages mostly bug fixes since 1.2.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.4 -r1.5 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.7 pkgsrc/security/sqlmap/Makefile:1.8
--- pkgsrc/security/sqlmap/Makefile:1.7 Wed Aug 22 09:46:29 2018
+++ pkgsrc/security/sqlmap/Makefile     Wed Sep  5 19:34:03 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/08/22 09:46:29 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/09/05 19:34:03 leot Exp $
 
-DISTNAME=      sqlmap-1.2
-PKGREVISION=   1
+DISTNAME=      sqlmap-1.2.9
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sqlmap/}
 
@@ -15,9 +14,9 @@ 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/pep8.sh
 REPLACE_BASH+= sqlmap/extra/shutils/postcommit-hook.sh
 REPLACE_BASH+= sqlmap/extra/shutils/precommit-hook.sh
+REPLACE_BASH+= sqlmap/extra/shutils/pycodestyle.sh
 REPLACE_BASH+= sqlmap/extra/shutils/pydiatra.sh
 REPLACE_BASH+= sqlmap/extra/shutils/pyflakes.sh
 REPLACE_BASH+= sqlmap/extra/shutils/pypi.sh

Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.4 pkgsrc/security/sqlmap/PLIST:1.5
--- pkgsrc/security/sqlmap/PLIST:1.4    Sun Jan 21 21:46:34 2018
+++ pkgsrc/security/sqlmap/PLIST        Wed Sep  5 19:34:03 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/01/21 21:46:34 leot Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/09/05 19:34:03 leot Exp $
 bin/sqlmap
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -27,6 +27,7 @@ ${PYSITELIB}/sqlmap/doc/translations/REA
 ${PYSITELIB}/sqlmap/doc/translations/README-ja-JP.md
 ${PYSITELIB}/sqlmap/doc/translations/README-pl-PL.md
 ${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-zh-CN.md
 ${PYSITELIB}/sqlmap/extra/__init__.py
@@ -90,9 +91,12 @@ ${PYSITELIB}/sqlmap/extra/shutils/blanks
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.py
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyc
 ${PYSITELIB}/sqlmap/extra/shutils/duplicates.pyo
-${PYSITELIB}/sqlmap/extra/shutils/pep8.sh
+${PYSITELIB}/sqlmap/extra/shutils/newlines.py
+${PYSITELIB}/sqlmap/extra/shutils/newlines.pyc
+${PYSITELIB}/sqlmap/extra/shutils/newlines.pyo
 ${PYSITELIB}/sqlmap/extra/shutils/postcommit-hook.sh
 ${PYSITELIB}/sqlmap/extra/shutils/precommit-hook.sh
+${PYSITELIB}/sqlmap/extra/shutils/pycodestyle.sh
 ${PYSITELIB}/sqlmap/extra/shutils/pydiatra.sh
 ${PYSITELIB}/sqlmap/extra/shutils/pyflakes.sh
 ${PYSITELIB}/sqlmap/extra/shutils/pylint.py
@@ -109,6 +113,12 @@ ${PYSITELIB}/sqlmap/extra/sqlharvest/__i
 ${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/lib/__init__.py
 ${PYSITELIB}/sqlmap/lib/__init__.pyc
 ${PYSITELIB}/sqlmap/lib/__init__.pyo
@@ -175,6 +185,9 @@ ${PYSITELIB}/sqlmap/lib/core/option.pyo
 ${PYSITELIB}/sqlmap/lib/core/optiondict.py
 ${PYSITELIB}/sqlmap/lib/core/optiondict.pyc
 ${PYSITELIB}/sqlmap/lib/core/optiondict.pyo
+${PYSITELIB}/sqlmap/lib/core/patch.py
+${PYSITELIB}/sqlmap/lib/core/patch.pyc
+${PYSITELIB}/sqlmap/lib/core/patch.pyo
 ${PYSITELIB}/sqlmap/lib/core/profiling.py
 ${PYSITELIB}/sqlmap/lib/core/profiling.pyc
 ${PYSITELIB}/sqlmap/lib/core/profiling.pyo
@@ -723,6 +736,9 @@ ${PYSITELIB}/sqlmap/sqlmap.pyo
 ${PYSITELIB}/sqlmap/sqlmapapi.py
 ${PYSITELIB}/sqlmap/sqlmapapi.pyc
 ${PYSITELIB}/sqlmap/sqlmapapi.pyo
+${PYSITELIB}/sqlmap/tamper/0x2char.py
+${PYSITELIB}/sqlmap/tamper/0x2char.pyc
+${PYSITELIB}/sqlmap/tamper/0x2char.pyo
 ${PYSITELIB}/sqlmap/tamper/__init__.py
 ${PYSITELIB}/sqlmap/tamper/__init__.pyc
 ${PYSITELIB}/sqlmap/tamper/__init__.pyo
@@ -813,6 +829,9 @@ ${PYSITELIB}/sqlmap/tamper/nonrecursiver
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.py
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.pyc
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.pyo
+${PYSITELIB}/sqlmap/tamper/overlongutf8more.py
+${PYSITELIB}/sqlmap/tamper/overlongutf8more.pyc
+${PYSITELIB}/sqlmap/tamper/overlongutf8more.pyo
 ${PYSITELIB}/sqlmap/tamper/percentage.py
 ${PYSITELIB}/sqlmap/tamper/percentage.pyc
 ${PYSITELIB}/sqlmap/tamper/percentage.pyo
@@ -1205,6 +1224,9 @@ ${PYSITELIB}/sqlmap/waf/blockdos.pyo
 ${PYSITELIB}/sqlmap/waf/ciscoacexml.py
 ${PYSITELIB}/sqlmap/waf/ciscoacexml.pyc
 ${PYSITELIB}/sqlmap/waf/ciscoacexml.pyo
+${PYSITELIB}/sqlmap/waf/cloudbric.py
+${PYSITELIB}/sqlmap/waf/cloudbric.pyc
+${PYSITELIB}/sqlmap/waf/cloudbric.pyo
 ${PYSITELIB}/sqlmap/waf/cloudflare.py
 ${PYSITELIB}/sqlmap/waf/cloudflare.pyc
 ${PYSITELIB}/sqlmap/waf/cloudflare.pyo
@@ -1220,6 +1242,9 @@ ${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
@@ -1286,6 +1311,9 @@ ${PYSITELIB}/sqlmap/waf/proventia.pyo
 ${PYSITELIB}/sqlmap/waf/radware.py
 ${PYSITELIB}/sqlmap/waf/radware.pyc
 ${PYSITELIB}/sqlmap/waf/radware.pyo
+${PYSITELIB}/sqlmap/waf/reblaze.py
+${PYSITELIB}/sqlmap/waf/reblaze.pyc
+${PYSITELIB}/sqlmap/waf/reblaze.pyo
 ${PYSITELIB}/sqlmap/waf/requestvalidationmode.py
 ${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyc
 ${PYSITELIB}/sqlmap/waf/requestvalidationmode.pyo
Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.4 pkgsrc/security/sqlmap/distinfo:1.5
--- pkgsrc/security/sqlmap/distinfo:1.4 Sun Jan 21 21:46:34 2018
+++ pkgsrc/security/sqlmap/distinfo     Wed Sep  5 19:34:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2018/01/21 21:46:34 leot Exp $
+$NetBSD: distinfo,v 1.5 2018/09/05 19:34:03 leot Exp $
 
-SHA1 (sqlmap-1.2.tar.gz) = e2e56a9dc9fdc8249a6aa6ad6f995cd816d1ec0c
-RMD160 (sqlmap-1.2.tar.gz) = b3e05c5e6abe924cd75daaf88422a3b657fd4a6d
-SHA512 (sqlmap-1.2.tar.gz) = 0af9a8d8843f7b7bf7e1158fd23a5ba6d36008655e4ab3934d9fc059212dd22edd310ac549c5712f34cf009b60a49ebcd1d0db2bd427d4ad9170a8ccbb012ce0
-Size (sqlmap-1.2.tar.gz) = 7402915 bytes
+SHA1 (sqlmap-1.2.9.tar.gz) = 6932af976bb8296a8b0bfb6dee9b48ef60ab6f8d
+RMD160 (sqlmap-1.2.9.tar.gz) = 0f19841d4f4931dbc1f96ab81183b0876aa5354c
+SHA512 (sqlmap-1.2.9.tar.gz) = 4ff9e0ae692412936151d539c40c1811b606b6909f0f132701d94dd1e30746034ed0a30d59001c42b0e210649118b1d60fec038ac1548da76402a0abf53ca0b1
+Size (sqlmap-1.2.9.tar.gz) = 7415515 bytes



Home | Main Index | Thread Index | Old Index