diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 16:15:48 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 17:15:11 +0000 |
commit | 550beeeeca0a483fb608818d329b82ddb8cbeec0 (patch) | |
tree | f201ade4c58dab56a02502baac39893c7cddaf49 | |
parent | 284605743bd7b23b3507f191d1372b3ca2513cec (diff) |
www/libnghttp2: Update to 1.62.0
-rw-r--r-- | www/libnghttp2/Makefile | 6 | ||||
-rw-r--r-- | www/libnghttp2/distinfo | 6 | ||||
-rw-r--r-- | www/libnghttp2/pkg-plist | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index 1e669cdffb16..e60f4d9fcc5b 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= nghttp2 -PORTVERSION= 1.61.0 +PORTVERSION= 1.62.0 CATEGORIES= www net MASTER_SITES= https://github.com/nghttp2/nghttp2/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= lib @@ -12,12 +12,12 @@ WWW= https://nghttp2.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++14-lang cpe libtool pathfix pkgconfig tar:xz +USES= compiler:c++20-lang cpe libtool pathfix pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_CXXSTD= c++14 +USE_CXXSTD= c++20 USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/www/libnghttp2/distinfo b/www/libnghttp2/distinfo index 8579be1c53e4..5741ecb9b849 100644 --- a/www/libnghttp2/distinfo +++ b/www/libnghttp2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712261836 -SHA256 (nghttp2-1.61.0.tar.xz) = c0e660175b9dc429f11d25b9507a834fb752eea9135ab420bb7cb7e9dbcc9654 -SIZE (nghttp2-1.61.0.tar.xz) = 1645808 +TIMESTAMP = 1715842552 +SHA256 (nghttp2-1.62.0.tar.xz) = 26798308fa0a12dabdb7ba8c77f74383019d3a0f1f36d25958b836af22474958 +SIZE (nghttp2-1.62.0.tar.xz) = 1646596 diff --git a/www/libnghttp2/pkg-plist b/www/libnghttp2/pkg-plist index e6e6a7de5732..1afc3abca0e9 100644 --- a/www/libnghttp2/pkg-plist +++ b/www/libnghttp2/pkg-plist @@ -3,5 +3,5 @@ include/nghttp2/nghttp2ver.h lib/libnghttp2.a lib/libnghttp2.so lib/libnghttp2.so.14 -lib/libnghttp2.so.14.28.0 +lib/libnghttp2.so.14.28.1 libdata/pkgconfig/libnghttp2.pc |