Port details |
- mod_http2 HTTP/2 modules for Apache httpd
- 2.0.29 www =3 2.0.27Version of this port present on the latest quarterly branch.
- Maintainer: brnrd@FreeBSD.org
- Port Added: 2020-08-08 17:03:20
- Last Update: 2024-07-16 10:06:39
- Commit Hash: 655b48a
- People watching this port, also watch:: py311-six, nextcloud-mail-php82, nextcloud-twofactor_admin-php82, sslscan, nextcloud-twofactor_webauthn-php82
- License: APACHE20
- WWW:
- https://github.com/icing/mod_h2
- Description:
- This port delivers advance bug- and security fixes for the Apache HTTP/2
Module. For most users, the www/apache24 bundled module is sufficient.
This Apache module implements the "h2" (HTTP2 over TLS) and "h2c" (HTTP2
over plain HTTP connections via Upgrade) for Apache httpd. You can enable
it for the whole server or for specific virtual hosts only.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_http2>0:www/mod_http2
- To install the port:
- cd /usr/ports/www/mod_http2/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_http2
- pkg install ap24-mod_http2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_http2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721124237
SHA256 (mod_http2-2.0.29.tar.gz) = 8c4e6219f87f35879fb166a3c08574dea4f454814f3b739b854675a03c6f2d4e
SIZE (mod_http2-2.0.29.tar.gz) = 1053126
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libnghttp2.so : www/libnghttp2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap24-mod_http2-2.0.29:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_mod_http2
- USES:
- apache libtool ssl pkgconfig
- pkg-message:
- For install:
- NOTE: The default www/apache24 package already contains mod_h2.
This port exists for advance bug- and security fix delivery.
The module shlib file has been renamed from mod_http2 to mod_h2 to
allow the www/apache24 bundled and this (usually newer) module to
coexist. Change the LoadModule line in your Apache config from
LoadModule http2_module ${modDir}/mod_http2.so
to
LoadModule http2_module ${modDir}/mod_h2.so
to enable this port's module.
- If upgrading
- The module shlib file has been renamed from mod_http2 to mod_h2 to
allow the www/apache24 bundled and this (usually newer) module to
coexist. Change the LoadModule line in your Apache config from
LoadModule http2_module ${modDir}/mod_http2.so
to
LoadModule http2_module ${modDir}/mod_h2.so
to enable this port's module.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.29 16 Jul 2024 10:06:39 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.29 |
2.0.27 05 Apr 2024 10:18:36 |
Bernard Spil (brnrd) |
www/mod_https: Security update to 2.0.27
Security: 8e6f684b-f333-11ee-a573-84a93843eb75
MFH: 2024Q2 |
2.0.26 27 Jan 2024 11:38:03 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.26 |
2.0.25 03 Nov 2023 21:16:25 |
Robert Clausecker (fuz) |
www/mod_http2: fix build on armv6/armv7
Approved by: portmgr (build fix blanket)
MFH: 2023Q4 |
2.0.25 21 Oct 2023 17:12:14 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.25 |
2.0.24 14 Oct 2023 17:33:24 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.24 |
2.0.21 11 Oct 2023 18:26:36 |
Piotr Kubaj (pkubaj) |
www/mod_http2: fix build on powerpc |
2.0.21 31 Jul 2023 12:15:04 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.21 |
2.0.20 18 Jun 2023 11:49:28 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.20 |
2.0.18 11 Jun 2023 10:57:36 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.18 |
2.0.15 10 Jun 2023 11:51:54 |
Bernard Spil (brnrd) |
www/nextcloud: Update to 26.0.2 |
2.0.14 17 Apr 2023 09:23:23 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.14 |
2.0.13 07 Apr 2023 08:34:36 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.13 |
2.0.7 25 Jan 2023 17:54:07 |
Muhammad Moinur Rahman (bofh) |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
2.0.7 25 Sep 2022 19:51:11 |
Bernard Spil (brnrd) |
www/mod_http2: Remove patch file |
2.0.7 25 Sep 2022 19:01:37 |
Bernard Spil (brnrd) |
www/mod_http2: Use upstream release archive
PR: 266613
Submitted by: diizzy |
2.0.7 25 Sep 2022 11:55:55 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.7
* configure fails without pkg-config |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.2 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.2 09 Dec 2021 14:36:08 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.2 |
2.0.1 03 Dec 2021 16:21:01 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.1 |
2.0.0 17 Nov 2021 19:58:37 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 2.0.0 |
1.15.25 06 Nov 2021 12:26:54 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.25 |
1.15.24 11 Sep 2021 12:03:23 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.24
* Fixes building with OpenSSL 3.0 |
1.15.23 19 Jul 2021 09:49:53 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.23 |
1.15.22 11 Jul 2021 11:27:08 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.22 |
1.15.21 07 Jul 2021 19:54:40 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.21 |
1.15.19 27 Apr 2021 10:53:23 |
Bernard Spil (brnrd) |
www/mod_http2: Update to 1.15.19 |
1.15.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.15.16 19 Oct 2020 18:18:02 |
brnrd |
www/mod_http2: Add missing WWW to pkg-descr
* Make note that this port is not required for HTTP/2 |
1.15.16 19 Oct 2020 18:12:52 |
brnrd |
www/mod_http2: Explicit mod_h2 is already in apache24
Reported by: trhodes |
1.15.16 09 Sep 2020 19:10:05 |
brnrd |
www/mod_http2: Update to 1.15.16 |
1.15.14 08 Aug 2020 18:57:28 |
brnrd |
www/mod_http2: Update to 1.15.14 |
1.15.13 08 Aug 2020 12:12:47 |
brnrd |
www/mod_http2: Re-add port |