diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index df192ac250b9..fcaa1bcc94ab 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -1,36 +1,36 @@ PORTNAME= ngtcp2 -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 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 pathfix 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 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 bd1bb4948834..26b5f0440dbf 100644 --- a/net/libngtcp2/distinfo +++ b/net/libngtcp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632264 -SHA256 (ngtcp2-1.8.0.tar.xz) = 6a9a12706f2728154006ad3f96434f9e41bb6e17dd91afe44beb3a90f9bd4245 -SIZE (ngtcp2-1.8.0.tar.xz) = 632052 +TIMESTAMP = 1729240320 +SHA256 (ngtcp2-1.8.1.tar.xz) = ac844a79eb3f153e4ccdcfeccedf42c57ab352bb8ab92ec8ac5d3417a79cfb11 +SIZE (ngtcp2-1.8.1.tar.xz) = 625204 diff --git a/net/libngtcp2/pkg-plist b/net/libngtcp2/pkg-plist index 1e4e4acc1fd5..b894da1b6b13 100644 --- a/net/libngtcp2/pkg-plist +++ b/net/libngtcp2/pkg-plist @@ -1,13 +1,13 @@ 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_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.2.4 +lib/libngtcp2.so.16.2.5 libdata/pkgconfig/libngtcp2.pc