aboutsummaryrefslogtreecommitdiff
path: root/security/sqlmap
Commit message (Collapse)AuthorAgeFilesLines
* security/sqlmap: update to 1.2.3Ruslan Makhmatkhanov2018-03-152-4/+4
| | | | Notes: svn path=/head/; revision=464640
* security/sqlmap: update to 1.2.2Ruslan Makhmatkhanov2018-02-112-4/+4
| | | | Notes: svn path=/head/; revision=461524
* security/sqlmap: update to 1.2Ruslan Makhmatkhanov2018-01-222-6/+6
| | | | Notes: svn path=/head/; revision=459699
* security/sqlmap: update to 1.1.10Ruslan Makhmatkhanov2017-10-172-4/+4
| | | | Notes: svn path=/head/; revision=452310
* security/sqlmap: update to 1.1.9Ruslan Makhmatkhanov2017-09-222-4/+4
| | | | Notes: svn path=/head/; revision=450412
* security/sqlmap: update to 1.1.7Ruslan Makhmatkhanov2017-07-142-4/+4
| | | | Notes: svn path=/head/; revision=445824
* security/sqlmap: update to 1.1.6Ruslan Makhmatkhanov2017-06-062-4/+4
| | | | Notes: svn path=/head/; revision=442802
* security/sqlmap: update to 1.1.5Ruslan Makhmatkhanov2017-05-082-4/+4
| | | | Notes: svn path=/head/; revision=440452
* security/sqlmap: update to 1.1.4Ruslan Makhmatkhanov2017-04-232-5/+6
| | | | Notes: svn path=/head/; revision=439236
* security/sqlmap: update to 1.1.3Ruslan Makhmatkhanov2017-03-082-4/+4
| | | | Notes: svn path=/head/; revision=435663
* security/sqlmap: update to 1.1.2Ruslan Makhmatkhanov2017-02-052-4/+4
| | | | Notes: svn path=/head/; revision=433421
* security/sqlmap: update to 1.1Ruslan Makhmatkhanov2017-01-132-4/+4
| | | | Notes: svn path=/head/; revision=431422
* security/sqlmap: update to 1.0.12Ruslan Makhmatkhanov2016-12-092-4/+4
| | | | Notes: svn path=/head/; revision=428246
* security/sqlmap: update to 1.0.11Ruslan Makhmatkhanov2016-11-072-4/+4
| | | | Notes: svn path=/head/; revision=425645
* security/sqlmap: update to 1.0.10Ruslan Makhmatkhanov2016-11-065-1301/+11
| | | | | | | | | - switch to pypi and drastically simplify the port - switch to installing with distutils/autoplist - remove PORTDOCS as no docs is in tarball anymore Notes: svn path=/head/; revision=425580
* security/sqlmap: update to 1.0.4.19; switch to GHRuslan Makhmatkhanov2016-04-174-208/+734
| | | | Notes: svn path=/head/; revision=413542
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-106/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378035
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* security/sqlmap: add stage supportRuslan Makhmatkhanov2014-06-042-81/+71
| | | | | | | | | - add stage support - update pkg-plist - bump PORTREVISION Notes: svn path=/head/; revision=356549
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - fix runtime when devel/subversion and/or devel/pysvn is installed [1]Ruslan Makhmatkhanov2012-10-032-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | - bump PORTREVISION As side effect, I completely disabled --update feature. It was done for number of reasons: - subversion relationship starts not only if --update feature is requested by user, but when pysvn or svn is available - we do not installing repository metadata from the source tarball (exactly this breaks the --update option, but it is broken anyway, see below) - aforementioned repository metadata is not compatible with svn 1.7, that is in ports now - development repository moved to github from subversion hosting anyway This is accomplished with replacing the call of getRevisionNumber() with static const, that represents the svn last revision from tarball. while here: - trim Makefile header - remove indefinite article from COMMENT - convert to optionsng Reported by: Fausto Marzi <fausto.marzi at gmail dot com> (by mail) [1] Notes: svn path=/head/; revision=305221
* - update WWWRuslan Makhmatkhanov2012-07-201-1/+1
| | | | Notes: svn path=/head/; revision=301222
* - add github as primary mirror, since the development moved there from SFRuslan Makhmatkhanov2012-07-131-1/+3
| | | | Notes: svn path=/head/; revision=300838
* - update to 0.9Ruslan Makhmatkhanov2012-03-104-99/+530
| | | | | | | | | | | | | | - install license via LICENSE framework, not manually - strict python versions - drop py-psyco dependency (also suggested at [1]), because it will work only with python < 2.6 (EOL versions only) PR: 165902 [1] Submitted by: antoine [1] Feature safe: yes Notes: svn path=/head/; revision=293065
* - take maintainershipRuslan Makhmatkhanov2011-11-141-1/+1
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285799
* - Reassign these ports back to the heapThomas Abthorpe2011-11-141-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=285782
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Update to version 0.8 of sqlmap which adds quite some new featuresNiels Heinen2010-03-215-251/+345
| | | | | | | | WWW: http://sqlmap.sourceforge.net/ Approved by: itetcu (mentor) Notes: svn path=/head/; revision=251346
* - Upgrade to sqlmap 0.7 (many new features)Niels Heinen2010-03-156-82/+339
| | | | | | | | | - Took maintainership of the port Approved by: itetcu (mentor) Notes: svn path=/head/; revision=251102
* Reset cherry@trombik.org due to maintainer-timeouts and no responseMark Linimon2009-11-031-1/+1
| | | | | | | | | to email. Hat: portmgr Notes: svn path=/head/; revision=243688
* sqlmap is an automatic SQL injection tool entirely developed in Python. It isRong-En Fan2008-05-225-0/+119
capable to perform an extensive database management system back-end fingerprint, retrieve remote DBMS databases, usernames, tables, columns, enumerate entire DBMS, read system files and much more taking advantage of web application programming security flaws that lead to SQL injection vulnerabilities. WWW: http://sqlmap.sourceforge.net/ PR: ports/123851 Submitted by: Tomoyuki Sakurai <cherry at trombik.org> Notes: svn path=/head/; revision=213518