opnsense-ports/security/sqlmap/files/patch-lib_core-settings.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
448 B
Python

--- ./lib/core/settings.py.orig 2011-04-11 04:23:42.000000000 +0400
+++ ./lib/core/settings.py 2012-10-03 23:09:17.000000000 +0400
@@ -18,7 +18,7 @@
# sqlmap version and site
VERSION = "0.9"
-REVISION = getRevisionNumber()
+REVISION = 3630
VERSION_STRING = "sqlmap/%s" % VERSION
DESCRIPTION = "automatic SQL injection and database takeover tool"
SITE = "http://sqlmap.sourceforge.net"