diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index 618e56062dd5..11de6287e90f 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,36 +1,36 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.20.0 +PORTVERSION= 1.21.0 CATEGORIES= net MASTER_SITES= https://github.com/ngtcp2/ngtcp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib MAINTAINER= sunpoet@FreeBSD.org COMMENT= Implementation of QUIC protocol WWW= https://nghttp2.org/ngtcp2/ \ https://github.com/ngtcp2/ngtcp2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only \ --with-jemalloc \ --without-boringssl \ --without-gnutls \ --without-libbrotlidec \ --without-libbrotlienc \ --without-libev \ --without-libnghttp3 \ --without-openssl \ --without-wolfssl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= yes SLAVEDIRS= net/libngtcp2-gnutls net/libngtcp2-wolfssl post-install: cd ${WRKSRC}/crypto/includes/ngtcp2/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/ngtcp2 .include diff --git a/net/libngtcp2/distinfo b/net/libngtcp2/distinfo index d19a2ee311d9..d0014aee63ff 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1771421454 -SHA256 (ngtcp2-1.20.0.tar.xz) = 7fb5b46bbf73dd43efbad55c707d067fdbafdca3609fc71d96e8f3068c5a6667 -SIZE (ngtcp2-1.20.0.tar.xz) = 684060 +TIMESTAMP = 1773152815 +SHA256 (ngtcp2-1.21.0.tar.xz) = 2d1c07e6aa509c017516c08307b0b707cd165a17275ab5f1caff9aaa0e3b6c7d +SIZE (ngtcp2-1.21.0.tar.xz) = 687504 diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 726b2ecfad0f..3e2b92010762 100644 --- a/net/libngtcp2/pkg-plist +++ b/net/libngtcp2/pkg-plist @@ -1,14 +1,14 @@ include/ngtcp2/ngtcp2.h include/ngtcp2/ngtcp2_crypto.h include/ngtcp2/ngtcp2_crypto_boringssl.h include/ngtcp2/ngtcp2_crypto_gnutls.h include/ngtcp2/ngtcp2_crypto_ossl.h include/ngtcp2/ngtcp2_crypto_picotls.h include/ngtcp2/ngtcp2_crypto_quictls.h include/ngtcp2/ngtcp2_crypto_wolfssl.h include/ngtcp2/version.h lib/libngtcp2.a lib/libngtcp2.so lib/libngtcp2.so.16 -lib/libngtcp2.so.16.7.3 +lib/libngtcp2.so.16.7.4 libdata/pkgconfig/libngtcp2.pc