Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: subfinder-2.4.5
@ 2020-10-07 20:40 jsav0
  2020-10-07 20:45 ` [PR PATCH] [Updated] " jsav0
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: jsav0 @ 2020-10-07 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jsav0/void-packages master
https://github.com/void-linux/void-packages/pull/25419

New package: subfinder-2.4.5


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

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

From 43c1f0cb5dc04a8b3c90dc7442ba7317390054d9 Mon Sep 17 00:00:00 2001
From: jsavage <wfnintr@null.net>
Date: Wed, 7 Oct 2020 16:33:51 -0400
Subject: [PATCH] New package: subfinder-2.4.5

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

diff --git a/srcpkgs/subfinder/template b/srcpkgs/subfinder/template
new file mode 100644
index 00000000000..70f220493e4
--- /dev/null
+++ b/srcpkgs/subfinder/template
@@ -0,0 +1,19 @@
+# Template file for 'subfinder'
+pkgname=subfinder
+version=2.4.5
+revision=1
+build_style=go
+go_import_path="github.com/projectdiscovery/subfinder"
+go_package="${go_import_path}/v2/cmd/subfinder"
+hostmakedepends="git"
+short_desc="passive subdomain discovery tool"
+maintainer="w. fnintr <wfnintr@null.net>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/subfinder"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
+
+post_install() {
+        vlicense LICENSE.md
+}
+

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

* Re: [PR PATCH] [Updated] New package: subfinder-2.4.5
  2020-10-07 20:40 [PR PATCH] New package: subfinder-2.4.5 jsav0
@ 2020-10-07 20:45 ` jsav0
  2020-10-07 20:50 ` jsav0
  2020-10-09 11:39 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: jsav0 @ 2020-10-07 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jsav0/void-packages master
https://github.com/void-linux/void-packages/pull/25419

New package: subfinder-2.4.5


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

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

From 1530faa6ddd3b4b9a5a150ff5811e706cfbf838e Mon Sep 17 00:00:00 2001
From: jsavage <wfnintr@null.net>
Date: Wed, 7 Oct 2020 16:33:51 -0400
Subject: [PATCH] New package: subfinder-2.4.5

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

diff --git a/srcpkgs/subfinder/template b/srcpkgs/subfinder/template
new file mode 100644
index 00000000000..d53374f3e2a
--- /dev/null
+++ b/srcpkgs/subfinder/template
@@ -0,0 +1,19 @@
+# Template file for 'subfinder'
+pkgname=subfinder
+version=2.4.5
+revision=1
+build_style=go
+go_import_path="github.com/projectdiscovery/subfinder"
+go_package="${go_import_path}/v2/cmd/subfinder"
+hostmakedepends="git"
+short_desc="Passive subdomain discovery tool"
+maintainer="w. fnintr <wfnintr@null.net>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/subfinder"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
+
+post_install() {
+	vlicense LICENSE.md
+}
+

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

* Re: [PR PATCH] [Updated] New package: subfinder-2.4.5
  2020-10-07 20:40 [PR PATCH] New package: subfinder-2.4.5 jsav0
  2020-10-07 20:45 ` [PR PATCH] [Updated] " jsav0
@ 2020-10-07 20:50 ` jsav0
  2020-10-09 11:39 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: jsav0 @ 2020-10-07 20:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jsav0/void-packages master
https://github.com/void-linux/void-packages/pull/25419

New package: subfinder-2.4.5


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

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

From ca3b08defcba525fa88e37c25a32d3d2de8e536f Mon Sep 17 00:00:00 2001
From: jsavage <wfnintr@null.net>
Date: Wed, 7 Oct 2020 16:33:51 -0400
Subject: [PATCH] New package: subfinder-2.4.5

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

diff --git a/srcpkgs/subfinder/template b/srcpkgs/subfinder/template
new file mode 100644
index 00000000000..16d3b947c13
--- /dev/null
+++ b/srcpkgs/subfinder/template
@@ -0,0 +1,18 @@
+# Template file for 'subfinder'
+pkgname=subfinder
+version=2.4.5
+revision=1
+build_style=go
+go_import_path="github.com/projectdiscovery/subfinder"
+go_package="${go_import_path}/v2/cmd/subfinder"
+hostmakedepends="git"
+short_desc="Passive subdomain discovery tool"
+maintainer="w. fnintr <wfnintr@null.net>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/subfinder"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=1adbd9c180f7ca6378796748491e23a808e423268bc61fe63af0206877f0ba68
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Merged]: New package: subfinder-2.4.5
  2020-10-07 20:40 [PR PATCH] New package: subfinder-2.4.5 jsav0
  2020-10-07 20:45 ` [PR PATCH] [Updated] " jsav0
  2020-10-07 20:50 ` jsav0
@ 2020-10-09 11:39 ` Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2020-10-09 11:39 UTC (permalink / raw)
  To: ml

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

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

New package: subfinder-2.4.5
https://github.com/void-linux/void-packages/pull/25419

Description:


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

* [PR PATCH] New package: subfinder-2.4.5
@ 2020-10-06 18:53 jsav0
  0 siblings, 0 replies; 5+ messages in thread
From: jsav0 @ 2020-10-06 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jsav0/void-packages master
https://github.com/void-linux/void-packages/pull/25392

New package: subfinder-2.4.5


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

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

From 173f21538026a7b48cec46429b5f2b9ee69cf54d Mon Sep 17 00:00:00 2001
From: jsavage <wfnintr@null.net>
Date: Tue, 6 Oct 2020 14:52:12 -0400
Subject: [PATCH] New package: subfinder-2.4.5

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

diff --git a/srcpkgs/subfinder/template b/srcpkgs/subfinder/template
new file mode 100644
index 00000000000..3df33f06296
--- /dev/null
+++ b/srcpkgs/subfinder/template
@@ -0,0 +1,18 @@
+# Template file for 'subfinder'
+pkgname=subfinder
+version=2.4.5
+revision=1
+build_style=go
+go_import_path="github.com/projectdiscovery/subfinder"
+go_package="${go_import_path}/v2/cmd/subfinder"
+hostmakedepends="git"
+short_desc="passive subdomain discovery tool"
+maintainer="w. fnintr <wfnintr@null.net>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/subfinder"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=
+
+post_install() {
+        vlicense LICENSE.md
+}

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

end of thread, other threads:[~2020-10-09 11:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 20:40 [PR PATCH] New package: subfinder-2.4.5 jsav0
2020-10-07 20:45 ` [PR PATCH] [Updated] " jsav0
2020-10-07 20:50 ` jsav0
2020-10-09 11:39 ` [PR PATCH] [Merged]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2020-10-06 18:53 [PR PATCH] " jsav0

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).