Skip to content

Commit

Permalink
security/sqlmap: update to 1.8
Browse files Browse the repository at this point in the history
 - update to 1.8, this fixes runtime and adds support of latest Python version
 - convert to pep517

PR:		278345
Reported by:	runtomaker@gmail.com
  • Loading branch information
mexicarne committed May 19, 2024
1 parent 54c0e5b commit d3152e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions security/sqlmap/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= sqlmap
PORTVERSION= 1.3.12
PORTVERSION= 1.8
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -11,10 +11,12 @@ WWW= https://sqlmap.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/sqlmap/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}

USES= python shebangfix
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist pep517

SHEBANG_FILES= *.py sqlmap/extra/shutils/*.sh sqlmap/extra/shutils/*.py
NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions security/sqlmap/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1575908570
SHA256 (sqlmap-1.3.12.tar.gz) = 3bad3275e2f29ffa54d4013a2ac2c77e87d01a1d745065d54ed5e60bc68dfbf0
SIZE (sqlmap-1.3.12.tar.gz) = 6693553
TIMESTAMP = 1716077230
SHA256 (sqlmap-1.8.tar.gz) = 8dbb204ee36e57c123ff50f042345174dfd262f3ed0a044ed8d7251379472ba1
SIZE (sqlmap-1.8.tar.gz) = 7208171

0 comments on commit d3152e4

Please sign in to comment.