pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/nghttp3



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 24 06:57:30 UTC 2024

Modified Files:
        pkgsrc/www/nghttp3: Makefile PLIST distinfo

Log Message:
nghttp3: updated to 1.5.0

nghttp3 v1.5.0

GHA: Disable dependency tracking
GHA: Suppress warnings
clusterfuzzlite: Disable dependency tracking
cmake: Update ENABLE_STATIC_CRT for cmake >= 3.15
Fix format in nghttp3_macro.h
Bump clang format
cmake: Fix linker warning LNK4291 when linking static lib to the final binary
Ngtcp2 port
nghttp3_idtr: Remove server field
Port ngtcp2 changes
Add examples links


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/nghttp3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/nghttp3/Makefile
diff -u pkgsrc/www/nghttp3/Makefile:1.18 pkgsrc/www/nghttp3/Makefile:1.19
--- pkgsrc/www/nghttp3/Makefile:1.18    Fri Jun 14 15:24:14 2024
+++ pkgsrc/www/nghttp3/Makefile Sat Aug 24 06:57:29 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2024/06/14 15:24:14 adam Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/24 06:57:29 adam Exp $
 
-DISTNAME=      nghttp3-1.4.0
+DISTNAME=      nghttp3-1.5.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ngtcp2/}
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
@@ -11,9 +11,8 @@ HOMEPAGE=     https://github.com/ngtcp2/nght
 COMMENT=       Implementation of RFC 9114 HTTP/3 mapping over QUIC and RFC 9204 QPACK
 LICENSE=       mit
 
-USE_LANGUAGES= c c++
-
-USE_CXX_FEATURES+=     c++17
+USE_CXX_FEATURES=      c++17
+USE_LANGUAGES=         c c++
 
 .include "../../devel/cmake/build.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/nghttp3/PLIST
diff -u pkgsrc/www/nghttp3/PLIST:1.13 pkgsrc/www/nghttp3/PLIST:1.14
--- pkgsrc/www/nghttp3/PLIST:1.13       Fri Jun 14 15:24:14 2024
+++ pkgsrc/www/nghttp3/PLIST    Sat Aug 24 06:57:30 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/06/14 15:24:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/08/24 06:57:30 adam Exp $
 include/nghttp3/nghttp3.h
 include/nghttp3/version.h
 lib/cmake/nghttp3/nghttp3Config.cmake
@@ -8,6 +8,6 @@ lib/cmake/nghttp3/nghttp3Targets.cmake
 lib/libnghttp3.a
 lib/libnghttp3.so
 lib/libnghttp3.so.9
-lib/libnghttp3.so.9.2.2
+lib/libnghttp3.so.9.2.3
 lib/pkgconfig/libnghttp3.pc
 share/doc/nghttp3/README.rst

Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.14 pkgsrc/www/nghttp3/distinfo:1.15
--- pkgsrc/www/nghttp3/distinfo:1.14    Fri Jun 14 15:24:14 2024
+++ pkgsrc/www/nghttp3/distinfo Sat Aug 24 06:57:30 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/06/14 15:24:14 adam Exp $
+$NetBSD: distinfo,v 1.15 2024/08/24 06:57:30 adam Exp $
 
-BLAKE2s (nghttp3-1.4.0.tar.xz) = f009178a28e7049d13e838861cc2c3fb9c50ea351917c60e93a9aeed943b5052
-SHA512 (nghttp3-1.4.0.tar.xz) = 39ff9418009dcf84ae58d8297f53427da91509a69ecc4fc78c4c00f0fe6bbe348f7afffeafe535ae4c02ff9f0413016b4f51de6a87d8e8c8f6b415bb7f2b0895
-Size (nghttp3-1.4.0.tar.xz) = 389036 bytes
+BLAKE2s (nghttp3-1.5.0.tar.xz) = d9db84336f75cc89f8fafa05a5e5ead8f8cbeaf9baa6c43881acb60c72b91c19
+SHA512 (nghttp3-1.5.0.tar.xz) = 76a089fb0dd88b9aced41fccf36758c6504f8faf68c143ca81c260c017ac6dfd83fe678c401304de8bf65e859b0559dc5e8fcb37e88e547076d0ba9fd2c4a59c
+Size (nghttp3-1.5.0.tar.xz) = 391668 bytes



Home | Main Index | Thread Index | Old Index