aboutsummaryrefslogtreecommitdiffstats
path: root/security/sqlmap
Commit message (Collapse)AuthorAgeFilesLines
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Python cleanup:rene2014-01-141-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)
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* - fix runtime when devel/subversion and/or devel/pysvn is installed [1]rm2012-10-042-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]
* - update WWWrm2012-07-201-1/+1
|
* - add github as primary mirror, since the development moved there from SFrm2012-07-131-1/+3
|
* - update to 0.9rm2012-03-114-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
* - take maintainershiprm2011-11-151-1/+1
| | | | | Approved by: novel (mentor) Feature safe: yes
* - Reassign these ports back to the heaptabthorpe2011-11-151-1/+1
| | | | Feature safe: yes
* -remove MD5ohauer2011-07-031-1/+0
|
* Update to version 0.8 of sqlmap which adds quite some new featuresniels2010-03-225-251/+345
| | | | | WWW: http://sqlmap.sourceforge.net/ Approved by: itetcu (mentor)
* - Upgrade to sqlmap 0.7 (many new features)niels2010-03-166-82/+339
| | | | | | - Took maintainership of the port Approved by: itetcu (mentor)
* Reset cherry@trombik.org due to maintainer-timeouts and no responselinimon2009-11-031-1/+1
| | | | | | to email. Hat: portmgr
* sqlmap is an automatic SQL injection tool entirely developed in Python. It israfan2008-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>