diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 22:10:39 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 22:10:39 +0000 |
commit | 031b02a4c62bbede2d5074cd412ab93a8528f03f (patch) | |
tree | 1d15896aeece5739aa78abbebd17ca167753db47 /www/nghttp2 | |
parent | f0c18988fcb4cc29f600ca31b8736ce7eff7b6cc (diff) | |
download | ports-031b02a4c62bbede2d5074cd412ab93a8528f03f.tar.gz ports-031b02a4c62bbede2d5074cd412ab93a8528f03f.zip |
www/nghttp2: Update to 1.62.1
Diffstat (limited to 'www/nghttp2')
-rw-r--r-- | www/nghttp2/Makefile | 5 | ||||
-rw-r--r-- | www/nghttp2/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile index 3b660358e403..cde21d14801d 100644 --- a/www/nghttp2/Makefile +++ b/www/nghttp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= nghttp2 -PORTVERSION= 1.62.0 +PORTVERSION= 1.62.1 CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ @@ -13,12 +13,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= libnghttp2>=${PORTVERSION}:www/libnghttp2 LIB_DEPENDS= libnghttp2.so:www/libnghttp2 -USES= cmake:testing 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 shebangfix ssl tar:xz CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=share/man CMAKE_OFF= BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TESTING ENABLE_DEBUG ENABLE_HTTP3 ENABLE_LIB_ONLY ENABLE_STATIC_CRT ENABLE_WERROR WITH_LIBBPF WITH_MRUBY WITH_NEVERBLEED CMAKE_ON= ENABLE_FAILMALLOC ENABLE_THREADS WITH_JEMALLOC -CMAKE_TESTING_ON= BUILD_TESTING USE_CXXSTD= c++20 USE_RC_SUBR= nghttpx diff --git a/www/nghttp2/distinfo b/www/nghttp2/distinfo index 97a643497a3b..2791d0cdcc6a 100644 --- a/www/nghttp2/distinfo +++ b/www/nghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1715842556 -SHA256 (nghttp2-1.62.0.tar.xz) = 26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958 -SIZE (nghttp2-1.62.0.tar.xz) = 1646596 +TIMESTAMP = 1716142058 +SHA256 (nghttp2-1.62.1.tar.xz) = 2345d4dc136fda28ce243e0bb21f2e7e8ef6293d62c799abbf6f633a6887af72 +SIZE (nghttp2-1.62.1.tar.xz) = 1606084 |