From: gonzalo Subject: UPDATE: SQLMap-1.8.11 To: ports@openbsd.org Date: Tue, 26 Nov 2024 18:36:31 +0100 Hello, Update for SQLMap to 1.8.11: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.11 OK? comments? Cheers.- Index: Makefile =================================================================== RCS file: /cvs/ports/security/sqlmap/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile --- Makefile 3 Aug 2024 09:59:59 -0000 1.50 +++ Makefile 26 Nov 2024 17:34:48 -0000 @@ -2,7 +2,7 @@ COMMENT = penetration testing tool to d GH_ACCOUNT = sqlmapproject GH_PROJECT = sqlmap -GH_TAGNAME = 1.8.7 +GH_TAGNAME = 1.8.11 CATEGORIES = security Index: distinfo =================================================================== RCS file: /cvs/ports/security/sqlmap/distinfo,v retrieving revision 1.38 diff -u -p -r1.38 distinfo --- distinfo 3 Aug 2024 09:59:59 -0000 1.38 +++ distinfo 26 Nov 2024 17:34:48 -0000 @@ -1,2 +1,2 @@ -SHA256 (sqlmap-1.8.7.tar.gz) = H5jsxVd1s1owLpKXfrujXimmo+PQY5gvrCgWuVQROus= -SIZE (sqlmap-1.8.7.tar.gz) = 7249305 +SHA256 (sqlmap-1.8.11.tar.gz) = 5S7jo8GJJ0UXb5NvwWp/dh1pBzmvpLewHGTpFEhJy9k= +SIZE (sqlmap-1.8.11.tar.gz) = 7251649 -- %gonzalo