Date: Sun, 19 May 2024 22:14:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 031b02a4c62b - main - www/nghttp2: Update to 1.62.1 Message-ID: <202405192214.44JMEpGX082629@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=031b02a4c62bbede2d5074cd412ab93a8528f03f commit 031b02a4c62bbede2d5074cd412ab93a8528f03f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 22:10:39 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 22:10:39 +0000 www/nghttp2: Update to 1.62.1 Changes: https://github.com/nghttp2/nghttp2/releases --- www/nghttp2/Makefile | 5 ++--- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405192214.44JMEpGX082629>