SHA256
1
0
forked from pool/feroxbuster

Accepting request 1154185 from home:mnhauke

- Update to version 2.10.2
  * removed scan target headers from feroxbuster-update check.
  * --collect-backups accepts custom backup extension list.
  * fixed issue where --silent included too much info on found dir.
  * --parallel time limit enforced on individual directories
    instead of main thread.
  * query fontconfig to determine if Noto Color Emoji is installed.
  * updated upstream library that was causing tokio-runtime-worker
    panics; they're correctly reported as Err from the library now.
  * fixed issue where early redirect loop would cause ferox to hang
    indefinitely.

OBS-URL: https://build.opensuse.org/request/show/1154185
OBS-URL: https://build.opensuse.org/package/show/network:utilities/feroxbuster?expand=0&rev=6
This commit is contained in:
2024-03-05 12:18:59 +00:00
committed by Git OBS Bridge
parent 0d17d5fd05
commit 2bf94c745d
6 changed files with 22 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<services>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">feroxbuster-2.10.1</param>
<param name="srcdir">feroxbuster-2.10.2</param>
</service>
</services>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d51dea67dcf33609aaa3e4e8e07f22c7c53866ff44fa4a68c02233cde95cead7
size 11576836

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c73d26f21431c5dad77b6910471f768df5b27d5486b276f328f2d370d1c57003
size 11580811

View File

@@ -1,4 +1,18 @@
-------------------------------------------------------------------
Fri Mar 1 21:03:43 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.10.2
* removed scan target headers from feroxbuster-update check.
* --collect-backups accepts custom backup extension list.
* fixed issue where --silent included too much info on found dir.
* --parallel time limit enforced on individual directories
instead of main thread.
* query fontconfig to determine if Noto Color Emoji is installed.
* updated upstream library that was causing tokio-runtime-worker
panics; they're correctly reported as Err from the library now.
* fixed issue where early redirect loop would cause ferox to hang
indefinitely.
-------------------------------------------------------------------
Fri Nov 24 13:12:40 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.10.1

View File

@@ -1,7 +1,7 @@
#
# spec file for package feroxbuster
#
# Copyright (c) 2022-2023, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2022-2024, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: feroxbuster
Version: 2.10.1
Version: 2.10.2
Release: 0
Summary: A recursive content discovery tool
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7672c9f2369bb4bc1a4bc97e45f6fe125c2e66b29e9a801ce5f605b173f13eeb
size 37468612
oid sha256:f53f8764f92f43ed4a98206dc0be8ea35e1824adc5da5d3c38f3696fb86a6c3e
size 39257568