Bug 269429 - security/ffuf: Update to 2.0.0
Summary: security/ffuf: Update to 2.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/ffuf/ffuf/releases...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-09 04:31 UTC by Gabriel M. Dutra
Modified: 2023-02-10 10:43 UTC (History)
1 user (show)

See Also:


Attachments
bump 2.0.0 (2.80 KB, patch)
2023-02-09 04:31 UTC, Gabriel M. Dutra
dutra: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel M. Dutra freebsd_committer freebsd_triage 2023-02-09 04:31:18 UTC
Created attachment 240017 [details]
bump 2.0.0

Portlint: no errors

Tested on:
12.3-RELEASE-p10 amd64, i386
12.4-RELEASE amd64, i386
13.1-RELEASE-p5 i386, amd64
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2023-02-10 10:42:44 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-02-10 10:43:12 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d30619ba8b049620c85d53e955cb3c9fa24af28c

commit d30619ba8b049620c85d53e955cb3c9fa24af28c
Author:     Gabriel M. Dutra <0xdutra@gmail.com>
AuthorDate: 2023-02-09 15:34:12 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-02-10 10:38:08 +0000

    security/ffuf: Update to 2.0.0

    ChangeLog: https://github.com/ffuf/ffuf/releases/tag/v2.0.0

     * Fix the v2 tagging for go install
     * Fix required go version
     * Prepare for v2.0 release
     * Gracefully error in case stdin is used for search result
     * Scraper functionality
     * Added additional proxy URL verification
     * Typo fix
     * fix: changed usage from version 1.3.0 to version 1.5.0
     * Change precedence of quiet and JSON output to favour JSON
     * Add homebrew install method
     * Fix time-based matcher
     * Sniper template parsing - fixes #579
     * New functionality to map fired blind payloads back to the initial request
     * Fix jsonlines output while in silent mode
     * Enhanced rate limiting
     * Fix the ac for good now
     * Fix linter workflow and autocalibration for lines & words match

    PR:             269429
    Reported by:    0xdutra@gmail.com (maintainer)

 security/ffuf/Makefile | 12 +++++++++---
 security/ffuf/distinfo | 22 +++++++++++++++++-----
 2 files changed, 26 insertions(+), 8 deletions(-)