On 12/02/2023 00:39, Gonzalo L. Rodriguez wrote:
Hi,
Update for SQLMap to 1.7.2:
https://github.com/sqlmapproject/sqlmap/releases/tag/1.7
OK? Comments?
ok benoit@
Cheers.-
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/sqlmap/Makefile,v
retrieving revision 1.43
diff -u -p -r1.43 Makefile
--- Makefile 2 Dec 2022 10:09:38 -0000 1.43
+++ Makefile 11 Feb 2023 23:37:54 -0000
@@ -2,7 +2,7 @@ COMMENT = penetration testing tool to d
GH_ACCOUNT = sqlmapproject
GH_PROJECT = sqlmap
-GH_TAGNAME = 1.6.11
+GH_TAGNAME = 1.7.2
CATEGORIES = security
Index: distinfo
===================================================================
RCS file: /cvs/ports/security/sqlmap/distinfo,v
retrieving revision 1.33
diff -u -p -r1.33 distinfo
--- distinfo 2 Dec 2022 10:09:38 -0000 1.33
+++ distinfo 11 Feb 2023 23:37:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlmap-1.6.11.tar.gz) = fBCpJZH0QGeK9+rwfEOaMxx5qG5EWI4yy85JCrcxuv4=
-SIZE (sqlmap-1.6.11.tar.gz) = 7206836
+SHA256 (sqlmap-1.7.2.tar.gz) = WNufsKeTMpJ2NM243m335imX7IW3fa7wznM2EqHXneE=
+SIZE (sqlmap-1.7.2.tar.gz) = 7208613
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/security/sqlmap/pkg/PLIST,v
retrieving revision 1.29
diff -u -p -r1.29 PLIST
--- pkg/PLIST 2 Dec 2022 10:09:38 -0000 1.29
+++ pkg/PLIST 11 Feb 2023 23:37:55 -0000
@@ -968,6 +968,7 @@ share/sqlmap/tamper/${MODPY_PYCACHE}half
share/sqlmap/tamper/${MODPY_PYCACHE}hex2char.${MODPY_PYC_MAGIC_TAG}pyc
share/sqlmap/tamper/${MODPY_PYCACHE}hexentities.${MODPY_PYC_MAGIC_TAG}pyc
share/sqlmap/tamper/${MODPY_PYCACHE}htmlencode.${MODPY_PYC_MAGIC_TAG}pyc
+share/sqlmap/tamper/${MODPY_PYCACHE}if2case.${MODPY_PYC_MAGIC_TAG}pyc
share/sqlmap/tamper/${MODPY_PYCACHE}ifnull2casewhenisnull.${MODPY_PYC_MAGIC_TAG}pyc
share/sqlmap/tamper/${MODPY_PYCACHE}ifnull2ifisnull.${MODPY_PYC_MAGIC_TAG}pyc
share/sqlmap/tamper/${MODPY_PYCACHE}informationschemacomment.${MODPY_PYC_MAGIC_TAG}pyc
@@ -1035,6 +1036,7 @@ share/sqlmap/tamper/halfversionedmorekey
share/sqlmap/tamper/hex2char.py
share/sqlmap/tamper/hexentities.py
share/sqlmap/tamper/htmlencode.py
+share/sqlmap/tamper/if2case.py
share/sqlmap/tamper/ifnull2casewhenisnull.py
share/sqlmap/tamper/ifnull2ifisnull.py
share/sqlmap/tamper/informationschemacomment.py