Bug 271302 - security/tang: Update to v13
Summary: security/tang: Update to v13
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: Robert Clausecker
URL: https://github.com/latchset/tang/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-07 20:56 UTC by Howard Holm
Modified: 2023-05-08 08:32 UTC (History)
1 user (show)

See Also:
hdholm: maintainer-feedback+


Attachments
Patch against current for updates to Makefile and distinfo (943 bytes, patch)
2023-05-07 20:56 UTC, Howard Holm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Howard Holm 2023-05-07 20:56:40 UTC
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)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-05-07 21:32:17 UTC
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.
Comment 2 Howard Holm 2023-05-07 21:55:47 UTC
(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.
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-05-08 08:27:43 UTC
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(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-05-08 08:32:11 UTC
Thank you for your contribution.