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: Fri Feb 21 16:24:23 UTC 2025
Modified Files:
pkgsrc/www/nghttp3: Makefile PLIST distinfo
Log Message:
nghttp3: updated to 1.8.0
1.8.0
C99 designated initializers
Use FuzzedDataProvider in fuzz_http3serverreq
Explicitly deny new server-initiated bidirectional stream
Assert settings
Generate periodic fuzzing coverage reports
clang-format
nghttp3_gaptr: Check iterator
Revert "nghttp3_gaptr: Check iterator"
fuzz: Make stream_id non-negative integer
nghttp3_gaptr: Assert !nghttp3_ksl_it_end
Assert stream_id range in public API
Fuzz settings in fuzz_http3serverreq
Fix fuzzer build
fuzz: Exercise callback failure handling
Rewrite fuzz_qpackdecoder with FuzzedDataProvider
fuzz: Exercise sending response headers
fuzz: Exercise memory allocation failures
Fix null dereference
fuzz_qpackdecoder: Fuzz memory allocator
qpack: Lazy ring buffer allocation
Fix typo in nghttp3.h
fuzz_http3serverreq: Fuzz max_client_streams_bidi
fuzz_http3serverreq: Fuzz stream priority
clang-format
Bump munit
fuzz_http3serverreq: Read multiple times before sending data
fuzz_http3serverreq: Don't generate server unidirectional stream ID
Assert incoming stream ID type
fuzz: More like a C++ source
fuzz: Pass FuzzedDataProvider by reference
fuzz: Fuzz connection shutdown
fuzz_http3serverreq: Fuzz stream shutdown
Remove redundant condition in nghttp3_conn_submit_request()
fuzz_http3serverreq: Fuzz client
Fix double free on out of memory
fuzz_http3serverreq: Send requests
Avoid STOP_SENDING for unknown stream type in case fin is set.
fuzz: Submit response if nghttp3_conn is server
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/nghttp3/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/nghttp3/PLIST
cvs rdiff -u -r1.17 -r1.18 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.21 pkgsrc/www/nghttp3/Makefile:1.22
--- pkgsrc/www/nghttp3/Makefile:1.21 Tue Dec 24 15:35:41 2024
+++ pkgsrc/www/nghttp3/Makefile Fri Feb 21 16:24:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/12/24 15:35:41 adam Exp $
+# $NetBSD: Makefile,v 1.22 2025/02/21 16:24:23 adam Exp $
-DISTNAME= nghttp3-1.7.0
+DISTNAME= nghttp3-1.8.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=ngtcp2/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/www/nghttp3/PLIST
diff -u pkgsrc/www/nghttp3/PLIST:1.16 pkgsrc/www/nghttp3/PLIST:1.17
--- pkgsrc/www/nghttp3/PLIST:1.16 Tue Dec 24 15:35:41 2024
+++ pkgsrc/www/nghttp3/PLIST Fri Feb 21 16:24:23 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2024/12/24 15:35:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/02/21 16:24:23 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.5
+lib/libnghttp3.so.9.2.6
lib/pkgconfig/libnghttp3.pc
share/doc/nghttp3/README.rst
Index: pkgsrc/www/nghttp3/distinfo
diff -u pkgsrc/www/nghttp3/distinfo:1.17 pkgsrc/www/nghttp3/distinfo:1.18
--- pkgsrc/www/nghttp3/distinfo:1.17 Tue Dec 24 15:35:41 2024
+++ pkgsrc/www/nghttp3/distinfo Fri Feb 21 16:24:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2024/12/24 15:35:41 adam Exp $
+$NetBSD: distinfo,v 1.18 2025/02/21 16:24:23 adam Exp $
-BLAKE2s (nghttp3-1.7.0.tar.xz) = ddc1b0dfb498edd4dc31eba3032c0c641bcc1df6c5e892e37f2b271e099272f1
-SHA512 (nghttp3-1.7.0.tar.xz) = 77510e2056206e3e149bc3535a0e7e6095afb0a0358a9dda48c8be82199eaefd0dadbba7e027c5c14eb46572d2dbc929a99c3b9c6d27c83a1c80428263ccecab
-Size (nghttp3-1.7.0.tar.xz) = 395808 bytes
+BLAKE2s (nghttp3-1.8.0.tar.xz) = 43fb80d87cd8f30b3afc9d08ca1c0f45f7ea4cc203b686f9b7b64228b6bc1eeb
+SHA512 (nghttp3-1.8.0.tar.xz) = 01b7a6e313e13ebfecd63afdfaed8c8518b49cff64d08359ec7fb7f05f2dc615c4d58a8338d789e54c2d85cb5fa8e2151c91df40ec39826283f7328fc86fc18b
+Size (nghttp3-1.8.0.tar.xz) = 398640 bytes
Home |
Main Index |
Thread Index |
Old Index