diff options
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 7 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 6 | ||||
-rw-r--r-- | www/nghttp2/pkg-plist | 1 |
3 files changed, 6 insertions, 8 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index fde8abd67c41..2c997b38233e 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,5 +1,6 @@ PORTNAME= nghttp2 -PORTVERSION= 1.65.0 +PORTVERSION= 1.66.0 +PORTREVISION= 1 CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env shebangfix ssl tar:xz +USES= cmake compiler:c++20-lang cpe localbase:ldflags pathfix pkgconfig python:env ssl tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man CMAKE_OFF= BUILD_SHARED_LIBS \ @@ -33,8 +34,6 @@ CMAKE_ON= ENABLE_FAILMALLOC \ USE_CXXSTD= c++20 USE_RC_SUBR= nghttpx -SHEBANG_FILES= script/fetch-ocsp-response - OPTIONS_DEFINE= APP DOCS EXAMPLES HPACK OPTIONS_DEFAULT=APP HPACK OPTIONS_SUB= yes diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 0de4a80bf492..0154a1913a99 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070282 -SHA256 (nghttp2-1.65.0.tar.xz) = f1b9df5f02e9942b31247e3d415483553bc4ac501c87aa39340b6d19c92a9331 -SIZE (nghttp2-1.65.0.tar.xz) = 1604848 +TIMESTAMP = 1750188020 +SHA256 (nghttp2-1.66.0.tar.xz) = 00ba1bdf0ba2c74b2a4fe6c8b1069dc9d82f82608af24442d430df97c6f9e631 +SIZE (nghttp2-1.66.0.tar.xz) = 1743992 diff --git a/www/nghttp2/pkg-plist b/www/nghttp2/pkg-plist index 8b844d00e47f..6716f5102631 100644 --- a/www/nghttp2/pkg-plist +++ b/www/nghttp2/pkg-plist @@ -18,4 +18,3 @@ share/man/man1/h2load.1.gz share/man/man1/nghttp.1.gz share/man/man1/nghttpd.1.gz share/man/man1/nghttpx.1.gz -%%DATADIR%%/fetch-ocsp-response |