Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] massdns: create
@ 2020-04-19 15:51 aguilbau
  2020-04-19 15:53 ` [PR PATCH] [Updated] " aguilbau
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: aguilbau @ 2020-04-19 15:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aguilbau/void-packages aguilbau/massdns
https://github.com/void-linux/void-packages/pull/21156

massdns: create


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

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

From 423f644cea6db1bda2ba4374b694decb1917ff4b Mon Sep 17 00:00:00 2001
From: aguilbau <antoine.guilbaud@yahoo.fr>
Date: Sun, 19 Apr 2020 17:50:41 +0200
Subject: [PATCH] massdns: create

---
 srcpkgs/massdns/template | 16 ++++++++++++++++
 srcpkgs/massdns/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/massdns/template
 create mode 100644 srcpkgs/massdns/update

diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template
new file mode 100644
index 00000000000..778903c6225
--- /dev/null
+++ b/srcpkgs/massdns/template
@@ -0,0 +1,16 @@
+# Template file for 'massdns'
+pkgname=massdns
+version=0.3
+revision=1
+build_style=gnu-makefile
+short_desc="A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)"
+maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
+license="GPL-3"
+homepage="https://github.com/blechschmidt/massdns"
+distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
+checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
+
+post_install() {
+    vlicense LICENSE
+    vbin bin/massdns
+}
diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update
new file mode 100644
index 00000000000..713e8bd7b48
--- /dev/null
+++ b/srcpkgs/massdns/update
@@ -0,0 +1,2 @@
+site='https://github.com/blechschmidt/massdns/releases'
+pattern='massdns/releases/tag/v\K[\d\.]+(?=")'

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

* Re: [PR PATCH] [Updated] massdns: create
  2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
@ 2020-04-19 15:53 ` aguilbau
  2020-04-19 16:00 ` [PR PATCH] [Updated] New package: massdns-0.3 aguilbau
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aguilbau @ 2020-04-19 15:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aguilbau/void-packages aguilbau/massdns
https://github.com/void-linux/void-packages/pull/21156

massdns: create


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

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

From 9aab277d282ccb1af287c75f8ce14d4c1154366e Mon Sep 17 00:00:00 2001
From: aguilbau <antoine.guilbaud@yahoo.fr>
Date: Sun, 19 Apr 2020 17:53:06 +0200
Subject: [PATCH] New package: massdns-0.3

---
 srcpkgs/massdns/template | 16 ++++++++++++++++
 srcpkgs/massdns/update   |  2 ++
 2 files changed, 18 insertions(+)
 create mode 100644 srcpkgs/massdns/template
 create mode 100644 srcpkgs/massdns/update

diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template
new file mode 100644
index 00000000000..778903c6225
--- /dev/null
+++ b/srcpkgs/massdns/template
@@ -0,0 +1,16 @@
+# Template file for 'massdns'
+pkgname=massdns
+version=0.3
+revision=1
+build_style=gnu-makefile
+short_desc="A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)"
+maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
+license="GPL-3"
+homepage="https://github.com/blechschmidt/massdns"
+distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
+checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
+
+post_install() {
+    vlicense LICENSE
+    vbin bin/massdns
+}
diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update
new file mode 100644
index 00000000000..713e8bd7b48
--- /dev/null
+++ b/srcpkgs/massdns/update
@@ -0,0 +1,2 @@
+site='https://github.com/blechschmidt/massdns/releases'
+pattern='massdns/releases/tag/v\K[\d\.]+(?=")'

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

* Re: [PR PATCH] [Updated] New package: massdns-0.3
  2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
  2020-04-19 15:53 ` [PR PATCH] [Updated] " aguilbau
@ 2020-04-19 16:00 ` aguilbau
  2020-04-19 16:48 ` aguilbau
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: aguilbau @ 2020-04-19 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aguilbau/void-packages aguilbau/massdns
https://github.com/void-linux/void-packages/pull/21156

New package: massdns-0.3


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

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

From dc4707747bb28740edda4907238c7cfaf8e68398 Mon Sep 17 00:00:00 2001
From: aguilbau <antoine.guilbaud@yahoo.fr>
Date: Sun, 19 Apr 2020 18:00:48 +0200
Subject: [PATCH] New package: massdns-0.3

---
 srcpkgs/massdns/template | 15 +++++++++++++++
 srcpkgs/massdns/update   |  2 ++
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/massdns/template
 create mode 100644 srcpkgs/massdns/update

diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template
new file mode 100644
index 00000000000..424a51d7062
--- /dev/null
+++ b/srcpkgs/massdns/template
@@ -0,0 +1,15 @@
+# Template file for 'massdns'
+pkgname=massdns
+version=0.3
+revision=1
+build_style=gnu-makefile
+short_desc="High-performance DNS stub resolver for bulk lookups and reconnaissance"
+maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
+license="GPL-3"
+homepage="https://github.com/blechschmidt/massdns"
+distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
+checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
+
+post_install() {
+	vbin bin/massdns
+}
diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update
new file mode 100644
index 00000000000..713e8bd7b48
--- /dev/null
+++ b/srcpkgs/massdns/update
@@ -0,0 +1,2 @@
+site='https://github.com/blechschmidt/massdns/releases'
+pattern='massdns/releases/tag/v\K[\d\.]+(?=")'

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

* Re: [PR PATCH] [Updated] New package: massdns-0.3
  2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
  2020-04-19 15:53 ` [PR PATCH] [Updated] " aguilbau
  2020-04-19 16:00 ` [PR PATCH] [Updated] New package: massdns-0.3 aguilbau
@ 2020-04-19 16:48 ` aguilbau
  2020-04-20 13:55 ` aguilbau
  2020-04-20 14:55 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: aguilbau @ 2020-04-19 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aguilbau/void-packages aguilbau/massdns
https://github.com/void-linux/void-packages/pull/21156

New package: massdns-0.3


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

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

From 1c879fb5591e7637ef90cf87de63ef9266457804 Mon Sep 17 00:00:00 2001
From: aguilbau <antoine.guilbaud@yahoo.fr>
Date: Sun, 19 Apr 2020 18:48:05 +0200
Subject: [PATCH] New package: massdns-0.3

---
 srcpkgs/massdns/template | 15 +++++++++++++++
 srcpkgs/massdns/update   |  2 ++
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/massdns/template
 create mode 100644 srcpkgs/massdns/update

diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template
new file mode 100644
index 00000000000..3d333873b29
--- /dev/null
+++ b/srcpkgs/massdns/template
@@ -0,0 +1,15 @@
+# Template file for 'massdns'
+pkgname=massdns
+version=0.3
+revision=1
+build_style=gnu-makefile
+short_desc="High-performance DNS stub resolver for bulk lookups and reconnaissance"
+maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
+license="GPL-3.0-only"
+homepage="https://github.com/blechschmidt/massdns"
+distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
+checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
+
+post_install() {
+	vbin bin/massdns
+}
diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update
new file mode 100644
index 00000000000..713e8bd7b48
--- /dev/null
+++ b/srcpkgs/massdns/update
@@ -0,0 +1,2 @@
+site='https://github.com/blechschmidt/massdns/releases'
+pattern='massdns/releases/tag/v\K[\d\.]+(?=")'

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

* Re: [PR PATCH] [Updated] New package: massdns-0.3
  2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
                   ` (2 preceding siblings ...)
  2020-04-19 16:48 ` aguilbau
@ 2020-04-20 13:55 ` aguilbau
  2020-04-20 14:55 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: aguilbau @ 2020-04-20 13:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/aguilbau/void-packages aguilbau/massdns
https://github.com/void-linux/void-packages/pull/21156

New package: massdns-0.3


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

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

From 645afa02e2eaa882ae5acfacfc579872f7d7c1e4 Mon Sep 17 00:00:00 2001
From: aguilbau <antoine.guilbaud@yahoo.fr>
Date: Mon, 20 Apr 2020 15:55:31 +0200
Subject: [PATCH] New package: massdns-0.3

---
 srcpkgs/massdns/template | 15 +++++++++++++++
 srcpkgs/massdns/update   |  2 ++
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/massdns/template
 create mode 100644 srcpkgs/massdns/update

diff --git a/srcpkgs/massdns/template b/srcpkgs/massdns/template
new file mode 100644
index 00000000000..12e423dfcfa
--- /dev/null
+++ b/srcpkgs/massdns/template
@@ -0,0 +1,15 @@
+# Template file for 'massdns'
+pkgname=massdns
+version=0.3
+revision=1
+build_style=gnu-makefile
+short_desc="High-performance DNS stub resolver for bulk lookups and reconnaissance"
+maintainer="Antoine Guilbaud <antoine.guilbaud@yahoo.fr>"
+license="GPL-3.0-only"
+homepage="https://github.com/blechschmidt/massdns"
+distfiles="https://github.com/blechschmidt/massdns/archive/v${version}.tar.gz"
+checksum=9ca6e684d2febf707f165ce74b7a38455302f5851309fb82b5951c28cb07d0d7
+
+do_install() {
+	vbin bin/massdns
+}
diff --git a/srcpkgs/massdns/update b/srcpkgs/massdns/update
new file mode 100644
index 00000000000..713e8bd7b48
--- /dev/null
+++ b/srcpkgs/massdns/update
@@ -0,0 +1,2 @@
+site='https://github.com/blechschmidt/massdns/releases'
+pattern='massdns/releases/tag/v\K[\d\.]+(?=")'

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

* Re: [PR PATCH] [Merged]: New package: massdns-0.3
  2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
                   ` (3 preceding siblings ...)
  2020-04-20 13:55 ` aguilbau
@ 2020-04-20 14:55 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2020-04-20 14:55 UTC (permalink / raw)
  To: ml

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

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

New package: massdns-0.3
https://github.com/void-linux/void-packages/pull/21156

Description:


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

end of thread, other threads:[~2020-04-20 14:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-19 15:51 [PR PATCH] massdns: create aguilbau
2020-04-19 15:53 ` [PR PATCH] [Updated] " aguilbau
2020-04-19 16:00 ` [PR PATCH] [Updated] New package: massdns-0.3 aguilbau
2020-04-19 16:48 ` aguilbau
2020-04-20 13:55 ` aguilbau
2020-04-20 14:55 ` [PR PATCH] [Merged]: " Duncaen

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