Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wfuzz: fix test
@ 2023-10-21  7:05 Luciogi
  2023-10-21  7:09 ` [PR REVIEW] " classabbyamp
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Luciogi @ 2023-10-21  7:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages wfuzz
https://github.com/void-linux/void-packages/pull/46812

wfuzz: fix test

#### Testing the changes
- I tested the changes in this PR: **YES** 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)




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

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

From 010e3b42b7476705a026adc348b3ba97cf189b3e Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 21 Oct 2023 12:02:54 +0500
Subject: [PATCH] wfuzz: fix test

---
 srcpkgs/wfuzz/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 2a0e81a154720..d411bb0189836 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,11 +1,12 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.1.0
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
  python3-parsing python3-six python3-shodan"
+checkdepends="python3-pip libcurl-devel python3-devel"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

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

* Re: [PR REVIEW] wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
@ 2023-10-21  7:09 ` classabbyamp
  2023-10-21  7:43 ` Luciogi
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: classabbyamp @ 2023-10-21  7:09 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46812#discussion_r1367681211

Comment:
same as on the other pr

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

* Re: wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
  2023-10-21  7:09 ` [PR REVIEW] " classabbyamp
@ 2023-10-21  7:43 ` Luciogi
  2023-10-21  7:43 ` Luciogi
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Luciogi @ 2023-10-21  7:43 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/46812#issuecomment-1773708130

Comment:
It has cheeck dependency on `pyparsing` which is not available in void repos

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

* Re: wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
  2023-10-21  7:09 ` [PR REVIEW] " classabbyamp
  2023-10-21  7:43 ` Luciogi
@ 2023-10-21  7:43 ` Luciogi
  2023-10-21  7:47 ` [PR PATCH] [Updated] " Luciogi
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Luciogi @ 2023-10-21  7:43 UTC (permalink / raw)
  To: ml

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

New comment by Luciogi on void-packages repository

https://github.com/void-linux/void-packages/pull/46812#issuecomment-1773708130

Comment:
It has cheeck dependency on `pyparsing` which is not available in void repos

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

* Re: [PR PATCH] [Updated] wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
                   ` (2 preceding siblings ...)
  2023-10-21  7:43 ` Luciogi
@ 2023-10-21  7:47 ` Luciogi
  2023-10-25 13:42 ` Luciogi
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Luciogi @ 2023-10-21  7:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages wfuzz
https://github.com/void-linux/void-packages/pull/46812

wfuzz: fix test

#### Testing the changes
- I tested the changes in this PR: **YES** 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)




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

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

From 4572efa6a4f66f336fbaf36d93679f7deeac91d4 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 21 Oct 2023 12:02:54 +0500
Subject: [PATCH] wfuzz: fix test

---
 srcpkgs/wfuzz/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 2a0e81a154720..67064f024e26f 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,11 +1,11 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
 version=3.1.0
-revision=5
+revision=6
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six python3-shodan"
+depends="python3-chardet python3-curl python3-future python3-lxml python3-parse python3-parsing python3-six python3-shodan"
+checkdepends="python3-wheel python3-chardet python3-six python3-parsing python3-curl libcurl-devel python3-devel"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

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

* Re: [PR PATCH] [Updated] wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
                   ` (3 preceding siblings ...)
  2023-10-21  7:47 ` [PR PATCH] [Updated] " Luciogi
@ 2023-10-25 13:42 ` Luciogi
  2024-01-24  1:47 ` github-actions
  2024-02-08  1:44 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: Luciogi @ 2023-10-25 13:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages wfuzz
https://github.com/void-linux/void-packages/pull/46812

wfuzz: fix test

#### Testing the changes
- I tested the changes in this PR: **YES** 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)




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

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

From e25b3d67a0547e683d89386118691f5860a81b25 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Sat, 21 Oct 2023 12:02:54 +0500
Subject: [PATCH] wfuzz: fix test

---
 srcpkgs/wfuzz/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 2a0e81a154720..6b7ba0308f25f 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -4,8 +4,8 @@ version=3.1.0
 revision=5
 build_style=python3-module
 hostmakedepends="python3-setuptools"
-depends="python3-chardet python3-curl python3-future python3-lxml python3-parse
- python3-parsing python3-six python3-shodan"
+depends="python3-chardet python3-curl python3-future python3-lxml python3-parse python3-parsing python3-six python3-shodan"
+checkdepends="python3-wheel python3-chardet python3-six python3-parsing python3-curl libcurl-devel python3-devel"
 short_desc="Web fuzzer"
 maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"

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

* Re: wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
                   ` (4 preceding siblings ...)
  2023-10-25 13:42 ` Luciogi
@ 2024-01-24  1:47 ` github-actions
  2024-02-08  1:44 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-01-24  1:47 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/46812#issuecomment-1907213512

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]: wfuzz: fix test
  2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
                   ` (5 preceding siblings ...)
  2024-01-24  1:47 ` github-actions
@ 2024-02-08  1:44 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-02-08  1:44 UTC (permalink / raw)
  To: ml

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

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

wfuzz: fix test
https://github.com/void-linux/void-packages/pull/46812

Description:

#### Testing the changes
- I tested the changes in this PR: **YES** 
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glib)




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

end of thread, other threads:[~2024-02-08  1:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21  7:05 [PR PATCH] wfuzz: fix test Luciogi
2023-10-21  7:09 ` [PR REVIEW] " classabbyamp
2023-10-21  7:43 ` Luciogi
2023-10-21  7:43 ` Luciogi
2023-10-21  7:47 ` [PR PATCH] [Updated] " Luciogi
2023-10-25 13:42 ` Luciogi
2024-01-24  1:47 ` github-actions
2024-02-08  1:44 ` [PR PATCH] [Closed]: " github-actions

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