Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-dnsrecon-1.1.3
@ 2023-03-12 17:08 jason1987d
  2023-03-12 17:15 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 3+ messages in thread
From: jason1987d @ 2023-03-12 17:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 662 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/42724

New package: python3-dnsrecon-1.1.3
#### 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
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From ec328c2df0e14cdca64b8f54d39addcacaf9d934 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] 3+ messages in thread
* [PR PATCH] New package: python3-dnsrecon-1.1.3
@ 2022-11-13  2:26 jason1987d
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 17:08 [PR PATCH] New package: python3-dnsrecon-1.1.3 jason1987d
2023-03-12 17:15 ` [PR PATCH] [Merged]: " leahneukirchen
  -- strict thread matches above, loose matches on Subject: below --
2022-11-13  2:26 [PR PATCH] " 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).