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, Apr 3, 5:12 AM
Unknown Object (File)
Mon, Mar 30, 7:31 AM
Unknown Object (File)
Sat, Mar 28, 4:20 AM
Unknown Object (File)
Sat, Mar 28, 2:56 AM
Unknown Object (File)
Fri, Mar 27, 10:13 AM
Unknown Object (File)
Fri, Mar 27, 10:13 AM
Unknown Object (File)
Thu, Mar 26, 11:18 PM
Unknown Object (File)
Thu, Mar 26, 9:25 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 3509
Build 3549: arc lint + arc unit

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

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

41–42

why rename it ?

www/mod_http2-devel/Makefile
41–42

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

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

41–42

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.