Bug 277061 - security/tang: Update to v15
Summary: security/tang: Update to v15
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: Fernando Apesteguía
URL: https://github.com/latchset/tang/rele...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-15 02:31 UTC by Howard Holm
Modified: 2024-02-18 16:44 UTC (History)
1 user (show)

See Also:


Attachments
Patch to update Makefile and distinfo (1.09 KB, patch)
2024-02-15 02:31 UTC, Howard Holm
hdholm: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Howard Holm 2024-02-15 02:31:46 UTC
Created attachment 248473 [details]
Patch to update Makefile and distinfo

Release version 15 to include latest changes:

Build with llhttp instead of http-parser (761423d)
Fix issue introduced in http-parser -> llhttp conversion (819970c)
Include parameter to indicate endpoint (#117) (4b7656b)
README updates (#137) (df3cc46)
Avoid usage of unused variable (#128) (c39b6dd)
Increase test timeouts (#131) (a5ed6b0)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2024-02-18 16:43:54 UTC
Committed,

Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-02-18 16:44:15 UTC
A commit in branch main references this bug:

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

commit 951d5bcada15b4d2ade3ff4da54dc98a24985134
Author:     Howard Holm <hdholm@alumni.iastate.edu>
AuthorDate: 2024-02-16 08:38:04 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2024-02-18 16:43:35 +0000

    security/tang: Update to v15

    ChangeLog: https://github.com/latchset/tang/releases/tag/v15

     * Build with llhttp instead of http-parser
     * Fix issue introduced in http-parser -> llhttp conversion
     * Include parameter to indicate endpoint
     * README updates
     * Avoid usage of unused variable
     * Increase test timeouts

    PR:             277061
    Reported by:    hdholm@alumni.iastate.edu (maintainer)

 security/tang/Makefile | 5 ++---
 security/tang/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)