Bug 272214 - www/libnghttp2: Update to 1.55.1
Summary: www/libnghttp2: Update to 1.55.1
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: Po-Chuan Hsieh
URL: https://github.com/nghttp2/nghttp2/re...
Keywords:
Depends on:
Blocks: 272215
  Show dependency treegraph
 
Reported: 2023-06-26 05:12 UTC by Daniel Engberg
Modified: 2023-07-27 21:49 UTC (History)
0 users

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


Attachments
Patch for libnghttp2 (3.51 KB, patch)
2023-06-26 05:12 UTC, Daniel Engberg
no flags Details | Diff
Patch for libnghttp2 v2 (3.52 KB, patch)
2023-07-12 19:52 UTC, Daniel Engberg
no flags Details | Diff
Patch for libnghttp2 v3 (3.87 KB, patch)
2023-07-15 21:29 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-06-26 05:12:03 UTC
Created attachment 242998 [details]
Patch for libnghttp2

Switch back to CMake for consistency
Refresh CMake args

Compile tested on FreeBSD 13.2-STABLE (amd64) (make, make check-plist)
Poudriere testport OK 12.3-RELEASE (amd64)
Poudriere testport OK 13.2-RELEASE (i386)
Poudriere testport OK 13.2-RELEASE (amd64)

Tested with following consumers in Poudriere (13.2-RELEASE amd64):
biology/ncbi-blast+
devel/aws-sdk-cpp
devel/libsoup3
dns/bind-tools
dns/bind9-devel
dns/bind918
dns/dnsperf
dns/flamethrower
dns/knot-resolver
dns/knot3
dns/unbound
ftp/curl
lang/julia
net/sakisafecli
net/wireshark
science/lammps
security/wazuh-agent
security/wazuh-manager
sysutils/libdnf (fails, due to devel/util-linux)
www/apache24
www/envoy (fails, unrelated and marked BROKEN)
www/mod_http2
www/nghttp2
www/node16
www/node18
www/node19
www/node20
www/wget2
devel/clixon
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2023-07-12 19:52:05 UTC
Created attachment 243361 [details]
Patch for libnghttp2 v2
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2023-07-15 21:29:45 UTC
Created attachment 243411 [details]
Patch for libnghttp2 v3
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-27 20:11:27 UTC
A commit in branch main references this bug:

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

commit 9c85dbfe47abfa3c3025dd9bda79c0f058f47f37
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2023-07-27 20:00:44 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2023-07-27 20:04:56 +0000

    www/libnghttp2: Update to 1.55.1

    * Switch back to CMake for consistency with www/nghttp2
    * Refresh CMake args

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

    PR:             272214
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
    Sponsored by:   Blinkinblox

 www/libnghttp2/Makefile                         | 26 +++++++++++++++++--------
 www/libnghttp2/distinfo                         |  6 +++---
 www/libnghttp2/files/patch-CMakeLists.txt (new) | 20 +++++++++++++++++++
 www/libnghttp2/files/patch-Makefile.in (gone)   | 16 ---------------
 www/libnghttp2/pkg-plist                        |  2 +-
 5 files changed, 42 insertions(+), 28 deletions(-)