Bug 274403 - www/nghttp2: Update to 1.59.0
Summary: www/nghttp2: Update to 1.59.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL: https://github.com/nghttp2/nghttp2/re...
Keywords:
Depends on: 274402
Blocks:
  Show dependency treegraph
 
Reported: 2023-10-10 20:25 UTC by Daniel Engberg
Modified: 2024-02-05 00:27 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments
Patch for nghttp2 (3.34 KB, patch)
2023-10-10 20:25 UTC, Daniel Engberg
no flags Details | Diff
Patch for nghttp2 v2 (3.34 KB, patch)
2023-10-27 21:20 UTC, Daniel Engberg
no flags Details | Diff
Patch for nghttp2 v3 (3.24 KB, patch)
2024-01-21 20:49 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2023-10-10 20:25:37 UTC
Created attachment 245557 [details]
Patch for nghttp2

Rearrange Makefile to follow Porters Handbook more closely and for readability

Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-10-27 21:20:52 UTC
Created attachment 245928 [details]
Patch for nghttp2 v2

Rearrange Makefile to follow Porters Handbook more closely and for readability

Compile tested on FreeBSD 13.2-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 12.4-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-01-21 20:49:04 UTC
Created attachment 247824 [details]
Patch for nghttp2 v3

Rearrange Makefile to follow Porters Handbook more closely and for readability

Compile tested on FreeBSD 14.0-RELEASE (amd64) (make, make check-plist)
Poudriere testport OK 14.0-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (amd64)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-02-05 00:10:21 UTC
A commit in branch main references this bug:

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

commit a7ea574fa813c48faa400266edbb63c890c4abf8
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-02-04 23:54:57 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-02-05 00:09:53 +0000

    www/nghttp2: Update to 1.59.0

    Rearrange Makefile to follow Porters Handbook more closely and
    for readability

    Changelog: https://github.com/nghttp2/nghttp2/releases/tag/v1.59.0

    PR:             274403
    Approved by:    portmgr (maintainer timeout, 2+ weeks)

 www/nghttp2/Makefile | 42 +++++++++++++++++++++++++++++++-----------
 www/nghttp2/distinfo |  6 +++---
 2 files changed, 34 insertions(+), 14 deletions(-)