Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wfuzz: update to 3.0.0.
@ 2020-08-22  3:39 abenson
  2020-08-22  3:41 ` [NOMERGE] " abenson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: abenson @ 2020-08-22  3:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages wfuzz_3.0.0
https://github.com/void-linux/void-packages/pull/24404

wfuzz: update to 3.0.0.


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

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

From 674dca6c8a80800ed52416de9bf72c3164e03dea Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 21 Aug 2020 22:37:25 -0500
Subject: [PATCH] wfuzz: update to 3.0.0.

---
 .../patches/remove-libressl-warning.patch     | 19 +++++++++++--------
 srcpkgs/wfuzz/template                        |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/wfuzz/patches/remove-libressl-warning.patch b/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
index ebd5546c0c5..7924e56a066 100644
--- a/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
+++ b/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
@@ -1,13 +1,16 @@
---- src/wfuzz/__init__.py.orig
+diff --git src/wfuzz/__init__.py src/wfuzz/__init__.py
+index 05f04af..7e8a4a8 100644
+--- src/wfuzz/__init__.py
 +++ src/wfuzz/__init__.py
-@@ -20,8 +20,8 @@
+@@ -30,9 +30,9 @@ warnings.formatwarning = warning_on_one_line
  try:
      import pycurl
-
+ 
 -    if "openssl".lower() not in pycurl.version.lower():
--        print("\nWarning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
 +    if "ssl".lower() not in pycurl.version.lower():
-+        print("\nWarning: Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
-
-     if not hasattr(pycurl, "PATH_AS_IS"):
-         print("\nWarning: Pycurl and/or libcurl version is old. PATH_AS_IS option is missing. Wfuzz might not correctly fuzz URLS with '..'.\n")
+         warnings.warn(
+-            "Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
++            "Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
+         )
+ 
+     if not hasattr(pycurl, "CONNECT_TO"):
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 3d086157137..703cace75db 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
-version=2.4.7
+version=3.0.0
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,4 +12,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://wfuzz.org"
 distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
-checksum=11017be0c0e37ae89f3bbfec1dab731ec2bdb4fbe8e06648616fb4fd582f6c6f
+checksum=b039de1e66d18abf23c42e6bd7353ede67095ea6166ca0c179343ca11e3c9fbc

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

* Re: [NOMERGE] wfuzz: update to 3.0.0.
  2020-08-22  3:39 [PR PATCH] wfuzz: update to 3.0.0 abenson
@ 2020-08-22  3:41 ` abenson
  2020-09-02  0:48 ` [PR PATCH] [Updated] " abenson
  2020-09-02  0:53 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-08-22  3:41 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/24404#issuecomment-678588319

Comment:
Didn't notice this was pre-release, so pausing for now.

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

* Re: [PR PATCH] [Updated] [NOMERGE] wfuzz: update to 3.0.0.
  2020-08-22  3:39 [PR PATCH] wfuzz: update to 3.0.0 abenson
  2020-08-22  3:41 ` [NOMERGE] " abenson
@ 2020-09-02  0:48 ` abenson
  2020-09-02  0:53 ` [PR PATCH] [Merged]: " abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-09-02  0:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages wfuzz_3.0.0
https://github.com/void-linux/void-packages/pull/24404

[NOMERGE] wfuzz: update to 3.0.0.


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

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

From 070b14d8a2a09e0afe873a122a4eb053c67cf42a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 21 Aug 2020 22:37:25 -0500
Subject: [PATCH] wfuzz: update to 3.0.1.

---
 .../patches/remove-libressl-warning.patch     | 19 +++++++++++--------
 srcpkgs/wfuzz/template                        |  4 ++--
 2 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/wfuzz/patches/remove-libressl-warning.patch b/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
index ebd5546c0c5..7924e56a066 100644
--- a/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
+++ b/srcpkgs/wfuzz/patches/remove-libressl-warning.patch
@@ -1,13 +1,16 @@
---- src/wfuzz/__init__.py.orig
+diff --git src/wfuzz/__init__.py src/wfuzz/__init__.py
+index 05f04af..7e8a4a8 100644
+--- src/wfuzz/__init__.py
 +++ src/wfuzz/__init__.py
-@@ -20,8 +20,8 @@
+@@ -30,9 +30,9 @@ warnings.formatwarning = warning_on_one_line
  try:
      import pycurl
-
+ 
 -    if "openssl".lower() not in pycurl.version.lower():
--        print("\nWarning: Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
 +    if "ssl".lower() not in pycurl.version.lower():
-+        print("\nWarning: Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information.\n")
-
-     if not hasattr(pycurl, "PATH_AS_IS"):
-         print("\nWarning: Pycurl and/or libcurl version is old. PATH_AS_IS option is missing. Wfuzz might not correctly fuzz URLS with '..'.\n")
+         warnings.warn(
+-            "Pycurl is not compiled against Openssl. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
++            "Pycurl is not compiled against Open- or LibreSSL. Wfuzz might not work correctly when fuzzing SSL sites. Check Wfuzz's documentation for more information."
+         )
+ 
+     if not hasattr(pycurl, "CONNECT_TO"):
diff --git a/srcpkgs/wfuzz/template b/srcpkgs/wfuzz/template
index 3d086157137..1adef51b0b5 100644
--- a/srcpkgs/wfuzz/template
+++ b/srcpkgs/wfuzz/template
@@ -1,6 +1,6 @@
 # Template file for 'wfuzz'
 pkgname=wfuzz
-version=2.4.7
+version=3.0.1
 revision=1
 archs=noarch
 build_style=python3-module
@@ -12,4 +12,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="GPL-2.0-only"
 homepage="http://wfuzz.org"
 distfiles="https://github.com/xmendez/wfuzz/archive/v${version}.tar.gz"
-checksum=11017be0c0e37ae89f3bbfec1dab731ec2bdb4fbe8e06648616fb4fd582f6c6f
+checksum=55ac415c66db05f1f0504e35426caa52b0322c6a87c7c529a84a9c8d061426fd

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

* Re: [PR PATCH] [Merged]: [NOMERGE] wfuzz: update to 3.0.0.
  2020-08-22  3:39 [PR PATCH] wfuzz: update to 3.0.0 abenson
  2020-08-22  3:41 ` [NOMERGE] " abenson
  2020-09-02  0:48 ` [PR PATCH] [Updated] " abenson
@ 2020-09-02  0:53 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2020-09-02  0:53 UTC (permalink / raw)
  To: ml

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

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

[NOMERGE] wfuzz: update to 3.0.0.
https://github.com/void-linux/void-packages/pull/24404

Description:


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

end of thread, other threads:[~2020-09-02  0:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-22  3:39 [PR PATCH] wfuzz: update to 3.0.0 abenson
2020-08-22  3:41 ` [NOMERGE] " abenson
2020-09-02  0:48 ` [PR PATCH] [Updated] " abenson
2020-09-02  0:53 ` [PR PATCH] [Merged]: " abenson

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