diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index a065b9b549e4..e175f094e0d2 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,36 +1,36 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.22.1 +PORTVERSION= 1.23.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-boringssl 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 de28b6431115..83923eae348a 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1776780812 -SHA256 (ngtcp2-1.22.1.tar.xz) = dfd2c68bd64b89847c611425b9487105c46e8447b5c21e6aeb00642c8fbe2ca8 -SIZE (ngtcp2-1.22.1.tar.xz) = 692880 +TIMESTAMP = 1782510030 +SHA256 (ngtcp2-1.23.0.tar.xz) = 59d5b4211e96970f2d3d5e6876f73dce03414800ba04aa56835b132fce8de730 +SIZE (ngtcp2-1.23.0.tar.xz) = 708136 diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 7b2edd13b3e7..b8f5bfa53e16 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.8.1 +lib/libngtcp2.so.16.9.0 libdata/pkgconfig/libngtcp2.pc