Created attachment 242043 [details] Patch against current for updates to Makefile and distinfo Patch against current for updates to Makefile and distinfo Update to new version (v13) Add v2 version for codecov action (1fcfdb6) socket: fix possible buffer overflow in listen_port() (9b9d149) socket: free socket list before exiting (5631569) tests: make sure on_exit handler completes (0cacc91) tests: fix wait_for_port() retry mechanism (5160a4a) use sigaction instead of signal for SIGCHLD processing (f44f4ec) tangd.socket: Set ownership and mode of jwkdir (ae736c9)
For the future, please make sure your patch patches the correct files. This patch diffs a/ports/Makefile against b/ports/Makefile which is not what this port is called in the Ports tree. Will work around the problem, but please fix this for future patches.
(In reply to Robert Clausecker from comment #1) Sorry about that. I forgot I had the files in a different location when I ran the diff.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=229bbd1a2321b78d0c25b08297622bf0a2570b5d commit 229bbd1a2321b78d0c25b08297622bf0a2570b5d Author: Howard Holm <hdholm@alumni.iastate.edu> AuthorDate: 2023-05-07 21:30:25 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-05-08 08:25:51 +0000 security/tang: update to 13 Changelog: https://github.com/latchset/tang/releases/tag/v13 PR: 271302 security/tang/Makefile | 2 +- security/tang/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-)
Thank you for your contribution.