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: adam
Date: Mon Feb 2 10:39:23 UTC 2026
Modified Files:
pkgsrc/security/sqlmap: Makefile PLIST distinfo
Log Message:
sqlmap: updated to 1.10.2
1.10.2
Unknown changes
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/sqlmap/PLIST
cvs rdiff -u -r1.27 -r1.28 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.42 pkgsrc/security/sqlmap/Makefile:1.43
--- pkgsrc/security/sqlmap/Makefile:1.42 Tue Jan 13 11:58:44 2026
+++ pkgsrc/security/sqlmap/Makefile Mon Feb 2 10:39:23 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2026/01/13 11:58:44 adam Exp $
+# $NetBSD: Makefile,v 1.43 2026/02/02 10:39:23 adam Exp $
-DISTNAME= sqlmap-1.10
+DISTNAME= sqlmap-1.10.2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.19 pkgsrc/security/sqlmap/PLIST:1.20
--- pkgsrc/security/sqlmap/PLIST:1.19 Tue Jan 13 11:58:44 2026
+++ pkgsrc/security/sqlmap/PLIST Mon Feb 2 10:39:23 2026
@@ -1,16 +1,21 @@
-@comment $NetBSD: PLIST,v 1.19 2026/01/13 11:58:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2026/02/02 10:39:23 adam Exp $
bin/sqlmap
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/sqlmap/.gitattributes
+${PYSITELIB}/sqlmap/.github/CODE_OF_CONDUCT.md
+${PYSITELIB}/sqlmap/.github/CONTRIBUTING.md
+${PYSITELIB}/sqlmap/.github/ISSUE_TEMPLATE/bug_report.md
+${PYSITELIB}/sqlmap/.github/ISSUE_TEMPLATE/feature_request.md
+${PYSITELIB}/sqlmap/.gitignore
${PYSITELIB}/sqlmap/LICENSE
${PYSITELIB}/sqlmap/README.md
${PYSITELIB}/sqlmap/__init__.py
${PYSITELIB}/sqlmap/__init__.pyc
${PYSITELIB}/sqlmap/__init__.pyo
-${PYSITELIB}/sqlmap/data/html/index.html
${PYSITELIB}/sqlmap/data/procs/README.txt
${PYSITELIB}/sqlmap/data/procs/mssqlserver/activate_sp_oacreate.sql
${PYSITELIB}/sqlmap/data/procs/mssqlserver/configure_openrowset.sql
@@ -473,9 +478,6 @@ ${PYSITELIB}/sqlmap/lib/utils/hash.pyo
${PYSITELIB}/sqlmap/lib/utils/hashdb.py
${PYSITELIB}/sqlmap/lib/utils/hashdb.pyc
${PYSITELIB}/sqlmap/lib/utils/hashdb.pyo
-${PYSITELIB}/sqlmap/lib/utils/httpd.py
-${PYSITELIB}/sqlmap/lib/utils/httpd.pyc
-${PYSITELIB}/sqlmap/lib/utils/httpd.pyo
${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.py
${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.pyc
${PYSITELIB}/sqlmap/lib/utils/pivotdumptable.pyo
@@ -1019,6 +1021,27 @@ ${PYSITELIB}/sqlmap/plugins/dbms/raima/s
${PYSITELIB}/sqlmap/plugins/dbms/raima/takeover.py
${PYSITELIB}/sqlmap/plugins/dbms/raima/takeover.pyc
${PYSITELIB}/sqlmap/plugins/dbms/raima/takeover.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/__init__.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/__init__.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/__init__.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/connector.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/connector.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/connector.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/enumeration.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/enumeration.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/enumeration.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/filesystem.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/filesystem.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/filesystem.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/fingerprint.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/fingerprint.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/fingerprint.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/syntax.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/syntax.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/syntax.pyo
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/takeover.py
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/takeover.pyc
+${PYSITELIB}/sqlmap/plugins/dbms/snowflake/takeover.pyo
${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.py
${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.pyc
${PYSITELIB}/sqlmap/plugins/dbms/sqlite/__init__.pyo
@@ -1563,12 +1586,6 @@ ${PYSITELIB}/sqlmap/thirdparty/odict/__i
${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
-${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.py
-${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.pyc
-${PYSITELIB}/sqlmap/thirdparty/prettyprint/prettyprint.pyo
${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.py
${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.pyc
${PYSITELIB}/sqlmap/thirdparty/pydes/__init__.pyo
Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.27 pkgsrc/security/sqlmap/distinfo:1.28
--- pkgsrc/security/sqlmap/distinfo:1.27 Tue Jan 13 11:58:44 2026
+++ pkgsrc/security/sqlmap/distinfo Mon Feb 2 10:39:23 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2026/01/13 11:58:44 adam Exp $
+$NetBSD: distinfo,v 1.28 2026/02/02 10:39:23 adam Exp $
-BLAKE2s (sqlmap-1.10.tar.gz) = a81220f0ceaad67523e59827bad038b2ded1f47fc1d7b0f4c9a52a6b4597523b
-SHA512 (sqlmap-1.10.tar.gz) = ecf8613a2b3b2645f464672a53b8a2d88fad0c123e950672ff436871fddd2d827d64e264444baa486160b205e44d37b9069bcac0665d0129f20423944d1b12a2
-Size (sqlmap-1.10.tar.gz) = 7224585 bytes
+BLAKE2s (sqlmap-1.10.2.tar.gz) = 3ad023548408c6d7f816e113362724a87394f42d764728605c9760a019f01cf2
+SHA512 (sqlmap-1.10.2.tar.gz) = 8c7e8bcca5bbe788fbf2c88c6245b7dbf7e7359cf7dd7595083ced23b331cb1147203e4c5d65257f22fc819d4e6d8cda3094c8c40fe92c885531f9cea8083981
+Size (sqlmap-1.10.2.tar.gz) = 7226902 bytes
Home |
Main Index |
Thread Index |
Old Index