Commit graph

4 commits

Author SHA1 Message Date
Ruslan Makhmatkhanov
e791395a82 - fix runtime when devel/subversion and/or devel/pysvn is installed [1]
- 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]
2012-10-03 20:01:09 +00:00
Niels Heinen
b0a3626390 Update to version 0.8 of sqlmap which adds quite some new features
WWW:	http://sqlmap.sourceforge.net/
Approved by:	itetcu (mentor)
2010-03-21 20:25:08 +00:00
Niels Heinen
cd6b0cf1a9 - Upgrade to sqlmap 0.7 (many new features)
- Took maintainership of the port

Approved by:	itetcu (mentor)
2010-03-15 21:28:07 +00:00
Rong-En Fan
a3fc1c77b5 sqlmap is an automatic SQL injection tool entirely developed in Python. It is
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>
2008-05-22 10:24:56 +00:00