From: gonzalo Subject: UPDATE: SQLMap-1.8.7 To: ports@openbsd.org Date: Fri, 2 Aug 2024 13:32:32 +0200 Hi, Minor update for SQLMap to 1.8.7: https://github.com/sqlmapproject/sqlmap/releases/tag/1.8.7 OK? Comments? Index: Makefile =================================================================== RCS file: /cvs/ports/security/sqlmap/Makefile,v retrieving revision 1.49 diff -u -p -r1.49 Makefile --- Makefile 28 May 2024 16:48:40 -0000 1.49 +++ Makefile 2 Aug 2024 11:03:40 -0000 @@ -2,8 +2,7 @@ COMMENT = penetration testing tool to d GH_ACCOUNT = sqlmapproject GH_PROJECT = sqlmap -GH_TAGNAME = 1.8.3 -REVISION = 1 +GH_TAGNAME = 1.8.7 CATEGORIES = security Index: distinfo =================================================================== RCS file: /cvs/ports/security/sqlmap/distinfo,v retrieving revision 1.37 diff -u -p -r1.37 distinfo --- distinfo 9 Apr 2024 18:12:00 -0000 1.37 +++ distinfo 2 Aug 2024 11:03:40 -0000 @@ -1,2 +1,2 @@ -SHA256 (sqlmap-1.8.3.tar.gz) = tr9cAOy5b7vGc6yaVFOIYUBkDyjNy9YJHVWv1jxNphc= -SIZE (sqlmap-1.8.3.tar.gz) = 7216846 +SHA256 (sqlmap-1.8.7.tar.gz) = H5jsxVd1s1owLpKXfrujXimmo+PQY5gvrCgWuVQROus= +SIZE (sqlmap-1.8.7.tar.gz) = 7249305 Index: pkg/PLIST =================================================================== RCS file: /cvs/ports/security/sqlmap/pkg/PLIST,v retrieving revision 1.32 diff -u -p -r1.32 PLIST --- pkg/PLIST 28 May 2024 16:48:40 -0000 1.32 +++ pkg/PLIST 2 Aug 2024 11:03:41 -0000 @@ -56,6 +56,7 @@ share/sqlmap/data/txt/common-files.txt share/sqlmap/data/txt/common-outputs.txt share/sqlmap/data/txt/common-tables.txt share/sqlmap/data/txt/keywords.txt +share/sqlmap/data/txt/sha256sums.txt share/sqlmap/data/txt/smalldict.txt share/sqlmap/data/txt/user-agents.txt share/sqlmap/data/txt/wordlist.tx_ -- %gonzalo