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:   hubertf
Date:           Mon Sep 25 13:52:06 UTC 2023

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

Log Message:
Update sqlmap from 1.5.4 to 1.7.8

Summary of changes:
 - Add support for various new dbms, e.g. MonetDB, MemSQL, PrestoSQL, TiDB, Mckoi, CockroachDB, Vertica, Raima, YugabyteDB
 - Add support for various new attack methods , e.g. JSON aggregations on SQLite
 - Added new translations, e.g. Vietnamese
 - Many bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/sqlmap/PLIST
cvs rdiff -u -r1.20 -r1.21 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.34 pkgsrc/security/sqlmap/Makefile:1.35
--- pkgsrc/security/sqlmap/Makefile:1.34        Mon Aug 14 05:25:11 2023
+++ pkgsrc/security/sqlmap/Makefile     Mon Sep 25 13:52:05 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2023/08/14 05:25:11 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2023/09/25 13:52:05 hubertf Exp $
 
-DISTNAME=      sqlmap-1.5.4
-PKGREVISION=   6
+DISTNAME=      sqlmap-1.7.8
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sqlmap/}
 
@@ -37,6 +36,7 @@ USE_PKG_RESOURCES=    yes
 
 USE_LANGUAGES= # none
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.16 pkgsrc/security/sqlmap/PLIST:1.17
--- pkgsrc/security/sqlmap/PLIST:1.16   Thu Mar  4 10:18:50 2021
+++ pkgsrc/security/sqlmap/PLIST        Mon Sep 25 13:52:05 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2021/03/04 10:18:50 leot Exp $
+@comment $NetBSD: PLIST,v 1.17 2023/09/25 13:52:05 hubertf Exp $
 bin/sqlmap
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -7,7 +7,6 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/sqlmap/.pylintrc
-${PYSITELIB}/sqlmap/COMMITMENT
 ${PYSITELIB}/sqlmap/LICENSE
 ${PYSITELIB}/sqlmap/README.md
 ${PYSITELIB}/sqlmap/__init__.py
@@ -113,10 +112,14 @@ ${PYSITELIB}/sqlmap/doc/translations/REA
 ${PYSITELIB}/sqlmap/doc/translations/README-id-ID.md
 ${PYSITELIB}/sqlmap/doc/translations/README-it-IT.md
 ${PYSITELIB}/sqlmap/doc/translations/README-ja-JP.md
+${PYSITELIB}/sqlmap/doc/translations/README-ka-GE.md
 ${PYSITELIB}/sqlmap/doc/translations/README-ko-KR.md
+${PYSITELIB}/sqlmap/doc/translations/README-nl-NL.md
 ${PYSITELIB}/sqlmap/doc/translations/README-pl-PL.md
 ${PYSITELIB}/sqlmap/doc/translations/README-pt-BR.md
+${PYSITELIB}/sqlmap/doc/translations/README-rs-RS.md
 ${PYSITELIB}/sqlmap/doc/translations/README-ru-RUS.md
+${PYSITELIB}/sqlmap/doc/translations/README-sk-SK.md
 ${PYSITELIB}/sqlmap/doc/translations/README-tr-TR.md
 ${PYSITELIB}/sqlmap/doc/translations/README-uk-UA.md
 ${PYSITELIB}/sqlmap/doc/translations/README-vi-VN.md
@@ -569,6 +572,27 @@ ${PYSITELIB}/sqlmap/plugins/dbms/cache/s
 ${PYSITELIB}/sqlmap/plugins/dbms/cache/takeover.py
 ${PYSITELIB}/sqlmap/plugins/dbms/cache/takeover.pyc
 ${PYSITELIB}/sqlmap/plugins/dbms/cache/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/clickhouse/takeover.pyo
 ${PYSITELIB}/sqlmap/plugins/dbms/cratedb/__init__.py
 ${PYSITELIB}/sqlmap/plugins/dbms/cratedb/__init__.pyc
 ${PYSITELIB}/sqlmap/plugins/dbms/cratedb/__init__.pyo
@@ -1119,6 +1143,7 @@ ${PYSITELIB}/sqlmap/sqlmap.pyo
 ${PYSITELIB}/sqlmap/sqlmapapi.py
 ${PYSITELIB}/sqlmap/sqlmapapi.pyc
 ${PYSITELIB}/sqlmap/sqlmapapi.pyo
+${PYSITELIB}/sqlmap/sqlmapapi.yaml
 ${PYSITELIB}/sqlmap/tamper/0eunion.py
 ${PYSITELIB}/sqlmap/tamper/0eunion.pyc
 ${PYSITELIB}/sqlmap/tamper/0eunion.pyo
@@ -1170,6 +1195,9 @@ ${PYSITELIB}/sqlmap/tamper/commentbefore
 ${PYSITELIB}/sqlmap/tamper/concat2concatws.py
 ${PYSITELIB}/sqlmap/tamper/concat2concatws.pyc
 ${PYSITELIB}/sqlmap/tamper/concat2concatws.pyo
+${PYSITELIB}/sqlmap/tamper/decentities.py
+${PYSITELIB}/sqlmap/tamper/decentities.pyc
+${PYSITELIB}/sqlmap/tamper/decentities.pyo
 ${PYSITELIB}/sqlmap/tamper/dunion.py
 ${PYSITELIB}/sqlmap/tamper/dunion.pyc
 ${PYSITELIB}/sqlmap/tamper/dunion.pyo
@@ -1191,9 +1219,15 @@ ${PYSITELIB}/sqlmap/tamper/halfversioned
 ${PYSITELIB}/sqlmap/tamper/hex2char.py
 ${PYSITELIB}/sqlmap/tamper/hex2char.pyc
 ${PYSITELIB}/sqlmap/tamper/hex2char.pyo
+${PYSITELIB}/sqlmap/tamper/hexentities.py
+${PYSITELIB}/sqlmap/tamper/hexentities.pyc
+${PYSITELIB}/sqlmap/tamper/hexentities.pyo
 ${PYSITELIB}/sqlmap/tamper/htmlencode.py
 ${PYSITELIB}/sqlmap/tamper/htmlencode.pyc
 ${PYSITELIB}/sqlmap/tamper/htmlencode.pyo
+${PYSITELIB}/sqlmap/tamper/if2case.py
+${PYSITELIB}/sqlmap/tamper/if2case.pyc
+${PYSITELIB}/sqlmap/tamper/if2case.pyo
 ${PYSITELIB}/sqlmap/tamper/ifnull2casewhenisnull.py
 ${PYSITELIB}/sqlmap/tamper/ifnull2casewhenisnull.pyc
 ${PYSITELIB}/sqlmap/tamper/ifnull2casewhenisnull.pyo
@@ -1224,6 +1258,9 @@ ${PYSITELIB}/sqlmap/tamper/modsecurityze
 ${PYSITELIB}/sqlmap/tamper/multiplespaces.py
 ${PYSITELIB}/sqlmap/tamper/multiplespaces.pyc
 ${PYSITELIB}/sqlmap/tamper/multiplespaces.pyo
+${PYSITELIB}/sqlmap/tamper/ord2ascii.py
+${PYSITELIB}/sqlmap/tamper/ord2ascii.pyc
+${PYSITELIB}/sqlmap/tamper/ord2ascii.pyo
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.py
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.pyc
 ${PYSITELIB}/sqlmap/tamper/overlongutf8.pyo
@@ -1248,6 +1285,9 @@ ${PYSITELIB}/sqlmap/tamper/randomcomment
 ${PYSITELIB}/sqlmap/tamper/schemasplit.py
 ${PYSITELIB}/sqlmap/tamper/schemasplit.pyc
 ${PYSITELIB}/sqlmap/tamper/schemasplit.pyo
+${PYSITELIB}/sqlmap/tamper/scientific.py
+${PYSITELIB}/sqlmap/tamper/scientific.pyc
+${PYSITELIB}/sqlmap/tamper/scientific.pyo
 ${PYSITELIB}/sqlmap/tamper/sleep2getlock.py
 ${PYSITELIB}/sqlmap/tamper/sleep2getlock.pyc
 ${PYSITELIB}/sqlmap/tamper/sleep2getlock.pyo
@@ -1344,9 +1384,6 @@ ${PYSITELIB}/sqlmap/thirdparty/chardet/b
 ${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/big5prober.pyo
-${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.py
-${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.pyc
-${PYSITELIB}/sqlmap/thirdparty/chardet/chardetect.pyo
 ${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/chardistribution.pyo
@@ -1362,12 +1399,12 @@ ${PYSITELIB}/sqlmap/thirdparty/chardet/c
 ${PYSITELIB}/sqlmap/thirdparty/chardet/compat.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/compat.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/compat.pyo
-${PYSITELIB}/sqlmap/thirdparty/chardet/constants.py
-${PYSITELIB}/sqlmap/thirdparty/chardet/constants.pyc
-${PYSITELIB}/sqlmap/thirdparty/chardet/constants.pyo
 ${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/cp949prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/enums.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/enums.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/enums.pyo
 ${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/escprober.pyo
@@ -1422,6 +1459,9 @@ ${PYSITELIB}/sqlmap/thirdparty/chardet/l
 ${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/langthaimodel.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/langturkishmodel.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/langturkishmodel.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/langturkishmodel.pyo
 ${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/latin1prober.pyo
@@ -1449,6 +1489,9 @@ ${PYSITELIB}/sqlmap/thirdparty/chardet/u
 ${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.py
 ${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.pyc
 ${PYSITELIB}/sqlmap/thirdparty/chardet/utf8prober.pyo
+${PYSITELIB}/sqlmap/thirdparty/chardet/version.py
+${PYSITELIB}/sqlmap/thirdparty/chardet/version.pyc
+${PYSITELIB}/sqlmap/thirdparty/chardet/version.pyo
 ${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.py
 ${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.pyc
 ${PYSITELIB}/sqlmap/thirdparty/clientform/__init__.pyo

Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.20 pkgsrc/security/sqlmap/distinfo:1.21
--- pkgsrc/security/sqlmap/distinfo:1.20        Tue Oct 26 11:18:02 2021
+++ pkgsrc/security/sqlmap/distinfo     Mon Sep 25 13:52:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 11:18:02 nia Exp $
+$NetBSD: distinfo,v 1.21 2023/09/25 13:52:05 hubertf Exp $
 
-BLAKE2s (sqlmap-1.5.4.tar.gz) = 5a8a572b201260341996ac32322e01cffe59f392f7bbb80c5f84e71eb3d3a7f7
-SHA512 (sqlmap-1.5.4.tar.gz) = a947793df75e00a00db02ea5db8c9f6a6e77b4710a9dd4bb48c8bcac3964e3801ec2c0846d454dec0fc9e344faf9e651f02baeb1d23d7f7f753806f0f657db97
-Size (sqlmap-1.5.4.tar.gz) = 6756846 bytes
+BLAKE2s (sqlmap-1.7.8.tar.gz) = 8d147e8ec6c89ac975927c38254203a82fd8948816d88306231cf68958e1607d
+SHA512 (sqlmap-1.7.8.tar.gz) = 8440f135176e3b87a86a3acff12a94ed7fe545789072f4d7b7a52ab007756e097b2478d7d700f14b60d9dd884c41c52cd9d77fdb812d6d1d31391c5cf0aad530
+Size (sqlmap-1.7.8.tar.gz) = 7205738 bytes



Home | Main Index | Thread Index | Old Index