Mk/bsd.options.desc.mk: Use proper name for HTTP/2

The protocol is officially called HTTP/2 in RFC 9113, old drafts used 2.0 which
were obsoleted.

Approved by:	jrm (mentor), rene (portmgr)
Differential Revision:	https://reviews.freebsd.org/D49114
This commit is contained in:
Michael Osipov 2025-02-23 18:52:31 +01:00
parent 0397fe2031
commit 111fab8011

View file

@ -162,8 +162,8 @@ H323_DESC?= H.323 codec support
HAL_DESC?= HAL (Hardware Abstraction Layer) support
HDF5_DESC?= HDF-5 data format support
HEIF_DESC?= ISO/IEC 23008-12:2017 HEIF file format support
HPACK_DESC?= Header Compression for HTTP/2.0 support
HTTP2_DESC?= HTTP protocol version 2.0 support
HPACK_DESC?= Header Compression for HTTP/2 support
HTTP2_DESC?= HTTP/2 protocol support
HTTPD_DESC?= httpd output streaming support
HTTPS_DESC?= HTTPS protocol support
HUNSPELL_DESC?= Spell checking support via Hunspell