Github messages for voidlinux
 help / color / mirror / Atom feed
From: abenson <abenson@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] [NOMERGE] wfuzz: update to 3.0.0.
Date: Wed, 02 Sep 2020 02:48:03 +0200	[thread overview]
Message-ID: <20200902004803.XwkRWMkNk6PAD3os19ulD8ILZmfDMRKD7SMP4Vo_kTo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-24404@inbox.vuxu.org>

[-- 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

  parent reply	other threads:[~2020-09-02  0:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-22  3:39 [PR PATCH] " abenson
2020-08-22  3:41 ` [NOMERGE] " abenson
2020-09-02  0:48 ` abenson [this message]
2020-09-02  0:53 ` [PR PATCH] [Merged]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200902004803.XwkRWMkNk6PAD3os19ulD8ILZmfDMRKD7SMP4Vo_kTo@z \
    --to=abenson@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).