Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nuclei-3.3.0
@ 2024-08-09  4:21 dutraxyz
  2024-08-31  4:08 ` [PR PATCH] [Updated] " nulldutra
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: dutraxyz @ 2024-08-09  4:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dutraxyz/void add/nuclei
https://github.com/void-linux/void-packages/pull/51740

New package: nuclei-3.3.0
#### 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, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

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

From 4cb922c69d6c2b0c71986d670c031ca7066192f8 Mon Sep 17 00:00:00 2001
From: Gabriel de Moura Dutra <me@nulldutra.me>
Date: Fri, 9 Aug 2024 01:18:36 -0300
Subject: [PATCH] New package: nuclei-3.3.0

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

diff --git a/srcpkgs/nuclei/template b/srcpkgs/nuclei/template
new file mode 100644
index 00000000000000..687ea7a497f971
--- /dev/null
+++ b/srcpkgs/nuclei/template
@@ -0,0 +1,17 @@
+# Template file for 'nuclei'
+pkgname=nuclei
+version=3.3.0
+revision=1
+build_style=go
+go_import_path=github.com/projectdiscovery/nuclei/v3
+go_package="${go_import_path}/cmd/nuclei"
+short_desc="Fast and customizable vulnerability scanner"
+maintainer="Gabriel M. Dutra <me@dutralabs.xyz>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/nuclei"
+distfiles="https://github.com/projectdiscovery/nuclei/archive/v${version}.tar.gz"
+checksum=db3136b86699b0f42128b96585c51a2a6b8cbe88ac6f1d69a845d704375042f8
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: nuclei-3.3.0
  2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
@ 2024-08-31  4:08 ` nulldutra
  2024-08-31  4:11 ` nulldutra
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: nulldutra @ 2024-08-31  4:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nulldutra/void add/nuclei
https://github.com/void-linux/void-packages/pull/51740

New package: nuclei-3.3.0
#### 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, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

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

From 15b6ecdc49cd2f70cc67a2cac57cb2dcb80e5bae Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <nulldutra@gmail.com>
Date: Fri, 9 Aug 2024 01:18:36 -0300
Subject: [PATCH] New package: nuclei-3.3.0

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

diff --git a/srcpkgs/nuclei/template b/srcpkgs/nuclei/template
new file mode 100644
index 00000000000000..687ea7a497f971
--- /dev/null
+++ b/srcpkgs/nuclei/template
@@ -0,0 +1,17 @@
+# Template file for 'nuclei'
+pkgname=nuclei
+version=3.3.0
+revision=1
+build_style=go
+go_import_path=github.com/projectdiscovery/nuclei/v3
+go_package="${go_import_path}/cmd/nuclei"
+short_desc="Fast and customizable vulnerability scanner"
+maintainer="Gabriel M. Dutra <me@dutralabs.xyz>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/nuclei"
+distfiles="https://github.com/projectdiscovery/nuclei/archive/v${version}.tar.gz"
+checksum=db3136b86699b0f42128b96585c51a2a6b8cbe88ac6f1d69a845d704375042f8
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: [PR PATCH] [Updated] New package: nuclei-3.3.0
  2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
  2024-08-31  4:08 ` [PR PATCH] [Updated] " nulldutra
@ 2024-08-31  4:11 ` nulldutra
  2024-09-20  9:15 ` Vinfall
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: nulldutra @ 2024-08-31  4:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/nulldutra/void add/nuclei
https://github.com/void-linux/void-packages/pull/51740

New package: nuclei-3.3.0
#### 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, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

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

From a4203ef09b481db061eba8c02e07b55c29581dfd Mon Sep 17 00:00:00 2001
From: "Gabriel M. Dutra" <nulldutra@gmail.com>
Date: Fri, 9 Aug 2024 01:18:36 -0300
Subject: [PATCH] New package: nuclei-3.3.0

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

diff --git a/srcpkgs/nuclei/template b/srcpkgs/nuclei/template
new file mode 100644
index 00000000000000..39b82e40a65902
--- /dev/null
+++ b/srcpkgs/nuclei/template
@@ -0,0 +1,17 @@
+# Template file for 'nuclei'
+pkgname=nuclei
+version=3.3.0
+revision=1
+build_style=go
+go_import_path=github.com/projectdiscovery/nuclei/v3
+go_package="${go_import_path}/cmd/nuclei"
+short_desc="Fast and customizable vulnerability scanner"
+maintainer="Gabriel M. Dutra <nulldutra@gmail.com>"
+license="MIT"
+homepage="https://github.com/projectdiscovery/nuclei"
+distfiles="https://github.com/projectdiscovery/nuclei/archive/v${version}.tar.gz"
+checksum=db3136b86699b0f42128b96585c51a2a6b8cbe88ac6f1d69a845d704375042f8
+
+post_install() {
+	vlicense LICENSE.md
+}

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

* Re: New package: nuclei-3.3.0
  2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
  2024-08-31  4:08 ` [PR PATCH] [Updated] " nulldutra
  2024-08-31  4:11 ` nulldutra
@ 2024-09-20  9:15 ` Vinfall
  2024-09-20  9:16 ` Vinfall
  2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra
  4 siblings, 0 replies; 6+ messages in thread
From: Vinfall @ 2024-09-20  9:15 UTC (permalink / raw)
  To: ml

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

New comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51740#issuecomment-2363253925

Comment:
would love to see this! maybe you should pack [nuclei-templates](https://github.com/projectdiscovery/nuclei-templates) as well, just like imhex & imhex-patterns in void.

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

* Re: New package: nuclei-3.3.0
  2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
                   ` (2 preceding siblings ...)
  2024-09-20  9:15 ` Vinfall
@ 2024-09-20  9:16 ` Vinfall
  2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra
  4 siblings, 0 replies; 6+ messages in thread
From: Vinfall @ 2024-09-20  9:16 UTC (permalink / raw)
  To: ml

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

New comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51740#issuecomment-2363253925

Comment:
would love to see this! maybe you should pack [nuclei-templates](https://github.com/projectdiscovery/nuclei-templates) as well, just like imhex & imhex-patterns in void.

v3.3.2 is available by the way.

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

* Re: [PR PATCH] [Closed]: New package: nuclei-3.3.0
  2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
                   ` (3 preceding siblings ...)
  2024-09-20  9:16 ` Vinfall
@ 2024-10-18 19:37 ` nulldutra
  4 siblings, 0 replies; 6+ messages in thread
From: nulldutra @ 2024-10-18 19:37 UTC (permalink / raw)
  To: ml

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

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

New package: nuclei-3.3.0
https://github.com/void-linux/void-packages/pull/51740

Description:
#### 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, x86-64-libc
- I built this PR locally for these architectures:
  - aarch64
  - aarch64-musl


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-09  4:21 [PR PATCH] New package: nuclei-3.3.0 dutraxyz
2024-08-31  4:08 ` [PR PATCH] [Updated] " nulldutra
2024-08-31  4:11 ` nulldutra
2024-09-20  9:15 ` Vinfall
2024-09-20  9:16 ` Vinfall
2024-10-18 19:37 ` [PR PATCH] [Closed]: " nulldutra

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