IABSD.fr/ports/security/sqlmap

Branch :


Log

Author Commit Date CI Message
3cbe1c2f 2021-02-23 19:39:08 Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not.
e9d53481 2021-01-14 10:49:01 Update for SQLMap to 1.5: https://github.com/sqlmapproject/sqlmap/compare/1.5...master OK benoit@
5c14a982 2020-10-19 12:31:24 Update for SQLMap to 1.4.10 OK benoit@
c432f0cb 2020-09-04 10:00:25 Update for SQLMap to 1.4.9 Tested by Ricardo (thanks!) OK benoit@
54116c7b 2020-07-27 08:12:08 Update SQLmap to 1.4.7 OK benoit@
d9cfe411 2020-07-03 21:12:24 bump REVISION; python 3 default changed to 3.8
e167f05a 2020-05-14 14:22:39 Update for SQLMap to 1.4.5 Ok benoit@
8d07ca65 2020-03-10 09:58:52 Minor update for SQLMap to 1.4.3: https://github.com/sqlmapproject/sqlmap/releases OK benoit@
b2c0dc0a 2020-02-18 12:41:03 Update for SQLMap to 1.4.2 OK benoit@
649e304f 2020-01-14 13:57:21 Update for SQLMap to 1.4 diff from som at nom dot dynu dot net Thanks