aboutsummaryrefslogtreecommitdiff
path: root/security/sqlmap
Commit message (Collapse)AuthorAgeFilesLines
* - 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