Bug 277061

Summary: security/tang: Update to v15
Product: Ports & Packages Reporter: Howard Holm <hdholm>
Component: Individual Port(s)Assignee: Fernando Apesteguía <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/latchset/tang/releases/tag/v15
Attachments:
Description Flags
Patch to update Makefile and distinfo hdholm: maintainer-approval+

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(-)