UPDATE: security/sqlmap 1.8.2 -> 1.8.7
This commit is contained in:
parent
5463f7822d
commit
d848a02b4e
3 changed files with 483 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue