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: Tue Jan 13 11:58:44 UTC 2026
Modified Files:
pkgsrc/security/sqlmap: Makefile PLIST distinfo
Log Message:
sqlmap: updated to 1.10
1.10
Stable version 1.10 (changeset)
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/sqlmap/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/sqlmap/PLIST
cvs rdiff -u -r1.26 -r1.27 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.41 pkgsrc/security/sqlmap/Makefile:1.42
--- pkgsrc/security/sqlmap/Makefile:1.41 Mon Dec 22 10:02:25 2025
+++ pkgsrc/security/sqlmap/Makefile Tue Jan 13 11:58:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/12/22 10:02:25 adam Exp $
+# $NetBSD: Makefile,v 1.42 2026/01/13 11:58:44 adam Exp $
-DISTNAME= sqlmap-1.9.12
+DISTNAME= sqlmap-1.10
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sqlmap/}
@@ -9,11 +9,10 @@ HOMEPAGE= https://sqlmap.org/
COMMENT= Automatic SQL injection and database takeover tool
LICENSE= gnu-gpl-v2
-USE_TOOLS+= bash:run perl:run
-
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
+USE_TOOLS+= bash:run perl:run
REPLACE_BASH+= sqlmap/extra/shutils/*.sh
REPLACE_PERL+= sqlmap/extra/icmpsh/icmpsh-m.pl
Index: pkgsrc/security/sqlmap/PLIST
diff -u pkgsrc/security/sqlmap/PLIST:1.18 pkgsrc/security/sqlmap/PLIST:1.19
--- pkgsrc/security/sqlmap/PLIST:1.18 Tue Oct 28 09:38:26 2025
+++ pkgsrc/security/sqlmap/PLIST Tue Jan 13 11:58:44 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2025/10/28 09:38:26 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2026/01/13 11:58:44 adam Exp $
bin/sqlmap
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -28,10 +28,12 @@ ${PYSITELIB}/sqlmap/data/procs/postgresq
${PYSITELIB}/sqlmap/data/shell/README.txt
${PYSITELIB}/sqlmap/data/shell/backdoors/backdoor.asp_
${PYSITELIB}/sqlmap/data/shell/backdoors/backdoor.aspx_
+${PYSITELIB}/sqlmap/data/shell/backdoors/backdoor.cfm_
${PYSITELIB}/sqlmap/data/shell/backdoors/backdoor.jsp_
${PYSITELIB}/sqlmap/data/shell/backdoors/backdoor.php_
${PYSITELIB}/sqlmap/data/shell/stagers/stager.asp_
${PYSITELIB}/sqlmap/data/shell/stagers/stager.aspx_
+${PYSITELIB}/sqlmap/data/shell/stagers/stager.cfm_
${PYSITELIB}/sqlmap/data/shell/stagers/stager.jsp_
${PYSITELIB}/sqlmap/data/shell/stagers/stager.php_
${PYSITELIB}/sqlmap/data/txt/common-columns.txt
@@ -258,9 +260,6 @@ ${PYSITELIB}/sqlmap/lib/core/enums.pyo
${PYSITELIB}/sqlmap/lib/core/exception.py
${PYSITELIB}/sqlmap/lib/core/exception.pyc
${PYSITELIB}/sqlmap/lib/core/exception.pyo
-${PYSITELIB}/sqlmap/lib/core/gui.py
-${PYSITELIB}/sqlmap/lib/core/gui.pyc
-${PYSITELIB}/sqlmap/lib/core/gui.pyo
${PYSITELIB}/sqlmap/lib/core/log.py
${PYSITELIB}/sqlmap/lib/core/log.pyc
${PYSITELIB}/sqlmap/lib/core/log.pyo
@@ -462,6 +461,9 @@ ${PYSITELIB}/sqlmap/lib/utils/deps.pyo
${PYSITELIB}/sqlmap/lib/utils/getch.py
${PYSITELIB}/sqlmap/lib/utils/getch.pyc
${PYSITELIB}/sqlmap/lib/utils/getch.pyo
+${PYSITELIB}/sqlmap/lib/utils/gui.py
+${PYSITELIB}/sqlmap/lib/utils/gui.pyc
+${PYSITELIB}/sqlmap/lib/utils/gui.pyo
${PYSITELIB}/sqlmap/lib/utils/har.py
${PYSITELIB}/sqlmap/lib/utils/har.pyc
${PYSITELIB}/sqlmap/lib/utils/har.pyo
@@ -498,6 +500,9 @@ ${PYSITELIB}/sqlmap/lib/utils/sqlalchemy
${PYSITELIB}/sqlmap/lib/utils/timeout.py
${PYSITELIB}/sqlmap/lib/utils/timeout.pyc
${PYSITELIB}/sqlmap/lib/utils/timeout.pyo
+${PYSITELIB}/sqlmap/lib/utils/tui.py
+${PYSITELIB}/sqlmap/lib/utils/tui.pyc
+${PYSITELIB}/sqlmap/lib/utils/tui.pyo
${PYSITELIB}/sqlmap/lib/utils/versioncheck.py
${PYSITELIB}/sqlmap/lib/utils/versioncheck.pyc
${PYSITELIB}/sqlmap/lib/utils/versioncheck.pyo
Index: pkgsrc/security/sqlmap/distinfo
diff -u pkgsrc/security/sqlmap/distinfo:1.26 pkgsrc/security/sqlmap/distinfo:1.27
--- pkgsrc/security/sqlmap/distinfo:1.26 Mon Dec 22 10:02:25 2025
+++ pkgsrc/security/sqlmap/distinfo Tue Jan 13 11:58:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2025/12/22 10:02:25 adam Exp $
+$NetBSD: distinfo,v 1.27 2026/01/13 11:58:44 adam Exp $
-BLAKE2s (sqlmap-1.9.12.tar.gz) = 7a850764de85bd94f787916f180d1bc180b645d84b4544d7c177e703dc593f61
-SHA512 (sqlmap-1.9.12.tar.gz) = 8a28906b7b8a7cd7a20871082a644987960115c54a0061c82c6fd99f4d5c96ed82f18dfd104d1a9e8b2f8bc216d9546ae5becbae0e7b783ad1b9ab03c2b7f552
-Size (sqlmap-1.9.12.tar.gz) = 7216017 bytes
+BLAKE2s (sqlmap-1.10.tar.gz) = a81220f0ceaad67523e59827bad038b2ded1f47fc1d7b0f4c9a52a6b4597523b
+SHA512 (sqlmap-1.10.tar.gz) = ecf8613a2b3b2645f464672a53b8a2d88fad0c123e950672ff436871fddd2d827d64e264444baa486160b205e44d37b9069bcac0665d0129f20423944d1b12a2
+Size (sqlmap-1.10.tar.gz) = 7224585 bytes
Home |
Main Index |
Thread Index |
Old Index