Page MenuHomeFreeBSD

www/mod_http2_devel: Update to version 1.5.2
ClosedPublic

Authored by brnrd on Apr 19 2016, 8:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 2:47 AM
Unknown Object (File)
Wed, Mar 4, 1:07 AM
Unknown Object (File)
Jan 5 2026, 10:22 PM
Unknown Object (File)
Jan 1 2026, 9:08 PM
Unknown Object (File)
Dec 29 2025, 7:30 AM
Unknown Object (File)
Dec 27 2025, 11:20 AM
Unknown Object (File)
Dec 18 2025, 7:28 PM
Unknown Object (File)
Dec 1 2025, 8:20 AM
Subscribers

Details

Summary

Proposed commit log:

www/mod_http2_devel: Update to version 1.5.2

  - Update to version 1.5.2
  - Add mod_proxy_http2 Apache module
  - Add missing USE_OPENSSL
  - Define PORTDOCS
  - Replace pkg-plist with PLIST_FILES

Reviewed_by:	feld (mentor), koobs (mentor)
Approved by:	(mentor)
Differential_Revision:	D6010
Test Plan
  • portlint -AC
  • poudriere testport

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brnrd retitled this revision from to www/mod_http2_devel: Update to version 1.5.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added reviewers: feld, koobs.
www/mod_http2-devel/Makefile
34–35 ↗(On Diff #15345)

Please, use ${APACHEMODDIR}, and ${AP_MODULE} (or the equivalent variables here)

41–42 ↗(On Diff #15345)

why rename it ?

www/mod_http2-devel/Makefile
41–42 ↗(On Diff #15345)

mod_http2 is part of apache24 now. This is the development version of the module. If it wasn't renamed there would be a conflict.

As mod_http2 is in heavy development yet the goal here is to let someone install apache24 and use this development version of the mod_http2 module for testing purposes.

brnrd marked 2 inline comments as done.

Variables in Makefile are ${} not %%%%

www/mod_http2-devel/Makefile
34–35 ↗(On Diff #15345)

APACHEMODDIR works, ${AP_MODULE} doesn't. make -VAP_MODULE returns empty as well

41–42 ↗(On Diff #15345)

This module will appear in the next point-release of Apache as well, this way we won't have a conflict on these files. The module was originally named h2 during development and has appeared in Apache 2.4 as http2.
Currently I have both installed and can switch between the version bundled in Apache and this -devel version without issues.

brnrd retitled this revision from www/mod_http2_devel: Update to version 1.5 to www/mod_http2_devel: Update to version 1.5.1.Apr 29 2016, 9:49 AM
brnrd retitled this revision from www/mod_http2_devel: Update to version 1.5.1 to www/mod_http2_devel: Update to version 1.5.2.Apr 29 2016, 12:52 PM
brnrd updated this object.
feld edited edge metadata.
This revision is now accepted and ready to land.May 2 2016, 6:56 PM
This revision was automatically updated to reflect the committed changes.