Nghttp2 v1.45.1 build This release fixes packaging issues which lack some configuration files in tar archives. Nghttp2 v1.45.0 lib Stricter checks for :method: and :path pseudo header fields are introduced. build nghttp2 applications can be compiled with OpenSSL v3.0.0. Fix warning about systemd when cmake is used. Added build options to enable HTTP/3 and eBPF. nghttpx The experimental HTTP/3 support has been added. “dnf” (= “do not forward”) parameter is added to backend option. h2load The experimental HTTP/3 support has been added. SSLKEYLOGFILE environment variable support has been added.
16 lines
465 B
Text
16 lines
465 B
Text
# $NetBSD: Makefile.common,v 1.6 2021/09/29 11:46:39 adam Exp $
|
|
# used by www/nghttp2/Makefile
|
|
# used by www/nghttp2-tools/Makefile
|
|
|
|
DISTNAME= nghttp2-1.45.1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
GITHUB_RELEASE= v${PKGVERSION_NOREV}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://nghttp2.org/
|
|
LICENSE= mit
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/nghttp2/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../www/nghttp2/patches
|