[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-04-23 Thread Sam James
commit: c5b504a6a3d920aa06478b835a672407c6071a1b
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 14:23:45 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 14:23:45 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5b504a6

dev-db/sqlmap: Stabilize 1.8.2 x86, #930481

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.8.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
index dbbf631ec0e2..caaad5bf9d92 100644
--- a/dev-db/sqlmap/sqlmap-1.8.2.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-04-23 Thread Sam James
commit: 62d17ceb63233740821cdbd2af466d7ef6f59e4a
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 23 13:57:30 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 23 13:57:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d17ceb

dev-db/sqlmap: Stabilize 1.8.2 amd64, #930481

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.8.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
index e3d99c9eb231..dbbf631ec0e2 100644
--- a/dev-db/sqlmap/sqlmap-1.8.2.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-03-16 Thread Joonas Niilola
commit: fd7312da40ec21439eccb8df7965351a29414be6
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Feb 14 20:53:42 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Mar 16 09:26:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd7312da

dev-db/sqlmap: add 1.8.2

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/35329
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.8.2.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index bc5f568e1e7b..29bf47c4cb30 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.7.9.gh.tar.gz 7214293 BLAKE2B 
45ec0a5e0bf2d2f53a9232ca80f592a2a62b195e3dcd6913fdd343afcc097345cd160d7c39571a7abfe25f3772bbfdb1b4e915e6c0b3f599f86ad2eb201f1ab0
 SHA512 
0a2aa310b9e1d51cb296be87df5d7c87bdf9daa3a61151ff3a2bca9d58bd2c369c7fa8dfad134d23a00cc034a8c8cd9ff2a326e8883ecad43457604762b42242
+DIST sqlmap-1.8.2.gh.tar.gz 7216681 BLAKE2B 
9e74c1c2a916f5aefebb8a249e3d7201fdc234f84585f37f82b052117c30c47e06d91b789f9c1de3053e52ee9297941bbd8a3ecc2ebdc2298bebcd5aaba6b30a
 SHA512 
ec49243b9d34bc100ca197022e9397dd84e05459ca9cffe15303fef113a477080ed7bfacc51ed638a2fe0a475ab4b1ca1e930d4a124617dd44219080cf6d999b
 DIST sqlmap-1.8.gh.tar.gz 7216213 BLAKE2B 
0a9f43880badec75d5915950a98b1aac12a465b00216e0d01ed3ce0cb23882639d656430932b32d067ab7df693e0bbb67c35e076ac016e48a7ef2d940d0208eb
 SHA512 
80e1555ae0f581c5cc76f41eb8a26e346f675069149010d7267abc3cc59f04ae9d35a72e417c6e28ff6d9c389d04e65dde1240079620a70d733e1873c0ed7450

diff --git a/dev-db/sqlmap/sqlmap-1.8.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
new file mode 100644
index ..e3d99c9eb231
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.8.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-02-14 Thread Joonas Niilola
commit: 599dc293284c99674c4464899f1b4e117095e5d2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Feb 15 06:48:14 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Feb 15 06:48:14 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=599dc293

dev-db/sqlmap: Stabilize 1.8 amd64, #924603

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/sqlmap-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.8.ebuild b/dev-db/sqlmap/sqlmap-1.8.ebuild
index 30572b09761a..caaad5bf9d92 100644
--- a/dev-db/sqlmap/sqlmap-1.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-02-14 Thread Jakov Smolić
commit: 45cf4e77815f7adf88109003cab3ac8931a647cb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Feb 14 23:12:19 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Feb 14 23:12:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45cf4e77

dev-db/sqlmap: Stabilize 1.8 x86, #924603

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-db/sqlmap/sqlmap-1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.8.ebuild b/dev-db/sqlmap/sqlmap-1.8.ebuild
index e3d99c9eb231..30572b09761a 100644
--- a/dev-db/sqlmap/sqlmap-1.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-01-13 Thread Sam James
commit: 154a8e35830bf0a388476a716b35fc13dafe517e
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Jan  4 21:31:06 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 14 04:58:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=154a8e35

dev-db/sqlmap: add 1.8

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest  |  1 +
 dev-db/sqlmap/sqlmap-1.8.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 12f1edab0aec..124133f3b630 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.7.8.gh.tar.gz 7214346 BLAKE2B 
b28da71baa69f09ce8554c96ffedd06c4e41be785956fc895e2cd41d5cfed19af9c294bed8e6dc82e2e6c64704f6be578df3258af1ddad559f99b4b5e9f29c1e
 SHA512 
9d22cd85682de2f111dd33aa7eed6c98e59f2067464f59074c571200e7bb2cc15477560a3c7c81e198f3fd006bde9a9289679c0cec08ffcf0e157d6d1fae4f51
 DIST sqlmap-1.7.9.gh.tar.gz 7214293 BLAKE2B 
45ec0a5e0bf2d2f53a9232ca80f592a2a62b195e3dcd6913fdd343afcc097345cd160d7c39571a7abfe25f3772bbfdb1b4e915e6c0b3f599f86ad2eb201f1ab0
 SHA512 
0a2aa310b9e1d51cb296be87df5d7c87bdf9daa3a61151ff3a2bca9d58bd2c369c7fa8dfad134d23a00cc034a8c8cd9ff2a326e8883ecad43457604762b42242
+DIST sqlmap-1.8.gh.tar.gz 7216213 BLAKE2B 
0a9f43880badec75d5915950a98b1aac12a465b00216e0d01ed3ce0cb23882639d656430932b32d067ab7df693e0bbb67c35e076ac016e48a7ef2d940d0208eb
 SHA512 
80e1555ae0f581c5cc76f41eb8a26e346f675069149010d7267abc3cc59f04ae9d35a72e417c6e28ff6d9c389d04e65dde1240079620a70d733e1873c0ed7450

diff --git a/dev-db/sqlmap/sqlmap-1.8.ebuild b/dev-db/sqlmap/sqlmap-1.8.ebuild
new file mode 100644
index ..e3d99c9eb231
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.8.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2024-01-13 Thread Sam James
commit: a4be5a66de4388a4addedf16600c3645739f61d0
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sat Oct 21 14:47:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan 14 04:58:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4be5a66

dev-db/sqlmap: drop 1.7.8

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/33224
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 -
 dev-db/sqlmap/sqlmap-1.7.8.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 124133f3b630..bc5f568e1e7b 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,2 @@
-DIST sqlmap-1.7.8.gh.tar.gz 7214346 BLAKE2B 
b28da71baa69f09ce8554c96ffedd06c4e41be785956fc895e2cd41d5cfed19af9c294bed8e6dc82e2e6c64704f6be578df3258af1ddad559f99b4b5e9f29c1e
 SHA512 
9d22cd85682de2f111dd33aa7eed6c98e59f2067464f59074c571200e7bb2cc15477560a3c7c81e198f3fd006bde9a9289679c0cec08ffcf0e157d6d1fae4f51
 DIST sqlmap-1.7.9.gh.tar.gz 7214293 BLAKE2B 
45ec0a5e0bf2d2f53a9232ca80f592a2a62b195e3dcd6913fdd343afcc097345cd160d7c39571a7abfe25f3772bbfdb1b4e915e6c0b3f599f86ad2eb201f1ab0
 SHA512 
0a2aa310b9e1d51cb296be87df5d7c87bdf9daa3a61151ff3a2bca9d58bd2c369c7fa8dfad134d23a00cc034a8c8cd9ff2a326e8883ecad43457604762b42242
 DIST sqlmap-1.8.gh.tar.gz 7216213 BLAKE2B 
0a9f43880badec75d5915950a98b1aac12a465b00216e0d01ed3ce0cb23882639d656430932b32d067ab7df693e0bbb67c35e076ac016e48a7ef2d940d0208eb
 SHA512 
80e1555ae0f581c5cc76f41eb8a26e346f675069149010d7267abc3cc59f04ae9d35a72e417c6e28ff6d9c389d04e65dde1240079620a70d733e1873c0ed7450

diff --git a/dev-db/sqlmap/sqlmap-1.7.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-10-21 Thread Sam James
commit: 7a159aab12ecef7af3a946ddd41fa9811d4af6d8
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 21 11:58:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 21 11:58:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a159aab

dev-db/sqlmap: Stabilize 1.7.9 amd64, #916064

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
index ba1cc9476749..cee7e3a24228 100644
--- a/dev-db/sqlmap/sqlmap-1.7.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-10-21 Thread Sam James
commit: dc0386262d100549ec0473a4f0c5394aadafa744
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 21 11:58:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 21 11:58:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc038626

dev-db/sqlmap: Stabilize 1.7.9 x86, #916064

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
index 98dd6c54846c..ba1cc9476749 100644
--- a/dev-db/sqlmap/sqlmap-1.7.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-09-19 Thread Arthur Zamarin
commit: 01926892b5cb139d71f308fa90587ed489a591ea
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Sep 14 05:39:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 19:10:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01926892

dev-db/sqlmap: add 1.7.9

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/sqlmap/Manifest| 1 +
 dev-db/sqlmap/{sqlmap-.ebuild => sqlmap-1.7.9.ebuild} | 2 +-
 dev-db/sqlmap/sqlmap-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 37b4c82dae7a..dda92b539642 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.7.6.gh.tar.gz 7214225 BLAKE2B 
ab95b3ad10217b94039b6709383873eb93a4992415ab6920ceebfea88ed267ae5a56c08721798663239aa9f226ff40a26d56053c0d04140334bffa1b391c00be
 SHA512 
0d0fa7b1c03db063785accc513e2590ce46e194947cd91325cf10195a4e8c78bb1cada56673032a30a728368ea022dce44e4367d232d912f58f1e16cac62f38b
 DIST sqlmap-1.7.8.gh.tar.gz 7214346 BLAKE2B 
b28da71baa69f09ce8554c96ffedd06c4e41be785956fc895e2cd41d5cfed19af9c294bed8e6dc82e2e6c64704f6be578df3258af1ddad559f99b4b5e9f29c1e
 SHA512 
9d22cd85682de2f111dd33aa7eed6c98e59f2067464f59074c571200e7bb2cc15477560a3c7c81e198f3fd006bde9a9289679c0cec08ffcf0e157d6d1fae4f51
+DIST sqlmap-1.7.9.gh.tar.gz 7214293 BLAKE2B 
45ec0a5e0bf2d2f53a9232ca80f592a2a62b195e3dcd6913fdd343afcc097345cd160d7c39571a7abfe25f3772bbfdb1b4e915e6c0b3f599f86ad2eb201f1ab0
 SHA512 
0a2aa310b9e1d51cb296be87df5d7c87bdf9daa3a61151ff3a2bca9d58bd2c369c7fa8dfad134d23a00cc034a8c8cd9ff2a326e8883ecad43457604762b42242

diff --git a/dev-db/sqlmap/sqlmap-.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
similarity index 97%
copy from dev-db/sqlmap/sqlmap-.ebuild
copy to dev-db/sqlmap/sqlmap-1.7.9.ebuild
index 550ec7d5d4b0..98dd6c54846c 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index 550ec7d5d4b0..98dd6c54846c 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-09-19 Thread Arthur Zamarin
commit: d6965b18704a37c901954d5b93236f4eb1d16eb6
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Sep 14 05:40:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep 19 19:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6965b18

dev-db/sqlmap: drop 1.7.6

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/32770
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-db/sqlmap/Manifest|  1 -
 dev-db/sqlmap/sqlmap-1.7.6.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index dda92b539642..12f1edab0aec 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,2 @@
-DIST sqlmap-1.7.6.gh.tar.gz 7214225 BLAKE2B 
ab95b3ad10217b94039b6709383873eb93a4992415ab6920ceebfea88ed267ae5a56c08721798663239aa9f226ff40a26d56053c0d04140334bffa1b391c00be
 SHA512 
0d0fa7b1c03db063785accc513e2590ce46e194947cd91325cf10195a4e8c78bb1cada56673032a30a728368ea022dce44e4367d232d912f58f1e16cac62f38b
 DIST sqlmap-1.7.8.gh.tar.gz 7214346 BLAKE2B 
b28da71baa69f09ce8554c96ffedd06c4e41be785956fc895e2cd41d5cfed19af9c294bed8e6dc82e2e6c64704f6be578df3258af1ddad559f99b4b5e9f29c1e
 SHA512 
9d22cd85682de2f111dd33aa7eed6c98e59f2067464f59074c571200e7bb2cc15477560a3c7c81e198f3fd006bde9a9289679c0cec08ffcf0e157d6d1fae4f51
 DIST sqlmap-1.7.9.gh.tar.gz 7214293 BLAKE2B 
45ec0a5e0bf2d2f53a9232ca80f592a2a62b195e3dcd6913fdd343afcc097345cd160d7c39571a7abfe25f3772bbfdb1b4e915e6c0b3f599f86ad2eb201f1ab0
 SHA512 
0a2aa310b9e1d51cb296be87df5d7c87bdf9daa3a61151ff3a2bca9d58bd2c369c7fa8dfad134d23a00cc034a8c8cd9ff2a326e8883ecad43457604762b42242

diff --git a/dev-db/sqlmap/sqlmap-1.7.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-09-13 Thread Sam James
commit: cfd98556780ca4f6cb90b73fb311e25c77ee3816
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 14 02:51:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 14 02:51:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd98556

dev-db/sqlmap: Stabilize 1.7.8 amd64, #914153

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
index 550ec7d5d4b0..2e665b523b24 100644
--- a/dev-db/sqlmap/sqlmap-1.7.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-09-13 Thread Sam James
commit: 6edffac98b8f8ad26622f021fbe0b1399002eeec
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep 14 02:51:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep 14 02:51:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6edffac9

dev-db/sqlmap: Stabilize 1.7.8 x86, #914153

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-08-11 Thread Joonas Niilola
commit: 8dc0a889e812e01e8b87e995fd010d75140dc307
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Jul 14 07:16:31 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Aug 11 06:11:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc0a889

dev-db/sqlmap: add 1.7.8

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/31873
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.7.8.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index f83712ab7318..37b4c82dae7a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1 +1,2 @@
 DIST sqlmap-1.7.6.gh.tar.gz 7214225 BLAKE2B 
ab95b3ad10217b94039b6709383873eb93a4992415ab6920ceebfea88ed267ae5a56c08721798663239aa9f226ff40a26d56053c0d04140334bffa1b391c00be
 SHA512 
0d0fa7b1c03db063785accc513e2590ce46e194947cd91325cf10195a4e8c78bb1cada56673032a30a728368ea022dce44e4367d232d912f58f1e16cac62f38b
+DIST sqlmap-1.7.8.gh.tar.gz 7214346 BLAKE2B 
b28da71baa69f09ce8554c96ffedd06c4e41be785956fc895e2cd41d5cfed19af9c294bed8e6dc82e2e6c64704f6be578df3258af1ddad559f99b4b5e9f29c1e
 SHA512 
9d22cd85682de2f111dd33aa7eed6c98e59f2067464f59074c571200e7bb2cc15477560a3c7c81e198f3fd006bde9a9289679c0cec08ffcf0e157d6d1fae4f51

diff --git a/dev-db/sqlmap/sqlmap-1.7.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
new file mode 100644
index ..550ec7d5d4b0
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.8.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-08-11 Thread Joonas Niilola
commit: 1ca27cd6115fb5a88bbf7ba43b8abc9434440602
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Jul 14 07:12:59 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Aug 11 06:11:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca27cd6

dev-db/sqlmap: drop 1.7.5

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest|  1 -
 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 04d6fe3a500b..f83712ab7318 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1 @@
-DIST sqlmap-1.7.5.gh.tar.gz 7214128 BLAKE2B 
5d09956b36f709930646603856a683d54600d570ad7b00c4a1f3bf1d939ddbb4c9db0b41f27ee76f45a9a2611323701705d98cfe2925f780760a1fbe6ddf581e
 SHA512 
847295467d45def33f14e5006338e67480d63d0429930a0199acf433871f215070538f8ecf3c1ce7fe67b99444f2797a48373043ef0d30fac078332ee045a6c8
 DIST sqlmap-1.7.6.gh.tar.gz 7214225 BLAKE2B 
ab95b3ad10217b94039b6709383873eb93a4992415ab6920ceebfea88ed267ae5a56c08721798663239aa9f226ff40a26d56053c0d04140334bffa1b391c00be
 SHA512 
0d0fa7b1c03db063785accc513e2590ce46e194947cd91325cf10195a4e8c78bb1cada56673032a30a728368ea022dce44e4367d232d912f58f1e16cac62f38b

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-07-12 Thread Joonas Niilola
commit: 071855adb199118d8fd2dc6e7b97257bab2058cb
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Jul 13 04:50:54 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 13 04:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=071855ad

dev-db/sqlmap: Stabilize 1.7.6 amd64, #910274

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
index 32695e2b6a05..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.6.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-07-12 Thread Joonas Niilola
commit: 3efcb5b75a59a528f0de43da5d69947da636f4b1
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Jul 13 04:50:19 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Jul 13 04:51:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efcb5b7

dev-db/sqlmap: Stabilize 1.7.6 x86, #910274

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
index 550ec7d5d4b0..32695e2b6a05 100644
--- a/dev-db/sqlmap/sqlmap-1.7.6.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-06-11 Thread Joonas Niilola
commit: be9a9c7e5e61aef4b423d19418e50124bc5ebe78
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sat Jun  3 09:00:43 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun 11 08:22:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9a9c7e

dev-db/sqlmap: add 1.7.6, drop 1.7.3, drop 1.7.4

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/31282
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest |  3 +-
 dev-db/sqlmap/sqlmap-1.7.4.ebuild  | 60 --
 .../{sqlmap-1.7.3.ebuild => sqlmap-1.7.6.ebuild}   |  2 +-
 3 files changed, 2 insertions(+), 63 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 853957f70180..04d6fe3a500b 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,2 @@
-DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
-DIST sqlmap-1.7.4.gh.tar.gz 7213833 BLAKE2B 
888d1756c92d44ac7ea746aea2bb3017ae81ada266a9534838f453e66be88930e695266e9f8673a4e673b1fcc61515f8d72e834d077bd66df244fd6bf5e20d52
 SHA512 
01446720f8b8c5b962a5a8f3b67228f1f9e145ac8736b005a4d825c30088667f4b307332d2baa4e8d4d4cbb8b96be00d2006f81f2892bb694c7d9dbf317721c0
 DIST sqlmap-1.7.5.gh.tar.gz 7214128 BLAKE2B 
5d09956b36f709930646603856a683d54600d570ad7b00c4a1f3bf1d939ddbb4c9db0b41f27ee76f45a9a2611323701705d98cfe2925f780760a1fbe6ddf581e
 SHA512 
847295467d45def33f14e5006338e67480d63d0429930a0199acf433871f215070538f8ecf3c1ce7fe67b99444f2797a48373043ef0d30fac078332ee045a6c8
+DIST sqlmap-1.7.6.gh.tar.gz 7214225 BLAKE2B 
ab95b3ad10217b94039b6709383873eb93a4992415ab6920ceebfea88ed267ae5a56c08721798663239aa9f226ff40a26d56053c0d04140334bffa1b391c00be
 SHA512 
0d0fa7b1c03db063785accc513e2590ce46e194947cd91325cf10195a4e8c78bb1cada56673032a30a728368ea022dce44e4367d232d912f58f1e16cac62f38b

diff --git a/dev-db/sqlmap/sqlmap-1.7.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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.7.3.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
similarity index 98%
rename from dev-db/sqlmap/sqlmap-1.7.3.ebuild
rename to dev-db/sqlmap/sqlmap-1.7.6.ebuild
index ad6dac4b9230..550ec7d5d4b0 100644
--- a/dev-db/sqlmap/sqlmap-1.7.3.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-06-05 Thread Sam James
commit: ff8eca0376bead405f86d2ae77e20841cfa3de5c
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff8eca03

dev-db/sqlmap: Stabilize 1.7.5 x86, #907920

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-06-05 Thread Sam James
commit: e15d1cf19577bc9027bee20402389e81b466785b
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun  6 01:51:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun  6 01:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15d1cf1

dev-db/sqlmap: Stabilize 1.7.5 amd64, #907920

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
index 550ec7d5d4b0..2e665b523b24 100644
--- a/dev-db/sqlmap/sqlmap-1.7.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-05-15 Thread Sam James
commit: 7e73f33481882b09e34739fc374b5bf73a0c0f6c
Author: Sam James  gentoo  org>
AuthorDate: Mon May 15 06:47:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 15 06:47:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e73f334

dev-db/sqlmap: Stabilize 1.7.4 amd64, #906371

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
index 32695e2b6a05..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.4.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-05-15 Thread Sam James
commit: c65a7f4f41051680d310341421eaf3847dd1f1c3
Author: Sam James  gentoo  org>
AuthorDate: Mon May 15 06:47:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 15 06:47:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65a7f4f

dev-db/sqlmap: Stabilize 1.7.4 x86, #906371

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
index 550ec7d5d4b0..32695e2b6a05 100644
--- a/dev-db/sqlmap/sqlmap-1.7.4.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-05-05 Thread Sam James
commit: 629c48081f89f12f8d6dae4ce74de6789396ceed
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Mon May  1 16:25:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  6 03:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629c4808

dev-db/sqlmap: add 1.7.5

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.7.5.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 015850a475e4..91f5c9245d5c 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
 DIST sqlmap-1.7.4.gh.tar.gz 7213833 BLAKE2B 
888d1756c92d44ac7ea746aea2bb3017ae81ada266a9534838f453e66be88930e695266e9f8673a4e673b1fcc61515f8d72e834d077bd66df244fd6bf5e20d52
 SHA512 
01446720f8b8c5b962a5a8f3b67228f1f9e145ac8736b005a4d825c30088667f4b307332d2baa4e8d4d4cbb8b96be00d2006f81f2892bb694c7d9dbf317721c0
+DIST sqlmap-1.7.5.gh.tar.gz 7214128 BLAKE2B 
5d09956b36f709930646603856a683d54600d570ad7b00c4a1f3bf1d939ddbb4c9db0b41f27ee76f45a9a2611323701705d98cfe2925f780760a1fbe6ddf581e
 SHA512 
847295467d45def33f14e5006338e67480d63d0429930a0199acf433871f215070538f8ecf3c1ce7fe67b99444f2797a48373043ef0d30fac078332ee045a6c8

diff --git a/dev-db/sqlmap/sqlmap-1.7.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
new file mode 100644
index ..550ec7d5d4b0
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-05-05 Thread Sam James
commit: cd58a13995785947a59d9f5f723aec5ccba218e7
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Mon May  1 16:26:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May  6 03:47:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd58a139

dev-db/sqlmap: drop 1.7.2

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30825
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 -
 dev-db/sqlmap/sqlmap-1.7.2.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 91f5c9245d5c..853957f70180 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,3 @@
-DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
 DIST sqlmap-1.7.4.gh.tar.gz 7213833 BLAKE2B 
888d1756c92d44ac7ea746aea2bb3017ae81ada266a9534838f453e66be88930e695266e9f8673a4e673b1fcc61515f8d72e834d077bd66df244fd6bf5e20d52
 SHA512 
01446720f8b8c5b962a5a8f3b67228f1f9e145ac8736b005a4d825c30088667f4b307332d2baa4e8d4d4cbb8b96be00d2006f81f2892bb694c7d9dbf317721c0
 DIST sqlmap-1.7.5.gh.tar.gz 7214128 BLAKE2B 
5d09956b36f709930646603856a683d54600d570ad7b00c4a1f3bf1d939ddbb4c9db0b41f27ee76f45a9a2611323701705d98cfe2925f780760a1fbe6ddf581e
 SHA512 
847295467d45def33f14e5006338e67480d63d0429930a0199acf433871f215070538f8ecf3c1ce7fe67b99444f2797a48373043ef0d30fac078332ee045a6c8

diff --git a/dev-db/sqlmap/sqlmap-1.7.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-04-19 Thread Sam James
commit: b9e6eef71c2c37780490062bd25040daeee56a13
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 19 06:06:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 19 06:06:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e6eef7

dev-db/sqlmap: Stabilize 1.7.3 amd64, #904541

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.3.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
index 32695e2b6a05..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.3.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-04-19 Thread Sam James
commit: 487f9fedb1a3be0a69dce58ad3a9e59f227b970d
Author: Sam James  gentoo  org>
AuthorDate: Wed Apr 19 06:06:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Apr 19 06:06:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487f9fed

dev-db/sqlmap: Stabilize 1.7.3 x86, #904541

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.3.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
index 550ec7d5d4b0..32695e2b6a05 100644
--- a/dev-db/sqlmap/sqlmap-1.7.3.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-04-09 Thread Sam James
commit: 5625fa5babc9a0eeb2993a9f427a2f8d925c12c8
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Apr  7 09:10:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr  9 18:31:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5625fa5b

dev-db/sqlmap: add 1.7.4

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30512
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.7.4.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 6b985f05281a..015850a475e4 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
+DIST sqlmap-1.7.4.gh.tar.gz 7213833 BLAKE2B 
888d1756c92d44ac7ea746aea2bb3017ae81ada266a9534838f453e66be88930e695266e9f8673a4e673b1fcc61515f8d72e834d077bd66df244fd6bf5e20d52
 SHA512 
01446720f8b8c5b962a5a8f3b67228f1f9e145ac8736b005a4d825c30088667f4b307332d2baa4e8d4d4cbb8b96be00d2006f81f2892bb694c7d9dbf317721c0

diff --git a/dev-db/sqlmap/sqlmap-1.7.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
new file mode 100644
index ..550ec7d5d4b0
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-03-18 Thread Sam James
commit: 9aa54adc6029db6e05d9bd786fa58f4f9363256d
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Mar 16 16:59:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 03:12:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa54adc

dev-db/sqlmap: drop 1.7

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/30147
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest  |  1 -
 dev-db/sqlmap/sqlmap-1.7.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index f499e42c7123..6b985f05281a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,2 @@
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
-DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.7.ebuild b/dev-db/sqlmap/sqlmap-1.7.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-03-18 Thread Sam James
commit: d0f98a755df3b6465dbe2b866a114980553beb06
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Mar 15 20:42:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 19 03:12:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0f98a75

dev-db/sqlmap: add 1.7.3

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.7.3.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 5868bb9c4061..f499e42c7123 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
+DIST sqlmap-1.7.3.gh.tar.gz 7210615 BLAKE2B 
b20f95f8426a0ac1f4cbd09974bac5132b97b19227be036c2d290e121084e3841d80771834631cb2120f5968541e05ce9496abf317f208c759bd9bc8af396a9d
 SHA512 
4e372ec66c104de01324355a5c7383373f9756057381d77ceaabc673c3d9f1e03b7aa253dd14f32f322926ddbd542401fa2ce65c4fc29dd37772901ea58a3813
 DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.7.3.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
new file mode 100644
index ..550ec7d5d4b0
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-03-16 Thread Joonas Niilola
commit: 0b17d1234de927aee943d2fa56bf96b750addbb2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 16 07:33:10 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 16 07:33:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b17d123

dev-db/sqlmap: Stabilize 1.7.2 x86, #901381

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.2.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-03-16 Thread Joonas Niilola
commit: 34a2b21e1ea444932e126bcfe6313994271de5ff
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Mar 16 07:32:52 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar 16 07:32:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a2b21e

dev-db/sqlmap: Stabilize 1.7.2 amd64, #901381

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
index 550ec7d5d4b0..2e665b523b24 100644
--- a/dev-db/sqlmap/sqlmap-1.7.2.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-03-06 Thread Joonas Niilola
commit: 512767483c0c1f9a1fa11773e9b7c11481e67851
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sun Feb 26 09:52:24 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Mar  7 07:41:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51276748

dev-db/sqlmap: drop 1.6.11, 1.6.12

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29803
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest |  2 --
 dev-db/sqlmap/sqlmap-1.6.11.ebuild | 60 --
 dev-db/sqlmap/sqlmap-1.6.12.ebuild | 60 --
 3 files changed, 122 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 317ecb4d03a6..5868bb9c4061 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,2 @@
-DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
-DIST sqlmap-1.6.12.gh.tar.gz 7207020 BLAKE2B 
9d26c5a5dce4bd2eb5ab38b307d211fefc27a2fe0784f7d91dade2a1eecabdbeec506eeb8bed4a85993873760bb050a77c16d08f01ecdaad1e82e56dbf17c12e
 SHA512 
297cd31f055ee7ee41244f205e9cf71209a29d71e7002331a0d7eba04a151a238cef5c3c06710af516b86cdb95ae9bb72b63019830004a366008b798aad768aa
 DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.6.11.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
deleted file mode 100644
index ad6dac4b9230..
--- a/dev-db/sqlmap/sqlmap-1.6.11.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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.6.12.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.12.ebuild
deleted file mode 100644
index 550ec7d5d4b0..
--- a/dev-db/sqlmap/sqlmap-1.6.12.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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} ==  ]] ; 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 

[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-02-16 Thread Sam James
commit: 2a7096e7d841c3050947970a9ad16ff98223e4b0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:57:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:57:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7096e7

dev-db/sqlmap: Stabilize 1.7 x86, #894974

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.ebuild b/dev-db/sqlmap/sqlmap-1.7.ebuild
index 2e665b523b24..ad6dac4b9230 100644
--- a/dev-db/sqlmap/sqlmap-1.7.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-02-16 Thread Sam James
commit: 4a0659e159854864b6d7804939c680626722fc6f
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 22:51:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 16 22:51:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0659e1

dev-db/sqlmap: Stabilize 1.7 amd64, #894974

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.7.ebuild b/dev-db/sqlmap/sqlmap-1.7.ebuild
index 550ec7d5d4b0..2e665b523b24 100644
--- a/dev-db/sqlmap/sqlmap-1.7.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.7.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-02-07 Thread Sam James
commit: 2d6365bde5d509444acbf8ce37801554b1d6537f
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Feb  7 16:26:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  8 04:10:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d6365bd

dev-db/sqlmap: add 1.7.2

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/29464
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.7.2.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 5f27df33aace..317ecb4d03a6 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
 DIST sqlmap-1.6.12.gh.tar.gz 7207020 BLAKE2B 
9d26c5a5dce4bd2eb5ab38b307d211fefc27a2fe0784f7d91dade2a1eecabdbeec506eeb8bed4a85993873760bb050a77c16d08f01ecdaad1e82e56dbf17c12e
 SHA512 
297cd31f055ee7ee41244f205e9cf71209a29d71e7002331a0d7eba04a151a238cef5c3c06710af516b86cdb95ae9bb72b63019830004a366008b798aad768aa
+DIST sqlmap-1.7.2.gh.tar.gz 7208613 BLAKE2B 
69c8f6ba75b884ef13a693857a864df973a7f38f796b3489adea3ef1fbfaf01a2181b0f22af124b8efa22c29d0f988fa3bb1050b33e84aa029bb97a6c2f0e949
 SHA512 
a26da178ba151d8c34574dee30f4247ec16002b719fbb0ecd56dc074c9806daa81ed0d414421641d98b354663ff1685596c5f276f6e4812dae266dbab84a8286
 DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.7.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
new file mode 100644
index ..550ec7d5d4b0
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-01-03 Thread Sam James
commit: 5757405eb644ed14c49dee8c611fce226b58b0bc
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jan  4 05:20:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  4 05:30:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5757405e

dev-db/sqlmap: add 1.7

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest  |  1 +
 dev-db/sqlmap/sqlmap-1.7.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 29f0b9b0de9b..c6c257a23f3c 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
 DIST sqlmap-1.6.12.gh.tar.gz 7207020 BLAKE2B 
9d26c5a5dce4bd2eb5ab38b307d211fefc27a2fe0784f7d91dade2a1eecabdbeec506eeb8bed4a85993873760bb050a77c16d08f01ecdaad1e82e56dbf17c12e
 SHA512 
297cd31f055ee7ee41244f205e9cf71209a29d71e7002331a0d7eba04a151a238cef5c3c06710af516b86cdb95ae9bb72b63019830004a366008b798aad768aa
+DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.7.ebuild b/dev-db/sqlmap/sqlmap-1.7.ebuild
new file mode 100644
index ..59dee0a9ccff
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.7.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2023-01-03 Thread Sam James
commit: 6c5d137f51e74781d88aaef1bceeef8be53e9094
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Jan  4 05:20:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan  4 05:30:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5d137f

dev-db/sqlmap: drop 1.6.10

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28952
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest |  1 -
 dev-db/sqlmap/sqlmap-1.6.10.ebuild | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index c6c257a23f3c..5f27df33aace 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,3 @@
-DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
 DIST sqlmap-1.6.12.gh.tar.gz 7207020 BLAKE2B 
9d26c5a5dce4bd2eb5ab38b307d211fefc27a2fe0784f7d91dade2a1eecabdbeec506eeb8bed4a85993873760bb050a77c16d08f01ecdaad1e82e56dbf17c12e
 SHA512 
297cd31f055ee7ee41244f205e9cf71209a29d71e7002331a0d7eba04a151a238cef5c3c06710af516b86cdb95ae9bb72b63019830004a366008b798aad768aa
 DIST sqlmap-1.7.gh.tar.gz 7207796 BLAKE2B 
5a30cb111b0b6b8c37ff8b9ec37e3724b51b9a41cdd3d75d9665cfc6ceb4c9d11d642714cd327669015309b427184663c0ba248c4158378489bc5e0668a8cb7a
 SHA512 
ca79239eec7b0e72a37de65471787800837b01c9567a8dae617bda5f4dde70c80a0d2e8f38373245bf43cf6feaca19e606482f7c1ca7b18745ca107693f3

diff --git a/dev-db/sqlmap/sqlmap-1.6.10.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
deleted file mode 100644
index 6f14fb2bc59f..
--- a/dev-db/sqlmap/sqlmap-1.6.10.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-12-26 Thread Sam James
commit: ba3af18da38c27d5d1daeb5bab4078f8b97cd152
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 27 07:29:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 07:29:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3af18d

dev-db/sqlmap: Stabilize 1.6.11 x86, #888529

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.11.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
index 6b74d8864800..7c54e083798c 100644
--- a/dev-db/sqlmap/sqlmap-1.6.11.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-12-26 Thread Sam James
commit: f8b31fc40e5f6bc3a0d93e6a106e753a8474501f
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 27 07:29:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 27 07:29:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8b31fc4

dev-db/sqlmap: Stabilize 1.6.11 amd64, #888529

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.11.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
index 7c54e083798c..6f14fb2bc59f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.11.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-12-14 Thread Sam James
commit: 95a8c3eafa0cc5d180275addd2ecfeeaeef496a3
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Dec  8 22:14:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec 15 04:44:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a8c3ea

dev-db/sqlmap: add 1.6.12

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28607
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest |  1 +
 dev-db/sqlmap/sqlmap-1.6.12.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 705f72a03313..29f0b9b0de9b 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
+DIST sqlmap-1.6.12.gh.tar.gz 7207020 BLAKE2B 
9d26c5a5dce4bd2eb5ab38b307d211fefc27a2fe0784f7d91dade2a1eecabdbeec506eeb8bed4a85993873760bb050a77c16d08f01ecdaad1e82e56dbf17c12e
 SHA512 
297cd31f055ee7ee41244f205e9cf71209a29d71e7002331a0d7eba04a151a238cef5c3c06710af516b86cdb95ae9bb72b63019830004a366008b798aad768aa

diff --git a/dev-db/sqlmap/sqlmap-1.6.12.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.12.ebuild
new file mode 100644
index ..6b74d8864800
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.12.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-22 Thread Joonas Niilola
commit: 35a48c63fa98c5f5b943d4d14cf3f9f9140ad931
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Wed Nov  2 16:24:36 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 22 13:26:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35a48c63

dev-db/sqlmap: add 1.6.11

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest |  1 +
 dev-db/sqlmap/sqlmap-1.6.11.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index d4306188d124..bee9ef069f9a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
+DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
 DIST sqlmap-1.6.9.gh.tar.gz 7205911 BLAKE2B 
7da1ae0201d0194c67bfc02b5f2e4e0319eb5820129da7c2708ec8012a7e9474a798767331c541ecea4e078a21d7117a2416ce7e2d135151512019e0ddc543d2
 SHA512 
ae1b78a75b591162898aaf273d476bd0d4a414820169c463e0694105e774c487bc546c6eb134d8200a51ddb152f5204134032e60f51484ba1a15af7040211d4d

diff --git a/dev-db/sqlmap/sqlmap-1.6.11.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
new file mode 100644
index ..6b74d8864800
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.11.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-22 Thread Joonas Niilola
commit: 60b7aaa8804119a41d9cc2eacdfecf26df0263e0
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Nov  8 06:31:03 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Nov 22 13:26:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b7aaa8

dev-db/sqlmap: drop 1.6.8, 1.6.9

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/28109
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest|  2 --
 dev-db/sqlmap/sqlmap-1.6.8.ebuild | 60 ---
 dev-db/sqlmap/sqlmap-1.6.9.ebuild | 60 ---
 3 files changed, 122 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index bee9ef069f9a..705f72a03313 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,2 @@
 DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.11.gh.tar.gz 7206836 BLAKE2B 
fd55093c873537d8607822d4bf84b6eed47a1a01e89750265c040f70a82faea2141096a611f66c46f025cfe2893cb0401e63034c80be6d736cc25246cd70e3fd
 SHA512 
d773ab5e45e933ed64533e3ede0ec3e25543ecf9489fa72dc57558385ddb7c515e57952022b8c350fbeb347f6e935864e22c2cc51abee81740fd66478349e2ab
-DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
-DIST sqlmap-1.6.9.gh.tar.gz 7205911 BLAKE2B 
7da1ae0201d0194c67bfc02b5f2e4e0319eb5820129da7c2708ec8012a7e9474a798767331c541ecea4e078a21d7117a2416ce7e2d135151512019e0ddc543d2
 SHA512 
ae1b78a75b591162898aaf273d476bd0d4a414820169c463e0694105e774c487bc546c6eb134d8200a51ddb152f5204134032e60f51484ba1a15af7040211d4d

diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
deleted file mode 100644
index 6f14fb2bc59f..
--- a/dev-db/sqlmap/sqlmap-1.6.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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.6.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
deleted file mode 100644
index 6f14fb2bc59f..
--- a/dev-db/sqlmap/sqlmap-1.6.9.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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)
-# 

[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-10 Thread Sam James
commit: 7d8eddb28a95413290697f7f561cf2f6942b5bee
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 11 05:34:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 11 05:34:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d8eddb2

dev-db/sqlmap: Stabilize 1.6.10 x86, #880849

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.10.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
index 49a3789893c5..6f14fb2bc59f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.10.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-10 Thread Sam James
commit: 78f6b64e500af9b1103aa6957847b9c042139347
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 11 04:25:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 11 04:25:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f6b64e

dev-db/sqlmap: Stabilize 1.6.10 amd64, #880849

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.10.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
index 6b74d8864800..49a3789893c5 100644
--- a/dev-db/sqlmap/sqlmap-1.6.10.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-07 Thread Sam James
commit: cc3593bbcf6292855e4cf8ab68c614510722853d
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 23:18:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 23:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3593bb

dev-db/sqlmap: Stabilize 1.6.9 amd64, #880241

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
index 6b74d8864800..49a3789893c5 100644
--- a/dev-db/sqlmap/sqlmap-1.6.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-11-07 Thread Sam James
commit: da64085f6ea5424d8281bdd048256528a3361fc4
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  7 23:18:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  7 23:18:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da64085f

dev-db/sqlmap: Stabilize 1.6.9 x86, #880241

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
index 49a3789893c5..6f14fb2bc59f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.9.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-10-10 Thread Joonas Niilola
commit: d527a41b9022424413073fe1e1393d24a8fb4960
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Oct  6 18:39:30 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Oct 10 13:05:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d527a41b

dev-db/sqlmap: add 1.6.10

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27664
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest |  1 +
 dev-db/sqlmap/sqlmap-1.6.10.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 0d8c416b0458..d4306188d124 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
+DIST sqlmap-1.6.10.gh.tar.gz 7206382 BLAKE2B 
2beaf7d49599f7e8072d0725bc58d00c4fd1096316080013f0892cd1c25a2b05c5682191bc87aa9210b21393142aafb43c8ecb5855699716f287e01be2b6
 SHA512 
a2d08f62a4e78fee6761a17b45913dc8794ec07ae466042f41bb5ba524221d670ae6c8f0cde92590d45f0919cb52c1fb98b83e58099eba1b0fd8e833d68d12ad
 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
 DIST sqlmap-1.6.9.gh.tar.gz 7205911 BLAKE2B 
7da1ae0201d0194c67bfc02b5f2e4e0319eb5820129da7c2708ec8012a7e9474a798767331c541ecea4e078a21d7117a2416ce7e2d135151512019e0ddc543d2
 SHA512 
ae1b78a75b591162898aaf273d476bd0d4a414820169c463e0694105e774c487bc546c6eb134d8200a51ddb152f5204134032e60f51484ba1a15af7040211d4d

diff --git a/dev-db/sqlmap/sqlmap-1.6.10.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
new file mode 100644
index ..6b74d8864800
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.10.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-10-05 Thread Joonas Niilola
commit: cece22aa567d31715c519a811ab145efdae9e156
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Sep  6 16:23:27 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Wed Oct  5 07:00:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cece22aa

dev-db/sqlmap: add 1.6.9

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27163
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.6.9.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index fb39d92786e2..0d8c416b0458 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1 +1,2 @@
 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b
+DIST sqlmap-1.6.9.gh.tar.gz 7205911 BLAKE2B 
7da1ae0201d0194c67bfc02b5f2e4e0319eb5820129da7c2708ec8012a7e9474a798767331c541ecea4e078a21d7117a2416ce7e2d135151512019e0ddc543d2
 SHA512 
ae1b78a75b591162898aaf273d476bd0d4a414820169c463e0694105e774c487bc546c6eb134d8200a51ddb152f5204134032e60f51484ba1a15af7040211d4d

diff --git a/dev-db/sqlmap/sqlmap-1.6.9.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
new file mode 100644
index ..6b74d8864800
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.9.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-30 Thread Sam James
commit: 7e379627bb0e5e76f18d208996a8eb645af38a52
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Aug 30 20:23:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 31 01:10:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e379627

dev-db/sqlmap: drop 1.6.6, 1.6.7

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/27080
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  2 --
 dev-db/sqlmap/sqlmap-1.6.6.ebuild | 60 ---
 dev-db/sqlmap/sqlmap-1.6.7.ebuild | 60 ---
 3 files changed, 122 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index d66ea242b9ce..fb39d92786e2 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1 @@
-DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
-DIST sqlmap-1.6.7.gh.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1
 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b

diff --git a/dev-db/sqlmap/sqlmap-1.6.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
deleted file mode 100644
index a1ffe637309f..
--- a/dev-db/sqlmap/sqlmap-1.6.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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}.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.6.7.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
deleted file mode 100644
index 6b74d8864800..
--- a/dev-db/sqlmap/sqlmap-1.6.7.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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 

[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-27 Thread Sam James
commit: 4b195d58e0873ecbda98960632e6dbedb41d1e39
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 23:25:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 23:25:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b195d58

dev-db/sqlmap: Stabilize 1.6.8 amd64, #866632

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
index 7c54e083798c..6f14fb2bc59f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-26 Thread Sam James
commit: ecce4a5ab2c9b3bb6f3e30709cce9b71a9266e3c
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 26 10:07:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 26 10:08:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecce4a5a

dev-db/sqlmap: Stabilize 1.6.8 x86, #866632

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
index 6b74d8864800..7c54e083798c 100644
--- a/dev-db/sqlmap/sqlmap-1.6.8.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
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"
+   KEYWORDS="~amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-22 Thread Sam James
commit: ab164c230e1f06656119906651cbfa1e3758356c
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 23 05:33:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 23 05:33:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab164c23

dev-db/sqlmap: add proxy-maint too

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-db/sqlmap/metadata.xml b/dev-db/sqlmap/metadata.xml
index d5f5a618a4d0..16aade051731 100644
--- a/dev-db/sqlmap/metadata.xml
+++ b/dev-db/sqlmap/metadata.xml
@@ -9,6 +9,10 @@
s...@gentoo.org
Sam James

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

sqlmap is an open source penetration testing tool that 
automates the
process of detecting and exploiting SQL injection flaws and 
taking over



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-22 Thread Sam James
commit: 13ce485f26c4131b2ef7ac06f25493ed9c7d8fb5
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Aug  4 21:06:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 23 05:32:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13ce485f

dev-db/sqlmap: add 1.6.8

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.6.8.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 81414d9df111..84f2df2e293f 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
 DIST sqlmap-1.6.7.gh.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1
+DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b

diff --git a/dev-db/sqlmap/sqlmap-1.6.8.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
new file mode 100644
index ..6b74d8864800
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.8.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-22 Thread Sam James
commit: ca919af5fb38fb03f2cf5a0c9e2dff264eb62a0d
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Aug  4 21:06:59 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 23 05:32:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca919af5

dev-db/sqlmap: drop 1.6.5

Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26740
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 -
 dev-db/sqlmap/sqlmap-1.6.5.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 84f2df2e293f..d66ea242b9ce 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,3 @@
-DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
 DIST sqlmap-1.6.7.gh.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1
 DIST sqlmap-1.6.8.gh.tar.gz 7205751 BLAKE2B 
49fddc4b7c62c9baa5d6732bb9150bd2b3e48a671f9a3601ffc0821d5784fa02fbba37bc057ecd43888c2678ae477cca46b279e59b8a672310836218700df241
 SHA512 
e8849bb727ca84540fa9e44e580470aa6d853f7fcd1bddc2a51a5e4366a7eceedde80b3bd334f16753d5390ee0ac15fbd81551e79ada817bb11b6964dd439c9b

diff --git a/dev-db/sqlmap/sqlmap-1.6.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
deleted file mode 100644
index a1ffe637309f..
--- a/dev-db/sqlmap/sqlmap-1.6.5.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-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} ==  ]] ; 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}.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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-03 Thread Sam James
commit: 78a1ac5b1f83b9401390f6e0a6a6791eb89d96a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  4 00:12:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  4 00:12:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a1ac5b

dev-db/sqlmap: Stabilize 1.6.6 x86, #863464

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
index a1df48cc5278..a1ffe637309f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.6.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else

SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-08-03 Thread Sam James
commit: fbe098fc655ff4ca49bec986460972ee591a737c
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug  4 00:11:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug  4 00:11:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe098fc

dev-db/sqlmap: Stabilize 1.6.6 amd64, #863464

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
index 7fe00f1370cf..a1df48cc5278 100644
--- a/dev-db/sqlmap/sqlmap-1.6.6.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else

SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-07-26 Thread Sam James
commit: e654408f64fe23d7b1a98d4c8922ea361f3396b8
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 27 05:56:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 05:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e654408f

dev-db/sqlmap: fix PythonGHDistfileSuffix

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest| 2 +-
 dev-db/sqlmap/sqlmap-1.6.7.ebuild | 2 +-
 dev-db/sqlmap/sqlmap-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 6b81263f38f1..81414d9df111 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,3 @@
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
-DIST sqlmap-1.6.7.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1
+DIST sqlmap-1.6.7.gh.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1

diff --git a/dev-db/sqlmap/sqlmap-1.6.7.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
index 7fe00f1370cf..6b74d8864800 100644
--- a/dev-db/sqlmap/sqlmap-1.6.7.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]] ; 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}.tar.gz"
+   
SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index 7fe00f1370cf..6b74d8864800 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} ==  ]] ; 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}.tar.gz"
+   
SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~x86"
 fi
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-07-26 Thread Sam James
commit: d4671b4db29c491b1f6bbc11dfea6353ce7f14bc
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Thu Jul 14 15:23:58 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 27 05:55:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4671b4d

dev-db/sqlmap: version bump 1.6.7

Closes: https://github.com/gentoo/gentoo/pull/26403
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.6.7.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 8d458b90ec9a..6b81263f38f1 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf
+DIST sqlmap-1.6.7.tar.gz 7205694 BLAKE2B 
35498643389a8393b4941665d33349b0e0a6263e3ed10e40b12631bf9d8e495374fffa6354c69f032b6da94fa07b667f5393def9cacf9069c088b63de4b13a67
 SHA512 
35707755a93fe4d23ea67670d08014acb4eb8d49d6743b5031ad02ef72939181099523cc768be9d4f7a4fb5773ddaad5eac22758ecd1aadcb36e33679fff36d1

diff --git a/dev-db/sqlmap/sqlmap-1.6.7.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
new file mode 100644
index ..7fe00f1370cf
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.7.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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}.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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-07-25 Thread Sam James
commit: e0b78172554cd91624fd32a2ac70dfb3cbd4f780
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 26 04:20:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 26 04:25:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b78172

dev-db/sqlmap: drop 1.6.2, 1.6.4

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  2 --
 dev-db/sqlmap/sqlmap-1.6.2.ebuild | 60 ---
 dev-db/sqlmap/sqlmap-1.6.4.ebuild | 60 ---
 3 files changed, 122 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 0602a1fd1aac..8d458b90ec9a 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,4 +1,2 @@
-DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B 
cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270
 SHA512 
a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976
-DIST sqlmap-1.6.4.tar.gz 7203746 BLAKE2B 
8e55805a59dbc7fa4a4be03d5edf34160858e624047dafe63d6280bfb59c83fef0bfe3f74b775adad3cbe3be312dad166c79c758fe18418d32788c22b2233d16
 SHA512 
304c8213ae4b1858066765fa5e6409e97ac90de46b319683e7daf6c89f610de04cac400a7044633aeb014648b7b57c880c3a2646b40049b93f84a626c12994d2
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
 DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf

diff --git a/dev-db/sqlmap/sqlmap-1.6.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.2.ebuild
deleted file mode 100644
index 7b33e4568b15..
--- a/dev-db/sqlmap/sqlmap-1.6.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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} ==  ]] ; 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}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
-fi
-
-# sqlmap (GPL-2+)
-# ansitrm (BSD)
-# beautifulsoup (BSD)
-# bottle (MIT)
-# charder (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.6.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
deleted file mode 100644
index bafc90f9951b..
--- a/dev-db/sqlmap/sqlmap-1.6.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-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} ==  ]] ; 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}.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}"

[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-07-14 Thread Sam James
commit: 192c7f7bfcd813970724f320b3b5c3ee5645ede1
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 15 00:44:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 15 00:44:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=192c7f7b

dev-db/sqlmap: Stabilize 1.6.5 amd64, #857975

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.5.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
index 5c626fbd1185..a1ffe637309f 100644
--- a/dev-db/sqlmap/sqlmap-1.6.5.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} ==  ]] ; then
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else

SRC_URI="https://github.com/sqlmapproject/sqlmap/archive/refs/tags/${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 x86"
+   KEYWORDS="amd64 x86"
 fi
 
 # sqlmap (GPL-2+)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-07-02 Thread Sam James
commit: a301c9c26ee0ffc26c6d786752cff2db4cea00a7
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Sat Jun 18 11:27:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  2 23:39:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a301c9c2

dev-db/sqlmap: version bump 1.6.6

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/25955
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest|  1 +
 dev-db/sqlmap/sqlmap-1.6.6.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index b2c2cbdfe8b5..0602a1fd1aac 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,3 +1,4 @@
 DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B 
cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270
 SHA512 
a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976
 DIST sqlmap-1.6.4.tar.gz 7203746 BLAKE2B 
8e55805a59dbc7fa4a4be03d5edf34160858e624047dafe63d6280bfb59c83fef0bfe3f74b775adad3cbe3be312dad166c79c758fe18418d32788c22b2233d16
 SHA512 
304c8213ae4b1858066765fa5e6409e97ac90de46b319683e7daf6c89f610de04cac400a7044633aeb014648b7b57c880c3a2646b40049b93f84a626c12994d2
 DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d
+DIST sqlmap-1.6.6.tar.gz 7204158 BLAKE2B 
40e4a896855270b98c89fc0a5d6060af51ec7d24da101688dbf2ec470741129a6193330be45e3ddd8d450bdfbcf4ccdf29bac47ba9e1d27eddf76490fc0777dc
 SHA512 
9d680754ad82db660770d29b96c74a20c271dec8feff19f57f20c726a1776c86f685e538bb33c026ec49d48fadf981eb41cf6dd970c6100dc7a0c9dcd39c43cf

diff --git a/dev-db/sqlmap/sqlmap-1.6.6.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
new file mode 100644
index ..7fe00f1370cf
--- /dev/null
+++ b/dev-db/sqlmap/sqlmap-1.6.6.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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} ==  ]] ; 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}.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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-06-15 Thread Sam James
commit: 28f3b893ebdfcd8406fd9f02791b3c73abaf7b52
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue May 17 16:21:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jun 15 18:24:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f3b893

dev-db/sqlmap: version bump 1.6.5

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/25539
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest| 1 +
 dev-db/sqlmap/{sqlmap-.ebuild => sqlmap-1.6.5.ebuild} | 2 +-
 dev-db/sqlmap/sqlmap-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index 08c256535553..b2c2cbdfe8b5 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1,2 +1,3 @@
 DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B 
cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270
 SHA512 
a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976
 DIST sqlmap-1.6.4.tar.gz 7203746 BLAKE2B 
8e55805a59dbc7fa4a4be03d5edf34160858e624047dafe63d6280bfb59c83fef0bfe3f74b775adad3cbe3be312dad166c79c758fe18418d32788c22b2233d16
 SHA512 
304c8213ae4b1858066765fa5e6409e97ac90de46b319683e7daf6c89f610de04cac400a7044633aeb014648b7b57c880c3a2646b40049b93f84a626c12994d2
+DIST sqlmap-1.6.5.tar.gz 7204055 BLAKE2B 
0ab5ff3ab8f27e0f944c65d84e9d66627dd09c22fd59a18002481a26db804d737702acf71768dfd44f88008fe82369c155144e9df58935e7feed644394299d89
 SHA512 
6812ab822119c0071077d87bbc7dd032560c6b85dedd6a568e63e12f885156959a89fa67045545a1433ab0ad6f4ad1f0335980adbc54a1af654d999ac07cee6d

diff --git a/dev-db/sqlmap/sqlmap-.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
similarity index 97%
copy from dev-db/sqlmap/sqlmap-.ebuild
copy to dev-db/sqlmap/sqlmap-1.6.5.ebuild
index bafc90f9951b..7fe00f1370cf 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index bafc90f9951b..7fe00f1370cf 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-05-15 Thread Sam James
commit: b682a8b08a06b082f112dc2f028ae60cbd2463c9
Author: Sam James  gentoo  org>
AuthorDate: Mon May 16 05:22:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 16 05:22:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b682a8b0

dev-db/sqlmap: add Python 3.8

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.4.ebuild | 2 +-
 dev-db/sqlmap/sqlmap-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.4.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
index a10a6cfcb7aa..bafc90f9951b 100644
--- a/dev-db/sqlmap/sqlmap-1.6.4.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index a10a6cfcb7aa..bafc90f9951b 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 PYTHON_REQ_USE="sqlite"
 
 inherit bash-completion-r1 python-single-r1 wrapper



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-05-15 Thread Sam James
commit: 228063befae0e81b19ba223de07758db4c94aaa7
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Tue Apr 19 20:18:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 16 05:22:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228063be

dev-db/sqlmap: version bump 1.6.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/25118
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest| 1 +
 dev-db/sqlmap/{sqlmap-.ebuild => sqlmap-1.6.4.ebuild} | 2 +-
 dev-db/sqlmap/sqlmap-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
index c37adc6febf9..08c256535553 100644
--- a/dev-db/sqlmap/Manifest
+++ b/dev-db/sqlmap/Manifest
@@ -1 +1,2 @@
 DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B 
cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270
 SHA512 
a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976
+DIST sqlmap-1.6.4.tar.gz 7203746 BLAKE2B 
8e55805a59dbc7fa4a4be03d5edf34160858e624047dafe63d6280bfb59c83fef0bfe3f74b775adad3cbe3be312dad166c79c758fe18418d32788c22b2233d16
 SHA512 
304c8213ae4b1858066765fa5e6409e97ac90de46b319683e7daf6c89f610de04cac400a7044633aeb014648b7b57c880c3a2646b40049b93f84a626c12994d2

diff --git a/dev-db/sqlmap/sqlmap-.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
similarity index 98%
copy from dev-db/sqlmap/sqlmap-.ebuild
copy to dev-db/sqlmap/sqlmap-1.6.4.ebuild
index 7b33e4568b15..a10a6cfcb7aa 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.4.ebuild
@@ -23,7 +23,7 @@ fi
 # ansitrm (BSD)
 # beautifulsoup (BSD)
 # bottle (MIT)
-# charder (LGPL-2.1+)
+# chardet (LGPL-2.1+)
 # clientform (BSD)
 # colorama (BSD)
 # fcrypt (BSD-2)

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index 7b33e4568b15..a10a6cfcb7aa 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -23,7 +23,7 @@ fi
 # ansitrm (BSD)
 # beautifulsoup (BSD)
 # bottle (MIT)
-# charder (LGPL-2.1+)
+# chardet (LGPL-2.1+)
 # clientform (BSD)
 # colorama (BSD)
 # fcrypt (BSD-2)



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-04-10 Thread Sam James
commit: 0b18d1898641c43db468dc9fea39a1c7e2edf3d6
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 10 16:56:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 10 16:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b18d189

dev-db/sqlmap: add pypi upstream metadata

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-db/sqlmap/metadata.xml b/dev-db/sqlmap/metadata.xml
index 9be066d6c8f4..d5f5a618a4d0 100644
--- a/dev-db/sqlmap/metadata.xml
+++ b/dev-db/sqlmap/metadata.xml
@@ -16,5 +16,6 @@


sqlmapproject/sqlmap
+   sqlmap

 



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/

2022-04-04 Thread Sam James
commit: e26554af65ec4e30dcba9a4d3f48d2eddd120d86
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr  5 03:18:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  5 03:18:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26554af

dev-db/sqlmap: style tweaks

Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/sqlmap-1.6.2.ebuild | 12 ++--
 dev-db/sqlmap/sqlmap-.ebuild  | 12 ++--
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/dev-db/sqlmap/sqlmap-1.6.2.ebuild 
b/dev-db/sqlmap/sqlmap-1.6.2.ebuild
index 1844e8ba2536..7b33e4568b15 100644
--- a/dev-db/sqlmap/sqlmap-1.6.2.ebuild
+++ b/dev-db/sqlmap/sqlmap-1.6.2.ebuild
@@ -11,7 +11,7 @@ inherit bash-completion-r1 python-single-r1 wrapper
 DESCRIPTION="An automatic SQL injection and database takeover tool"
 HOMEPAGE="https://sqlmap.org/;
 
-if [[ ${PV} == "" ]]; then
+if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else
@@ -39,7 +39,7 @@ fi
 # termcolor (BSD)
 # wininetpton (public-domain)
 LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
-SLOT=0
+SLOT="0"
 
 RDEPEND="${PYTHON_DEPS}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -49,12 +49,12 @@ DOCS=( doc/ README.md )
 src_install () {
einstalldocs
 
-   insinto "/usr/share/${PN}/"
+   insinto /usr/share/${PN}/
doins -r *
-   python_optimize "${ED}/usr/share/${PN}"
+   python_optimize "${ED}"/usr/share/${PN}
 
-   make_wrapper "${PN}" \
-   "${EPYTHON} /usr/share/${PN}/sqlmap.py"
+   make_wrapper ${PN} \
+   "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
 
newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
 }

diff --git a/dev-db/sqlmap/sqlmap-.ebuild b/dev-db/sqlmap/sqlmap-.ebuild
index 1844e8ba2536..7b33e4568b15 100644
--- a/dev-db/sqlmap/sqlmap-.ebuild
+++ b/dev-db/sqlmap/sqlmap-.ebuild
@@ -11,7 +11,7 @@ inherit bash-completion-r1 python-single-r1 wrapper
 DESCRIPTION="An automatic SQL injection and database takeover tool"
 HOMEPAGE="https://sqlmap.org/;
 
-if [[ ${PV} == "" ]]; then
+if [[ ${PV} ==  ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/sqlmapproject/sqlmap;
 else
@@ -39,7 +39,7 @@ fi
 # termcolor (BSD)
 # wininetpton (public-domain)
 LICENSE="BSD BSD-2 GPL-2+ LGPL-2.1+ MIT public-domain"
-SLOT=0
+SLOT="0"
 
 RDEPEND="${PYTHON_DEPS}"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
@@ -49,12 +49,12 @@ DOCS=( doc/ README.md )
 src_install () {
einstalldocs
 
-   insinto "/usr/share/${PN}/"
+   insinto /usr/share/${PN}/
doins -r *
-   python_optimize "${ED}/usr/share/${PN}"
+   python_optimize "${ED}"/usr/share/${PN}
 
-   make_wrapper "${PN}" \
-   "${EPYTHON} /usr/share/${PN}/sqlmap.py"
+   make_wrapper ${PN} \
+   "${EPYTHON} ${EPREFIX}/usr/share/${PN}/sqlmap.py"
 
newbashcomp "${FILESDIR}"/sqlmap.bash-completion sqlmap
 }



[gentoo-commits] repo/gentoo:master commit in: dev-db/sqlmap/files/, dev-db/sqlmap/

2022-04-04 Thread Sam James
commit: 0c2636d824eb25536bd113fba5e2f783568558ff
Author: Mario Haustein  hrz  tu-chemnitz  de>
AuthorDate: Fri Mar 11 16:08:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  5 03:13:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c2636d8

dev-db/sqlmap: new ebuild

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mario Haustein  hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/24494
Signed-off-by: Sam James  gentoo.org>

 dev-db/sqlmap/Manifest |   1 +
 dev-db/sqlmap/files/sqlmap.bash-completion | 158 +
 dev-db/sqlmap/metadata.xml |  20 
 dev-db/sqlmap/sqlmap-1.6.2.ebuild  |  60 +++
 dev-db/sqlmap/sqlmap-.ebuild   |  60 +++
 5 files changed, 299 insertions(+)

diff --git a/dev-db/sqlmap/Manifest b/dev-db/sqlmap/Manifest
new file mode 100644
index ..c37adc6febf9
--- /dev/null
+++ b/dev-db/sqlmap/Manifest
@@ -0,0 +1 @@
+DIST sqlmap-1.6.2.tar.gz 7258723 BLAKE2B 
cc972eda5351683904e4c9d4f7e0ab9c127c22de597397e976060808812032b2041f68ab2d737784e499a20a7ca930167427390ca178269d744ee71738e5c270
 SHA512 
a3057486f5096fb2a242296b4ceeb1c500246fbd322c3e52f71e72cd91d1c676ca6f7746becf887625e45d0b14443a669410b28bd6a995124a6e8006c4534976

diff --git a/dev-db/sqlmap/files/sqlmap.bash-completion 
b/dev-db/sqlmap/files/sqlmap.bash-completion
new file mode 100644
index ..47e11297ed89
--- /dev/null
+++ b/dev-db/sqlmap/files/sqlmap.bash-completion
@@ -0,0 +1,158 @@
+# 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')
+
+_sqlmap()
+{
+local cur prev
+
+COMPREPLY=()
+cur=`_get_cword`
+prev=`_get_pword`
+
+case $prev in
+
+  # List directory content
+  --tamper)
+ COMPREPLY=( $( compgen -W "$tamper" -- "$cur" ) )
+ return 0
+ ;;
+  
--output-dir|-t|-l|-m|-r|--load-cookies|--proxy-file|--sql-file|--shared-lib|--file-write)
+ _filedir
+ return 0
+ ;;
+  -c)
+ _filedir ini
+ return 0
+ ;;
+  --method)
+ COMPREPLY=( $( compgen -W 'GET POST PUT' -- "$cur" ) )
+ return 0
+ ;;
+  --auth-type)
+ COMPREPLY=( $( compgen -W 'Basic Digest NTLM PKI' -- "$cur" ) )
+ return 0
+ ;;
+  --tor-type)
+ COMPREPLY=( $( compgen -W 'HTTP SOCKS4 SOCKS5' -- "$cur" ) )
+ return 0
+ ;;
+  -v)
+ COMPREPLY=( $( compgen -W '1 2 3 4 5 6' -- "$cur" ) )
+ return 0
+ ;;
+  --dbms)
+ COMPREPLY=( $( compgen -W 'mysql mssql access postgres' -- "$cur" ) )
+ return 0
+ ;;
+  --level|--crawl)
+ COMPREPLY=( $( compgen -W '1 2 3 4 5' -- "$cur" ) )
+ return 0
+ ;;
+  --risk)
+ COMPREPLY=( $( compgen -W '0 1 2 3' -- "$cur" ) )
+ return 0
+ ;;
+  --technique)
+ COMPREPLY=( $( compgen -W 'B E U S T Q' -- "$cur" ) )
+ return 0
+ ;;
+  -s)
+ _filedir sqlite
+ return 0
+ ;;
+  --dump-format)
+ COMPREPLY=( $( compgen -W 'CSV HTML SQLITE' -- "$cur" ) )
+ return 0
+ ;;
+  -x)
+ _filedir xml
+ return 0
+ ;;
+esac
+
+if [[ "$cur" == * ]]; then
+COMPREPLY=( $( compgen -W '-h --help -hh --version -v -d -u --url -l -x -m 
-r -g -c --method \
+ --data --param-del --cookie --cookie-del --load-cookies \
+ --drop-set-cookie --user-agent --random-agent --host --referer \
+ --headers --auth-type --auth-cred --auth-private --ignore-401 \
+ --proxy --proxy-cred --proxy-file --ignore-proxy --tor --tor-port \
+ --tor-type --check-tor --delay --timeout --retries --randomize \
+ --safe-url --safe-freq --skip-urlencode --csrf-token --csrf-url \
+ --force-ssl --hpp --eval -o --predict-output --keep-alive \
+ --null-connection --threads -p  --skip --dbms --dbms-cred \
+ --os --invalid-bignum --invalid-logical --invalid-string \
+ --no-cast --no-escape --prefix --suffix --tamper --level \
+ --risk --string --not-string --regexp --code --text-only \
+ --titles --technique --time-sec --union-cols --union-char \
+ --union-from --dns-domain --second-order -f --fingerprint \
+ -a --all -b --banner --current-user --current-db --hostname \
+ --is-dba --users --passwords --privileges --roles --dbs --tables \
+ --columns --schema --count --dump --dump-all --search --comments \
+ -D -T -C -X -U --exclude-sysdbs --where --start --stop \
+ --first --last --sql-query --sql-shell --sql-file --common-tables \
+ --common-columns --udf-inject --shared-lib --file-read --file-write \
+ --file-dest --os-cmd --os-shell --os-pwn --os-smbrelay --os-bof \
+ --priv-esc --msf-path --tmp-path --reg-read --reg-add --reg-del \
+ --reg-key --reg-value --reg-data --reg-type -s -t --batch \
+ --charset --crawl