Bug 280058

Summary: net/jose: Update to v14
Product: Ports & Packages Reporter: Howard Holm <hdholm>
Component: Individual Port(s)Assignee: Zsolt Udvari <uzsolt>
Status: Closed FIXED    
Severity: Affects Some People CC: uzsolt
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/latchset/jose/releases/tag/v14
Attachments:
Description Flags
Patches Makefile and distinfo to version 14 removes patch now incorporated upstream hdholm: maintainer-approval+

Description Howard Holm 2024-06-30 02:39:47 UTC
Created attachment 251785 [details]
Patches Makefile and distinfo to version 14 removes patch now incorporated upstream

Patches Makefile and distinfo to version 14

Update meson.build #153
openssl/oct: improve bound check for len #162
jwe: fix the case when we have "zip" in the protected header #161
Avoid potential DoS with high decompression chunks #157
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-02 06:01:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a47b4908303d8e0c7d4516545fb766bb61dd54f

commit 9a47b4908303d8e0c7d4516545fb766bb61dd54f
Author:     Howard Holm <hdholm@alumni.iastate.edu>
AuthorDate: 2024-07-02 05:57:53 +0000
Commit:     Zsolt Udvari <uzsolt@FreeBSD.org>
CommitDate: 2024-07-02 05:57:53 +0000

    net/jose: Update to v14

    Fix tab indentation.

    Changelog: https://github.com/latchset/jose/releases/tag/v14

    PR:             280058
    Approved by:    Submitter is maintainer

 net/jose/Makefile                           |  6 +++---
 net/jose/distinfo                           |  6 +++---
 net/jose/files/patch-lib_meson.build (gone) | 10 ----------
 3 files changed, 6 insertions(+), 16 deletions(-)
Comment 2 Zsolt Udvari freebsd_committer freebsd_triage 2024-07-02 06:01:45 UTC
Committed, thanks!