Bug 280951 - net/spoofdpi: Update 0.10.8 -> 0.10.10
Summary: net/spoofdpi: Update 0.10.8 -> 0.10.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-20 18:54 UTC by Yusuf Yaman
Modified: 2024-08-20 20:44 UTC (History)
2 users (show)

See Also:


Attachments
net/spoofdpi (1.59 KB, patch)
2024-08-20 18:54 UTC, Yusuf Yaman
nxjoseph: maintainer-approval+
Details | Diff
poudriere testport log (22.95 KB, text/plain)
2024-08-20 18:56 UTC, Yusuf Yaman
no flags Details
portlint log (12 bytes, text/plain)
2024-08-20 18:56 UTC, Yusuf Yaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuf Yaman 2024-08-20 18:54:07 UTC

    
Comment 1 Yusuf Yaman 2024-08-20 18:54:47 UTC
Created attachment 252956 [details]
net/spoofdpi

* Add error handling for reading client hello
* Add IPv6 support
* Improved log format

Changelog:
https://github.com/xvzc/SpoofDPI/releases/tag/v0.10.10
Comment 2 Yusuf Yaman 2024-08-20 18:56:22 UTC
Created attachment 252957 [details]
poudriere testport log
Comment 3 Yusuf Yaman 2024-08-20 18:56:38 UTC
Created attachment 252958 [details]
portlint log
Comment 4 Yusuf Yaman 2024-08-20 18:57:13 UTC
I am fast this time :-D
Comment 5 commit-hook freebsd_committer freebsd_triage 2024-08-20 20:32:28 UTC
A commit in branch main references this bug:

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

commit 8da5a9d48ee2fc8041135773c71cf42682f8059c
Author:     Yusuf Yaman <nxjoseph@protonmail.com>
AuthorDate: 2024-08-20 20:30:06 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-20 20:30:06 +0000

    net/spoofdpi: Update 0.10.8 → 0.10.10

    Changelog:
    * Add error handling for reading client hello
    * Add IPv6 support
    * Improved log format
    https://github.com/xvzc/SpoofDPI/releases/tag/v0.10.10

    PR:     280951

 net/spoofdpi/Makefile | 2 +-
 net/spoofdpi/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 6 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-20 20:34:23 UTC
Thanks.
Comment 7 Yusuf Yaman 2024-08-20 20:44:49 UTC
(In reply to Vladimir Druzenko from comment #6)
You're welcome and thanks for giving a look.