Bug 265921 - net/spoofer: update to 1.4.11
Summary: net/spoofer: update to 1.4.11
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://www.caida.org/projects/spoofe...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-18 00:54 UTC by mjl
Modified: 2022-08-18 17:44 UTC (History)
1 user (show)

See Also:


Attachments
patch to update net/spoofer to 1.4.11 (847 bytes, patch)
2022-08-18 00:54 UTC, mjl
mjl: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mjl 2022-08-18 00:54:15 UTC
Created attachment 235982 [details]
patch to update net/spoofer to 1.4.11

This patch updates the spoofer software to the most recent 1.4.11 release.  Changes from 1.4.7, reported in https://www.caida.org/projects/spoofer/downloads/changelog.txt

spoofer-1.4.11 (2022-08-16)
-------------
* Fix bug introduced in 1.4.10 that sometimes caused prober to crash

spoofer-1.4.10 (2022-08-11)
-------------
* Fix bugs that sometimes caused prober to skip tests (labeled "sendto" in the
  Spoofer Session Report)
* Add option to manager GUI to force prober to run single-threaded

spoofer-1.4.8 (2022-03-24)
-------------
* Windows: fix service path to avoid misleading report of "unquoted service
  path" vulnerability from some security tools
* macOS: fix bad GUI colors when system is in dark mode
* macOS: updated binary release:
  - fix installer error "macOS cannot verify that this app is free from
    malware" on 10.15 Catalina and later.
  - drop support for macOS earlier than 10.13 High Sierra
  - updated bundled third-party packages: openssl 1.1.1m, pcap 1.10.1,
    protobuf 3.19.4, Qt 5.15
* GUI: fix crash due to missing font on some platforms
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-18 05:26:05 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]


Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-08-18 17:44:29 UTC
A commit in branch main references this bug:

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

commit dde4ef673d6667be94f69fd7249b0cdad7758bc0
Author:     MJL <mjl@luckie.org.nz>
AuthorDate: 2022-08-18 05:24:13 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-08-18 17:40:56 +0000

    net/spoofer: update to 1.4.11

    ChangeLog: https://www.caida.org/projects/spoofer/downloads/changelog.txt

    spoofer-1.4.11 (2022-08-16)
    -------------
    * Fix bug introduced in 1.4.10 that sometimes caused prober to crash

    spoofer-1.4.10 (2022-08-11)
    -------------
    * Fix bugs that sometimes caused prober to skip tests (labeled "sendto" in the
      Spoofer Session Report)
    * Add option to manager GUI to force prober to run single-threaded

    spoofer-1.4.8 (2022-03-24)
    -------------
    * Windows: fix service path to avoid misleading report of "unquoted service
      path" vulnerability from some security tools
    * macOS: fix bad GUI colors when system is in dark mode
    * macOS: updated binary release:
      - fix installer error "macOS cannot verify that this app is free from
        malware" on 10.15 Catalina and later.
      - drop support for macOS earlier than 10.13 High Sierra
      - updated bundled third-party packages: openssl 1.1.1m, pcap 1.10.1,
        protobuf 3.19.4, Qt 5.15
    * GUI: fix crash due to missing font on some platforms

    PR:     265921
    Reported by:    mjl@luckie.org.nz (maintainer)

 net/spoofer/Makefile | 9 ++++-----
 net/spoofer/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)
Comment 3 Fernando Apesteguía freebsd_committer freebsd_triage 2022-08-18 17:44:48 UTC
Committed,

Thanks!