summaryrefslogtreecommitdiff
path: root/dev-db/sqlmap
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-20 14:54:46 -0500
commit1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0 (patch)
tree18e2e784f9fb0dbc3546537acc42ad51b366d90e /dev-db/sqlmap
parent9f6a581d94412ab1cf4b35c33101f6be0ddc7777 (diff)
downloadbaldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.gz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.tar.xz
baldeagleos-repo-1a4479b4e0368c8d5ff241ebad17b2541a7e3ba0.zip
Adding metadata
Diffstat (limited to 'dev-db/sqlmap')
-rw-r--r--dev-db/sqlmap/Manifest5
-rw-r--r--dev-db/sqlmap/files/sqlmap.bash-completion1
-rw-r--r--dev-db/sqlmap/metadata.xml22
-rw-r--r--dev-db/sqlmap/sqlmap-1.10.4.ebuild49
-rw-r--r--dev-db/sqlmap/sqlmap-1.10.5.ebuild49
-rw-r--r--dev-db/sqlmap/sqlmap-1.10.ebuild60
-rw-r--r--dev-db/sqlmap/sqlmap-1.9.10.ebuild60
-rw-r--r--dev-db/sqlmap/sqlmap-1.9.12.ebuild60
-rw-r--r--dev-db/sqlmap/sqlmap-9999.ebuild60
9 files changed, 258 insertions, 108 deletions
diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 26df40efdd45..3d4f4b513c57 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
-DIST sqlmap-1.10.4.tar.gz 7231327 BLAKE2B 1cdb3da2e5baa22d672bedf9659b58c0d1deb07cc9a0bc254376ef13c0369df2082883d1c9aa9a83d1cdd4b1adc8f1f62640d7ff874c1b7ab57df24a5a0a7035 SHA512 fd9979b7a577cb48bf1550d9979713ccfbe84f7aa109aa0949dbc66a2f1b06d797df02ea1835681820e93b687654b26c001fb45395785f90a41dde06f6f86535
-DIST sqlmap-1.10.5.tar.gz 7231944 BLAKE2B 95a150b93fc55032b57dbe5ffffd54cb53325e89bbbb7e22476fed755dadc0c366ad1dd7c60db338c7e25bb8e1d2c9d9c97dbd128770d6d40e51efbfb22c1274 SHA512 a2a90e5d581348e82c751a6ab906efc40b84437c30a5cafadc94547bde7c1f8d6aafa2ae5f8d2e3609737b148980890c25c8bfcdb786fd4fc41bcbb7a6ce5a2e
+DIST sqlmap-1.10.gh.tar.gz 7230314 BLAKE2B 2ca3ad4c865237f7e79ce18e4ac592ddf4d7b9da06a78cec4f2db83c4db0958ec7f248728a7c9c53360330c3037ee331de53aac94637c33b1ee8d6ffe18fe455 SHA512 3baf68e7f28058824d954242dd9b53d120bcebeb8e790b960c101a5291e46cd0cb7b5357351cf5357a7ef227891e5f12083e9be03477fd97c651b0f65502afb5
+DIST sqlmap-1.9.10.gh.tar.gz 7219871 BLAKE2B 8d513a50ca4b308f1dbed2f09c48b86b6ee5997735c87517d8543f055196dd16714e2b81675814e49157c0800c1bac894cdacce8e2a578dd9509b099dd032c9e SHA512 40aef1297c7449f0354deb6e44802abfa89b1664861d8c57dff08d55c41e29714cfee0db20fb8a1ae412c3cfa7fbcc28f23398009e4db36610d34b0948290d44
+DIST sqlmap-1.9.12.gh.tar.gz 7220025 BLAKE2B 644d4a90caf89c329e2e0a05e5a8d21cd4cd67102fc9888d5b8e17bb9e642796be1d4ff130690d24fc480d793d352a05392bd642345ed5a4c648871dda750825 SHA512 da691d231920152a15d8ad1a1fb6778a1c86bc78a193d23a862d7eaf381fe3f6c4057dc8a0d4f224dfce2efddde9b71f27d47a39cf0bc3e0c44f646ecb60b8bc
diff --git a/dev-db/sqlmap/files/sqlmap.bash-completion b/dev-db/sqlmap/files/sqlmap.bash-completion
index 42e1c74705f0..47e11297ed89 100644
--- a/dev-db/sqlmap/files/sqlmap.bash-completion
+++ b/dev-db/sqlmap/files/sqlmap.bash-completion
@@ -1,4 +1,5 @@
# bash completion for sqlmap by Korznikov Alexander
+# source: http://www.korznikov.com/2014/12/bash-tab-completion-for-awesome-tool.html
# cp sqlmap_bash_completion /etc/bash_completion.d/sqlmap
tamper=$(ls /usr/share/sqlmap/tamper|grep -v "__" |sed ':a;N;$!ba;s/\n/ /g')
diff --git a/dev-db/sqlmap/metadata.xml b/dev-db/sqlmap/metadata.xml
index 002469e527ce..b24fa6bec9df 100644
--- a/dev-db/sqlmap/metadata.xml
+++ b/dev-db/sqlmap/metadata.xml
@@ -1,16 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>dev@liguros.net</email>
- <name>Development</name>
+ <maintainer type="person" proxied="yes">
+ <email>mario.haustein@hrz.tu-chemnitz.de</email>
+ <name>Mario Haustein</name>
</maintainer>
<maintainer type="person">
- <email>unknown@pentoo.ch</email>
- <name>Author Unknown</name>
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
</maintainer>
- <use>
- <flag name="psycopg">Use psycopg to directly connect to PostgreSQL DBMS</flag>
- </use>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ sqlmap is an open source penetration testing tool that automates the
+ process of detecting and exploiting SQL injection flaws and taking over
+ of database servers.
+ </longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
diff --git a/dev-db/sqlmap/sqlmap-1.10.4.ebuild b/dev-db/sqlmap/sqlmap-1.10.4.ebuild
deleted file mode 100644
index f8e62f3b0a6f..000000000000
--- a/dev-db/sqlmap/sqlmap-1.10.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="sqlite"
-
-inherit bash-completion-r1 python-single-r1 wrapper
-
-DESCRIPTION="An automatic SQL injection and database takeover tool"
-HOMEPAGE="https://github.com/sqlmapproject/sqlmap"
-SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 ~arm64 x86"
-
-LICENSE="GPL-2"
-SLOT=0
-IUSE="doc mysql psycopg"
-
-RDEPEND="
- ${PYTHON_DEPS}
- psycopg? ( dev-python/psycopg )
- mysql? ( dev-python/pymysql )
- dev-python/sqlalchemy
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- mv doc/ "${T}"/doc || die
- default
-}
-
-src_install () {
- dodoc -r \
- README.md \
- $(use doc && echo "${T}/doc/*")
-
- dodir "/usr/share/${PN}/"
- cp -R * "${D}/usr/share/${PN}/" || die
- python_optimize "${D}/usr/share/${PN}"
-
- make_wrapper $PN \
- "python3 /usr/share/${PN}/sqlmap.py"
-
- newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
-}
diff --git a/dev-db/sqlmap/sqlmap-1.10.5.ebuild b/dev-db/sqlmap/sqlmap-1.10.5.ebuild
deleted file mode 100644
index f8e62f3b0a6f..000000000000
--- a/dev-db/sqlmap/sqlmap-1.10.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2026 Liguros Authors
-# Distributed under the terms of the GNU General Public License v2
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-PYTHON_REQ_USE="sqlite"
-
-inherit bash-completion-r1 python-single-r1 wrapper
-
-DESCRIPTION="An automatic SQL injection and database takeover tool"
-HOMEPAGE="https://github.com/sqlmapproject/sqlmap"
-SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="amd64 ~arm64 x86"
-
-LICENSE="GPL-2"
-SLOT=0
-IUSE="doc mysql psycopg"
-
-RDEPEND="
- ${PYTHON_DEPS}
- psycopg? ( dev-python/psycopg )
- mysql? ( dev-python/pymysql )
- dev-python/sqlalchemy
-"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-pkg_setup() {
- python-single-r1_pkg_setup
-}
-
-src_prepare() {
- mv doc/ "${T}"/doc || die
- default
-}
-
-src_install () {
- dodoc -r \
- README.md \
- $(use doc && echo "${T}/doc/*")
-
- dodir "/usr/share/${PN}/"
- cp -R * "${D}/usr/share/${PN}/" || die
- python_optimize "${D}/usr/share/${PN}"
-
- make_wrapper $PN \
- "python3 /usr/share/${PN}/sqlmap.py"
-
- newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
-}
diff --git a/dev-db/sqlmap/sqlmap-1.10.ebuild b/dev-db/sqlmap/sqlmap-1.10.ebuild
new file mode 100644
index 000000000000..cd967a356643
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.10.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+PYTHON_REQ_USE="sqlite"
+
+inherit bash-completion-r1 python-single-r1 wrapper
+
+DESCRIPTION="An automatic SQL injection and database takeover tool"
+HOMEPAGE="https://sqlmap.org/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
+else
+ SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+ KEYWORDS="amd64 x86"
+fi
+
+# sqlmap (GPL-2+)
+# ansitrm (BSD)
+# beautifulsoup (BSD)
+# bottle (MIT)
+# chardet (LGPL-2.1+)
+# clientform (BSD)
+# colorama (BSD)
+# fcrypt (BSD-2)
+# identitywaf (MIT)
+# keepalive (LGPL-2.1+)
+# magic (MIT)
+# multipartpost (LGPL-2.1+)
+# ordereddict (MIT)
+# prettyprint (BSD-2)
+# pydes (public-domain)
+# six (MIT)
+# socks (BSD)
+# termcolor (BSD)
+# wininetpton (public-domain)
+LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( doc/ README.md )
+
+src_install () {
+ einstalldocs
+
+ insinto /usr/share/${PN}/
+ doins -r *
+ python_optimize "${ED}"/usr/share/${PN}
+
+ make_wrapper ${PN} \
+ "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
+
+ newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
+}
diff --git a/dev-db/sqlmap/sqlmap-1.9.10.ebuild b/dev-db/sqlmap/sqlmap-1.9.10.ebuild
new file mode 100644
index 000000000000..39ac9037e221
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.9.10.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+PYTHON_REQ_USE="sqlite"
+
+inherit bash-completion-r1 python-single-r1 wrapper
+
+DESCRIPTION="An automatic SQL injection and database takeover tool"
+HOMEPAGE="https://sqlmap.org/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
+else
+ SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+ KEYWORDS="amd64 x86"
+fi
+
+# sqlmap (GPL-2+)
+# ansitrm (BSD)
+# beautifulsoup (BSD)
+# bottle (MIT)
+# chardet (LGPL-2.1+)
+# clientform (BSD)
+# colorama (BSD)
+# fcrypt (BSD-2)
+# identitywaf (MIT)
+# keepalive (LGPL-2.1+)
+# magic (MIT)
+# multipartpost (LGPL-2.1+)
+# ordereddict (MIT)
+# prettyprint (BSD-2)
+# pydes (public-domain)
+# six (MIT)
+# socks (BSD)
+# termcolor (BSD)
+# wininetpton (public-domain)
+LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( doc/ README.md )
+
+src_install () {
+ einstalldocs
+
+ insinto /usr/share/${PN}/
+ doins -r *
+ python_optimize "${ED}"/usr/share/${PN}
+
+ make_wrapper ${PN} \
+ "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
+
+ newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
+}
diff --git a/dev-db/sqlmap/sqlmap-1.9.12.ebuild b/dev-db/sqlmap/sqlmap-1.9.12.ebuild
new file mode 100644
index 000000000000..7e88399bf9bf
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.9.12.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+PYTHON_REQ_USE="sqlite"
+
+inherit bash-completion-r1 python-single-r1 wrapper
+
+DESCRIPTION="An automatic SQL injection and database takeover tool"
+HOMEPAGE="https://sqlmap.org/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
+else
+ SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+# sqlmap (GPL-2+)
+# ansitrm (BSD)
+# beautifulsoup (BSD)
+# bottle (MIT)
+# chardet (LGPL-2.1+)
+# clientform (BSD)
+# colorama (BSD)
+# fcrypt (BSD-2)
+# identitywaf (MIT)
+# keepalive (LGPL-2.1+)
+# magic (MIT)
+# multipartpost (LGPL-2.1+)
+# ordereddict (MIT)
+# prettyprint (BSD-2)
+# pydes (public-domain)
+# six (MIT)
+# socks (BSD)
+# termcolor (BSD)
+# wininetpton (public-domain)
+LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( doc/ README.md )
+
+src_install () {
+ einstalldocs
+
+ insinto /usr/share/${PN}/
+ doins -r *
+ python_optimize "${ED}"/usr/share/${PN}
+
+ make_wrapper ${PN} \
+ "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
+
+ newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
+}
diff --git a/dev-db/sqlmap/sqlmap-9999.ebuild b/dev-db/sqlmap/sqlmap-9999.ebuild
new file mode 100644
index 000000000000..7e88399bf9bf
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-9999.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{13..14} )
+PYTHON_REQ_USE="sqlite"
+
+inherit bash-completion-r1 python-single-r1 wrapper
+
+DESCRIPTION="An automatic SQL injection and database takeover tool"
+HOMEPAGE="https://sqlmap.org/"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap"
+else
+ SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+# sqlmap (GPL-2+)
+# ansitrm (BSD)
+# beautifulsoup (BSD)
+# bottle (MIT)
+# chardet (LGPL-2.1+)
+# clientform (BSD)
+# colorama (BSD)
+# fcrypt (BSD-2)
+# identitywaf (MIT)
+# keepalive (LGPL-2.1+)
+# magic (MIT)
+# multipartpost (LGPL-2.1+)
+# ordereddict (MIT)
+# prettyprint (BSD-2)
+# pydes (public-domain)
+# six (MIT)
+# socks (BSD)
+# termcolor (BSD)
+# wininetpton (public-domain)
+LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
+SLOT="0"
+
+RDEPEND="${PYTHON_DEPS}"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DOCS=( doc/ README.md )
+
+src_install () {
+ einstalldocs
+
+ insinto /usr/share/${PN}/
+ doins -r *
+ python_optimize "${ED}"/usr/share/${PN}
+
+ make_wrapper ${PN} \
+ "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
+
+ newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
+}