Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-dnsrecon-1.1.3
@ 2022-11-13  2:26 jason1987d
  2022-11-13 20:11 ` [PR PATCH] [Updated] " jason1987d
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jason1987d @ 2022-11-13  2:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages dnsrecon
https://github.com/void-linux/void-packages/pull/40498

New package: python3-dnsrecon-1.1.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 072c83cf50d3862511b59e44fae4f674e6572e15 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 12 Nov 2022 20:13:08 -0600
Subject: [PATCH] New package: python3-dnsrecon-1.1.3

---
 srcpkgs/python3-dnsrecon/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-dnsrecon/template

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
new file mode 100644
index 000000000000..dd223216003b
--- /dev/null
+++ b/srcpkgs/python3-dnsrecon/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-dnsrecon'
+pkgname=python3-dnsrecon
+version=1.1.3
+revision=1
+wrksrc="dnsrecon-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8"
+checkdepends="${depends} python3-pytest"
+short_desc="DNS enumeration script"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/darkoperator/dnsrecon"
+distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
+checksum=076aa0745ab956b278f535f17fd002bd8be838e00fd18a639c30e9cd37ec9eb0

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

* Re: [PR PATCH] [Updated] New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
@ 2022-11-13 20:11 ` jason1987d
  2022-11-13 20:13 ` jason1987d
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason1987d @ 2022-11-13 20:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages dnsrecon
https://github.com/void-linux/void-packages/pull/40498

New package: python3-dnsrecon-1.1.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3541ef0c4fb0067193307af121d029d3bd2abbdf Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 12 Nov 2022 20:13:08 -0600
Subject: [PATCH] New package: python3-dnsrecon-1.1.3

---
 srcpkgs/python3-dnsrecon/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-dnsrecon/template

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
new file mode 100644
index 000000000000..9178006d5c3f
--- /dev/null
+++ b/srcpkgs/python3-dnsrecon/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-dnsrecon'
+pkgname=python3-dnsrecon
+version=1.1.3
+revision=1
+wrksrc="dnsrecon-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8"
+checkdepends="${depends} python3-pytest"
+short_desc="DNS enumeration script"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-2.0-only"
+homepage="https://github.com/darkoperator/dnsrecon"
+distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
+checksum=076aa0745ab956b278f535f17fd002bd8be838e00fd18a639c30e9cd37ec9eb0

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

* Re: New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
  2022-11-13 20:11 ` [PR PATCH] [Updated] " jason1987d
@ 2022-11-13 20:13 ` jason1987d
  2022-11-14  3:29 ` [PR PATCH] [Updated] " jason1987d
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason1987d @ 2022-11-13 20:13 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/40498#issuecomment-1312811460

Comment:
Noting that pypi shows older 0.10.1 version. https://pypi.org/project/dnsrecon/

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

* Re: [PR PATCH] [Updated] New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
  2022-11-13 20:11 ` [PR PATCH] [Updated] " jason1987d
  2022-11-13 20:13 ` jason1987d
@ 2022-11-14  3:29 ` jason1987d
  2022-11-19 17:57 ` jason1987d
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason1987d @ 2022-11-14  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages dnsrecon
https://github.com/void-linux/void-packages/pull/40498

New package: python3-dnsrecon-1.1.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 102ef68f76c5453c0c6f8d7828d5ad81198acc60 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 12 Nov 2022 20:13:08 -0600
Subject: [PATCH] New package: python3-dnsrecon-1.1.3

---
 srcpkgs/python3-dnsrecon/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-dnsrecon/template

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
new file mode 100644
index 000000000000..e93e50b6a6b5
--- /dev/null
+++ b/srcpkgs/python3-dnsrecon/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-dnsrecon'
+pkgname=python3-dnsrecon
+version=1.1.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8"
+checkdepends="${depends} python3-pytest"
+short_desc="DNS enumeration script"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-2.0-only"
+homepage="https://github.com/darkoperator/dnsrecon"
+distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
+checksum=076aa0745ab956b278f535f17fd002bd8be838e00fd18a639c30e9cd37ec9eb0

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

* Re: [PR PATCH] [Updated] New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
                   ` (2 preceding siblings ...)
  2022-11-14  3:29 ` [PR PATCH] [Updated] " jason1987d
@ 2022-11-19 17:57 ` jason1987d
  2023-02-18  2:00 ` github-actions
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jason1987d @ 2022-11-19 17:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jason1987d/void-packages dnsrecon
https://github.com/void-linux/void-packages/pull/40498

New package: python3-dnsrecon-1.1.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6b91cecb3ddf10a0b21cd58ea0c0bcc45d4edca8 Mon Sep 17 00:00:00 2001
From: Jason Manley <jason@jasondavid.tv>
Date: Sat, 12 Nov 2022 20:13:08 -0600
Subject: [PATCH] New package: python3-dnsrecon-1.1.3

---
 srcpkgs/python3-dnsrecon/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-dnsrecon/template

diff --git a/srcpkgs/python3-dnsrecon/template b/srcpkgs/python3-dnsrecon/template
new file mode 100644
index 000000000000..e93e50b6a6b5
--- /dev/null
+++ b/srcpkgs/python3-dnsrecon/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-dnsrecon'
+pkgname=python3-dnsrecon
+version=1.1.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3 python3-netaddr python3-dnspython python3-lxml python3-flake8"
+checkdepends="${depends} python3-pytest"
+short_desc="DNS enumeration script"
+maintainer="Jason Manley <jason@jasondavid.tv>"
+license="GPL-2.0-only"
+homepage="https://github.com/darkoperator/dnsrecon"
+distfiles="https://github.com/darkoperator/dnsrecon/archive/refs/tags/${version}.tar.gz"
+checksum=076aa0745ab956b278f535f17fd002bd8be838e00fd18a639c30e9cd37ec9eb0

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

* Re: New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
                   ` (3 preceding siblings ...)
  2022-11-19 17:57 ` jason1987d
@ 2023-02-18  2:00 ` github-actions
  2023-03-04  2:00 ` [PR PATCH] [Closed]: " github-actions
  2023-03-12 16:38 ` jason1987d
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-02-18  2:00 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40498#issuecomment-1435449591

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
                   ` (4 preceding siblings ...)
  2023-02-18  2:00 ` github-actions
@ 2023-03-04  2:00 ` github-actions
  2023-03-12 16:38 ` jason1987d
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2023-03-04  2:00 UTC (permalink / raw)
  To: ml

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

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

New package: python3-dnsrecon-1.1.3
https://github.com/void-linux/void-packages/pull/40498

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: YES

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): YES

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: New package: python3-dnsrecon-1.1.3
  2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
                   ` (5 preceding siblings ...)
  2023-03-04  2:00 ` [PR PATCH] [Closed]: " github-actions
@ 2023-03-12 16:38 ` jason1987d
  6 siblings, 0 replies; 8+ messages in thread
From: jason1987d @ 2023-03-12 16:38 UTC (permalink / raw)
  To: ml

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

New comment by jason1987d on void-packages repository

https://github.com/void-linux/void-packages/pull/40498#issuecomment-1465243586

Comment:
Reopen. I still want to push this, the current version is still 1.1.3, it still builds and tests just fine.

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

end of thread, other threads:[~2023-03-12 16:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-13  2:26 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
2022-11-13 20:11 ` [PR PATCH] [Updated] " jason1987d
2022-11-13 20:13 ` jason1987d
2022-11-14  3:29 ` [PR PATCH] [Updated] " jason1987d
2022-11-19 17:57 ` jason1987d
2023-02-18  2:00 ` github-actions
2023-03-04  2:00 ` [PR PATCH] [Closed]: " github-actions
2023-03-12 16:38 ` jason1987d

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