Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: sqlmap-1.3.9
@ 2019-09-09  0:06 voidlinux-github
  2019-09-09  0:21 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-09  0:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 312 bytes --]

There is a new pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_sqlmap
https://github.com/void-linux/void-packages/pull/14360

New package: sqlmap-1.3.9


A patch file from https://github.com/void-linux/void-packages/pull/14360.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_sqlmap-14360.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From 29285110c7955e47289c74cc492074a9ee0b0709 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 8 Sep 2019 19:04:52 -0500
Subject: [PATCH] New package: sqlmap-1.3.9

---
 srcpkgs/sqlmap/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/sqlmap/template

diff --git a/srcpkgs/sqlmap/template b/srcpkgs/sqlmap/template
new file mode 100644
index 00000000000..3829bca9427
--- /dev/null
+++ b/srcpkgs/sqlmap/template
@@ -0,0 +1,27 @@
+# Template file for 'sqlmap'
+pkgname=sqlmap
+version=1.3.9
+revision=1
+archs=noarch
+pycompile_dirs="usr/share/sqlmap"
+pycompile_version="$py3_ver"
+depends="python3"
+short_desc="Automatic SQL injection and database takeover tool"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://sqlmap.org"
+distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
+checksum=44669d0ca2568d7595877d80ab1a36fe6f683a4382a1779459c7db5a7accd14a
+
+do_install() {
+	vmkdir usr/share/${pkgname}
+	for dir in data extra lib plugins tamper thirdparty sqlmap.py sqlmapapi.py; do
+		vcopy $dir usr/share/${pkgname}
+	done
+
+	vmkdir usr/bin
+	ln -sf /usr/share/${pkgname}/sqlmap.py ${DESTDIR}/usr/bin/
+	ln -sf /usr/share/${pkgname}/sqlmapapi.py ${DESTDIR}/usr/bin/
+
+	vsconf sqlmap.conf
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlmap-1.3.9
  2019-09-09  0:06 [PR PATCH] New package: sqlmap-1.3.9 voidlinux-github
  2019-09-09  0:21 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-09  0:21 ` voidlinux-github
  2019-10-18 19:16 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-09  0:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_sqlmap
https://github.com/void-linux/void-packages/pull/14360

New package: sqlmap-1.3.9


A patch file from https://github.com/void-linux/void-packages/pull/14360.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_sqlmap-14360.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From 06f51f814e1bf2fa0906ed344089947bff3618c1 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 8 Sep 2019 19:04:52 -0500
Subject: [PATCH] New package: sqlmap-1.3.9

---
 srcpkgs/sqlmap/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/sqlmap/template

diff --git a/srcpkgs/sqlmap/template b/srcpkgs/sqlmap/template
new file mode 100644
index 00000000000..be9d774e94d
--- /dev/null
+++ b/srcpkgs/sqlmap/template
@@ -0,0 +1,27 @@
+# Template file for 'sqlmap'
+pkgname=sqlmap
+version=1.3.9
+revision=1
+archs=noarch
+pycompile_dirs="usr/share/sqlmap"
+depends="python3"
+short_desc="Automatic SQL injection and database takeover tool"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://sqlmap.org"
+distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
+checksum=44669d0ca2568d7595877d80ab1a36fe6f683a4382a1779459c7db5a7accd14a
+pycompile_version="$py3_ver"
+
+do_install() {
+	vmkdir usr/share/${pkgname}
+	for dir in data extra lib plugins tamper thirdparty sqlmap.py sqlmapapi.py; do
+		vcopy $dir usr/share/${pkgname}
+	done
+
+	vmkdir usr/bin
+	ln -sf /usr/share/${pkgname}/sqlmap.py ${DESTDIR}/usr/bin/
+	ln -sf /usr/share/${pkgname}/sqlmapapi.py ${DESTDIR}/usr/bin/
+
+	vsconf sqlmap.conf
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] New package: sqlmap-1.3.9
  2019-09-09  0:06 [PR PATCH] New package: sqlmap-1.3.9 voidlinux-github
@ 2019-09-09  0:21 ` voidlinux-github
  2019-09-09  0:21 ` voidlinux-github
  2019-10-18 19:16 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-09  0:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

There is an updated pull request by abenson against master on the void-packages repository

https://github.com/abenson/void-packages np_sqlmap
https://github.com/void-linux/void-packages/pull/14360

New package: sqlmap-1.3.9


A patch file from https://github.com/void-linux/void-packages/pull/14360.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_sqlmap-14360.patch --]
[-- Type: text/x-diff, Size: 1356 bytes --]

From 06f51f814e1bf2fa0906ed344089947bff3618c1 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Sun, 8 Sep 2019 19:04:52 -0500
Subject: [PATCH] New package: sqlmap-1.3.9

---
 srcpkgs/sqlmap/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/sqlmap/template

diff --git a/srcpkgs/sqlmap/template b/srcpkgs/sqlmap/template
new file mode 100644
index 00000000000..be9d774e94d
--- /dev/null
+++ b/srcpkgs/sqlmap/template
@@ -0,0 +1,27 @@
+# Template file for 'sqlmap'
+pkgname=sqlmap
+version=1.3.9
+revision=1
+archs=noarch
+pycompile_dirs="usr/share/sqlmap"
+depends="python3"
+short_desc="Automatic SQL injection and database takeover tool"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="http://sqlmap.org"
+distfiles="https://github.com/sqlmapproject/sqlmap/archive/${version}.tar.gz"
+checksum=44669d0ca2568d7595877d80ab1a36fe6f683a4382a1779459c7db5a7accd14a
+pycompile_version="$py3_ver"
+
+do_install() {
+	vmkdir usr/share/${pkgname}
+	for dir in data extra lib plugins tamper thirdparty sqlmap.py sqlmapapi.py; do
+		vcopy $dir usr/share/${pkgname}
+	done
+
+	vmkdir usr/bin
+	ln -sf /usr/share/${pkgname}/sqlmap.py ${DESTDIR}/usr/bin/
+	ln -sf /usr/share/${pkgname}/sqlmapapi.py ${DESTDIR}/usr/bin/
+
+	vsconf sqlmap.conf
+}

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: New package: sqlmap-1.3.9
  2019-09-09  0:06 [PR PATCH] New package: sqlmap-1.3.9 voidlinux-github
  2019-09-09  0:21 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-09  0:21 ` voidlinux-github
@ 2019-10-18 19:16 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-18 19:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

New package: sqlmap-1.3.9
https://github.com/void-linux/void-packages/pull/14360

Description:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-10-18 19:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-09  0:06 [PR PATCH] New package: sqlmap-1.3.9 voidlinux-github
2019-09-09  0:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-09  0:21 ` voidlinux-github
2019-10-18 19:16 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).