UPDATE: security/sqlmap 1.8.2 -> 1.8.7

This commit is contained in:
purplerain 2024-08-03 16:59:18 +00:00
parent 5463f7822d
commit d848a02b4e
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
3 changed files with 483 additions and 6 deletions

View file

@ -1,12 +1,13 @@
COMMENT = SQL injection and database takeover tool
COMMENT = penetration testing tool to detect/exploit SQL injection
GH_ACCOUNT = sqlmapproject
GH_PROJECT = sqlmap
GH_TAGNAME = 1.8.2
GH_TAGNAME = 1.8.7
REVISION = 1
CATEGORIES = security
HOMEPAGE = https://sqlmap.org/
HOMEPAGE = http://sqlmap.org/
# GPLv2
PERMIT_PACKAGE = Yes
@ -28,6 +29,6 @@ do-install:
rm ${INSTDIR}/{.{gitattributes,gitignore},README.md}
rm -rf ${INSTDIR}/doc
ln -s ${TRUEPREFIX}/share/sqlmap/sqlmap.py ${PREFIX}/bin/sqlmap
${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py ${INSTDIR}
${MODPY_COMPILEALL} ${INSTDIR}
.include <bsd.port.mk>

View file

@ -1,2 +1,2 @@
SHA256 (sqlmap-1.8.2.tar.gz) = bPLD+6KJiYy/zYi288yESmPvWjlSstwhMqNRcTMMHwo=
SIZE (sqlmap-1.8.2.tar.gz) = 7216681
SHA256 (sqlmap-1.8.7.tar.gz) = H5jsxVd1s1owLpKXfrujXimmo+PQY5gvrCgWuVQROus=
SIZE (sqlmap-1.8.7.tar.gz) = 7249305

File diff suppressed because it is too large Load diff