File: README.source

package info (click to toggle)
sqlmap 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,544 kB
  • sloc: python: 50,308; xml: 15,575; ansic: 989; sh: 284; makefile: 60; sql: 57; perl: 30; cpp: 27; asm: 7
file content (8 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
sqlmap contains a convenience copy of built embedded libraries, that are meant
to be run on the target system.
The source of the libraries is available under debian/missing-sources/udfhack
they can be built using "make", with the appropriate build tools (like gcc-4.3
for the older systems) and with postgres.h headers.
They can be downloaded on https://github.com/sqlmapproject/udfhack, and
they are put into /usr/share since they are not intended to be run locally,
hence then lintian warning is not appropriate in this case.